Getting Technical With JavaScript In this part we'll discuss ALF: Arrays, Loops and Functions, elements that are the heart of any programming language. >>First part of tutorial I wish to thank Don for making this tutorial use the best language possible - I could not achieve this without you, Don! Arrays First, a quick reminder for those who forgot:An array is a collection of items. Each item in an array can be anything. (even ...
Updated November 29th, 2008 at 06:01 PM by Shadow Wizard
Introduction to JavaScript What? Why? How? What is it? JavaScript is client side scripting language. This one sentence contains three phrases that need further explanation:Client side: this means code that is under the responsibility of the browser (to differ from Server Side language such as PHP which is under the responsibility of the server) Client side code is under the responsibility of the browser and this means the code is executed on ...
Updated November 29th, 2008 at 06:03 PM by Shadow Wizard (added link to second part)