Next Post
My first links on Backbone
http://knockoutjs.com/
An MVC Framework based on MVVM for JavaScript
http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller#JavaScript
Script Junkie | Building Mobile JavaScript WebApps With Backbone.js & jQuery: Pa…
http://msdn.microsoft.com/en-us/scriptjunkie/hh377172.aspx
Welcome to Part 1 of a two-part tutorial on building complete mobile web applications in JavaScript using DocumentCloud’s Backbone.js, jQuery Mobile and LABjs.In Part 1, I’ll be covering a complete run-down of Backbone 0.5.2’s models, views, collections and routers but also taking you through …
Moved to BackboneJS and JQuery templates
http://www.akshay.cc/2010/10/moved-to-backbonejs-and-jquery.html
Backbone.js and Django
http://joshbohde.com/blog/backbonejs-and-django
NOTE: Since this post, both Backbone.js and Tastypie have gone through a lot of changes. …
Introducing Backbone.Articulation!
http://braincode.tumblr.com/post/10682432555/introducing-backbone-articulation
Have you ever wished that you can control the lifecycle or serialization/deserialization of your Backbone.Model attributes? Well, now you can!And if you want custom serialization/deserialization, just add toJSON() method and parseJSON or factory method to your classes.Please note the difference …
todos.js
http://documentcloud.github.com/backbone/docs/todos.html
Filter down the list of all todo items that are finished.Filter down the list to only todo items that are still not finished.We keep the Todos in sequential order, despite being saved by unordered GUID in the database. This generates the next order number for new items.To avoid XSS (not that it …
addyosmani/backbone-fundamentals – GitHub
https://github.com/addyosmani/backbone-fundamentals
This is the home of ‘Developing Backbone.js Applications’, an (in-progress) book about the Backbone.js framework for structuring JavaScript applications. It is released under a CC-license.I am quite pleased that this book will be out in physical form in a few months time via O’Reilly Media. Readers …
Ben Nolan – Backbone Mobile Example
http://bennolan.com/2010/11/24/backbone-jquery-demo.html
After my post yesterday – I decided to extract out an example app from my current work.You can try the app in your browser, or view the source code on github.I’m using the Foursquare API, Backbone.js, Underscore.js, CoffeeScript, jQuery and jQuery Mobile. The application is written in CoffeeScript …
Backbone.js Screencasts – Learn Backbone.js quickly with these screencasts
http://backbonescreencasts.com/
“Dude! The ‘live’ style of your screencasts is pure genius! It’s cool that I can ‘just watch it’. Your trial and error teaches me more than my own!”
ZURB – Faster Interactions with Backbone.js
http://www.zurb.com/apps/626-faster-interactions-with-backbone-js
So maybe you heard, we released a new version of Notable, and it has some smoking fast interactions.One of the biggest pain points that we kept hearing about, in the previous version, was that moving between the post (viewing) and annotate (adding notes) page was too slow. Both pages were very …
Don’t Execute A Backbone.js Route Handler From Your Code | ThoughtStream.new :de…
http://lostechies.com/derickbailey/2011/08/28/dont-execute-a-backbone-js-route-handler-from-your-code/
I was working on a sample Backbone.js application and I ran into a scenario that seemed like it should have been simple on the surface, but was causing me a tremendous amount of headache. Here’s the basic functionality that I was trying to achieve:This sounds like a fairly trivial list of …
Backbone.js Tutorial – by noob for noobs
http://thomasdavis.github.com/2011/02/01/backbone-introduction.html
The official website describes Backbone.js as a library to supply structure to Javascript heavy web applications. After using Backbone.js for a week I could never see myself building any sort of Javascript functionality regardless of size without using Backbone.js or alternatives.I have decided to …
Using Backbone.js with CoffeeScript
http://spin.atomicobject.com/2011/0http://spin.atomicobject.com/2011/05/06/using-backbone-js-with-coffeescript/
If you start writing an application using Backbone.js and Coffeescript as we did recently, you’ll quickly discover that they are both great tools. However, what you may not notice right away if you’re new to Coffeescript is that there are certain parts of Backbone’s example Todos application that …
Getting Started with Backbone.js | Nettuts+
http://net.tutsplus.com/tutorials/javascript-ajax/getting-started-with-backbone-js/
Unlike its web development peers, JavaScript has never really had much in the way of frameworks to provide structure. Thankfully, in recent years, that’s beginning to change.Today, I’d like to introduce you to Backbone.JS, a sweet little library that makes the process of creating complex, …
codebrew/backbone-rails – GitHub
https://github.com/codebrew/backbone-rails
Easily use backbone.js with rails 3.1
Backbone.js Tutorials
http://backbonetutorials.com/
This site is by no means the definitive guide to backbone.js and all corrections and contributions are welcome.
Backbone.js and its API confusion
http://stackoverflow.com/questions/5798520/backbone-js-and-its-api-confusion
Roll Your Own Framework With Backbone.js » BuildMobile
http://buildmobile.com/roll-your-own-framework-with-backbone-js/
Let’s make a collective decision here. We’ll stop treating A-grade mobile phones as aliens, and see them for what they are: powerful, capable devices, running powerful rendering engines.Throwing a framework at your app, such as jQuery Mobile, Sencha, or anything that gives you the popular iOS-like …
Building a single page app with Backbone.js, underscore.js and jQuery
http://andyet.net/blog/2010/oct/29/building-a-single-page-app-with-backbonejs-undersc/
We’ve been finding ourselves building more and more JS heavy apps here at &yet. Until recently, we’ve pretty much invented a custom app architecture for each one.On the server side, we use django to give us an MVC structure to follow. But there’s no obvious structure to your client-side code. There …
Organizing your application using Modules (require.js)
http://backbonetutorials.com/organizing-backbone-using-modules/?a
This site is by no means the definitive guide to backbone.js and all corrections and contributions are welcome.Unfortunately Backbone.js does not tell you how to organize your code, leaving many developers in the dark regarding how to load scripts and lay out their development enviroments.This was …
ToolPartTeam/backbone-mongodb
https://github.com/ToolPartTeam/backbone-mongodb
Extensions to Backbone.js to support MongoDB use as a back-end data store.Adds a Backbone.Sync implementation for working with MongoDB databases. Thus you can use Backbone models as usual, just needsa attribute in the Model definition that specifies the MongoDB collection to work with.Moreover, it …
nagyv/backbone-validation
https://github.com/nagyv/backbone-validation
A validation plugin for Backbone.js inspired by Backbone.ModelBinding, and another implementation with a slightly different approach than mine at Backbone.Validations.It’s easy to get up and running. You only need to have Backbone (including underscore.js) in your page before including the …
sorensen/backbone-dnode
https://github.com/sorensen/backbone-dnode
Backbone-DNode is a server to client integration package for use with, you guessed it, Backbone and DNode. The package brovides both node.js server side code for CRUD and Pubsub routines, as well as the matching client (or server) side routines.The idea is to make writing a real-time Backbone …
Re-using Backbone.js Models on the server with Node.js and Socket.io to build real-time apps
http://andyet.net/blog/2011/feb/15/re-using-backbonejs-models-on-the-server-with-node/
Node.js is pretty freakin’ awesome, yes. But it’s also been hyped up more than an Apple gadget. As pointed out by Eric Florenzano on his blog a LOT of the original excitement of server-side JS was due to the ability to share code between client and server. However, instead, the first thing …
Mastering Backbone – Day 1 impressions and basic concepts – Sebastien Lachance
http://sebastienlachance.com/blog/mastering-backbone-day-1-impressions/
I have no real hands-on experience. Only watched some screencasts.I decided to create a little Todo app with Rails to make sure I understand the basics concepts correctly.To define a view, you call the extend method on Backbone.View.A view is used ot render a model so we need to override the render …
Codejobs – Taller 3 – Backbone – Introducción a Backbone on Vimeo
http://vimeo.com/36612832
Your source of Javascript :: Free Weekly Javascript newsletter
http://www.js-monkey.com/archive/javascript-newsletter-5.html
First of all, I want to thank you Matthew Winter for pointing us an edition mistake. As the priority of this newsletter is to send you high-quality content, here is the correction. “WebStorm 3.0 is not an Eclipse based IDE. WebStorm is based on the IntelliJ IDE which although it has been written in …
Backbone patterns
http://ricostacruz.com/backbone-patterns/
The problem: Your application needs models to be available on page load.This is mentioned in the official Backbone documentation under the Loading bootstrapped models section.Define your collection data in an inline script in the HTML file. If you have collections for , you may be doing it this …
Building Epic Win With Backbone.js | CodeThinked
http://www.codethinked.com/building-epic-win-with-backbone-js
I’ll just skip to the chase and start this post off by saying that our Windows VPS Hosting service, Epic Win Hosting has publicly launched! I know that it has been a while, and believe me, we wanted to launch it sooner. We have been in private beta, working out the kinks, but now things have come …
Backbone.js tutorial
http://www.plexical.com/blog/2010/11/18/backbone-js-tutorial/
I have previously covered Backbone.js here, and it seems to be gaining some steam. As of writing, there doesn’t seems to be that many tutorials though, so here one that tries to get you started with the fundamentals, with minimal extra fuzz:Here‘s the usual demo, you can press the “Add” and “Fake …
getting started for tdd using jasmine and backbone.js | iknuth
http://iknuth.com/2011/04/getting-started-for-tdd-with-jasmine-usin-backbone-js/
Developing in javascript is a fun and exciting process. Debugging code in the browser using firebug can provide instant gratification. Good test coverage is a must when the code you write could potentially be executed in any number of platforms.Writing unit tests isn’t always a priority and peace …
Organizing Your Backbone.js Application With Modules
http://weblog.bocoup.com/organizing-your-backbone-js-application-with-modules/
If you have spent any time looking atBackbone.js, like many others, you are probably amazed by how lightweight, flexible and elegant it is. Backbone.js is incredibly powerful, but not prescriptive in how it should be used. With great power comes great responsibility, and if you’ve tried to use …
etagwerker/chartly – GitHub
https://github.com/etagwerker/chartly
Google Charts + Backbone.js
addyosmani/todomvc – GitHub
https://github.com/addyosmani/todomvc
Developers these days are spoiled with choice when it comes to selecting an MV* framework for structuring and organizing JavaScript web apps. Backbone, Spine, Ember.js (SproutCore 2.0), JavaScriptMVC… The list of new and stable solutions goes on and on, but just how do you decide on which to use …
Testing Backbone applications with Jasmine and Sinon – Part 1 – Tinned Fruit
http://tinnedfruit.com/2011/03/03/testing-backbone-apps-with-jasmine-sinon.html
This is the first in a series of articles demonstrating how to test a Backbone.js application, employing the Jasmine BDD test framework and the Sinon.JS spying, stubbing and mocking library.In this part, we’ll take a brief look at Backbone, and then move on to an introduction to some of the …
Intro To Backbone.js: How A Winforms Developer is At Home In Javascript
http://lostechies.com/derickbailey/2011/06/14/intro-to-backbone-js-how-a-winforms-developer-is-at-home-in-javascript/
Today, I was introduced to Backbone.js and I almost immediately fell in love with it. It’s powerful. It’s elegant. But most of all, it’s a set of design and interaction patterns that I have a lot of experience using.
Building Epic Win With Backbone.js | CodeThinked
http://www.codethinked.com/building-epic-win-with-backbone.js
I’ll just skip to the chase and start this post off by saying that Epic Win Hosting has publicly launched! I know that it has been a while, and believe me, we wanted to launch it sooner. We have been in private beta, working out the kinks, but now things have come together and so now you can go …
My Links
http://delicious.com/ajlopez/backbone
Keep tuned!
Angel “Java” Lopez
http://www.ajlopez.com
http://twitter.com/ajlopez