Category Archives: workflow

Understanding CSS cubic-bezier

One of the most often overlooked features of CSS transitions is the ability to specify a cubic-bezier timing function. This is because you get a bunch of easing options out of the standards-based box: ease, ease-in, ease-out, ease-in-out, linear. These … Continue reading

Posted in canvas, css, html5, jQuery, workflow | Tagged: , , , | 9 Comments, join the conversation!

Cheap eBooks

Mark Pilgrim wrote this great online book “Dive into HTML5” that you should check out. It’s being released by O’Reilly as “HTML5: Up and Running“. I’m not sure how different the physical copy will be from the online version, but … Continue reading

Posted in workflow | Tagged: | Leave a comment, start the conversation!

iPad (and iPhone) debugging

Check this article out: iPad HTTP Debugging with Charles This approach is extremely useful and has saved me a lot of time. Also, the same tutorial works for the iPhone too. Once you have Charles set up to work with your … Continue reading

Posted in Mobile, debugging, iPad, iPhone, workflow | Tagged: , , , | Leave a comment, start the conversation!

Choosing the right jQuery easing function

When I animate elements in jQuery I often find myself looking for a little something more than the default “swing” and “linear” values. So to spice things up, I usually download this jQuery easing plugin. Once you include it in … Continue reading

Posted in javascript, workflow | Tagged: , , , , , | Leave a comment, start the conversation!