Ajax (112) These scripts all relate to Ajax (short for Asynchronous JavaScript and XML). It involves using a number of existing technologies together, including (X)HTML, Cascading Style Sheets, JavaScript, the Document Object Model, XML, XSLT, and the XMLHttpRequest object. When these technologies are combined in the Ajax model, Web applications are able to make quick, incremental updates to the user interface without reloading the entire browser page. The source code is available for all the scripts.
Ajax Tutorials (19) These tutorials all relate to Ajax (short for Asynchronous JavaScript and XML). It involves using a number of existing technologies together, including (X)HTML, Cascading Style Sheets, JavaScript, the Document Object Model, XML, XSLT, and the XMLHttpRequest object. When these technologies are combined in the Ajax model, Web applications are able to make quick, incremental updates to the user interface without reloading the entire browser page
Cookies (10) These scripts all create JavaScript Cookies. Cookies are small bits of information such as a name, a date, an order, etc. JavaScripts can set cookies on a user's hard drive and retrieve them later, when needed
Forms (46) These scripts (and a few tutorials) all deal with Javascript forms. We'll show you some really neat forms that keep you from receiving bogus information as well as others that are just fun to play with (test personal info).
Image Effects (30) These scripts all deal with different types of image effects. Some produce a random background image or color, and others flash background colors at the user. There are also picture galleries and methods for displaying graphics on Web pages
Math Related (1) Many of these scripts deal with JavaScript calculators. They either serve a specific purpose or are just general calculators. Other scripts listed here deal with JavaScript equivalents. They convert from one unit to another in many categories - acceleration, power, and velocity, just to name a few.
Miscellaneous (11) These scripts all deal with Miscellaneous JavaScripts. If is didn't fit anywhere else, it's probably ended up here. They do anything from telling you what day you were born to help you write you own HTML coding to play a trick on the user. Some are very difficult to write - just look at the code.
Navigation (13) These scripts all deal with JavaScript Navigation scripts. They all help your visitors navigate around your site - either with menu lists, random links, frame,iframe etc.
Text Effects (9) Some of these scripts scroll information on the screen - either on the status bar (that bar on the bottom on your browser) or in a text box. Some of these scripts print out messages. Some will display news, special highlights, and others will even tell you a random quote.
Time & Date (23) These scripts all relate to time and dates. Some of them display only the month, others the entire year. Some highlight the current day or tell you when you entered the page. Other scripts display the current date or time according to the user's time zone, or another time zone some other place in the world.
Snippets (8) These JavaScript snippets can be used in conjunction with other scripts to enhance their usefulness. These can save you a great deal of time. Many of these are generic and can be used in most scripts.