瀏覽代碼

Merge pull request #677 from Mouseion/patch-javascript

Various fixes for JavaScript list
Mohammad Hossein Mojtahedi 12 年之前
父節點
當前提交
5a9ce6e139
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 4 4
      free-programming-books.md
  2. 1 1
      free-programming-interactive-tutorials-en.md

+ 4 - 4
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)
 
 
@@ -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
@@ -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

+ 1 - 1
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)