Tutorial search

JavaScript Tutorials
Tutorials
Stuff
Affiliates

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 !

Sort by:
Multiple onload functions
Multiple onload functions
A short tutorial on adding multiple onload functions to a webpage using addEventHandler/attachEvent.
Category: JavaScript tutorials > Basics - Difficulty:
Basics Of Javascript Part 3 - Get started on coding Javascript
Basics Of Javascript Part 3 - Get started on coding Javascript
Basics Of Javascript Part 3 - Get started on coding Javascript
Category: JavaScript tutorials > Basics - Difficulty:
Basics Of Javascript Part 1 - Get started on coding Javascript
Basics Of Javascript Part 1 - Get started on coding Javascript
Basics Of Javascript Part 1 - Get started on coding Javascript
Category: JavaScript tutorials > Basics - Difficulty:
Making an Image Viewer with Javascript and PHP
Making an Image Viewer with Javascript and PHP
How to create a simple image viewer using javascript and PHP
Category: JavaScript tutorials > Basics - Difficulty:
Link Effects
Link Effects
There are many things you can do with your links with Javascript. We will go over some commonly used link tactics.
Category: JavaScript tutorials > Basics - Difficulty:
Add a blinking flash message at the status bar of Web browser(IE)
Add a blinking flash message at the status bar of Web browser(IE)
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
Category: JavaScript tutorials > Basics - Difficulty:
Block Key Press
Block Key Press
Block Key Press
Category: JavaScript tutorials > Basics - Difficulty:
Blinker
Blinker
Blinker
Category: JavaScript tutorials > Basics - Difficulty:
Basics Of Javascript Part 2 - Get started on coding Javascript
Basics Of Javascript Part 2 - Get started on coding Javascript
Basics Of Javascript Part 2 - Get started on coding Javascript
Category: JavaScript tutorials > Basics - Difficulty:
Back Button
Back Button
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.
Category: JavaScript tutorials > Basics - Difficulty:
How I learned JavaScript
How I learned JavaScript
How I learned JavaScript
Category: JavaScript tutorials > Basics - Difficulty:
Basics - JavaScript Primer
Basics - JavaScript Primer
Basics - JavaScript Primer
Category: JavaScript tutorials > Basics - Difficulty:
Basic JavaScript
Basic JavaScript
Basic JavaScript
Category: JavaScript tutorials > Basics - Difficulty:
How to Create a Useful Random Number in Javascript
How to Create a Useful Random Number in Javascript
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.
Category: JavaScript tutorials > Basics - Difficulty:
How to do String Replacement in Javascript
How to do String Replacement in Javascript
String replacement is simple enough in PHP - use the str_replace function. Is there an equivalent function we can use in Javascript?
Category: JavaScript tutorials > Basics - Difficulty:
Total Tutorials in Category: 53