Skip to content

Commit

Permalink
Gawker Media as an example app
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jun 26, 2013
1 parent a1337f1 commit 0956a81
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 22 deletions.
Binary file added docs/images/gawker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/linkedin-mobile.png
Binary file not shown.
58 changes: 36 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,9 @@
<li><a href="#examples-documentcloud">DocumentCloud</a></li>
<li><a href="#examples-usa-today">USA Today</a></li>
<li><a href="#examples-rdio">Rdio</a></li>
<li><a href="#examples-linkedin">LinkedIn Mobile</a></li>
<li><a href="#examples-hulu">Hulu</a></li>
<li><a href="#examples-quartz">Quartz</a></li>
<li><a href="#examples-gawker">Gawker Media</a></li>
<li><a href="#examples-flow">Flow</a></li>
<li><a href="#examples-gilt">Gilt Groupe</a></li>
<li><a href="#examples-newsblur">NewsBlur</a></li>
Expand Down Expand Up @@ -2849,27 +2849,6 @@ <h2 id="examples-rdio">Rdio</h2>
</a>
</div>

<h2 id="examples-linkedin">LinkedIn Mobile</h2>

<p>
<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://underscorejs.org/">Underscore.js</a>,
<a href="http://sass-lang.com/">SASS</a>, <a href="http://cubiq.org/iscroll">iScroll</a>,
HTML5 LocalStorage and Canvas. The tech team blogged about
<a href="http://engineering.linkedin.com/mobile/linkedin-ipad-using-local-storage-snappy-mobile-apps">their experiences using LocalStorage</a>
to improve mobile performance.
</p>

<div style="text-align: center;">
<a href="http://www.linkedin.com/static?key=mobile">
<img width="550" height"454" data-original="docs/images/linkedin-mobile.png" alt="LinkedIn Mobile" class="example_image" />
</a>
</div>

<h2 id="examples-hulu">Hulu</h2>

<p>
Expand Down Expand Up @@ -2908,6 +2887,41 @@ <h2 id="examples-quartz">Quartz</h2>
</a>
</div>

<h2 id="examples-gawker">Gawker Media</h2>

<p>
<a href="http://kinja.com">Kinja</a> is Gawker Media's publishing platform designed
to create great stories by breaking down the lines between the traditional
roles of content creators and consumers. Everyone — editors, readers,
marketers — have access to the same tools to engage in passionate discussion
and pursue the truth of the story. Sharing, recommending, and following within the
Kinja ecosystem allows for improved information discovery across all the sites.
</p>
<p>
Kinja is the platform behind
<a href="http://gawker.com/">Gawker</a>,
<a href="http://gizmodo.com/">Gizmodo</a>,
<a href="http://lifehacker.com/">Lifehacker</a>,
<a href="http://io9.com/">io9</a> and other Gawker Media
blogs. Backbone.js underlies the front-end application code that powers
everything from user authentication to post authoring, commenting, and even serving
ads. The JavaScript stack includes
<a href="http://underscorejs.org/">Underscore.js</a> and
<a href="http://jquery.com/">jQuery</a>, with some plugins,
all loaded with
<a href="http://requirejs.org/">RequireJS</a>. Closure templates are shared between the
<a href="http://www.playframework.com/">Play! Framework</a> based Scala application and Backbone views, and the responsive layout
is done with the
<a href="http://foundation.zurb.com/">Foundation</a> framework using
<a href="http://sass-lang.com/">SASS</a>.
</p>

<div style="text-align: center;">
<a href="http://gawker.com">
<img width="558" height="473" data-original="docs/images/gawker.png" alt="Gawker" class="example_image" />
</a>
</div>

<h2 id="examples-flow">Flow</h2>

<p>
Expand Down

0 comments on commit 0956a81

Please sign in to comment.