javascript-frameworks-resources.md 7.8 KB
Newer Older
1
## Angular.js
2

V
Victor Felder 已提交
3
* [Angular Basics](http://www.angularjsbook.com)
V
Victor Felder 已提交
4
* [Angular for the jQuery developer](http://www.ng-newsletter.com/posts/angular-for-the-jquery-developer.html)
H
hoganlong 已提交
5
* [Angular.js Cheat Sheet](http://www.cheatography.com/proloser/cheat-sheets/angularjs/)
L
Leonardo Rifeli 已提交
6
* [Angular.js Guide](https://docs.angularjs.org/guide/)
7
* [Angular.js Snippets for Sublime Text 2](https://github.com/maxhoffmann/angular-snippets)
L
Leonardo Rifeli 已提交
8
* [Angular.js Tutorial](https://docs.angularjs.org/tutorial)
9
* [Angular.js Youtube Channel](https://www.youtube.com/angularjs)
H
hoganlong 已提交
10
* [AngularJS - Extend your Browser](https://speakerdeck.com/petebd/devox-uk-2013-angularjs?slide=2)
L
Leonardo Rifeli 已提交
11
* [AngularJS - Step by Logical Step](http://nicholasjohnson.com/angular-book/)
H
hoganlong 已提交
12
* [AngularJS in 60 Minutes](http://fastandfluid.com/publicdownloads/AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf) (PDF)
L
Leonardo Rifeli 已提交
13 14
* [AngularJS Insights](http://pascalprecht.github.io/slides/angularjs-insights/#/)
* [AngularJS Succinctly](https://www.syncfusion.com/resources/techportal/ebooks/angularjs) (PDF, Kindle) *(Just fill the fields with any values)*
V
Victor Felder 已提交
15
* [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com)
16
* [AngularJS with Ruby on Rails](http://angular-rails.com)
L
Leonardo Rifeli 已提交
17
* [egghead.io: Learn AngularJS with Tutorial Videos & Training](https://egghead.io)
18
* [egghead.io youtube channel: Learn AngularJS with Tutorial Videos & Training](https://www.youtube.com/user/johnlindquist)
V
Victor Felder 已提交
19
* [Learn AngularJS with free interactive lessons](http://www.learn-angular.org)
L
Leonardo Rifeli 已提交
20
* [Mastering AngularJS Directives](http://pascalprecht.github.io/slides/mastering-angularjs-directives/)
V
Victor Felder 已提交
21
* [Recipes with Angular.js](https://leanpub.com/recipes-with-angular-js/read) *(Leanpub, by Frederik Dietz)*
L
Leonardo Rifeli 已提交
22
* [Seven-Part Introduction to Angular](http://ngokevin.com/blog/angular-1/)
23
* [Unit Testing Best Practices in AngularJS](http://andyshora.com/unit-testing-best-practices-angularjs.html)
24

25

26
## Backbone.js
27

L
Leonardo Rifeli 已提交
28
* [A Complete guide for learning Backbone.js](http://codebeerstartups.com/2012/12/a-complete-guide-for-learning-backbone-js/)
V
Victor Felder 已提交
29
* [A pragmatic guide to Backbone.js apps](http://pragmatic-backbone.com)
D
David Metcalfe 已提交
30
* [Backbone Tutorials: Beginner, Intermediate and Advanced](https://leanpub.com/backbonetutorials) - Thomas Davis
31
* [Backbone.js + Require.js, Modularization and Just in Time Dependency Loading, part 1](http://developer.teradata.com/blog/jasonstrimpel/2011/12/part-1-backbone-js-require-js) [part 2](http://developer.teradata.com/blog/jasonstrimpel/2012/01/part-2-backbone-js-require-js-further-modularization-and-just-in-time-dep)
H
hoganlong 已提交
32
* [Backbone.js and socket.io](http://developer.teradata.com/blog/jasonstrimpel/2011/11/backbone-js-and-socket-io)
L
Leonardo Rifeli 已提交
33
* [Backbonejs Tutorials](https://cdnjs.com/libraries/backbone.js/tutorials/)
V
fix url  
Victor Felder 已提交
34
* [Building Single Page Web Apps with Backbone.js](https://singlepagebook.supportbee.com) (work in progress)
J
Jake Worth 已提交
35
* [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/)
36
* [Getting Started with Backbone.js](http://net.tutsplus.com/tutorials/javascript-ajax/getting-started-with-backbone-js/)
B
Blake Bourque 已提交
37
* [Hello Backbone - Hello world examples of increasing complexity](http://arturadib.com/hello-backbonejs/)
H
hoganlong 已提交
38
* [How to share Backbone.js models with node.js](http://amirmalik.net/2010/11/27/how-to-share-backbonejs-models-with-nodejs)
39

V
Update  
Victor Felder 已提交
40

M
Mat Hopwood 已提交
41
## Booty5.js
42

M
Mat Hopwood 已提交
43 44 45
* [The Booty5 HTML5 Game Maker Manual](http://booty5.com/booty5-free-html-game-maker-e-book-manual/)


46
## D3.js
47 48

* [D3 Tips and Tricks](https://leanpub.com/D3-Tips-and-Tricks) - Malcolm Maclean (Leanpub)
49
* [Dashing D3.js Tutorial](https://www.dashingd3js.com/table-of-contents)
H
hoganlong 已提交
50
* [Interactive Data Visualization for the Web](http://chimera.labs.oreilly.com/books/1230000000345/index.html)
V
Victor Felder 已提交
51
* [Interactive Data Visualization with D3](http://alignedleft.com/tutorials/d3)
52

V
Update  
Victor Felder 已提交
53

C
Christoph Uschkrat 已提交
54
## Dojo
55

V
Victor Felder 已提交
56 57 58
* [Dojo: The Definitive Guide](http://chimera.labs.oreilly.com/books/1234000001819/index.html) - Matthew A. Russell


59
## Ember.js
60

V
Victor Felder 已提交
61
* [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com)
D
David Metcalfe 已提交
62
* [DockYard Ember.js Style Guide](https://github.com/dockyard/styleguides/blob/master/ember.md)
V
Victor Felder 已提交
63
* [Ember 101](http://ember101.com)
L
Leonardo Rifeli 已提交
64
* [Ember App with RailsApi](https://dockyard.com/blog/ember/2013/01/07/building-an-ember-app-with-rails-api-part-1)
H
hoganlong 已提交
65
* [Ember.js - Getting started](http://emberjs.com/guides/getting-started/)
V
Victor Felder 已提交
66
* [EmberFlare](https://emberflare.com)
67
* [Vic Ramon's Ember Tutorial](http://ember.vicramon.com)
V
Victor Felder 已提交
68

V
Update  
Victor Felder 已提交
69

C
Christoph Uschkrat 已提交
70
## Express.js
71 72

* [Express.js Guide](https://leanpub.com/express/read) - Azat Mardanov *(Leanpub)*
V
Victor Felder 已提交
73 74


C
Christoph Uschkrat 已提交
75
## jQuery
76

L
Leonardo Rifeli 已提交
77
* [JavaScript Fundamentals, Plus a Dash Of JQuery - for dinner ladies](http://nicholasjohnson.com/javascript-book/)
V
Victor Felder 已提交
78
* [jQuery Novice to Ninja](http://mediatheque.cite-musique.fr/MediaComposite/Debug/Dossier-Orchestre/ressources/jQuery.Novice.to.Ninja.2nd.Edition.pdf) (PDF)
L
Leonardo Rifeli 已提交
79
* [jQuery Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/jquery) (PDF, Kindle) *(Just fill the fields with any values)*
V
Victor Felder 已提交
80 81


V
Victor Felder 已提交
82
## Knockout.js
83

L
Leonardo Rifeli 已提交
84
* [Knockout.js Succinctly](https://www.syncfusion.com/resources/techportal/ebooks/knockoutjs) (PDF, Kindle) *(Just fill the fields with any values)*
85
* tech.pro: Knockout.js tutorial video series
L
Leonardo Rifeli 已提交
86 87 88 89 90 91 92 93 94
  * [Lesson  1 - Introduction](http://tech.pro/tutorial/1562/knockoutjs-lesson-1-introduction)
  * [Lesson  2 - Initialising the application](http://tech.pro/tutorial/1563/knockoutjs-lesson-2-initialising-the-application)
  * [Lesson  3 - Adding a viewModel](http://tech.pro/tutorial/1564/knockoutjs-lesson-3-adding-a-viewmodel)
  * [Lesson  4 - Basic bindings](http://tech.pro/tutorial/1565/knockoutjs-lesson-4-basic-bindings)
  * [Lesson  5 - Observable arrays](http://tech.pro/tutorial/1566/knockoutjs-lesson-5-observable-arrays)
  * [Lesson  6 - The foreach binding](http://tech.pro/tutorial/1567/knockoutjs-lesson-6-the-foreach-binding)
  * [Lesson  7 - The event binding](http://tech.pro/tutorial/1568/knockoutjs-lesson-7-the-event-binding)
  * [Lesson  8 - The click binding](http://tech.pro/tutorial/1569/knockoutjs-lesson-8-the-click-binding)
  * [Lesson  9 - Custom bindings](http://tech.pro/tutorial/1570/knockoutjs-lesson-9-custom-bindings)
V
Victor Felder 已提交
95 96 97 98 99 100
  * [Lesson 10 - Computed Observables](http://tech.pro/tutorial/1571/knockoutjs-lesson-10-computed-observables)
  * [Lesson 11 - The visible binding](http://tech.pro/tutorial/1572/knockoutjs-lesson-11-the-visible-binding)
  * [Lesson 12 - The value binding](http://tech.pro/tutorial/1573/knockoutjs-lesson-12-the-value-binding)
  * [Lesson 13 - Additional Knockout features](http://tech.pro/tutorial/1574/knockoutjs-lesson-13-additional-knockout-features)
  * [Lesson 14 - Adding a lightbox](http://tech.pro/tutorial/1575/knockoutjs-lesson-14-adding-a-lightbox)
  * Lesson 15: Summary of the series (Coming soon...)
101

102

103
## Meteor
104

V
Victor Felder 已提交
105
* [BulletProof Meteor](https://bulletproofmeteor.com)
D
David Metcalfe 已提交
106
* [Your First Meteor Application, A Complete Beginner’s Guide to the Meteor JavaScript Framework](http://meteortips.com/book/)
107

108

L
Leonardo Rifeli 已提交
109 110 111 112 113
## Om

* [Om Tutorial](http://awkay.github.io/om-tutorial/)


114
## React
115

D
David Metcalfe 已提交
116
* [Intro to the React Framework](http://code.tutsplus.com/tutorials/intro-to-the-react-framework--net-35660)
N
Nathan Jones 已提交
117
* [Learning React.js: Getting Started and Concepts](https://scotch.io/tutorials/learning-react-getting-started-and-concepts)
J
Jake Worth 已提交
118
* [React Primer Draft](https://github.com/mikechau/react-primer-draft)
D
David Metcalfe 已提交
119
* [React Tutorial](https://facebook.github.io/react/docs/tutorial.html)
N
Nathan Jones 已提交
120
* React Tutorial by Josh Finnie
V
Victor Felder 已提交
121 122 123
  * [Part 1](http://www.joshfinnie.com/blog/reactjs-tutorial-part-1/)
  * [Part 2](http://www.joshfinnie.com/blog/reactjs-tutorial-part-2/)
  * [Part 3](http://www.joshfinnie.com/blog/reactjs-tutorial-part-3/)
L
Leonardo Rifeli 已提交
124 125 126
* [React with ASP.NET 5 Tutorial](http://reactjs.net/getting-started/aspnet5.html)
* [React.js tutorial - Creating components](http://ghost.stevenisekimart.in/react-js-tutorial-creating-components)
* [React.js Tutorial: Now is Your Time to Try It, Right in Your Browser](https://codegeekz.com/react-js-tutorial/)
V
Victor Felder 已提交
127
* [SurviveJS - Webpack and React](http://survivejs.com)