The JavaScript Source is an excellent JavaScript resource with tons of "cut and paste" JavaScript examples for your Web pages. All for free!
Featured Scripts from JavaScript Source
-
Multiple Choice Quiz
Add a quiz to your Web page without using a server-side script. Easy to set-up. Questions and answers are stored in a multi-dimensional array format in an external file. The quiz is marked in real time, and once answered, questions are set to read-only. A summary of the users score is alerted at the end. Read More
-
Typing test Application/game by Sanket Sinha
typing test game comes with some awesome interface and will provide you a new experience. this typing application will generate random set of words and you have to type them as fast as you can but at same time be careful of what you type. Read More
-
Ants
As you move your mouse around the page a swarming army of ants scattered about the window will chase after it. (No wisecracks about buggy code now...) If an ant actually reaches the mouse cursor, we reposition it randomly around the edge of the window, and its chase starts again. The ant images are preloaded with a great image loading bar script, then the script begins. A great effect! Read More
-
Blackjack
Play even the classic game of Blackjack in JavaScript! (You might also know it as "21") The object of the game is to get the closest to 21. If you get higher than the dealer without going over, you win! Good luck, and don't gamble. ;-) Read More
-
2-Way Background Images SlideS
Runs an image slideshow in the background of the page, underneath the page content. Used with the accompanying style script, images are discretely positionable in the page space, just like a regular slideshow. Leave out the style script, and the slideshow runs with full page-space presentation. IE 4.0+ or NS 6.0 (degrades gracefully in others) Read More
-
Animated MiniTabs
A sleek animation effect using tabs for a slide navigation bar. Degrades very nicely when JavaScript is turned-off. (06/16/2006) Read More
-
Battleship
Enter into a naval battle against your computer. But watch out, your adversary is not stupid! Read More
-
Break Out
This is a JavaScript version of Break Out. Keep the ball bouncing and try to clear the entire field of blocks. Cool! Read More
-
Breadcrumb Trails
The script creates the breadcrumb hierarchy based on the directory tree. Let your visitor's know where they are on your Web site. Read More
-
Box Puzzle
(Internet Explorer Only) Move the squares using the arrow keys to get them in the correct order. Fun! (11/14/2000) Read More
-
Ball Drop
Click anywhere on the page and a ball will drop from the cursor and rebound several times based on gravity. Updated to be WC3 DOM1 cross browser compatible! Read More
Recent Web Development Articles
-
Facebook Unveils Data Center System on a Chip
Facebooks new SoC is the social media giant’s contribution to the Open Compute Project as they scale out versus up by building an ever-increasing fleet of simple, moderately powered systems. Read More
-
Progress Software Announces the Release of NativeScript for Native Mobile App Dev
Progress has just announced their beta release of NativeScript framework for building native mobile apps for iOS using JavaScript. Read More
-
HTML5 FAQ
From Web Workers to Web Storage, this article will take a look at some of the most common HTML5 frequently asked questions (FAQ). Read More
-
Project Management Work Analysis
Explore how to best break down a project's objectives into smaller and more manageable tasks to be assigned to various team members. Read More
-
Build a User Interface using the Vaadin Mobile App Framework
Vaadin is a web application framework for creating rich and interactive applications in Java that run in the browser, without any additional plug-ins. As such, it's an excellent tool for developing HTML5 mobile apps In this article, Rob Gravelle shows us how to automatically generate the User Interface (UI) from a Java Class. Read More

