vote up 4 vote down star
4

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.

flag

74% accept rate

6 Answers

vote up 0 vote down

Shameless plug: Optimizing Your Website for Mobile Safari

link|flag
do we get a discount if we mention stackoverflow ? – Simon Feb 9 at 3:44
vote up 0 vote down

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

link|flag
vote up 1 vote down

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|flag
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 at 20:34
vote up 1 vote down

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|flag
vote up 2 vote down

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|flag
vote up 1 vote down

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|flag

Your Answer

Get an OpenID
or

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