Strip Character and Whitespace in JavaScript Function
Use this function to strip whitespace and any character from a string in JavaScript.
Select All Checkboxes in a Form with JavaScript
A simple, free javascript to select/unselect all the checkboxes in a form.
GoodGuest Free Guestbook System
I am developing a free online guestbook site that has built-in anti-spam systems.
Free World
The First Installment of Free World.
Select Some Checkboxes JavaScript Function
A new javascript function that allows you to control checkboxes in groups via a control checkbox.
Dynamically change a form's action with JavaScript
JavaScript allows you to dynamically change a form's action. To make the function work in the new Google Chrome browser, you need to reference the action differently than you could in other browsers.
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.
Using an Object Id with JavaScript
Referencing objects in JavaScript using the ID attribute.
Manipulating Element Styles Based on CSS Classes Using Prototype
Example javascript function to change element display properties based on their classes using the Prototype JavaScript Framework.