From 80e4ee546a94ddcbdaf1843455821b1cbe210208 Mon Sep 17 00:00:00 2001 From: Chris Ben Date: Sun, 2 Feb 2014 22:32:43 -0800 Subject: [PATCH 1/4] Use proper case --- free-programming-interactive-tutorials-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index 819589cab..a85229148 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -46,7 +46,7 @@ * [Learn Java](http://www.learnjavaonline.org/) -###Javascript +###JavaScript * [Learning Advanced JavaScript](http://ejohn.org/apps/learn/) * [Learn JavaScript](http://www.learn-js.org/) * [Learn knockout.js](http://learn.knockoutjs.com) From 6465f1d3129ebf0c0290d45c82a738de31d7cbdb Mon Sep 17 00:00:00 2001 From: Chris Ben Date: Sun, 2 Feb 2014 22:34:33 -0800 Subject: [PATCH 2/4] Alphabetize jQuery --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 0691de59e..3a1cb8172 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -998,8 +998,8 @@ ####jQuery -* [jQuery Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/jquery) (PDF, Kindle) *(Just fill the fields with any values)* * [jQuery Novice to Ninja](http://mediatheque.cite-musique.fr/MediaComposite/Debug/Dossier-Orchestre/ressources/jQuery.Novice.to.Ninja.2nd.Edition.pdf) (PDF) +* [jQuery Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/jquery) (PDF, Kindle) *(Just fill the fields with any values)* ####Knockout.js From 15f637abe01bca7c980507078dd286bba98498e2 Mon Sep 17 00:00:00 2001 From: Chris Ben Date: Sun, 2 Feb 2014 22:36:31 -0800 Subject: [PATCH 3/4] Fix D3.js --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 3a1cb8172..220de1bb1 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -983,9 +983,9 @@ ####D3.js -* [Interactive Data Visualization for the Web](http://chimera.labs.oreilly.com/books/1230000000345/index.html) - Scott Murray * [D3 Tips and Tricks](https://leanpub.com/D3-Tips-and-Tricks) * [Dashing D3.js](https://www.dashingd3js.com/table-of-contents) +* [Interactive Data Visualization for the Web](http://chimera.labs.oreilly.com/books/1230000000345/index.html) - Scott Murray * [Interactive Data Visualization with D3](http://alignedleft.com/tutorials/d3) From c61b6836e6abba2770a65e5d21932deaa8c33a90 Mon Sep 17 00:00:00 2001 From: Chris Ben Date: Sun, 2 Feb 2014 22:41:26 -0800 Subject: [PATCH 4/4] Fix Node.js --- free-programming-books.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 220de1bb1..c3ee3ebfe 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1007,11 +1007,11 @@ ####Node.js +* [JavaScript and Node FUNdamentals](https://leanpub.com/jsfun/read) *(Leanpub - by Azat Mardanov)* * [Mastering Node.js](http://visionmedia.github.com/masteringnode/) * [Mixu's Node Book](http://book.mixu.net/node/) -* [The Node Beginner Book](http://nodebeginner.org/) * [Node: Up and Running](http://chimera.labs.oreilly.com/books/1234000001808/index.html) - Tom Hughes-Croucher -* [JavaScript and Node FUNdamentals](https://leanpub.com/jsfun/read) *(Leanpub - by Azat Mardanov)* +* [The Node Beginner Book](http://nodebeginner.org/) ###LaTeX