Looking for an approach to program a mobile website for any device. Are there any?

Posted by ChrisBenyamin on Stack Overflow See other posts from Stack Overflow or by ChrisBenyamin
Published on 2010-05-06T19:27:01Z Indexed on 2010/05/06 20:08 UTC
Read the original article Hit count: 141

My wish is to know how I can program a mobile website, that fit to all mobile phones.

Are there any special approaches to recognize a device and render the code according to it?

Which tools and coding languages are required?

My first thought was to hold the website in XML, which would be parsed depending on the device.

You have to consider old phones, even devices with only wap support.

For example: The mobile website has to recognize Nokia N75 and render/send the code that looks optimal for this device. Same thing with an iPhone or a Motorola Razr.

© Stack Overflow or respective owner

Related posts about mobile

Related posts about web-development