I can’t begin to explain how much I really enjoy and am grateful for the Iconic Icon Set, I’ve used it over and over again and it continues to be a source of inspiration for me. Because I’ve made use of it so much I’ve found on several occasions that it was missing icons that [...]
While working on a recent project I was faced with the task of embedding videos on a web page that would be compatible with the iPhone and iPad. It turns out HTML5 video is still in it’s infancy, but hopefully this article will save developers from the many headaches it provided me.
I spend a lot of time dealing with cross browser compatibility and it’s not fun (I’m looking at you Internet Explorer). But over the years I’ve developed a few habits that make the task a little easier and I thought I might as well share these tips with the rest of the world, so here [...]
Ok, I love Ballpark, but the thing that I’d have to say annoys me the most (aside from no time tracking) is the fact that line item descrption fields are so small.
So maybe I’m just an idiot and this would be obvious to others, but it completely confused me for a large portion of the night, so I thought I’d share in hopes of helping some other unfortunate soul. The Problem I was using a jQuery function to show / hide elements, first on a table [...]
It’s no secret, I love Git (more and more every time I use Subversion, but that’s an entirely different story altogether), but one of the things I enjoy most about it is the fact that configuration options are made to be portable and because of that, easy to share. And while a configuration file may [...]
So I decided to release my input hint plugin for jQuery because I could never find one that was portable and well written. The plugin’s list of features include: the ability to specify the attribute the plugin uses to pull the hint from, by default the “title” attribute is used and it also clears itself [...]
The “Variable Input Size” plugin simply resizes and input text box to fit it’s value. Useful for displaying fields to users in an easier to digest manner. This plugin was inspired by a post by 37 Signals where they implemented this idea in a new iteration of Highrise’s contact management page. I thought it was [...]
A pretty crappy, but useful script thanks to Daveā¦