• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

daily horoscope code neede

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi to everybody,


i need to implement or show horoscopes to users when they are logged in based on thier date of birth.

can any body suggest me what to use and how to use

please help needed

thankyou
 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
You can use the following:
1. Web horoscope services, I don't know any but you can look at here.
2. RSS/Atom - subscribe to the RSS channel(s) and parse by your needs

When you create user's account just put additional info like date of birth in DB/users.properties or any other place and after a user is logged in, take this info and query. Show retrieved data using some "widgets" (Flex, JSF, JavaFX, DoJo, RAP ...).

Hope it helps.
Cheers,
Oleg.
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Using which fictional astrological system? European? Chinese? Vedic? ...?
 
Bartender
Posts: 5167
11
Netbeans IDE Opera Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
 
Bartender
Posts: 2911
150
Google Web Toolkit Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

David Newton wrote:Using which fictional astrological system? European? Chinese? Vedic? ...?



wonder why people believe in astrology in the first place, oh well, in a way it does help some programmers earn our living


Now back to the question on hand ....

sujendra sugur, you haven't mentioned your domain,
Is it a Desktop or a Web based application ?

Oleg Tikhonov's ideas are good.
 
reply
    Bookmark Topic Watch Topic
  • New Topic