1. Home
  2. Computing & Technology
  3. JavaScript
photo of Stephen Chapman
Stephen's JavaScript Blog December 2007 Archive

By Stephen Chapman, About.com Guide to JavaScript since 2004

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
Explore JavaScript
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. JavaScript

©2009 About.com, a part of The New York Times Company.

All rights reserved.