Javascript

TwitterFacebook
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

http://addyosmani.com/largescalejavascript/
http://ejohn.org/blog/simple-javascript-inheritance/

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? http://www.lateralcode.com/javascript-inerhitance/
http://www.crockford.com/javascript/inheritance.html

Classical Inheritance in JavaScript

Douglas Crockford www.crockford.com And you think you're so clever and classless and free
JavaScript – 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.

What ASP.NET Developers Should Know About JavaScript

http://odetocode.com/Articles/473.aspx

Script Junkie | Prototypes and Inheritance in JavaScript

http://msdn.microsoft.com/en-us/magazine/ff852808.aspx Forget everything you know about object-oriented programming.