views:

17

answers:

1

Hi,

Is there a way to redirect for mobile web pages; and what is the best layout for mobile browsers? I currently have my pages set to relative sizing via percentages.

+1  A: 

Take a look at WURFL. It will give you information on mobile device's capabilities that you will be able to use to render your mobile pages accordingly.

It has binging for a lot of server side languages, including, but not limited to, PHP, ASP.NET and Java.

You will configure your web application to include information about the device for each request. You will use that information to render mobile web pages.

Pablo Santa Cruz