Javascript

TwitterFacebook
Get flash to fully experience Pearltrees
node.js

Introduction to JavaScript Source Maps

http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/ Have you ever found yourself wishing you could keep your client-side code readable and more importantly debuggable even after you've combined and minified it, without impacting performance? Well now you can through the magic of source maps .
De un lenguaje de script, Javascript se ha convertido en los últimos años en la plataforma de desarrollo más usada en el mundo. http://www.cristalab.com/blog/la-revolucion-de-javascript-c101359l/

La revolución de Javascript

Frameworks Javascript prometedores para tus proyectos

http://www.maestrosdelweb.com/editorial/frameworks-javascript-proyectos/ Los populares Frameworks para Javascript: jQuery , Prototype , MooTools y demás , no son lo únicos que existen.
The number of web applications being created and used has grown rapidly since the new millenium.

20 JavaScript Frameworks Worth Checking Out

http://net.tutsplus.com/articles/web-roundups/20-javascript-frameworks-worth-checking-out/

Understanding JavaScript OOP — Sorella's Basement

Now that we're able to inherit properties from other objects and extend the specialised objects to define their own behaviours, we have a little problem: what if we actually wanted to access the parent behaviours that we just overwrote? http://killdream.github.com/blog/2011/10/understanding-javascript-oop/index.html