Learn to condition the execution of a function in Javascript upon it's existence.
0 comments. Read Check if a Javascript Function Exists or Is Defined ( 1 pages )
Switch functions are quite useful to you if you have a handful of statements to be executed from one variable or expression. They are basically if/else statements but compiled to a much better use.
0 comments. Read The Switch statement in Javascript ( 1 pages )
Google have for a fair time now release an API system for there Maps technology. It is a great tool to play with. I am going to show you the most basic form of this, there is much more you can do with the Maps API.
0 comments. Read Using the Google Maps API ( 1 pages )
In Javascript you will often need to find the position of a certain character in a string. You will learn this by reading this easy tutorial.
0 comments. Read Find position of a character in a string ( 1 pages )
This tutorial shows how to dinamicaly alter a stylesheet using JavaScript in order to make your website compatible with both Internet Explorer and Firefox.
0 comments. Read Modifying a Style Sheet to Work in Both Firefox and IE ( 1 pages )
Create a simple expandable div with Javascript after reading this tutorial.
5 comments. Read Showing and Hiding a DHTML Div with the onclick() event ( 1 pages )
The tutorial features a quick overview of the innerHtml property, what does it mean, when to use it, and what can it do.
0 comments. Read Using the innerHTML Property ( 1 pages )
This simple tutorial shows you how to get some input from the user with the confirm() and prompt() Javascript functions.
0 comments. Read Getting Input from the User ( 1 pages )
This script takes you through the steps of creating a pulldown menu in Javascript.
0 comments. Read Javascript pulldown menu ( 1 pages )