Building a Web Site with Ajax
Monday October 29, 2007
Some JavaScript books are more practical than others
Ajax is the key to building more interactive web sites and there have been many books written that show you all sorts of ... Read More
The IF Statement
Sunday October 28, 2007
JavaScript can make decisions by testing if something is true or falseThe fourth tutorial in the "Learn Javascript" series introduces a way of testing whether a particular situation applies and ... Read More
How well do you know JavaScript?
Saturday October 27, 2007
How well do you know the basics of JavaScript?
Do you consider yourself a novice when it comes to JavaScript or do you think you have a fairly good idea of ... Read More
Operators
Sunday October 21, 2007
Why is a variable called a variable? Because JavaScript can operate on that variable to change its value.
In the third tutorial in the "Learn JavaScript" series we look at how ... Read More
Variables
Sunday October 14, 2007
Every programming language needs variables to hold the values that the program is using. JavaScript is no exception.Once you know how to attach a JavaScript into your web page the ... Read More
Single Radio Buttons
Saturday October 13, 2007
JavaScript can't change the normal behaviour of radio buttons
A number of people have queried why my radio button validation script doesn't cater for where there is just one button. Others ... Read More
Hello World
Sunday October 7, 2007
Every series of programming tutorials start the same way. Why should JavaScript be any different."
Want to learn JavaScript? Learn to write your first script with this tutorial. We start with ... Read More
Hiding Your Email Address
Tuesday October 2, 2007
Including your email address in your web page may result in a lot more spam
Spammers run programs to scan web page source looking for email addresses that they can add ... Read More

