Archive for August, 2004

Don’t want to be in Google?

Sunday, August 1st, 2004

Do you have a web page or part of a web site that you’d like to keep hidden from Google (and other prying web crawlers and robots)? (more…)

Google comes to town

Sunday, August 1st, 2004

Is it inevitable that everyone who writes about computers must eventually do a bit about Google? Well, why fight it? Here goes… (more…)

Real programming with JavaScript - Associative Arrays

Sunday, August 1st, 2004

Making a hash of JavaScript arrays

In the previous article we looked at creating, manipulating and extracting values from JavaScript arrays. Arrays allow us to store lists of related data using a numbered index.

But in JavaScript, the index of an array need not be a number, it can also be a word (more…)