Javascript Image Gallery Using Mootools JavaScript / Miscellaneous
This free image gallery based on javascript is a quick & easy solution. Implementing the demo doesn’t requre knowledge of any javascript. In this article, I’ll explain and breakdown the javascript that runs the image gallery using the javascript framework Mootools.
Image Thumbnail viewer JavaScript / Image Effects
Image Thumbnail Viewer is a compact, unobtrusive image viewer that can be applied to any link on the page to load the desired image inside a sleek interface based on the link's "href" value. This script will center the enlarged image on the page and optionally display a text description of the image.
Random Image Link JavaScript / Randomizing and Rotation
This script to use for placing a random ad on a page. Once the page is loaded, a random image will be selected and placed on the page. If the image is clicked, the visitor will be brought to the website that corresponds to the image.
Image Flip JavaScript / Image Effects
This is a great effect. When the mouse passes over the image, it changes. It's JavaScript-driven and a little tricky, but you'll get it.
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).
Swap Images with Javascript JavaScript / Image Effects
Almost everyone has visited webpages where an image changes when you move the mouse over it or click on it without the page having to reload. This is a common effect and can be easily achieved with Javascript. Any browser can show this Image Swap effect, unless you are using an old browser like IE 3.0, which is very unlikely these days.
Image Map Drop Down Menus (IE4+) & (NN4+) JavaScript / Menus and Buttons
Use the following DHTML script to give a neat navigation for your site without much code involved. It is easy to integrate and modify for an amateur designer, however you need to have some knowledge of HTML.
Pop-up window JavaScript / Frames and Window
Ever wanted to make a flash or an image pop-up in a window with a specific width and height. Well now you can, with a simple few lines of javascript.
Andy's Introduction to JavaScript JavaScript / Getting Started
This is an introductory, easy to follow tutorials on JavaScript. It also includes several advanced JavaScripts such as JavaScript live clock, Image flip, and Drop down menu box.