Free Useful Javascripts
Links to articles that give free javascript code or javascript examples.
Altering CSS Class Attributes with JavaScript
A useful JavaScript to instantly change the style values of a CSS class property.
UseMaps Crash IE When Changed
Dynamically changing an image's usemap property can cause Internet Explorer to crash completely. Here is a solution to changing usemaps with JavaScript.
Site Surpasses Two Million Visitors
The site had its Two-Millionth visitor on March 5, 2006.
MySQL Arbitrary Ordering
Order your results in any way you choose using the CASE clause
Get a Form Element's Label with JavaScript
This JavaScript finds the label for a form element, which is helpful for dynamically highlighting or changing a label based on user input.
Change HTML Styles with JavaScript
Video and source files on using getElementById, getElementsByTagName and object oriented methods to dynamically change HTML element styles in JavaScript.
GoodGuest Free Guestbook System
I am developing a free online guestbook site that has built-in anti-spam systems.
Filter XML Data Based on Dates in ActionScript
You can filter your XML data based on dates in ActionScript to limit results in a component's data provider to one that is relevant to the given task.