After getting more serious about mobile design myself, I started noticing a few things that irked me on a few mobile sites. One of them…
Create PDF Thumbnails with Photoshop
If you're a typical web developer, you probably have enough Photoshop skill to chop up a layout, or even run a batch process. But, when…
Secure favicon to compliment your site’s standard favicon
The favicon is a nifty little 16 pixel representation of your website, usually something recognizable, like your complete logo, or a portion of it. The…
AdMob iPhone Apps and device orientation
We were closing in on the release of a new iPhone app, when we realized that the landscape orientation really isn't suited well for an…
Fast-pass to mobile enhanced website
If you've had a look at your analytics lately, you've no doubt noticed that mobile website views are on the rise. But, for some of…
Leverage the iPhone 4 Retina display with CSS
The iPhone for introduced the high resolution retina display. While native iPhone applications can be built to support this display simply by improving the resolution…
Where have all the binaries gone?
When I say "binaries", I'm not referring to a binary file, but rather a programmer who is familiar with, and uses base 2 in practice.…
A note on JavaScript variable scope
Way back in the early days of JavaScript, we can all admit to not really understanding the language, but rather using it almost as an…
Rounded corners in IE – the best solution
I've struggled for months, trying to find a good rounded corner solution for non-CSS3 capable browsers. There are great options out there, but none of…
JavaScript and self-invoking anonymous functions
That title is a mouthful, but I wanted to make sure to identify this syntax properly as we've all seen them, but probably didn't understand…