16
Jan
Posted on 2008 under Development, Tutorials |
If you want to make a custom icon for your website that will show up in the Springboard when a user makes a “webclip”, using their iPhone or iPod Touch, all you need to do is:
1. Create a 57×57 pixel PNG image
2. Name the image “apple-touch-icon.png”
3. Copy it to the root folder of your website
Read more… »
13
Jan
Posted on 2008 under Development, Tutorials |
Apple has put up some sample code that shows off the new window.onorientationchange and window.orientation ability that lets you detect the orientation of the iPhone.
Read more… »