You are here: Home » Tutorials » Web Development » JavaScript

JavaScript tutorials

0 sub-categories and 9 tutorials added directly into this category

Check if a Javascript Function Exists or Is Defined

Added April 23, 2008, in Web Development / JavaScript /

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 )

The Switch statement in Javascript

Added April 14, 2008, in Web Development / JavaScript /

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 )

Using the Google Maps API

Added April 13, 2008, in Web Development / JavaScript /

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 )

Find position of a character in a string

Added February 28, 2008, in Web Development / JavaScript /

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 )

Modifying a Style Sheet to Work in Both Firefox and IE

Added January 25, 2008, in Web Development / JavaScript /

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 )

Showing and Hiding a DHTML Div with the onclick() event

Added January 24, 2008, in Web Development / JavaScript /

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 )

Using the innerHTML Property

Added January 24, 2008, in Web Development / JavaScript /

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 )

Getting Input from the User

Added January 24, 2008, in Web Development / JavaScript /

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 )

Javascript pulldown menu

Added January 22, 2008, in Web Development / JavaScript /

This script takes you through the steps of creating a pulldown menu in Javascript.

0 comments. Read Javascript pulldown menu ( 1 pages )