Re: [Catalyst] Checking client browsers, best approach?

2006-09-20 Thread Wade . Stuart
browsers. > > - Original Message - > Subject: Re: [Catalyst] Checking client browsers, best approach? > Date: Wed, September 20, 2006 9:19 > From: "Brian Cassidy" <[EMAIL PROTECTED]> > > > Hi Ryan, > > > > Ryan wrote: > > >

Re: [Catalyst] Checking client browsers, best approach?

2006-09-20 Thread Ryan
Great info guys thanks, I will take all of this and work with it. - Original Message - Subject: Re: [Catalyst] Checking client browsers, best approach? Date: Wed, September 20, 2006 9:19 From: "Brian Cassidy" <[EMAIL PROTECTED]> > Hi Ryan, > > Ryan wrote: >

Re: [Catalyst] Checking client browsers, best approach?

2006-09-20 Thread Yuval Kogman
On Wed, Sep 20, 2006 at 08:15:04 -0500, Peter Karman wrote: > if ($c->req->browser->windows && $c->req->browser.ie) ^ > { > $c->stash->{ie_win_too_bad}++; > } FWIW, you should also store this in the session, as unless exis

Re: [Catalyst] Checking client browsers, best approach?

2006-09-20 Thread Brian Cassidy
Hi Ryan, Ryan wrote: > OK, here is what I need to do. I'm writing a reservation system for a > hotel and I have some cool features in mind for the process but they > require javascript and "newer" browsers. What I was planning on doing is > creating the bare-bones pages that work in any browser,

Re: [Catalyst] Checking client browsers, best approach?

2006-09-20 Thread Peter Karman
Ryan scribbled on 9/20/06 7:44 AM: > OK, here is what I need to do. I'm writing a reservation system for a > hotel and I have some cool features in mind for the process but they > require javascript and "newer" browsers. What I was planning on doing is > creating the bare-bones pages that work i

Re: [Catalyst] Checking client browsers, best approach?

2006-09-20 Thread Yuval Kogman
On Wed, Sep 20, 2006 at 07:44:54 -0500, Ryan wrote: > OK, here is what I need to do. I'm writing a reservation system for a > hotel and I have some cool features in mind for the process but they > require javascript and "newer" browsers. What I was planning on doing is > creating the bare-bones pa

[Catalyst] Checking client browsers, best approach?

2006-09-20 Thread Ryan
OK, here is what I need to do. I'm writing a reservation system for a hotel and I have some cool features in mind for the process but they require javascript and "newer" browsers. What I was planning on doing is creating the bare-bones pages that work in any browser, no JS just all server calls et