Latest Articles

AJAX January 2007

AJAX and JSON Part 1

When Microsoft added the ActiveX XMLHTTP object to Internet Explorer’s implementation of JavaScript, the company planted the seed for the revolution in Web applications known as Asynchronous Jav...

Read more →
AJAX January 2007

AJAX and JSON Part 2

JSON produces slightly smaller documents, and JSON is certainly easier to use in JavaScript. XMLHttpRequest parses XML documents for you whereas you have to manually parse JSON, but is parsing JSON sl...

Read more →
AJAX December 2006

AJAX - Getting Started

This article guides you through the AJAX basics and gives you two simple hands-on examples to get you started.

Read more →
CSS August 2007

5 Tips for Organizing Your CSS

Working with CSS on freelance work, and my job made me start thinking about the best way to standardize and organize the way I write my CSS. So, I proposed the question to my 9rules friends to collect...

Read more →
CSS July 2007

CSS Hacks and Filters

In an ideal world, properly coded CSS would work in every browser with CSS support. Unfortunately, we do not live in an ideal world, and browsers are littered with bugs and inconsistencies. To create ...

Read more →