What is the best way to develop a website for mobile devices? [closed]

旧城冷巷雨未停 提交于 2019-12-02 21:02:58

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.

I think anyway that there exists many less cumbersome way to test your code.

What is the best way to develop a website for mobile devices?

Read Mobile Web Development series on this blog

http://davidbcalhoun.com/2010/viewport-metatag

Part 1: The viewport metatag

Part 2: The mobile developer’s toolkit

Part 3: Designing buttons that don’t suck

Part 4: On designing a mobile webpage

Part 5: Using mobile-specific HTML, CSS, and JavaScript

Part 6: Dealing with device orientation

Part 7: Mobile JavaScript libraries and frameworks


I can't seem to find a simulator/emulator for the mobile devices.

for emulators see here http://www.mobilexweb.com/emulators

Is there any way to edit the CSS from the mobile device like firebug?

for debugging see here

List of bookmarklets for mobile web debugging http://www.blog.highub.com/mobile-2/list-of-bookmarklets-for-mobile-web-debugging/

How to easily debug websites on mobile devices with “Weinre” http://envyandroid.com/archives/483/easily-debug-mobile-websites-with-weinre

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!