Neon Text JavaScript / Text Effects
Displays a sentence, changing its colour one letter at a time, from the start colour, to your chosen colour and back again. The script can be modified to change the message, colours and animation change.
Variables JavaScript / Getting Started
A variable's purpose is to store information so that it can be used later. A variable is a name, or identifier, that represents some data that you set. The name wraps up the data so you can move it around a lot easier, but the name is not the data! A variable's value can change during the script. You can refer to a variable by name to see its value or to change its value.
Ultimate Fade-in slide show JavaScript / Image Effects
This is a robust, cross browser fade in slideshow script that incorporates some of your most requested features. They are the ability to display multiple slideshows on the same page, optional linking and link targeting for certain images, and the ability to randomize the display order of the images. You can also set the slideshow to pause when the mouse moves over it.
Up and Down Text JavaScript / Text Effects
A good novelty bit of script to change the font size of a sentence of your choice, up and then down again one letter at a time. Gives your sentence a roller coaster look.
How To: Learn AJAX in 20 minutes JavaScript / AJAX
Here is a quick overview and example of AJAX in action. Before you begin, this example will only work in FireFox. You'll have to change few things in the JavaScript for it to work in IE.
Javascript Slide Show JavaScript / Image Effects
In that tutorial, we saw how we could use Javascript to change one picture to another without having to reload the page. Now we'll see how a picture can shift to another and then to another and so on without using onMouseOut or onMouseOver to perform these changes.
Text Link Color Flips with DHTML JavaScript / DHTML and DOM
How to change the color of a hypertext link when the mouse passes over. Before the advent of DHTML, about the best answer I could give to get this effect was to make the link an image and get the effect.
Universal JavaScript Rollovers JavaScript / Event Handling
Have you ever seen an image move, change color, or even pop up when you place the pointer over that image? If so, you were most likely experiencing a JavaScript rollover. Rollovers are an excellent way of adding dynamic elements to a web page without penalizing browsers that do not support the necessary features (if the rollover is programmed properly).