Namespacing your JavaScript
A nice, short article with examples, on adding namespaces to javascript code and variables. The comments are as interesting as the article itself because they illustrate a few misconceptions, such as the difference between a variable within a function and an object property.