Newest Javascript Tutorials
Text Reverser
JavaScript will take the contents of a box and reverse it! If you entered 'hello' it will change the box to say 'olleh'. This might be useful on your site in a form or just for fun
Forms »
Faster loading page with images
You know how when your on a webpage and you click on something and it takes you to a different part of the site but it still has the same images on it? Well with this simple and easy to use JAVA code it will preload those images you chose.
Effects »
Elapsed Time Calculator
This script computes and displays the elapsed time between "Start" and "Finish" button clicks.
General »
Dice Poker Game
Click [ROLL] to roll five dice. You win points by getting special combinations of dice, such as four of a kind, etc. Dice are shown but no image files are used! Changeable colors as well! IE only.
General »
Bookmark Reminder
Pops up the "Add to Favorites" bookmark window once a week, or after a predetermined number of days. Firefox/Netscape users are given an alert message to remind them to bookmark the site.
Basics »
Knight Game
This logic game is simple and fun to play. Simply move the knight in legal knight chess moves to every square on the board in as few moves as possible.
General »
Hanoi Solver
Solves the Towers of Hanoi game in the shortest number of moves, demo included. The delay between moves and the number of rings can be adjusted by the user. Clever!
General »
Striped tables using JavaScript
JavaScript can be incredibly useful when you need to automate repetitive tasks. In this article we'll implement a simple JavaScript function that will apply alternate striped rows to a table.
General »
Sliding Window
Slides the browser window off the screen when the link or button is clicked, only to return it to its original location as it loads the link page. Sweet!
Custom Frames
This script will allow you to create an array of links through which you can skip with a previous and back button. These buttons are located in a frame and target another frame. Works in most browsers.
Bookmark Us!
(Internet Explorer Only) Allow your visitors to click one text link to quickly and easily add your site to their "Favorites." Don't let your visitors lose you because they forget to bookmark your site! (Netscape Users won't get any errors, but instead of the bookmark link, see a message reminding them to bookmark the site)
ISO Clock
Displays the date and time in accordance with the ISO 8601 standard.
Alert and Confirm Generator
Use this script to create quick and easy alert and confirmation scripts. Pick what you want, enter your text and get the source code. Pretty neat!
Table Maker
After studying this tutorial you will be able to create a table maker using JavaScript










