JavaScript Tutorials Basics



Featured Tutorial
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.
Rating: 3.3/5 | 343 clicks | 0 comments | 0 saves | share | report
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?
Rating: 3.0/5 | 203 clicks | 0 comments | 0 saves | share | report
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.
Rating: 3.5/5 | 361 clicks | 0 comments | 0 saves | share | report
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.
Rating: 4.2/5 | 333 clicks | 0 comments | 1 save | share | report
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.
Rating: 2.3/5 | 223 clicks | 0 comments | 0 saves | share | report
JavaScript string tutorial
Submitted by PHP F1 » In this tutorial you will learn how to use and manipulate strings in JavaScript.
Rating: 2.5/5 | 227 clicks | 0 comments | 0 saves | share | report
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.
Rating: 2.3/5 | 701 clicks | 0 comments | 1 save | share | report
Javascript Regular Expressions
Submitted by Coding City » A javascript tutorial about the regular expressions in javascript.
Rating: 2.0/5 | 565 clicks | 0 comments | 1 save | share | report
Basic JS Tutorial
Submitted by Coding City » A detailled basic javascript tutorial. You'll learn the very basics and some handy tricks.
Rating: 3.0/5 | 1,284 clicks | 4 comments | 1 save | share | report
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.
Rating: 3.0/5 | 1,902 clicks | 0 comments | 1 save | share | report