Re: CFC based Android vs. ipad vs iphone auto senser

2012-04-04 Thread Tony
plus like a billion for bootstrap On Tuesday, April 3, 2012, Cameron Childress wrote: On Tue, Apr 3, 2012 at 1:28 PM, Brian Thornton br...@cfdeveloper.comjavascript:; wrote: I wondered if anyone has a CFC that conditional includes css and layout instructions for the wizzbang devices?

Re: CFC based Android vs. ipad vs iphone auto senser

2012-04-04 Thread Raymond Camden
If you don't want to go responsive, I've had a lot of luck with this:http://detectmobilebrowsers.com/ BlogCFC uses it for mobile detection (with a slight mod to ignore iPad/XOOM). On Wed, Apr 4, 2012 at 7:04 AM, Tony tonyw...@gmail.com wrote: plus like a billion for bootstrap On Tuesday,

Re: CFC based Android vs. ipad vs iphone auto senser

2012-04-04 Thread Gerald Guido
If you're looking for elegant, consider using Responsive Design. Here's a good example: http://twitter.github.com/bootstrap/index.html THAT is very, very nice. Thanx for posting that. G! On Tue, Apr 3, 2012 at 2:55 PM, Cameron Childress camer...@gmail.comwrote: On Tue, Apr 3, 2012 at

CFC based Android vs. ipad vs iphone auto senser

2012-04-03 Thread Brian Thornton
I wondered if anyone has a CFC that conditional includes css and layout instructions for the wizzbang devices? I have a complex writer and//or redirector but looking for something more elegant. Thanks, Brian ~| Order the Adobe

Re: CFC based Android vs. ipad vs iphone auto senser

2012-04-03 Thread Andrew Scott
Do you mean you are looking for a more elegant way of detecting a mobile / tablet device? try http://wurfl.sourceforge.net/ -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Wed, Apr 4, 2012 at 3:28 AM, Brian Thornton

Re: CFC based Android vs. ipad vs iphone auto senser

2012-04-03 Thread Cameron Childress
On Tue, Apr 3, 2012 at 1:28 PM, Brian Thornton br...@cfdeveloper.comwrote: I wondered if anyone has a CFC that conditional includes css and layout instructions for the wizzbang devices? I have a complex writer and//or redirector but looking for something more elegant. If you're looking