General · Newest Javascript Tutorials

Elapsed Time Calculator

This script computes and displays the elapsed time between "Start" and "Finish" button clicks.
General » javascript.internet.com
Score(+): 0 | Views: 8 | Similar Tuts | Save it | View this tutorial

Countdown to ???

Set a JavaScript stopwatch that alarms when it reaches a certain time.
General » javascript.internet.com
Score(+): 0 | Views: 8 | Similar Tuts | Save it | View this tutorial

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 » javascript.internet.com
Score(+): 0 | Views: 8 | Similar Tuts | Save it | View this tutorial

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 » javascript.internet.com
Score(+): 0 | Views: 8 | Similar Tuts | Save it | View this tutorial

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 » javascript.internet.com
Score(+): 0 | Views: 15 | Similar Tuts | Save it | View this tutorial

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 » webcredible.co.uk
Score(+): 0 | Views: 10 | Similar Tuts | Save it | View this tutorial

Coin Flipper

When you do not have a coin, use this quick and easy virtual coin-flipping script. Sweet!
General » javascript.internet.com
Score(+): 0 | Views: 13 | Similar Tuts | Save it | View this tutorial

No Right Click

(4.0+ browsers) Ever wanted to prevent users from "borrowing" images from your site through right-clicking them and "save image as..." or right-clicking the page and viewing your page source? This script will (attempt to) disable the right click on your page! As explained, however, this script is not fool-proof !!
General » javascript.internet.com
Score(+): 0 | Views: 11 | Similar Tuts | Save it | View this tutorial

Must Visit From....

If other sites links directly the sub-pages of your site or if previous required pages are being skipped, you can now require your visitors to come from a certain page! Those that did not come from the required page are alerted then send back to the required previous page. Clever!
General » javascript.internet.com
Score(+): 0 | Views: 12 | Similar Tuts | Save it | View this tutorial

Understanding dense arrays

A dense array allows programmers to efficiently declare an array when the initial values of the array is known beforehand.
General » javascriptkit.com
Score(+): 0 | Views: 7 | Similar Tuts | Save it | View this tutorial

Airport Calculator

This useful JavaScript calculator will tell you the degrees, Nautical Miles, Statute Miles, and Kilometers between your originating and destination airports. It's got a built-in database of over 150 of the most traveled airports! Very neat! I've given a copy to everyone I know who fly often.
General » javascript.internet.com
Score(+): 0 | Views: 1 | Similar Tuts | Save it | View this tutorial

Default Status Message

Here's a neat way to put a message in the status bar on your page. It will stay there as the default message! Neat!
General » javascript.internet.com
Score(+): 0 | Views: 0 | Similar Tuts | Save it | View this tutorial

Layer Scroller

Provides controls to scroll the layer at varying speeds. Can be used with your own graphics and layout to creatively present your content
General » javascript.internet.com
Score(+): 0 | Views: 2 | Similar Tuts | Save it | View this tutorial

Maze Game

Navigate around a 3D JavaScript maze in search of the exit in the fewest moves possible. The maze is complex, but you can cheat by taking a peak at the map. Tested in IE5 and Netscape.
General » javascript.internet.com
Score(+): 0 | Views: 1 | Similar Tuts | Save it | View this tutorial

Frameless Peeker Popup

Launches a type of window ad servers call a "peeker" popup, which slowly rises into view from the bottom of the screen. This is a frameless popup window without the Windows frame or titlebar. Frameless in IE 4+ only.
General » javascript.internet.com
Score(+): 0 | Views: 1 | Similar Tuts | Save it | View this tutorial
1 2 3 4 5 6 »