The JavaScript Source is an excellent JavaScript resource with tons of "cut and paste" JavaScript examples for your Web pages. All for free!
Latest Additions to The JavaScript Source
Ajax Tutorials:Copy and Paste JavaScript with an Ajax Engine - It's not necessary to understand the characteristics of Ajax in order to use it. This article provides copy and paste JavaScript with an Ajax engine. No modifications are necessary.
Image Effects:Simple Thumbnail Solution - Use this script to browse through a series of images. The thumbnail images are displayed, and a larger copy of the selected image is displayed to the right. The selected thumbnail is also highlighted.
Libraries:DOMAssistant - A small library for use with the Document Object Model (DOM). The idea is that everything starts with the element(s) in question, selected through ID or CSS selectors, and then perform various methods on it, such as adding or removing classes, events etc. Includes complete documentation.
Tutorials:Animated Hovering Windows Using JavaScript - You've probably seen many Web sites with windows that seem to appear out of nowhere on the screen. This tutorial will explain how to use that technique to accomplish your own effects.
Tools:Obtrusive JavaScript Checker - This tool traverses all elements in a Web page. When it finds an HTML element with inline events, it highlights them with a red border. Available as a Firefox extension or Greasemonkey script.
More Additions: We add new scripts and tutorials on a regular basis. Be sure you didn't miss any of the most recent additions.
Keep up with our latest scripts and tutorials: Subscribe to our XML/RSS feed
Attention JavaScript Coders
Want some recognition for your scripts? Submit them to us and they can be featured on JavaScript Source!
DatabaseJournal offers SQL courses and other database related resources for beginner to expert developers.