With all of the devices mentioned, a full HTML browser is used, so you would just need to test your template to make sure it is displayed correctly, and will not need to worry about trying to use WAP. However, one key I've found is to put as much of the work on the server as possible and not rely on JavaScript, or other client side technologies, as many are not supported on some/all mobile platforms. If you try to do too much client side scripting, you'll become frustrated very quickly trying to make it work on all of the devices. Also, no Flash or other embedded objects, as these won't work in most mobile devices. Stick to well formed HTML output, stripped of large images, etc., and you should have no problems. On Wed, Jan 21, 2009 at 6:11 AM, thomasofneedham <tbirchmire@xxxxxxx> wrote: > --- In php-objects@xxxxxxxxxxxxxxx <php-objects%40yahoogroups.com>, > Ramesh Babu > <contactrameshbabu@...> wrote: > Hi: > I wrote a small Geocache game ( http://gpsmancer.com ) and I found the > IPhone would display and play perfectly if I put the following in the > <head> portion of the file > <meta name="viewport" content="width=320" /> > I don't know about the others. > Regards > Tom Birchmire > > > > > > > > Dear Friends, > > > > I have to develop dynamic PHP websites which should be compatible to > iPhone, Blackberry and other mobile devices. > > What are the steps and procedures to be followed for developing? > Whether i need to specially design the pages for mobile devices? > > > > Thanks in advance > > > > Rgds, > > Ramesh > > > > __________________________________________________________ > > For the freshest Indian Jobs Visit MSN Jobs > > http://www.in.msn.com/jobs > > > > [Non-text portions of this message have been removed] > > > > > [Non-text portions of this message have been removed]