
Javascript
Get flash to fully experience Pearltrees
Today we're going to discuss an effective set of patterns for large-scale JavaScript application architecture.
Patterns For Large-Scale JavaScript Application Architecture
Simple JavaScript Inheritance
I’ve been doing a lot of work, lately, with JavaScript inheritance – namely for my work-in-progress JavaScript book – and in doing so have examined a number of different JavaScript classical-inheritance-simulating techniques. Out of all the ones that I’ve looked at I think my favorites were the implementations employed by base2 and Prototype . I wanted to go about extracting the soul of these techniques into a simple, re-usable, form that could be easily understood and didn’t have any dependencies.5 Must-Reads on JavaScript Inheritance
By Karthik Viswanathan Do you know inheritance in JavaScript? Do you truly understand how it works?Classical Inheritance in JavaScript
Douglas Crockford www.crockford.com And you think you're so clever and classless and freeJavaScript – It's beat up, put down, shrugged off and kicked around. Cursed by the web browser's inconsistency yet blessed by a pervasive ubiquity -it's a technology many try to disregard even when its potential is something few can ignore. If you want to write an interactive application for the web today , then you'll need some JavaScript code on your side.

