https://peepcode.com/products/backbone-js
Backbone.js Fundamentals
11–20 of 83 posts
Re: Backbone.js Fundamentals
#12Is there a PDF version somewhere?
Re: Backbone.js Fundamentals
#13I was thinking of learning Backbone soon until I read about Meteor yesterday. Is there any point in learning Backbone, or should I just go the Meteor route?
Re: Backbone.js Fundamentals
#14> You're over the rate limit. Serve this file from your own servers. Contact support@github.com if you have questions. If you get that error just get it from the main repo https://github.com/addyosmani/backbone-fundamentals/
Re: Backbone.js Fundamentals
#15I was thinking of learning Backbone soon until I read about Meteor yesterday. Is there any point in learning Backbone, or should I just go the Meteor route?
That said, Meteor and Backbone do different things. Meteor is an attempt to solve (obviate, really) the mismatch between client/server development. To what extent it does this in a reasonable fashion is yet to be fully explored (although it does look awesome!)
Backbone is a client-side JS application toolkit. It's purpose is to bundle up the things that are common to every JS application, and provide a solid API to hook your application code to, and to hook your app to your RESTful server API. That said, Backbone offers more than just a convention for how your JS app talks to your API.
You will note that Backbone is included in the default set of installable Meteor packages.
Re: Backbone.js Fundamentals
#16I was thinking of learning Backbone soon until I read about Meteor yesterday. Is there any point in learning Backbone, or should I just go the Meteor route?
Re: Backbone.js Fundamentals
#17I was thinking of learning Backbone soon until I read about Meteor yesterday. Is there any point in learning Backbone, or should I just go the Meteor route?
I'm in the process of learning Backbone and just read about Meteor, so I might be completely wrong on this. But it seems like Backbone and Meteor are trying to solve different problems, and aren't mutually exclusive. Backbone is server-agnostic, and Meteor is somewhat client-agnostic, so you could use Meteor to do the data synchronization and automatic updating, while structuring your client app using Backbone.
Re: Backbone.js Fundamentals
#18Re: Backbone.js Fundamentals
#19> You're over the rate limit. Serve this file from your own servers. Contact support@github.com if you have questions. If you get that error just get it from the main repo https://github.com/addyosmani/backbone-fundamentals/
And if you still hit an error, just git clone it :)
git clone https://github.com/addyosmani/backbone-fundamentals.gitRe: Backbone.js Fundamentals
#20iBooks shows me an error on the 2nd page: "This page contains the following errors: error on line 649 at column 295: Opening and ending tag mismatch: cpde line 0 and p Below is a rendering of the page up to the first error."
Seems to be a typo in index.md, and a bug in Pandoc which lets non-well-formed xml tags pass through unquoted.