forked from jashkenas/backbone
-
Notifications
You must be signed in to change notification settings - Fork 0
Tutorials, blog posts and example sites
allan-bonadio edited this page Feb 3, 2013
·
81 revisions
- Tutorial: http://jgn.heroku.com/2010/10/25/creating-localtodoscom----a-short-story/
- Demo: http://localtodos.com/
- Source: https://github.com/jeromegn/localtodos
- Source (annotated): http://documentcloud.github.com/backbone/docs/todos.html
- CoffeeScript version (+annotated): https://github.com/JasonGiedymin/backbone-todojs-coffeescript
- TodoMVC app: http://todomvc.com/architecture-examples/backbone/
- TodoMVC app source: https://github.com/addyosmani/todomvc/tree/gh-pages/architecture-examples/backbone
- Demo: http://ost.io
- Source: https://github.com/paulmillr/ostio
- Backbone.js + Twitter Bootstrap version
- Mobile version: Backbone.js + jQuery Mobile
- Mobile version: Backbone.js + native-looking iPhone skins
- Source: https://github.com/ccoenraets/backbone-directory
Employee Directory App with Node JS, MongoDB - Serves web, mobile or iPhone versions based on user-agent
Password locker by Al B - Share passwords between colleagues using Django, Django REST framework and backbone.js
- Tutorial: http://10kblogger.wordpress.com/2012/05/25/a-restful-password-locker-with-django-and-backbone-js/
- Source: https://github.com/boosh/pwlocker
- Tutorial: Part 1, Part 2
- Demo: http://cloudedit.jamesyu.org/
- Source: https://github.com/jamesyu/CloudEdit
- Tutorial: Part 1: Getting Started, Part 2: CRUD, Part 3: Deep Linking and Application States
- Demo: http://www.coenraets.org/backbone-cellar/part3/
- Source: https://github.com/ccoenraets/backbone-cellar
- Tutorial: http://bennolan.com/2010/11/24/backbone-jquery-demo.html
- Demo: http://bennolan.com/science/backbone-mobile/
- Source: https://github.com/bnolan/backbone-mobile
- Tutorial: http://addyosmani.com/blog/building-spas-jquerys-best-friends/
- Demo: http://addyosmani.com/resources/backbonegallery/index.php
- Source: https://github.com/addyosmani/backbonejs-gallery
- Tutorial: http://serdaryildirim.net/js/backbone-js-facebook-news-feed-example.html
- Source: https://github.com/serdary/backbone-facebook-newsfeed
- Tutorial: http://fzysqr.com/2011/02/28/nodechat-js-using-node-js-backbone-js-socket-io-and-redis-to-make-a-real-time-chat-app/
- Source: https://github.com/jslatts/nodechat
- Demo: http://brunch-colors.com/
- Source: https://github.com/janmonschke/Brunch-colors/tree/master/_attachments/brunch/src/app
- Demo: http://beyondtheclouds.net/Projects/backboneapp
- Source: https://github.com/L0stSoul/Training/tree/master/Backboneapp
Articulated Vertebrae - very very simple backbone examples. Minimalist, requires no other plugins, languages or modules
- Backbone.sync + localStorage : one key -> one model
- Source : https://github.com/k33g/ossicle/blob/master/js/backbone.sync/backbone-sync-localstorage.js
- Sample : https://github.com/k33g/ossicle/blob/master/index-bb-localstorage.html
- Backbone.sync + GitHub API : read markdown files from your GitHub Repository
- Source : https://github.com/k33g/ossicle/blob/master/js/backbone.sync/backbone-sync-github.js
- Sample : https://github.com/k33g/ossicle/blob/master/index-bb-github-api.html
- override
.sync()
+ LRUCache : return Promise when there is a cache - Source : https://github.com/smagch/backbone-examples/tree/gh-pages/filter
- Sample : http://smagch.github.com/backbone-examples/filter/#comment/create_ts
- Demo: http://backbone-hangman.heroku.com/
- Source: https://github.com/trivektor/Backbone-Hangman
- Tutorial: http://trivektor.wordpress.com/2012/01/15/redo-the-classic-hangman-game-with-a-new-approach-backbone-js/
- Backbone on Rails Part 1 - railscasts.com/episodes/323-backbone-on-rails-part-1
- Backbone on Rails Part 2 - railscasts.com/episodes/325-backbone-on-rails-part-2
- Backbone Fundamentals (an open-source book) addyosmani.github.com
- Part 1: Backbone.js + Require.js – developer.teradata.com
- Part 2: Backbone.js + Require.js, Further Modularization and Just in Time Dependency Loading – developer.teradata.com
- Backbone.js and socket.io – developer.teradata.com
- Organizing Your Backbone.js Application With Modules – weblog.bocoup.com
- Backbone and jquery mobile – bennolan.com
- Testing Backbone Apps with Jasmine and Sinon – tinnedfruit.com
- Reusing Backbone.js Models on the server with Node.js and Socket.io to Build Real-time Apps – andyet.net
- How to Share Backbone.js models with Node.js – amir.unoc.net
- Introducing the Backbone Store – elfsternberg.com (Coffeescript version) (Demo)
- Backbone.js demo app with Sinatra backend – ryandotsmith.heroku.com
- LiquidMedia - An Intro to Backbone.js – part1, part 2, part 3
- Backbone-CouchDB - Give your CouchApp some Backbone – janmonschke.posterous.com
- One of These Days Blog - Backbone.js – oneofthesedaysblog.com
- Backbone.js and Django – joshbohde.com
- The Meta Cloud - Backbone.js Tutorial – plexical.com
- Moved to Backbone.js and JQuery Templates – akshay.cc
- Building a Single-Page App with Backbone.js, Underscore.js and JQuery – andyet.net
- eCloudEdit - Erlang, WebMachine and Backbone.js – part 1, part 2
- Restful Ajax Web App Basics – thomasdavis.github.com
- Backbone.js Tutorial – by noob for noobs - thomasdavis.github.com
- Simple Javascript Inheritance with Backbone.js - blog.usefunnel.com
- Slideshow: Backbone.js Intro backbone-dot-js-intro.heroku.com
- Autocomplete jQuery Plugin using Backbone: planbox.com
- Backbone.js + jQuery = Best OO Friends Example: coldfusioning.com
- Backbone, API and Events for Models decipherinc.com
- Getting Started with Backbone.js net.tutsplus.com
- Intro to Backbone.js talk from 6/9/11 DCRUG: YouTube video (~30 minutes, starts at 8m41s), slides (PDF)
- Hello Backbone.js: arturadib.com
- Hello Backbone.js in CoffeeScript: hello-backbonejs
- Backbone.js and dependent selects: railsindirection.blogspot.com
- Backbone.js todo's example. This one combines backbone with jquery, handlebars, jammit and rails 3.rx/backbone-todos
- Knockout.js vs. Backbone.js ifandelse.com
- The [backbone.js] tag on Stack Overflow
- Backbone and MVC - image gallery tutorial - further discussion - CoffeeScript's Fat Arrow & Backbone
- Cascading Select Boxes with Backbone.js: A Step-by-Step Tutorial - shinetech.com
- Building a shared calendar with Backbone.js and FullCalendar: A step-by-step tutorial - shinetech.com
- How to switch views with Backbone.js – blog.viison.com
- Backbone.js Screencast - Introduction and Views - joeybeninghove.com
- Master Space and Time With JavaScript, Book 3: Backbone - http://www.noelrappin.com/mstwjs
- Backbone.js Tips and Tricks - jules.boussekeyt.org
- Memory free Backbone.Router jules.boussekeyt.org
- Model is stateful smagch.github.com
- Integrating Backbone with Laravel PHP framework maxoffsky blog
- Русская версия документации Backbone.js backbonejs.ru
- Написание сложных интерфейсов с Backbone.js habrahabr.ru
- MON 1ER TUTO BACKBONE.JS (AVEC ZEPTO) & Backbone.js, on continue
- "BackBone par le bon bout" :
- Organiser son code Backbone JS en modules
- Série Backbone.js: