up vote 6 down vote favorite
4
share [g+] share [fb]

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.

link|improve this question

61% accept rate
feedback

6 Answers

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

Here are some design-resources:

Also, I think facebook open-sourced the javascript-API they built to make iphone.facebook.com, but I can't find it at the moment..

link|improve this answer
feedback

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.

link|improve this answer
I use this in my ASP.NET / C# websites and works great! you need to build a new UI, but it's great. – balexandre Jun 18 '09 at 20:34
feedback

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

link|improve this answer
feedback

Shameless plug: Optimizing Your Website for Mobile Safari

link|improve this answer
do we get a discount if we mention stackoverflow ? – Simon_Weaver Feb 9 '09 at 3:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.