Browse Source

Merge pull request #63 from bryanbraun/patch-1

Added subcategory for Backbone.js and a link for 'Developing Backbone.js...
vhf / victor felder 12 years ago
parent
commit
9e8f390088
1 changed files with 10 additions and 5 deletions
  1. 10 5
      free-programming-books.md

+ 10 - 5
free-programming-books.md

@@ -35,8 +35,9 @@
 * [IDL](#idl)
 * [Java](#java)
 * [JavaScript](#javascript)
-    * [Node.js](#nodejs)
+    * [Backbone.js](#backbonejs)
     * [D3.js](#d3js)
+    * [Node.js](#nodejs)
 * [LaTeX](#latex)
 * [Linux](#linux)
 * [Lisp](#lisp)
@@ -482,6 +483,14 @@
 * [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/)
 * [AngularJS in 60 Minutes](http://fastandfluid.com/publicdownloads/AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf)
 
+####Backbone.js
+
+* [Developing 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
 
 * [Mastering Node.js](http://visionmedia.github.com/masteringnode/)
@@ -489,10 +498,6 @@
 * [The Node Beginner Book](http://nodebeginner.org/)
 * [Up and Running with Node](http://ofps.oreilly.com/titles/9781449398583/)
 
-####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)