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 [...]
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 [...]