Our favorite number is 1 (or 0)

Users Are Not Bad People

12.21.11 by

As programmers, we inherently despise the bug finding and bug fixing process of a project.  It has been engrained in us since we wrote our first Hello World application that displayed an output of ‘Hello Wod’.  It can sap our confidence in a hurry and make the most professional programmer feel like a novice. “Oh [...]


Flash and REST

07.09.10 by

When it comes to consuming web services, especially in Flash, most developers don’t think about using any other HTTP methods besides GET and POST.  In fact, I’m guilty of assuming that GET and POST are always the right way to go, and that other HTTP methods are just fluff for programmers with way too much time on their hands.