
Feature your own tutorial here! Find out more.
How to Create a Useful Random Number in Javascript
Submitted by Web Cash » Javascript's built in randomizer returns a probability - a random value between 0 and 1. You need to do a little extra work to get a random number that's use-able for picking a random item from a list or working into a game design. This tutorial will show you the standard formula for creating a useful random number from that original randm value.
How to do String Replacement in Javascript
Submitted by Web Cash » String replacement is simple enough in PHP - use the str_replace function. Is there an equivalent function we can use in Javascript?
Striped Tables Using JavaScript
Submitted by DeveloperTutorials.com » 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. We'll implement this technique using unobtrusive JavaScript.
The JavaScript Programming Language, By Douglas Crockford | Part 1 of 4
Submitted by Amelie » Do you want to learn javascript right now? As easy as spending four hours watching these smart guys talk. Let me know how it was to you.
Javascript timeout usage
Submitted by PHP F1 » In this tutorial I will show you how to use timeouts in your JavaScript code. With this information you will be able to create a usefull timer.
JavaScript string tutorial
Submitted by PHP F1 » In this tutorial you will learn how to use and manipulate strings in JavaScript.
Javascript Banner rotator tutorial
Submitted by nowtutorials » OK so most of you own a website correct? are you sick and tired of constantly having to re upload images, or change all of your pages advertisements. Well here is your solution, a javascript banner rotator tutorial which allows you to rotate as many banners as you wish.
Javascript Regular Expressions
Submitted by Coding City » A javascript tutorial about the regular expressions in javascript.
Basic JS Tutorial
Submitted by Coding City » A detailled basic javascript tutorial. You'll learn the very basics and some handy tricks.
Javascript boxes
Submitted by Dreamdealer.nl » In this tutorial you'll learn how to use Javascript windows. Asking a name with a Promptbox, asking a question with Confirmboxes en ginving an alert with an Alertbox.

