Re: mobile browser detection

2007-01-17 Thread Jim Wright
Dave Watts wrote: > > This list is updated regularly: > http://wurfl.sourceforge.net/ > > There are some other approaches, outlined here: > http://www.thewirelessfaq.com/how_to_distinguish_a_mobile_browser_from_a_des > ktop_browser > Good links...thanks Dave. ~~

Re: SOT: mobile browser detection

2007-01-17 Thread Jim Wright
Claude Schneegans wrote: > > I don't know, but I think that testing the total screen width should be > accurately enough. > Are mobile browsers to the point that a large percentage of them would support the js functions to allow this? ~~

RE: SOT: mobile browser detection

2007-01-17 Thread Dave Watts
> I don't know, but I think that testing the total screen width > should be accurately enough. Mobile devices do not always provide that information. I think, actually, that most don't. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber ven

Re: SOT: mobile browser detection

2007-01-17 Thread Robertson-Ravo, Neil (RX)
ans To: CF-Talk Sent: Wed Jan 17 18:50:36 2007 Subject: Re: SOT: mobile browser detection >>Does anyone have a list of keywords or code for detecting if a request is coming from a mobile browser? I don't know, but I think that testing the total screen width should

RE: mobile browser detection

2007-01-17 Thread Dave Watts
> Does anyone have a list of keywords or code for detecting if > a request is coming from a mobile browser? I don't need it > to be perfect, but I'd like to redirect most mobile users to > some optimized pages...I'm figuring that I could probably > compare a list of keywords to the HTTP_USER_A

Re: SOT: mobile browser detection

2007-01-17 Thread Claude Schneegans
>>Does anyone have a list of keywords or code for detecting if a request is coming from a mobile browser? I don't know, but I think that testing the total screen width should be accurately enough. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox

SOT: mobile browser detection

2007-01-17 Thread Jim Wright
Does anyone have a list of keywords or code for detecting if a request is coming from a mobile browser? I don't need it to be perfect, but I'd like to redirect most mobile users to some optimized pages...I'm figuring that I could probably compare a list of keywords to the HTTP_USER_AGENT or HT