Library of “user interfaces that have been designed to trick users into doing things they wouldn’t otherwise have done.” If you’ve spent any time on the web, each of these will be familiar.
In order for your images (and text) to maintain their “real” size all you need to do is add in a meta tag (below) to your site’s head section.
<meta name="viewport" content="width=device-width; initial-scale=1.0">
Effectively this is telling Safari (these meta tags are Apple specific) to set the scale to 1, in other words render everything at the original/native size.
Via Think Vitamin
Validates your site’s HTML, CSS, RSS, etc. from one URL.
Craig Hockenberry on the lure of native iPhone apps:
With such great tools available and talented developers that know how to exploit them, the iPhone should be overflowing with web applications, right? Actually, the opposite is true: there are over 100,000 titles on iTunes and only a handful of popular applications have been created with web standards.
He suggests most iPhone apps begin as cross platform, web standards-based apps. But…
Eventually, you’ll encounter situations that can’t be solved with web standards. Maybe it’s something like feature requests from users who want to upload photos or access their list of contacts. Some users will explicitly ask for an iPhone app because so many of their other favorite sites have customized solutions.
There can also be internal pressures from your own designers and developers. They’ll find that navigation and data management are more difficult as the scope of the application increases. When you start to feel like you’re reinventing the wheel, sometimes it’s best just to use the wheel that Apple’s already built.