Category // Development

Blog

Running QUnit Tests Against
Dynamic Code

One issue I’ve had with QUnit is the fact that you have to provide DOM testing fixtures for the code to run against — this is usually fine if your sites are static, but mine are typically rendered in some … Continue reading

Comments [] Categories: Development javascript qunit Unit Testing |

Arbys: Snap & Rock

Supporting site for Arby’s Snap & Rock promotion. Link: http://www.snapnrock.com

Comments [] Categories: Arby's Backbone.js css Development javascript Portfolio sass |

DIY HTML-Driven Photobooth

We were hoping to bring something MAKE-y/techie-ness into our upcoming wedding, so we decided to build our own photobooth from scratch. It’s been a tremendously fun project even if I should’ve started it about a month sooner than I did. … Continue reading

Comments [] Categories: Arduino Canvas Development Experiments Physical Computing Portfolio |

Old Navy: FitLabs

This project was the online component for the Old Navy FitLabs campaign; users simply answer a few questions about their denim preferences and are presented with their perfect fit match. Link: Old Navy FitLabs on Facebook

Comments [] Categories: Adobe Edge Backbone.js Development Old Navy Portfolio |

AMEX OPEN: Crash Courses

Crash Courses is a partnership between Veri and OPEN Forum, providing OPEN members a suite of quizzes that put their small-biz knowledge to the test.

Comments [] Categories: .NET American Express C# Development Portfolio |

Animating CSS3 Transforms (and other non-numerics) with jQuery

In case you’ve ever wanted to directly animate a non-numeric property using jQuery, the step callback allows you to tap directly into the animation interval: Since you’re tacking on code to the normal animation() loop, be mindful of the performance … Continue reading

Comments [] Categories: Animation css Development javascript jQuery |

Prime Number Generator

Finally got around to re-making my old AS3 prime number generator in JavaScript. Serves no real purpose, other than being a surprisingly effective method of self-hypnosis. Link : Prime Number Generator

Comments [] Categories: Development Experiments Math |

Three Letter Words

There’s over 900 legal 3-letter words in Scrabble, and I’ve never had any luck with memorizing the list. So I’m trying to build something that flashes them at random in my periphery. Trying it out with the complete list below … Continue reading

Comments [] Categories: Design Development Experiments Scrabble |

Avoiding a FOUT with Data URIs

A big issue with @font-face is the FOUT, or Flash of Un-styled Text. Paul Irish has a great article on the problem, with updates covering the evolution of the quirk in newer browsers (FF4 getting a little better, IE9 being … Continue reading

Comments [] Categories: Development Experiments |