Get found on the web

Quality Web Design for Small
to Medium Businesses in New Hampshire

Backbone.Paginator – New Pagination Components For Backbone.js

Posted on by Portsmouth Media in archives, Blog Leave a comment

An article I was reading about plugins

Pagination is a ubiquitous problem we often find ourselves needing to solve on the web. Perhaps most predominantly when working with back-end APIs and JavaScript-heavy clients which consume them. On this topic, today I'd like to announce the pre-release of … href=”http://addyosmani.com/blog/backbone-paginator-new-pagination-components-for-backbone-js/”>Continue reading class=”meta-nav”>→
AddyOsmani.com | Articles for developers


Building Backbone.js Apps With Ruby, Sinatra, MongoDB and Haml

Posted on by Portsmouth Media in Blog Leave a comment

An article I was reading about plugins

Introduction In this post we're going to explore writing Backbone.js applications with a Ruby back-end. To assist with this, we're going to use Sinatra – a DSL (domain specific language) for rapidly creating web applications in Ruby. Similar to the … href=”http://addyosmani.com/blog/building-backbone-js-apps-with-ruby-sinatra-mongodb-and-haml/”>Continue reading class=”meta-nav”>→
AddyOsmani.com | Articles for developers


Unit Testing Backbone.js Apps With QUnit And SinonJS

Posted on by Portsmouth Media in Blog Leave a comment

An article I was reading about plugins

This article will be appearing in my forthcoming book on Backbone.js and continues the section on unit testing. We previously looked at Jasmine and will now look at QUnit and SinonJS. QUnit is a powerful JavaScript test suite written by … href=”http://addyosmani.com/blog/unit-testing-backbone-js-apps-with-qunit-and-sinonjs/”>Continue reading class=”meta-nav”>→
AddyOsmani.com | Articles for developers


My Interview On SitePoint About Backbone.js And Backbone Fundamentals

Posted on by Portsmouth Media in Blog Leave a comment

An article I was reading about plugins

Episode 145 of The SitePoint Podcast is now available. This week interview host Louis Simoneau (@rssaddict) interviews me about Backbone.js and the free online book I'm in the progress of writing about the fundamentals of using it to organize your … href=”http://addyosmani.com/blog/my-interview-on-sitepoint-about-backbone-js-and-backbone-fundamentals/”>Continue reading class=”meta-nav”>→
AddyOsmani.com | Articles for developers


Building Mobile JavaScript WebApps With Backbone.js & jQuery: Part I

Posted on by Portsmouth Media in Blog Leave a comment

An article I was reading about plugins

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 options for correctly namespacing your Backbone application. I'll also give [...]
AddyOsmani.com | jQuery & JavaScript Articles For The Community