Ajax is the #3 Blogger for Ajax
Steffen Rusitschka has a nice detailed post on inheritance with JavaScript, different ways you can go, and side effects of the decision. From, PLAIN TEXT JAVASCRIPT: var A = function(){}; // This is the constructor of "A" A.prototype.value = 1; A.prototype.test = function() { alert(this.v...