[Proto-Scripty] Re: How to handle non-JavaScript browsers when using Ajax.Updaters for content

2008-09-11 Thread dustin
pm, Ken Snyder [EMAIL PROTECTED] wrote: Dustin S wrote: I've got a homepage right now with a few links that each use an Ajax.Updater to XHR-in some content that gets shoved into the middle of my page. I'm wondering how to gracefully handle two things: (1) Users with normal browsers (i.e

[Proto-Scripty] Re: Are events fired after an LivePipe modals are loaded?

2008-09-11 Thread Dustin S
, dustin [EMAIL PROTECTED] wrote: I know this seems like a LivePipes question, but I'm really trying to figure out how Prototype behaves here. I'm using the following line of code to create a modal dialog with a signup form in it: code var start_now_modal = new Control.Modal

[Proto-Scripty] Re: How to handle non-JavaScript browsers when using Ajax.Updaters for content

2008-09-12 Thread Dustin S
of course post back with anything we can come up with... cheers- On Thu, Sep 11, 2008 at 7:48 PM, Ken Snyder [EMAIL PROTECTED] wrote: On Thu, Sep 11, 2008 at 6:19 PM, dustin [EMAIL PROTECTED] wrote: That seems like it would work nicely, but doesn't it pretty much negate the gracefulness