An introduction to JavaScript JavaScript / Getting Started
An introduction to JavaScript, how it was born, what is it good for, different types and versions of this scripting language, and the compatibility between it and the browsers.
Starting a JavaScript JavaScript / Getting Started
How do you tell the browser that a script is starting? Moreover, how does he know what kind of script is starting? What if the browser doesn't support JavaScript?.
Get key press event using JavaScript JavaScript / Getting Started
This tutorial will show you how to get the pressed key in the browser window, whether it's Ctrl, Alt, Shift, Page Up, Arrow Up or any other key. There's both an Internet Explorer and a Firefox way of doing this.
Animated Color Matrix JavaScript / Getting Started
This tutorial, especially recommended to beginners, will give you a better understanding of the JavaScript language: how to use loops, arrays and functions to create a fun animation.
Checking For Leap Years JavaScript / Getting Started
This tutorial will show you how to create a JavaScript function that checks whether a given year is a leap year (366 days) or not (365 days).
Dynamic 5 Star Rating Script JavaScript / AJAX
A dynamic 5 star rating script that can be used along with a server-side language and AJAX to allow visitors to submit their vote in an interactive manner.