I would like to take our current mobile website and redesign it for iPhone use. All of the code on our website is currently run server-side and is split up in multiple pages, but I would like to get all the client-side features like transition animations and iPhone-like buttons that jQTouch offers. Where should I start?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

There is a nice google project that uses CSS to mimic the iPhone UI... Its called IUI... Below is the link to the Google Code project.

http://code.google.com/p/iui/

Hope this helps you out.

link|improve this answer
I'll check this out tomorrow morning at work. Is this more friendly with ASP.NET than jQTouch? The ASP.NET controls seemed to break my jQTouch pages. – Tozar Jul 11 '10 at 21:32
I ended up sticking with jQTouch. I was able to figure out the cause of my troubles. – Tozar Jul 19 '10 at 19:36
feedback

Your Answer

 
or
required, but never shown

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