Architecture for Building an iPhone/Mobile Web App

overfault

New Member
I wanted some peer advice as far as how to build out a web app for the iPhone.Are these the basic concepts?[*]Issue all of the HTML/CSS for all mobile views on the initial load[*]Use JavaScript/jQuery to scroll to each view when buttons are pressed[*]Use AJAX requests to populate data for each view (before or after the scrolling occurs)Part of me thinks using something like iUI may be a little overkill.
 
Top