centime

msg:3242483 | 8:22 pm on Feb 4, 2007 (gmt 0) |
as a matter of interest, why did you go with WAP rather than the new .mobi standards? i've got a couple of juicy .mobi domains i'am planning to develop, so if WAP is making a come back, it would be nice to know :-) How do the various analytics packages determine screen settings? if you find that, it might help
|
amznVibe

msg:3242624 | 11:48 pm on Feb 4, 2007 (gmt 0) |
Because no phone made before 2003 will support the .mobi standard and there are alot of them out there (GRM lasts forever). Some phones even made in 2005 won't work with anything but WAP 2.0 or less. WAP is the equal of a mobile Netscape 4.x that will haunt handheld website programming for at least the next few years. Plus it simply works on virtually all handhelds. Clean and fast and it's easy to program. I sort of figured out my own question. There's a limited test you can do to see what content is accepted. Trying to build a proof of concept now. [edited by: amznVibe at 11:49 pm (utc) on Feb. 4, 2007]
|
balam

msg:3242636 | 12:21 am on Feb 5, 2007 (gmt 0) |
> Trying to build a proof of concept now. Do keep us posted; I, for one, would like to hear about a solution...
|
centime

msg:3242651 | 12:58 am on Feb 5, 2007 (gmt 0) |
i am going to stick with .mobi, cos i know that here in the UK, mobile phones appear to be one of the gadgets that most folk seem to like keeping up with the jones, ergo old phones , thats anything more than 1 yr are soon dust The folk who keep old phone, probably wouldn't use WAP internet because of cost, afterall, keeping an old phone is often a cost related issue These phone get knocked about a lot, their lifespan is very limited anyway, i've started reading up on .mobi , an its starting to gel nicely
|
amznVibe

msg:3243429 | 7:34 pm on Feb 5, 2007 (gmt 0) |
You can build .mobi xhtml sites that downgrade to WML Check out wapedia.mobi for a nice example (useful too). Apparently alot of phones made after 2001 have a reference in their browser headers called a UAProf which links to xml file that describes their abilities: [en.wikipedia.org...] The problem is you can't rely on it, and it's alot of overhead. My cheap trick relies on looking at the "Accept:" browser header. It's not bulletproof but it does seem to work a great deal of the time. If it contains vnd.wap.xhtml+xml, then you can send it .mobil xhtml standards. If it only has text/vnd.wap.wml, then you need to only send WML 1.1 (maybe 2.0) (2.0 only adds a few things like list support, OL and UL) If you don't get any "accept:" and you know it's a mobile device you best downgrade to WML only.
|
centime

msg:3243465 | 8:08 pm on Feb 5, 2007 (gmt 0) |
thanks , that does give me a lot to work on Goodluck with your site, the field is wide open :-)
|
amznVibe

msg:3243468 | 8:11 pm on Feb 5, 2007 (gmt 0) |
Fascinating graph from tmobile that estimates at least 200 million WAP 1.1 (only) devices still in use today: [w3.org...]
|
|