Skip to content

Instantly share code, notes, and snippets.

View dcabines's full-sized avatar

David Cabiness dcabines

View GitHub Profile
@dcabines
dcabines / about
Created April 21, 2012 17:09
This is the facebook interface for my app.
This is the Facebook component of my app.
This is the only component that is allowed to talk to the Facebook API directly.
@dcabines
dcabines / about
Created April 21, 2012 17:04
This is how the about page works.
This is the about page.
It uses the Facebook component to pull my public information and populate a table with it.
It caches the data so it is only fetched once.
@dcabines
dcabines / about
Created April 21, 2012 17:00
This is the login component.
This is the login component.
It uses the Facebook component as a login provider.
It doesn't need a template file because the template is part of the index page.
@dcabines
dcabines / about
Created April 21, 2012 16:42
This is the base Todo application.
This is the todo application.
It uses Backbone's sync to talk to my JSON REST API.