summaryrefslogtreecommitdiffstats
path: root/_site/index.html
blob: 16f6d92d86dd58b53f890ee776bc99963ae73d6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
   <title>Backbone.js Tutorials</title>
<link href="/atom.xml" rel="alternate" title="backbone tutorials" type="application/atom+xml">
   <meta name="author" content="Backbone Tutorials" />
   <!-- syntax highlighting CSS -->

   <!-- syntax highlighting CSS -->
   <link rel="stylesheet" href="/css/syntax.css" type="text/css" />
   
   <!-- Homepage CSS -->
   <link rel="stylesheet" href="//bootswatch.com/sandstone/bootstrap.min.css" type="text/css" media="screen, projection" />
   <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen, projection" />
   <link href="https://fonts.googleapis.com/css?family=Arvo:400,700&subset=latin" rel="stylesheet" type="text/css">


   <!-- Typekit -->
   <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
 
  
   

</head>
<body>

  <div class="row">

      <div class="navbar navbar-default">
      <div class="container">
  <div class="navbar-header">
    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
      <span class="icon-bar"></span>
      <span class="icon-bar"></span>
      <span class="icon-bar"></span>
    </button>
    <a class="navbar-brand" href="/">Backbone Tutorials</a>
  </div>
  <div class="navbar-collapse collapse navbar-responsive-collapse">
    <ul class="nav navbar-nav">
              <li class=""><a href="/">Tutorials</a></li>

    </ul>
    <ul class="nav navbar-nav navbar-right">
       <li><a href="http://prerender.io"><strong>Need SEO?</strong></a></li>
      <li><a href="https://leanpub.com/backbonetutorials">Download eBook (.pdf, .MOBI, .ePub)</a></li>
    </ul>
  </div>
</div>

</div>


<div class="container">
<div class="row">
<div class="panel panel-primary">
      <div class="panel-heading">
        <h3 class="panel-title">About</h3>
      </div>
      <div class="panel-body">
  <div class="col-lg-4">
    
    <p>Backbone Tutorials is a collection of tutorials written by <a href="http://thomasdav.is">Thomas Davis</a>. Everything is open source and I try my best to keep the tutorials updated. Though I am busy and only work on this is my spare time so many <a href="https://github.com/thomasdavis/backbonetutorials/graphs/contributors">contributors</a> have also help me put this resource together.</p>
<a href="https://twitter.com/neutralthoughts" class="twitter-follow-button" data-show-count="true">Follow @neutralthoughts</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>   
 </div>
  <div class="col-lg-8">
        <h3 >Backbone.js Beginner Video Tutorial</h3>
      <img src="/backbone.png" style="float: left;" /><p>I have put extra effort into making a very easy to understand Backbone.js video which is also free.   It is 70mins long and covers everything you need to know when getting started.</p>
      <a href="https://www.youtube.com/watch?v=FZSjvWtUxYk" class="btn btn-primary">Watch Video</a>
  </div>
  
 </div>
  </div>
</div>
      <div class="row" >
  <div class="col-lg-6">
    <div class="panel panel-success">
      <div class="panel-heading">
        <h3 class="panel-title">Beginners</h3>
      </div>
      <div class="list-group">
          
            
          
            
          
            
          
            
          
            
          
            
          
            
            <a href="/why-would-you-use-backbone" class="list-group-item ">Why would you use Backbone.js?</a>
            
          
            
            <a href="/what-is-a-model" class="list-group-item ">What is a model?</a>
            
          
            
            <a href="/what-is-a-view" class="list-group-item ">What is a view?</a>
            
          
            
            <a href="/what-is-a-router" class="list-group-item ">What is a router?</a>
            
          
            
            <a href="/what-is-a-collection" class="list-group-item ">What is a collection?</a>
            
          
      </div>
    </div>
  </div>
  <div class="col-lg-6">
    <div class="panel panel-warning">
      <div class="panel-heading">
        <h3 class="panel-title">Intermediate</h3>
      </div>
      <div class="list-group">
          
            
            <a href="/real-time-backbone-with-pubnub" class="list-group-item ">Real-Time Backbone With PubNub</a>
            
          
            
            <a href="/seo-for-single-page-apps" class="list-group-item ">SEO for single page applications</a>
            
          
            
            <a href="/organizing-backbone-using-modules" class="list-group-item ">Organizing your application using Modules (require.js)</a>
            
          
            
            <a href="/cross-domain-sessions" class="list-group-item ">Cross-domain Backbone.js with sessions using CORS</a>
            
          
            
            <a href="/infinite-scrolling" class="list-group-item ">Lightweight Infinite Scrolling using Twitter API</a>
            
          
            
            <a href="/nodejs-restify-mongodb-mongoose" class="list-group-item ">Simple example - Node.js, Restify, MongoDb and Mongoose</a>
            
          
            
          
            
          
            
          
            
          
            
          
      </div>
    </div>
  </div>

