RE: Meeting Topics (Was [nyphp-talk] Dynamic Form Elements)

2008-02-18 Thread Hans Zaunere
Hi Jake, > Not sure what the process is for getting an official meeting going,,, > I'd still like to volunteer my time, I just need to know when. Woops - missed this thread earlier. We'd love to have you speak, thank you. Our next available meeting is June - June 24th to be exact. If this work

Re: Meeting Topics (Was [nyphp-talk] Dynamic Form Elements)

2008-02-18 Thread Jake McGraw
Not sure what the process is for getting an official meeting going,,, I'd still like to volunteer my time, I just need to know when. - jake On Feb 15, 2008 9:54 AM, Jake McGraw <[EMAIL PROTECTED]> wrote: > Whoops, here is a link: > > jakemcgraw.com/javascript/jquery.pdf > > - jake > > > On Fri,

Re: Meeting Topics (Was [nyphp-talk] Dynamic Form Elements)

2008-02-15 Thread Jake McGraw
Whoops, here is a link: jakemcgraw.com/javascript/jquery.pdf - jake On Fri, Feb 15, 2008 at 9:43 AM, Jake McGraw <[EMAIL PROTECTED]> wrote: > Incase anyone is interested, I've attached a presentation I did on > jQuery about a year ago, this was after only using jQuery for 3 > months, so it may

Re: Meeting Topics (Was [nyphp-talk] Dynamic Form Elements)

2008-02-15 Thread Kenneth Downs
That would be cool. Jake McGraw wrote: I'd be willing to give a introduction to jQuery. - jake On Fri, Feb 15, 2008 at 9:24 AM, Kenneth Downs <[EMAIL PROTECTED]> wrote: I'm wondering if we might have some meetings that go over some of these nifty javascript frameworks like dojo and extjs

Re: Meeting Topics (Was [nyphp-talk] Dynamic Form Elements)

2008-02-15 Thread Jake McGraw
I'd be willing to give a introduction to jQuery. - jake On Fri, Feb 15, 2008 at 9:24 AM, Kenneth Downs <[EMAIL PROTECTED]> wrote: > > I'm wondering if we might have some meetings that go over some of these > nifty javascript frameworks like dojo and extjs and jquery. > > Edward Potter wrote: >

Meeting Topics (Was [nyphp-talk] Dynamic Form Elements)

2008-02-15 Thread Kenneth Downs
I'm wondering if we might have some meetings that go over some of these nifty javascript frameworks like dojo and extjs and jquery. Edward Potter wrote: JQUERY! It does everything, EVERY php coder should be looking at it. :-) ed On Feb 1, 2008 3:05 AM, Michael B Allen <[EMAIL PROTECTED]

Re: [nyphp-talk] Dynamic Form Elements

2008-02-13 Thread Randal Rust
On Wed, Feb 13, 2008 at 5:38 AM, Peter Sawczynec <[EMAIL PROTECTED]> wrote: > programming innovation is more > important and should always be a larger ongoing vital concern than > backwards compatibility. It depends on what the crux of your business is. If you need to create the next great sof

RE: [nyphp-talk] Dynamic Form Elements

2008-02-13 Thread Peter Sawczynec
] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Convissor Sent: Tuesday, February 12, 2008 6:22 PM To: NYPHP Talk Subject: Re: [nyphp-talk] Dynamic Form Elements Peter: > while it was google that non-standardly JS'd, ajaxed, custom API'

Re: [nyphp-talk] Dynamic Form Elements

2008-02-12 Thread Edward Potter
JQUERY! It does everything, EVERY php coder should be looking at it. :-) ed On Feb 1, 2008 3:05 AM, Michael B Allen <[EMAIL PROTECTED]> wrote: > I'm familiar with DOM, DHTML, JavaScript, etc but I'm not sure what > the best way to do dynamic forms is. > > Basically I just want to dynamically i

Re: [nyphp-talk] Dynamic Form Elements

2008-02-12 Thread Daniel Convissor
Peter: > while it was google that non-standardly JS'd, ajaxed, custom API'd > and gadgeted their way to monster acceptance First, Google works just fine for folks with JavaScript turned off. Second, the search engine and advertising prowess has more to do with their success than their JavaScri

RE: [nyphp-talk] Dynamic Form Elements

