Skip to main content

Home/ Javascript Masters (and wannabes)/ Group items tagged backbone

Rss Feed Group items tagged

Jacques Bosch

Elegant Code » Resources for getting started with Backbone.js - 0 views

  •  
    "The current product I am building makes heavy use of HTML5 & javascript to give the user a rich experience, both on and offline, across a variety of screens. Before I even started this application I knew I wanted a clean and proven approach to help manage the complexity on the client. After reviewing several js frameworks I decided to go with backbone.js (compare yourself). I have been working with backbone for several months and I am really happy with it, and would recommend to anyone building similar types of javascript applications."
Jacques Bosch

Backbone.js And JavaScript Garbage Collection | ThoughtStream.new :derick_bailey - 0 views

  •  
    "A question was asked on Stack Overflow recently, and I provided an answer that I think is worth re-blogging here (while cleaning up the text / grammar). My answer goes in to a little bit of the idea behind a garbage collected language and gets in to some of the basics of how JavaScript knows when to clean up your "garbage" - that is, your objects that are no longer used. What I'm presenting here is an oversimplification of how JavaScript manages memory. However, these basic ideas should prove useful to people who want to do a better job of managing memory usage in JavaScript."
Jacques Bosch

Asynchronously Load HTML Templates For Backbone Views | ThoughtStream.new :derick_bailey - 0 views

  •  
    "As JavaScript applications become larger and larger, we have to think about the download size, memory usage and other performance constraints for our end users. There are a number of aspects to consider, one of which is how to deliver the HTML templates that your application is using, to the user's browser, so that your application can render the templates."
Jacques Bosch

kmalakoff/knockback - GitHub - 0 views

  •  
    "Knockback.js provides Knockout.js magic for Backbone.js Models and Collections."
1 - 4 of 4
Showing 20 items per page