You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Backbone Tutorials is a collection of tutorials written by <ahref="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 <ahref="https://github.com/thomasdavis/backbonetutorials/graphs/contributors">contributors</a> have also help me put this resource together.</p>
<imgsrc="/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>
Copy file name to clipboardExpand all lines: _posts/2012-8-1-seo-for-single-page-apps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Using modern headless browsers, we can easily return the fully rendered content
27
27
28
28
You will need to install node.js and phantom.js onto a box. Then start up this server below. There are two files, one which is the web server and the other is a phantomjs script that renders the page.
29
29
30
-
```javascript
30
+
```js
31
31
// web.js
32
32
33
33
// Express is our web server that can handle request
<p>Backbone Tutorials is a collection of tutorials written by <ahref="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 <ahref="https://github.com/thomasdavis/backbonetutorials/graphs/contributors">contributors</a> have also help me put this resource together.</p>
<imgsrc="/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>
<h2>Cross Browser problems when consuming your own <spanclass="caps">API</span></h2>
85
79
<p>This tutorial aims to help those who have separated their front-end completely from their back-end by building a restful interface as the mediator between the two.</p>
86
80
<p>Consuming your own public api has great benefits and sites such as foursquare have <ahref="http://engineering.foursquare.com/2011/12/08/web-sites-are-clients-too/">recently</a> converted.</p>
@@ -398,24 +392,25 @@ <h3>Contributors</h3>
398
392
<li><ahref="https://github.com/dzejkej">Jakub Kozisek</a> (created modular-backbone-updated containing updated libs with <spanclass="caps">AMD</span> support)</li>
<p>Backbone Tutorials is a collection of tutorials written by <ahref="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 <ahref="https://github.com/thomasdavis/backbonetutorials/graphs/contributors">contributors</a> have also help me put this resource together.</p>
<imgsrc="/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>
<p>As single page apps and large scale javascript applications become more prominent on the web, useful resources for those developers who are jumping the ship are crucial.</p>
78
79
<p>I started this site to not only consolidate my understanding of backbone.js but to also document what I have learned thus far for myself and others.</p>
79
80
<p>You can contact the original owner of this site through <ahref="https://github.com/thomasdavis">github</a> or via twitter(<ahref="http://twitter.com/neutralthoughts">@neutralthoughts</a>). You can also find me at #cdnjs on freenode.net.</p>
0 commit comments