backbone

TechCast ETE 2013 Session #1 – The ETE Javascript Frameworks Panel

Our first podcast from Philadelphia Emerging Technologies for the Enterprise is our Javascript frameworks panel. Led by Robert Hansen, author of GWT in Action and host of our prior Web Framework shootout in 2011, it includes developers who contribute to Meteor, Backbone, Ember and AngularJS, four Javascript frameworks that cover the gamut between all-in one … Read More

Using jQueryMobile and Backbone.js for handling forms

Introduction In this post, I continue the development of my basic “exercise app” that I started (and enhanced) in these posts: Intro to Backbone with jQuery Mobile Sorting Collections with Backbone.js and jQuery Mobile From a List to a Details View using jQuery Mobile and Backbone.js Let’s add the ability to create and edit exercise … Read More

From a List to a Details View using jQueryMobile and Backbone.js

In my previous post I built a basic application to demonstrate the use of Backbone.js with jQueryMobile (JQM). The introduction can be found here, with a brief subsequent post on sorting collections here. In this post, I would like to add the capability to view the details of the items presented in the list view. … Read More

Introduction to Backbone.js with jQuery Mobile

If you are working on a JavaScript heavy application (think jQuery Mobile, etc.), you probably will want to look at some JavaScript libraries to help add structure, consistency and convenience to your applications. One of the JavaScript libraries I’ve used lately is Backbone.js. To quote Backbone themselves, it provides “models with key-value binding and custom … Read More