Mobile version of my website, what design width is optimal? -


I am creating a mobile version of the website ...

what width should I select for Design? I know that every device has its own width of screen and it is really difficult to fit all the devices ...

I am really confused (quite new in the world of mobile websites), please help Please.

Thank you.

Your approach will depend on how much you want to try (or can) in this Which mobile user do you want to target, for a minimal effort, use 100% according to KNitim and expect to browse your website at a screen width of 128px to 480px. With this approach, you will need to avoid the 'advanced' XHML instructions like CSS and DivX (and JavaScript) because most mobile browsers can not handle some of these aspects. Plan to use tables to manage layout .

For a more advanced approach, you can use an open source project called WURFL () which is a mobile browser's database and their capabilities (screen width, CSS, images etc ...). There is a JSP tag library called WNG, where you write once and the tag LBU will present the most suitable HDML to match the user's device. I believe there is also a PHP library for this.

RGDS, Kevin.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -