Re: [Catalyst] Browser Detection?

2011-03-06 Thread Tobias Kremer
On 06.03.2011, at 11:56, John M. Dlugosz wrote: I'm supposing that there must be something in the request object that lets me know if I'm serving to particular browsers, in particular to whatever version of IE. Then, in some single place in the app, automatically digest that and stick a

Re: [Catalyst] Browser Detection?

2011-03-06 Thread John M. Dlugosz
Thanks. I guess everything is easy if you know what you're looking for! I'd like to set flags based on what that contains, like send SVG images. Where would I put that in MyApp so it gets called some time before rendering the view? On 3/6/2011 5:00 AM, Tobias Kremer

Re: [Catalyst] Browser Detection?

2011-03-06 Thread Charlie Garrison
Good morning, On 6/03/11 at 5:36 AM -0600, John M. Dlugosz wxju46g...@snkmail.com wrote: I'd like to set flags based on what that contains, like send SVG images. Where would I put that in MyApp so it gets called some time before rendering the view? I do browser detection (checking) in

Re: [Catalyst] Browser Detection?

2011-03-06 Thread John M. Dlugosz
On 3/6/2011 8:06 AM, Charlie Garrison garrison-at-zeta.org.au |Catalyst/Allow to home| wrote: Good morning, On 6/03/11 at 5:36 AM -0600, John M. Dlugosz wxju46g...@snkmail.com wrote: I'd like to set flags based on what that contains, like send SVG images. Where would I put that in MyApp so

Re: [Catalyst] Browser Detection?

2011-03-06 Thread Mike Raynham
On 06/03/11 14:45, John M. Dlugosz wrote: On 3/6/2011 8:06 AM, Charlie Garrison garrison-at-zeta.org.au |Catalyst/Allow to home| wrote: Good morning, On 6/03/11 at 5:36 AM -0600, John M. Dlugosz wxju46g...@snkmail.com wrote: I'd like to set flags based on what that contains, like send SVG