Home  |  About  | Last |  Submit  |  Contact
AllQuests.com




Previous Question:  Online Programming Courses  Just Starting Your DesignNext Question:  Need some advice on multiple domians  Just Starting Your Design
Question how to add autogenerated word of day to site ( SitePoint Forums Just Starting Your Design )
Updated: 2008-08-12 07:19:08 (2)
how to add autogenerated word of day to site

Hello. I'd like to add a feature to the website I work on. It would be cool to have a 'word of the day' that is automatically generated from a database or something. I am not sure how to begin, but know if I do a 'word of the day' I don't want to daily have to actually manually post the word and the link to its sound file. I hope my question is clear.

Many thanks,

Answers: how to add autogenerated word of day to site ( SitePoint Forums Just Starting Your Design )
how to add autogenerated word of day to site

If you just want any word to appear, you can use a javascript link from Dictionary.com which will change every day:

Quote:
<script src="http://www.dictionary.com/wordoftheday/wotd2.js" type="text/javascript"></script>
To do a more sophisticated link with your own words and sound files etc, you can use javascript, ASP or PHP. Have a look at hotscripts and search for random text/image/sound scripts. You should be able to find something that you want or that you can customise to your needs.

Joel

joelwills

how to add autogenerated word of day to site

Hi. Great. Thanks for the tip.

happah

Previous Question:  Online Programming Courses  SitePoint Forums  Just Starting Your DesignNext Question:  Need some advice on multiple domians  SitePoint Forums  Just Starting Your Design

- Source: how to add autogenerated word of day to site SitePoint Forums Just Starting Your Design
- Previous Question: Online Programming Courses SitePoint Forums Just Starting Your Design
- Next Question: Need some advice on multiple domians SitePoint Forums Just Starting Your Design