Skip to content

Commit

Permalink
lower case backbone
Browse files Browse the repository at this point in the history
  • Loading branch information
ericktai committed May 22, 2012
1 parent 330b632 commit d9def2e
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions js/jssdk.html
Expand Up @@ -157,14 +157,21 @@
<section>
<h2>Adding a Server-Side Backend to your JS-powered App</h2>
<h3 class="inverted">StackMob &amp; JavaScript</h3>
<p><span style="font-size: 24px;">(uses BackBone.js)</span></p>
<p><span style="font-size: 24px;">(uses Backbone.js)</span></p>
<p style="margin-top: 100px;">
<p>Erick Tai | <a href="http://www.twitter.com/ericktai" target="_blank">@ericktai</a></p>
<p><a href="http://www.stackmob.com" target="_blank">stackmob.com</a> | <a href="http://www.twitter.com/stackmob">@stackmob</a></p><p><a href="">#stackmob #html5devconf</a></p>
<p>After Party @ StackMob 6PM: <a href="http://html5devconf.com/parties.html" target="_blank">http://html5devconf.com/parties.html</a></p>
</p>
</section>

<section>
<h2>@ericktai</h2>
<h3>Erick Tai</h3>
<p><a href="http://www.stackmob.com"><img src="../images/stackmob_logo.png"/></a></p>
</section>
<section>
<h2>Who are you?</h2>
</section>
<section>
<h2>Development: Before</h2>
<p>
Expand Down Expand Up @@ -271,7 +278,7 @@ <h2>Backend via JavaScript</h2>
<li>Services via REST API: &rarr; URL via HTTP Request</li>
<li>Secure it: OAuth</li>
<li>Connect via AJAX</li>
<li>Extended BackBone.js Models</li>
<li>Extended Backbone.js Models</li>
</ul>
</section>

Expand All @@ -288,9 +295,9 @@ <h2>REST API</h2>


<section>
<h2>Uses BackBone.js</h2>
<h2>Uses Backbone.js</h2>

BackBone Files:
Backbone Files:
<pre><code class="brush: xml;">
http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js
http://static.stackmob.com/js/json2-min.js
Expand Down Expand Up @@ -587,7 +594,7 @@ <h2>Collections</h2>

...

//Same as BackBone..
//Same as Backbone..
var Todos = StackMob.Collection.extend({
model: Todo
});
Expand Down

0 comments on commit d9def2e

Please sign in to comment.