A brief note describing how to write JavaScripts to make them run on as wide a range of browsers as possible.
Pausing RSS scroller is an RSS scroller that lets you display any RSS feed on your site, even syndicate the scroller on other sites.
The if…else if construct can be used to test multiple conditions without having to nest separate if…else statements inside one another.
The switch statement with case entries testing for expected values and providing processing code on a match
One way to repeat script operations is with the for statement. This statement establishes a program loop inside of which are statements that are executed repeatedly.
The document object is associated with the Web page appearing in the browser. It is a property of the window object and is also an object itself which includes properties and methods that permit JavaScript control over the look and feel of the current XHTML document.
An effective way of performing script input and output operations is through use of textbox fields. You can use textboxes
This tutorial teaches you how to use drag and drop functionality available in script.aculo.us script.
How to use jQuery Flash to insert shockwave files in your Wordpress articles. Probably works for any CMS that doesn’t filter out HTML.
JavaScript Object Notation (JSON) and Asynchronous JavaScript + XML (Ajax) are staples of Web 2.0 development. This article demonstrates the native JSON and Ajax capabilities baked into the Web framework.


