Category: Web Development

Duff’s Device in JavaScript

We’re going to be discussing efficient JavaScript in some upcoming training sessions, and I wanted to get this code snippet out for discussion. Commonly, developers will process an array of values, calling some pre-defined function with this idion: var i=values.length;…

Responsive Design: Off Canvas

Jason Weaver has posted an excellent discussion of a design pattern for responsive design that he labels “Off Canvas”. Inspired by the observations of Luke Wroblewski, this Off Canvas layout demo has 3 panels that display differently depending on the…