summaryrefslogtreecommitdiffstats
path: root/pygments/index.html
blob: 562d06f6f5534d465d8c41a069a2a358c7841d33 (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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta name="readability-verification" content="QaMWXDtxjtrFwfPQ2an55eWRMRLr7F2ermV5E9ch"/> 
  <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 -->
   <link rel="stylesheet" href="/css/reset.css" type="text/css" />

   <!-- syntax highlighting CSS -->
   <link rel="stylesheet" href="/css/syntax.css" type="text/css" />
   
   <!-- github ribbon CSS -->
   <link rel="stylesheet" href="/css/ribbon.css" type="text/css" />

   <!-- Homepage CSS -->
   <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen, projection" />
   
   <!-- Homepage CSS -->
   <link rel="stylesheet" href="/css/stacklayout.css" type="text/css" media="screen, projection" />

   <!-- Typekit -->
   <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
 
    <style>
        .container {
            width: 760px;
            margin: auto;
        }
        .menu {
            margin-left: 40px;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .menu a {
            margin-right: 10px;
        }
        p {
            width: 720px;
            margin: auto;
        }
        .FlattrButton {
			position: absolute;
			top: 15px;
			right: 15px;
		}
    </style>
    <script type="text/javascript">
/* <![CDATA[ */
    (function() {
        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
        s.type = 'text/javascript';
        s.async = true;
        s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
        t.parentNode.insertBefore(s, t);
    })();
/* ]]> */
</script>
</head>
<body>
   <div class="left ribbon-holder">
        <a href="https://github.com/thomasdavis/backbonetutorials" class="red ribbon">
          <span class="text">Fork on GitHub</span>
        </a>
      </div>
      
     <a class="FlattrButton" style="display:none;" href="http://backbonetutorials.com/"></a>
<noscript><a href="http://flattr.com/thing/176986/Backbone-js-Tutorials" target="_blank">
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></noscript>

<div class="container">
            <div class="menu">
            <a href="/">home</a>
            <a href="/examples.html">examples</a>
            <!-- <a href="/contribute.html">contribute</a>-->
            <a href="/about.html">about</a>
            <a href="http://feeds.feedburner.com/BackboneTutorials">subscribe</a>
            <a style="margin-left: 320px;" href="http://pledgie.com/campaigns/16174"><strong>donate</strong></a>
          </div>
          
                    
         
          
    <div class="stack">
        <div class="stackContent">
            <h1>Backbone Tutorials</h1>
            <p class="homepagedescription">This site is by no means the definitive guide to backbone.js and all corrections and contributions are welcome.</p>
            
<a style="margin-left: 20px;" href="https://twitter.com/neutralthoughts" class="twitter-follow-button">Follow @neutralthoughts</a>
<script src="//platform.twitter.com/widgets.js" type="text/javascript"></script>

            <hr>
             <h2>Beginner</h2>
<ul class="tutorials">
    
        
    
        
      <li><a href="/why-would-you-use-backbone">Why would you use Backbone.js?</a> &raquo; <a href="http://thomasdavis.github.com">Thomas Davis</a></li>
        
    
        
      <li><a href="/what-is-a-model">What is a model?</a> &raquo; <a href="http://thomasdavis.github.com">Thomas Davis</a></li>
        
    
        
      <li><a href="/what-is-a-view">What is a view?</a> &raquo; <a href="http://thomasdavis.github.com">Thomas Davis</a></li>
        
    
        
      <li><a href="/what-is-a-router">What is a router?</a> &raquo; <a href="http://thomasdavis.github.com">Thomas Davis</a></li>
        
    
        
      <li><a href="/what-is-a-collection">What is a collection?</a> &raquo; <a href="http://thomasdavis.github.com">Thomas Davis</a></li>
        
    
</ul>
<h2>Intermediate</h2>
<ul class="tutorials">
    
        
      <li><a href="/organizing-backbone-using-modules">Organizing your application using Modules (require.js)</a> &raquo; <a href="http://thomasdavis.github.com">Thomas Davis</a></li>
        
    
        
    
        
    
        
    
        
    
        
    

</ul>

<h2>Advanced</h2>
<ul class="tutorials">
    <li>Coming Soon</li>
</ul>
<br /><br /><br />
<h2>External Tutorials</h2>
<ul class="tutorials">
    <li><a target="_blank" href="http://thomasdavis.github.com/2011/02/01/backbone-introduction.html">Backbone.js Tutorial – by noob for noobs</a></li>
    <li><a target="_blank" href="http://weblog.bocoup.com/organizing-your-backbone-js-application-with-modules">Organizing Your Backbone.js Application with Modules</a></li>
    <li><a target="_blank" href="http://jvcustomdesigns.com/139/backbone-tutorial-1/">Backbone Tutorial #1 | JV Custom Designs</a></li>
    <li><a target="_blank" href="http://quickleft.com/blog/leveraging-deferreds-in-backbonejs">Leveraging Deferreds in Backbone.js</a></li>
</ul>

            


        </div>
      
    </div>
</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>