From d7789ffd928ada821e4c365e7c8abfae4fd3d913 Mon Sep 17 00:00:00 2001 From: Bryan Braun Date: Sat, 12 Oct 2013 21:20:57 -0400 Subject: [PATCH] Added subcategory for Backbone.js and a link for 'Developing Backbone.js Applications' Also alphabetized the subcategories under Javascript, now that there are three. --- free-programming-books.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 15224ae3..b73a677d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -30,8 +30,9 @@ * [Icon](#icon) * [Java](#java) * [JavaScript](#javascript) - * [Node.js](#nodejs) + * [Backbone.js](#backbonejs) * [D3.js](#d3js) + * [Node.js](#nodejs) * [LaTeX](#latex) * [Linux](#linux) * [Lisp](#lisp) @@ -405,6 +406,14 @@ * [Learning JavaScript Design Patterns](http://addyosmani.com/resources/essentialjsdesignpatterns/book/) * [O'Reilly Programming JavaScript Applications - Early Release](http://chimera.labs.oreilly.com/books/1234000000262/index.html) +####Backbone.js + +* [Developting Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) + +####D3.js + +* [Interactive Data Visualization for the Web](http://chimera.labs.oreilly.com/books/1230000000345/index.html) + ####Node.js * [Up and Running with Node](http://ofps.oreilly.com/titles/9781449398583/) @@ -412,10 +421,6 @@ * [Mastering Node.js](http://visionmedia.github.com/masteringnode/) * [Mixu's Node Book](http://book.mixu.net/node/) -####D3.js - -* [Interactive Data Visualization for the Web](http://chimera.labs.oreilly.com/books/1230000000345/index.html) - ###LaTeX * [The Not So Short Introduction to LaTeX](http://tobi.oetiker.ch/lshort/lshort.pdf) -- GitLab