Eloquent JavaScript: A Modern Introduction to Programming
Eloquent JavaScript is a book providing an introduction to the JavaScript programming language and programming in general.
Eloquent JavaScript: A Modern Introduction to Programming
Eloquent JavaScript is a book providing an introduction to the JavaScript programming language and programming in general.
A javascript framework for building ambitious web applications.
Developing Backbone.js Applications
Complete “Early Release” copy of Addy Osmani’s book on developing web apps using Backbone.js
Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It’s the tie to go along with jQuery’s tux, and Backbone.js’s suspenders.
Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.
“JavaScript is a programming language that makes websites interactive. HTML & CSS will let you make nice looking webpages, but they’ll be static. JavaScript allows you to ask your user to input information, move elements around on the page, and for to make your website more modern and functional.”
“A tidy collection of jQuery plugins”
Learn how to use Backbone in JavaScript projects.
Beginner intro to Node.js.
“The jQuery Taconite Plugin allows you to easily make multiple DOM updates using the results of a single AJAX call. It processes an XML command document that contain instructions for updating the DOM.”