Re: [nyphp-talk] Mobile Phone Detection

2009-05-01 Thread John Campbell
2009/5/1 Peter Sawczynec : > I was wondering if anyone on the list has a favorite, most-bulletproof > "User-Agent, CSS, browser sensing" strategy for sensing mobile phones > and/or individual carrier mobile phone environments. > > I am interested in a combined JavaScript / CSS @media or even a PHP

Re: [nyphp-talk] Mobile Phone Detection

2009-05-01 Thread Peter Sawczynec
...@lists.nyphp.org [mailto:talk-boun...@lists.nyphp.org] On Behalf Of Kenneth Downs Sent: Friday, May 01, 2009 12:25 PM To: NYPHP Talk Subject: Re: [nyphp-talk] Mobile Phone Detection I experimented with this and discovered simply looking at the display size did me pretty well. Not many desktops have a

Re: [nyphp-talk] Mobile Phone Detection

2009-05-01 Thread Kenneth Downs
I experimented with this and discovered simply looking at the display size did me pretty well. Not many desktops have a 200x200px display :) Peter Sawczynec wrote: I was wondering if anyone on the list has a favorite, most-bulletproof "User-Agent, CSS, browser sensing" strategy for sensing mob

[nyphp-talk] Mobile Phone Detection

2009-05-01 Thread Peter Sawczynec
I was wondering if anyone on the list has a favorite, most-bulletproof "User-Agent, CSS, browser sensing" strategy for sensing mobile phones and/or individual carrier mobile phone environments. I am interested in a combined JavaScript / CSS @media or even a PHP route. Also, has anyone used WURFL