</div>



<div class="row" >
  <div class="col-lg-12">

  </div>

</div>


<div class="row" >
  <div class="col-lg-6">
    <div class="panel panel-primary">
      <div class="panel-heading">
        <h3 class="panel-title">External Tutorials</h3>
      </div>
      <div class="list-group">

          <a class="list-group-item" href="http://backboneboilerplate.com">Backbone Boilerplate - Using require.js with build system</a>
      <a class="list-group-item" href="http://antoviaque.org/docs/tutorials/backbone-relational-tutorial/">Backbone-relational Tutorial - Nested Models With Backbone.js</a>
          <a class="list-group-item" target="_blank" href="http://thomasdavis.github.com/2011/02/01/backbone-introduction.html">Backbone.js Tutorial – by noob for noobs</a>
      </div>
    </div>
  </div>
  <div class="col-lg-6">
    <div class="panel panel-primary">
      <div class="panel-heading">
        <h3 class="panel-title">Example Apps</h3>
      </div>
      <div class="list-group">
        <a class="list-group-item" href="http://www.dronehire.org">DroneHire.org - 100% built with Backbone.js</a>
  <a class="list-group-item" href="http://kaleistyleguide.com/">Kalei - A living CSS styleguide</a>
      <a class="list-group-item" href="https://github.com/alessioalex/ClientManager" alt="Sample application built with Backbone, RequireJS, Twitter Bootstrap on the client and Node.js (Express.js, Mongoose) on the server.">ClientManager - Sample application</a>
      <a class="list-group-item" href="http://www.clevertim.com">Clevertim CRM - A simple CRM</a>
</div>
    </div>
  </div>

</div>
<!--
<h2>Backbone Boilerplate</h2>
<ul class="tutorials">
<li><a href="http://backboneboilerplate.com">Backbone Boilerplate - Using require.js with build system</a></li>
    <li><a target="_blank" href="http://thomasdavis.github.com/2011/02/01/backbone-introduction.html">Backbone.js Tutorial – by noob for noobs</a></li>
</ul>
<h2>Demo apps!</h2>
<ul class="tutorials">

<li><a href="http://www.earbits.com">Earbits.com - Music streaming website built with Backbone.js - Great for programmers who listen to music when coding</a></li>
<li><a href="http://kaleistyleguide.com/">Kalei - A living CSS styleguide - Built with Backbone.js using these principles</a></li>
<li><a href="http://apiengine.io">ApiEngine.io</a> (Beta) - Collaborativly build RESTful API's with automated testing and client mocking.</li>
    <li><a href="https://github.com/alessioalex/ClientManager" alt="Sample application built with Backbone, RequireJS, Twitter Bootstrap on the client and Node.js (Express.js, Mongoose) on the server.">ClientManager</a> - Sample application built with Backbone, RequireJS, Twitter Bootstrap on the client and Node.js (Express.js, Mongoose) on the server.</li>
    <li><a href="http://antoviaque.org/docs/tutorials/backbone-relational-tutorial/">Backbone-relational Tutorial</a> - Nested Models With Backbone.js</li>
    <li><a href="http://www.clevertim.com">Clevertim CRM - A real life example of implementing a simple CRM with backbone.js (check the Quick Demo)</a></li>
</ul>
-->


</div>
<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(66406579); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/66406579ns.gif" /></p></noscript>

</body>
</html>