knowram Posted October 13, 2006 Share Posted October 13, 2006 Are there any good resources that describe how to make a web site compatible with a mobile phone browser? ???Thanks for any input. Quote Link to comment https://forums.phpfreaks.com/topic/23813-mobile-phone-pages/ Share on other sites More sharing options...
redbullmarky Posted October 14, 2006 Share Posted October 14, 2006 HiThis might be a good start. I think it's primarily concerned with [i]detecting[/i] a mobile/PDA in the first instance but you should be able to find something from there. Generally you want to be working in % rather than pixels and try to cut down on the bells and whistles, but as long as your code validates, you should find that you wont face to many problems if you can overcome the size limitations.http://www.developershome.com/wap/detection/detection.asp?page=readHeaderhttp://www.helpfuldesign.co.uk/blog/2006/03/browser-accessibility.shtmlcheersMark Quote Link to comment https://forums.phpfreaks.com/topic/23813-mobile-phone-pages/#findComment-108758 Share on other sites More sharing options...
anatak Posted October 19, 2006 Share Posted October 19, 2006 keep in mind that most mobile phones do not support tables.this is something to consider.I have no idea how mobile phones support CSS (in case you want to replace tables with floats)also I know that the things that are supported vary widely from used browser to used browser.good luckanatak Quote Link to comment https://forums.phpfreaks.com/topic/23813-mobile-phone-pages/#findComment-111066 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.