Tutorial search
JavaScript Tutorials
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
JavaScript Basics Tutorials
We hope that you will enjoy our JavaScript Basics tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own JavaScript Basics tutorials to our site. Thank you !
A short tutorial on adding multiple onload functions to a webpage using addEventHandler/attachEvent.

Basics Of Javascript Part 3 - Get started on coding Javascript

Basics Of Javascript Part 1 - Get started on coding Javascript

How to create a simple image viewer using javascript and PHP

There are many things you can do with your links with Javascript. We will go over some commonly used link tactics.

The following sample of code gives an idea of how to add a blinking flash message at the status bar. Adding flash text at the status is very simple for that we use a single if-else loop in function blinkflash(). This script is compatible with IE. Click here to see live example.
First of all we define three variables var message for ‘display message at status bar’, var speed for ‘set time interval to flash text’, and var control to control blinking of message

Basics Of Javascript Part 2 - Get started on coding Javascript

Web browsers have back buttons, but you say that's not good enough for you. You want your web pages to have them too? Ok, this tutorial will show you how to make them.

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.

String replacement is simple enough in PHP - use the str_replace function. Is there an equivalent function we can use in Javascript?
Total Tutorials in Category: 53




