Best Tutorials website
Latest tutorials

Advertisment

Using External JavaScript to Create Dynamic Content

Using External JavaScript to Create Dynamic Content

Create the script once and reference in any number of ways. The example goes into Date Stamps, News, Quotes, etc. One file to update and one line...


Views: 893 | Rating star | by Stephen
Javascript - Randomizing

Generating a random number in JavaScript

Generating a random number in JavaScript

A random number is useful- if not required- in the creation of many popular JS applications, such as a dice, random image script, or random link...


Views: 969 | Rating star | by Ben
Javascript - Randomizing

Generating weighed random numbers in JavaScript

Generating weighed random numbers in JavaScript

Learn how to generate weighed random numbers in JavaScript, so some show up more often than others.


Views: 855 | Rating star | by Mathew
Javascript - Randomizing

Random Image Link

Random Image Link

Need to place a random image on your page that when clicked will bring the visitor to another website? This tutorial will show you how to do just...


Views: 883 | Rating star | by Simon
Javascript - Randomizing

Text Slideshow

Text Slideshow

Display a random quotation alternated every 5 seconds, in an infinite loop


Views: 853 | Rating star | by Adam
Javascript - Randomizing

Random 404 Error Pages

Random 404 Error Pages

Learn how to create error pages that display random messages to the visitor.


Views: 827 | Rating star | by John
Javascript - Randomizing