External Javascripts
Sunday December 30, 2007
JavaScript is best kept separate from your HTML as much as possible .
The thirteenth tutorial in the original "Learning JavaScript" series shows you how to move your JavaScript code out ... Read More
Finding and Fixing Errors
Sunday December 23, 2007
Even expert programmers make mistakes. That's why you have to test your code.
There are a number of techniques for finding and fixing the inevitable errors in your Javascript code. The ... Read More
Commenting Your Scripts
Sunday December 16, 2007
You should put comments in your JavaScript to remind you what it does. If you write a JavaScript of more than one or two statements then at some point you ... Read More
Alert and Confirm
Sunday December 9, 2007
JavaScript has several functions that interact with the browser.The tenth tutorial in the "Learning JavaScript" series introduces two of the three functions built into the JavaScript language.Alert and Confirm
Value of a Function
Sunday December 2, 2007
Javascript can not only pass values to a function it can get something backContinuing to look at functions, the ninth tutorial in the "Learn Javascript" series looks at how we ... Read More

