views:

1490

answers:

6

We re trying to work on making a mobile version for one of our asp.net web applications, however we would like to make iPhone specific.

Are there any resources out there which provide best practice guidelines:

  • UI Guidelines, any .net control libraries which are iPhone specific.
  • Security guidelines - anything special that the iPhone Browser (mobile safari) has.
  • Usability Guidelines - navigation tips, button sizes, etc.

Anything else which will help us put together an app which looks native to iPhone.

+1  A: 

Apple has a Web Apps Dev Center (free ADC account required).

Also, recent versions of DashCode have built-in templates for iPhones websites. Some of those resources might be applicable.

amrox
+2  A: 

There are a couple of good articles on A List Apart:

Also, Apple have the Safari Web Content Guide which has lots of valulable information on configuring the Viewport when designing web content for the iPhone.

John Topley
+1  A: 
Espenhh
+1  A: 

I forgot to mention, iUI is a neat little CSS and JavaScript bundle specifically targetted at iPhone web apps. It will probably save you a lot of time.

John Topley
I use this in my ASP.NET / C# websites and works great! you need to build a new UI, but it's great.
balexandre
A: 

You could check out this tutorial on css-tricks.com: #38: Basics & Tips on Designing for the iPhone

portalpie
A: 

Shameless plug: Optimizing Your Website for Mobile Safari

August
do we get a discount if we mention stackoverflow ?
Simon_Weaver