开发移动设备网站的最佳方式是什么?
为移动设备开发网站的最佳方式是什么?我似乎找不到一个模拟器/模拟器的移动设备。有没有任何方法来编辑CSS从移动设备如firebug?我只是寻找如何开发手机的提示,因为一些奇怪的原因,我的网站在iPhone和Droid上奇怪的行为。
What is the best way to develop a website for mobile devices? I can't seem to find a simulator/emulator for the mobile devices. Is there any way to edit the CSS from the mobile device like firebug? I am just looking for tips on how to develop for the phone because for some odd reason my website acts oddly on the iPhone and Droid.
我建议您使用移动开发框架(例如 http://jquerymobile.com/ )。
I would recommend you to use a framework for mobile development (such as http://jquerymobile.com/). In that way you are sure to make a website that will perform well on many mobile devices.
-
为了调试的目的,为什么要您尝试使用 Android虚拟设备?
http://developer.android.com/guide/developing/devices/managing-avds.html
你下载android sdk或eclipse ADT
插件来开发Android应用程序时就可以得到它。
You got it when you download the android sdk or the eclipse ADT plugin to develop android apps.
黑莓模拟器:
http://www.blackberry.com/developers/downloads/simulators/index.shtml 。
要获得 Iphone模拟器我认为它是强制有一个mac。
To get an Iphone simulator I think that it is mandatory to have a mac.
它是IOS SDK的一部分称为iOS模拟器(你安装在XCode)。
It is a part of the IOS SDK called iOS Simulator (that you install in XCode).
无论如何,我认为测试你的代码有很多繁琐的方法。
I think anyway that there exists many less cumbersome way to test your code.