English 中文(简体)
Making site usable both from Mobile devices and desktops
原标题:

I have a website that I want to make look good from a non-mobile browser, but make very usable from a mobile device.

I m thinking I m going to detect if the user is likely using a mobile device, and if they are, redirect the first hit to a page that says something like: "It looks like you re viewing this page on a mobile device. Would you like to view the mobile version?" Based on the user selection, I ll set a cookie. (Would this be annoying, or helpful?)

But I d also like to make sure that if I miss someone who is mobile browsing (if I think they re non-mobile, but it turns out they aren t), I provide some way to switch to the mobile version. Also, if I detect someone is mobile, but they d prefer to browse the full non-mobile site, I need to allow that, too.

I m leaning toward having a mobile and non-mobile version of every page on the site, just presenting the data differently (and with a lot less images, etc) for the non-mobile version.

Anyone who s been through this, have advice? Any links to sites that do this right?

问题回答

I d suggest using WURFL for the detection part. Also, lots of good reading material about such practices on Mobiforge





相关问题
How can I make mobile version of an existing web site?

We have a website coded with jsp-Java. Now, we want to show our website more user friendly on blackberry etc. Is there any tool or method to do this issue more easier? thanks for your answers.

Should I make my mobile application for Mobile 6 or Mobile 5?

I am going to be making a small application very soon. I am wondering would it be better to go and make it for 6.0 or should I make it for 5.0? I don t know much about both versions but I guessing ...

How do I combine @font-face and @media declarations?

I d like to build a common typography stylesheet with a very small number of selectors. As such, I d far prefer to use @media sections for the various versions rather than create different files, each ...

热门标签