I would just like to take the opportunity to give a iPhone web development tip, it’s a simple metatag that changes the viewport of your html document, so that it fits the iPhone screen properly:
<meta name=”viewport” content=”width=320; initial-scale=1.0; maximum-scale=1.0;”>