Making your homepage iPhone friendly
The new iPhone is out and you probably ready to set your website to make it look nice and dandy on iPhone safari browser. Here is the trick that I found that will make sure that your page is displayed correctly on iPhone safari browser:
<meta name="viewport" content="width=320">
That’s it; that’s all you need and then of course make sure that your content is displayable under 320px width
Happy coding.

