Keyboard Shortcuts in Spine

By Brian Ryckbost

Keyboard shortcuts are a wonderful way to introduce efficiencies into an application. Here’s a quick rundown of how I integrated Keymaster into a recent Spine project.

CoffeeScript Routing, part deux

By Tim Bugai

Adding named parameters to the CoffeeScript router

Standalone Javascript Routing

By Tim Bugai

A recent project has us using spine.js as well as a few other JavaScript libraries. Though spine.js comes with its own routing, it conflicts with pjax. The solution was to roll our own.