Now iPhone optimised
I just added support for Mobile Safari (or most other mobile browsers) to my blog. There are two ways you can do this: detect the User-Agent of the browser and do something server side, or, the somewhat more lazy way to do it is to just let the browser itself work it out. I chose the lazy way for now.