English 中文(简体)
2. 建造一个Pi-Mobile网络的架构
原标题:Architecture for Building an iPhone/Mobile Web App

我希望就如何在网上建立iP网站提供一些同侪建议。

这些基本概念吗?

  1. Issue all of the HTML/CSS for all mobile views on the initial load
  2. Use JavaScript/jQuery to scroll to each view when buttons are pressed
  3. Use AJAX requests to populate data for each view (before or after the scrolling occurs)

部分我认为,使用“智囊团”等东西可能太高。

问题回答

我不敢肯定这确实是重复的——可能还有一些更清晰的答案,但上有一些链接,可能与你有关。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签