2008-02-01 Thread Peter Sawczynec
Behalf Of csnyder Sent: Friday, February 01, 2008 1:01 PM To: NYPHP Talk Subject: Re: [nyphp-talk] Dynamic Form Elements On Feb 1, 2008 10:58 AM, Peter Sawczynec <[EMAIL PROTECTED]> wrote: > I vote, pour on the JS. Show/hide. Tool tips. Mouseover. And even, whoa, > inline frames. Yes, bu

Re: [nyphp-talk] Dynamic Form Elements

2008-02-01 Thread Ben Sgro
+1 to jquery. It makes working with js enjoyable. - Ben Jake McGraw wrote: Btw, not to go OT or start a js framework war, I highly recommend jQuery for any DOM manipulation tasks like the one you describe here. - jake On Feb 1, 2008 11:59 AM, Michael B Allen <[EMAIL PROTECTED]> wrote: On

Re: [nyphp-talk] Dynamic Form Elements

2008-02-01 Thread csnyder
On Feb 1, 2008 10:58 AM, Peter Sawczynec <[EMAIL PROTECTED]> wrote: > I vote, pour on the JS. Show/hide. Tool tips. Mouseover. And even, whoa, > inline frames. Yes, but some approaches make more sense than others. Progressive enhancement, where the markup of the page works without javascript, an

Re: [nyphp-talk] Dynamic Form Elements

2008-02-01 Thread Jake McGraw
Btw, not to go OT or start a js framework war, I highly recommend jQuery for any DOM manipulation tasks like the one you describe here. - jake On Feb 1, 2008 11:59 AM, Michael B Allen <[EMAIL PROTECTED]> wrote: > On 2/1/08, Allen Shaw <[EMAIL PROTECTED]> wrote: > > Michael B Allen wrote: > > > Ba

Re: [nyphp-talk] Dynamic Form Elements

2008-02-01 Thread Michael B Allen
On 2/1/08, Allen Shaw <[EMAIL PROTECTED]> wrote: > Michael B Allen wrote: > > Basically I just want to dynamically insert or remove one element in a > > form. The form is normally just a select with a submit button > > immediately to it's right. But depending on what option in the select > > is sel

Re: [nyphp-talk] Dynamic Form Elements

2008-02-01 Thread jessica kelly
Try, style="display:none" Jessica >>> "Michael B Allen" <[EMAIL PROTECTED]> 02/01/08 11:28 AM >>> On 2/1/08, Jake McGraw <[EMAIL PROTECTED]> wrote: > Then I'd use JavaScript to hide the optional select > list, remove the "Applicable only for value XYZ" and detect an > onchange event on the firs

Re: [nyphp-talk] Dynamic Form Elements

2008-02-01 Thread Michael B Allen
On 2/1/08, Jake McGraw <[EMAIL PROTECTED]> wrote: > Then I'd use JavaScript to hide the optional select > list, remove the "Applicable only for value XYZ" and detect an > onchange event on the first select list for ... But w/ JavaScript turned on how do I hide the select so that it no longer occup

Re: [nyphp-talk] Dynamic Form Elements

2008-02-01 Thread Allen Shaw
Michael B Allen wrote: Basically I just want to dynamically insert or remove one element in a form. The form is normally just a select with a submit button immediately to it's right. But depending on what option in the select is selected, I want another select to be inserted between the first sel

RE: [nyphp-talk] Dynamic Form Elements

2008-02-01 Thread Peter Sawczynec
Show/hide. Tool tips. Mouseover. And even, whoa, inline frames. Peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jake McGraw Sent: Friday, February 01, 2008 9:23 AM To: NYPHP Talk Subject: Re: [nyphp-talk] Dynamic Form Elements I'd

Re: [nyphp-talk] Dynamic Form Elements

2008-02-01 Thread Jake McGraw
I'd create the form normally, with the optional select visible, but the first value of the optional select list stating "Applicable only for value XYZ". Then I'd use JavaScript to hide the optional select list, remove the "Applicable only for value XYZ" and detect an onchange event on the first sel

Re: [nyphp-talk] Dynamic Form Elements

2008-02-01 Thread David Krings
Michael B Allen wrote: What's the best, most portable way to do this? There is likely a better way, but what I do (and I think I needed it once) is to simply reload the page and evaluate the submission. Ugly, but it works and it is definitely portable. You can either do an automatic self-subm

[nyphp-talk] Dynamic Form Elements

2008-02-01 Thread Michael B Allen
I'm familiar with DOM, DHTML, JavaScript, etc but I'm not sure what the best way to do dynamic forms is. Basically I just want to dynamically insert or remove one element in a form. The form is normally just a select with a submit button immediately to it's right. But depending on what option in t