Adding LinkedIn Mobile as an example app.

This commit is contained in:
Jeremy Ashkenas
2011-08-17 11:09:15 -04:00
parent b1822a7b78
commit 467dd146ce
2 changed files with 29 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 KiB

View File

@@ -278,8 +278,9 @@
<ul class="toc_section">
<li> <a href="#examples-todos">Todos</a></li>
<li> <a href="#examples-documentcloud">DocumentCloud</a></li>
<li> <a href="#examples-basecamp">Basecamp Mobile</a></li>
<li> <a href="#examples-linkedin">LinkedIn Mobile</a></li>
<li> <a href="#examples-flow">Flow</a></li>
<li> <a href="#examples-basecamp">Basecamp Mobile</a></li>
<li> <a href="#examples-groupon">Groupon Now!</a></li>
<li> <a href="#examples-trajectory">Trajectory</a></li>
<li> <a href="#examples-soundcloud">SoundCloud Mobile</a></li>
@@ -2045,19 +2046,22 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
<h2 id="examples-basecamp">Basecamp Mobile</h2>
<h2 id="examples-linkedin">LinkedIn Mobile</h2>
<p>
<a href="http://37signals.com/">37Signals</a> used Backbone.js to create
<a href="http://basecamphq.com/mobile">Basecamp Mobile</a>, the mobile version
of their popular project management software. You can access all your Basecamp
projects, post new messages, and comment on milestones (all represented
internally as Backbone.js models).
<a href="http://www.linkedin.com/">LinkedIn</a> used Backbone.js to create
its <a href="http://www.linkedin.com/static?key=mobile">next-generation HTML5 mobile web app</a>.
Backbone made it easy to keep the app modular, organized and extensible so
that it was possible to program the complexities of LinkedIn's user experience.
The app also uses <a href="http://zeptojs.com/">Zepto</a>,
<a href="http://documentcloud.github.com/underscore/">Underscore.js</a>,
<a href="http://sass-lang.com/">SASS</a>, <a href="http://cubiq.org/iscroll">iScroll</a>,
HTML5 LocalStorage and Canvas.
</p>
<div style="text-align: center;">
<a href="http://basecamphq.com/mobile">
<img src="docs/images/basecamp-mobile.png" alt="Basecamp Mobile" class="example_image" />
<a href="http://www.linkedin.com/static?key=mobile">
<img src="docs/images/linkedin-mobile.png" alt="LinkedIn Mobile" class="example_image" />
</a>
</div>
@@ -2076,6 +2080,22 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
<h2 id="examples-basecamp">Basecamp Mobile</h2>
<p>
<a href="http://37signals.com/">37Signals</a> used Backbone.js to create
<a href="http://basecamphq.com/mobile">Basecamp Mobile</a>, the mobile version
of their popular project management software. You can access all your Basecamp
projects, post new messages, and comment on milestones (all represented
internally as Backbone.js models).
</p>
<div style="text-align: center;">
<a href="http://basecamphq.com/mobile">
<img src="docs/images/basecamp-mobile.png" alt="Basecamp Mobile" class="example_image" />
</a>
</div>
<h2 id="examples-groupon">Groupon Now!</h2>
<p>