Text Slideshow JavaScript / Randomizing and Rotation
In this tutorial I'll show you how to create a text slideshow in javascript.This script will rotate display a different message after a certain amount of time, in an infinite loop.
Random Image Link JavaScript / Randomizing and Rotation
This script to use for placing a random ad on a page. Once the page is loaded, a random image will be selected and placed on the page. If the image is clicked, the visitor will be brought to the website that corresponds to the image.
Generating weighed random numbers in JavaScript JavaScript / Randomizing and Rotation
In this tutorial, we take a stab at generating weighed random numbers, or random numbers with some more likely to show up than others. This is useful in situations where you need a more refined random engine, for example in a banner script that can display some banners more often than others.