From ff17fddb5b4f109fd891ac8b58f0e170a6f83c9f Mon Sep 17 00:00:00 2001 From: Gary Grumbley Date: Fri, 18 Oct 2013 16:11:33 -0700 Subject: [PATCH] Update English Free Programming Books list. Deleted and merged two entries for Addy Osmani's book:Learning JavaScript Design Patterns (name was changed when it was published). Added a few author names to the Javascript section as well as Noel Rappin's great book Managing Space and Time With JavaScript. --- free-programming-books.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 2407538d..5060d13a 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -554,20 +554,20 @@ ###JavaScript -* [Crockford's JavaScript](http://www.crockford.com/javascript/) -* [Eloquent JavaScript](http://eloquentjavascript.net/) -* [Essential Javascript & jQuery Design Patterns for Beginners](http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/) +* [Crockford's JavaScript](http://www.crockford.com/javascript/) - Douglas Crockford +* [Eloquent JavaScript](http://eloquentjavascript.net/) - Marijn Haverbeke +* [Learning JavaScript Design Patterns](http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/) - Addy Osmani * [JavaScript Bible](http://media.wiley.com/product_ancillary/28/07645334/DOWNLOAD/all.pdf) (PDF) * [JavaScript Essentials](http://www.techotopia.com/index.php/JavaScript_Essentials) * [jQuery Fundamentals](http://jqfundamentals.com/book/) (starts with JavaScript basics) * [Mozilla Developer Network's JavaScript Guide](https://developer.mozilla.org/en/JavaScript/Guide) * [JavaScript Allongé](https://leanpub.com/javascript-allonge/read) -* [Learning JavaScript Design Patterns](http://addyosmani.com/blog/essentialjsdesignpatterns/) * [O'Reilly Programming JavaScript Applications - Early Release](http://chimera.labs.oreilly.com/books/1234000000262/index.html) * [The JavaScript Tutorial](http://javascript.info/) * [AngularJS in 60 Minutes](http://fastandfluid.com/publicdownloads/AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf) (PDF) * [Javascript Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/javascript) (PDF, Kindle) *(Just fill the fields with any values)* * [Dev Docs](http://devdocs.io/) +* [Managing Space and Time with JavaScript - Book 1: The Basics](http://www.noelrappin.com/) - Noel Rappin ####Backbone.js