Representing Marionette.js Views with State

You want to create a simple login page for your new website, all written to be dynamic using Backbone.js and Marionette.js. To accomplish this, you listen for the login button to be pressed and then use jQuery to disable the form controls and display a loading...

Don’t bug me?

Have you ever had one of those days? I’m not talking about those really bad days when everything seems to go wrong. I’m talking about one of those days where everything is going right and then there’s the one bug that crops up that spoils the streak. I was having an...
Listening for LEAP Gestures with jQuery

Listening for LEAP Gestures with jQuery

There’s always been a great divide between displays that can receive user feedback (e.g. touchscreens) and the displays that most people use. Touch screens are nifty, but there are usually a number of drawbacks to them. Smudges from fingerprints, less than...