Go To Main Page
List of Included AJAX Applications
- Populating a Dynamic/Dependent Select List
- Choosing an option from one list, determines which options, retrieved from a database, populate the second list
- A PHP/MySQL example
- Menu/Navigation Panel Builder
- Vertical, Horizontal and Floating Horizontal versions
- Two levels
- Mouseover / out shows hides second level items
- Quickly create the options by editing a simple .xml file, like this one
- Re-arrange the menu options by re-arranging the .xml file
- Never have to modify the main page
- Quicky change link URLs
- Works in IE and Firefox on all servers
- Slideshow with caption
- Image file names and captions are in a simple .xml file, like this one
- Change the order of the slideshow by changing the .xml file
- Never have to modify the main page
- Include or remove images by editing the .xml file
- Works in IE and Firefox on all servers
- Multiple Choice Quiz
- Quickly build a multiple-choice quiz by editing a simple .xml file, like this one
- Automatic grading
- Upon completion or being timed out, a detailed email is sent to a specified address
- Anti-cheating feature, sends email if student refreshes the page duing the quiz
- Specify time allowed. Floating countdown timer displays time remaining
- May have a different number of choices for each question
- Works in IE and Firefox
- Works on either a Windows or PHP server
- Current Weather from the National Weather Service
- Rotate through a timed list of cities, contained in a simple .xml file, like this one
- "Rotate" can be set to true or false
- If false, the first city in the list is displayed onload, and a select list is created for all the other chosen cities
- If true, the select list is not created
- Displays temperature, humidity, heat index or wind-chill, wind speed and direction
- Displays a methaphor image for fair, rain, snow, etc.
- Displays in a colorful box approximately 150w by 180h
- Obtain the four-letter code for a city from hundreds available on the National Weather Service site
- Adjustable delay before rotating to next city
- Works in IE and Firefox
- Works on either a Windows or PHP server
- Current U.S. Highway Traffic Conditions from Traffic.com
- All 50 U.S. cities serviced by Traffic.com
- Cities are presented in a select list
- Displays the info in a scrollable table with fixed header
- Displays in a colorful box approximtely 370w x 190h
- Configuration setting for the default or "onload" city
- Displays the highway names and the percentage that each is "jammed"
- Works in IE and Firefox
- Works on either a Windows or PHP server
- Chat and Message Board
- No database needed or used
- Color-coded user names
- Setting to limit the number of saved/displayed messages
- Password protected "Reset Chat" button for the owner
- Setting to limit the number of active users to 6
- Works in IE and Firefox on PHP servers
- Mouseover Word Definition
- Words and phrases and their associated definitions are stored in a simple .xml file, like this one
- When a user hovers over an active word or phrase, a tool-tip definition is displayed
- Every instance of single words, hyphenated words, and phrases are automatically detected throughout the subject text, and "coded", meaning wrapped in span tags
- No hand coding necessary
- Once "coded", the "active" words and phrases are then displayed in a special style, resembling hyper-links
- Works in IE and Firefox on all servers
- You Tune 1.0
- An application to allow a group of friends to listen to each other's favorite .mp3 tunes, by visting a custom web page on your domain
- Screenshot
- Up to 15 Members are allowed
- Members and any others can then visit the You_Tune.html page and hover on the avatars to see that person's screen name
- Clicking on an avatar produces a short playlist of random songs, each with Play button, that are chosen from all of those previously uploaded by that user
- Many more features and options
- Requires PHP/MySQL, and is IE only