Re: [PHP] Creating drop-down menus

2012-07-20 Thread Daniel Brown
On Fri, Jul 20, 2012 at 10:21 AM, tamouse mailing lists wrote: > On Jul 20, 2012 9:20 AM, "tamouse mailing lists" > wrote: >> On Jul 19, 2012 8:31 PM, "Tedd Sperling" wrote: >> > On Jul 19, 2012, at 1:50 PM, Daniel Brown wrote: >> > > >> > >As an aside on the subject of jQuery, our very own

Re: [PHP] Creating drop-down menus

2012-07-20 Thread tamouse mailing lists
On Jul 20, 2012 9:20 AM, "tamouse mailing lists" wrote: > > > On Jul 19, 2012 8:31 PM, "Tedd Sperling" wrote: > > > > On Jul 19, 2012, at 1:50 PM, Daniel Brown wrote: > > > > > >As an aside on the subject of jQuery, our very own Jay Blanchard > > > has written a comprehensive book on the top

Re: [PHP] Creating drop-down menus

2012-07-20 Thread tamouse mailing lists
On Jul 19, 2012 8:31 PM, "Tedd Sperling" wrote: > > On Jul 19, 2012, at 1:50 PM, Daniel Brown wrote: > > > >As an aside on the subject of jQuery, our very own Jay Blanchard > > has written a comprehensive book on the topic entitled "Applied > > jQuery: Develop and Design": > > > >http

Re: [PHP] Creating drop-down menus

2012-07-19 Thread Tedd Sperling
On Jul 19, 2012, at 1:50 PM, Daniel Brown wrote: > >As an aside on the subject of jQuery, our very own Jay Blanchard > has written a comprehensive book on the topic entitled "Applied > jQuery: Develop and Design": > >http://links.parasane.net/92xb > Just bought it -- thanks. I'll a

Re: [PHP] Creating drop-down menus

2012-07-19 Thread Daniel Brown
On Thu, Jul 19, 2012 at 1:25 PM, Tedd Sperling wrote: > > As for the discussion re jQuery and such, there's no need -- it was not used > in this demo. IOW, no jQuery was harmed. I am not against jQuery, on the > contrary I think it's great, but it's not always needed for client-side > functiona

Re: [PHP] Creating drop-down menus

2012-07-19 Thread Tedd Sperling
On Jul 16, 2012, at 4:16 PM, Ramiro Barrantes wrote: > Hello, > > I am making an application using PHP/Javascript/mysql and had a question. > > Sometimes I need to use javascript to fill a drop down box based on the value > of a previous drop down box. However, the information to fill the la

Re: [PHP] Creating drop-down menus - use AJAX and jQuery

2012-07-17 Thread Jay Blanchard
[snip]On 7/17/2012 4:55 PM, Daevid Vincent wrote: * jQuery for production (minified) is a scant 32k. http://jquery.com/ LOL That's like a TCP/IP packet. I bet your images are bigger than 32k. * Unlike stupid PHP frameworks (which everyone knows I detest) - JS frameworks are cached by the browse

RE: [PHP] Creating drop-down menus - use AJAX and jQuery

2012-07-17 Thread Daevid Vincent
nt: Tuesday, July 17, 2012 1:59 PM > To: php-general@lists.php.net > Subject: Re: [PHP] Creating drop-down menus > > On Wed, Jul 18, 2012 at 08:45:34AM +1200, James Newman wrote: > > > Just to put my 2cents in, you might want to try jQuery if you're going to > > go

Re: [PHP] Creating drop-down menus

2012-07-17 Thread Tim Streater
On 17 Jul 2012 at 21:58, Paul M Foster wrote: > On Wed, Jul 18, 2012 at 08:45:34AM +1200, James Newman wrote: > >> Just to put my 2cents in, you might want to try jQuery if you're going to >> go down the AJAX road. > > JQuery is a LOT of code to include if you're just going to do an AJAX > call

Re: [PHP] Creating drop-down menus

2012-07-17 Thread Andrew Ballard
On Tue, Jul 17, 2012 at 4:58 PM, Paul M Foster wrote: > On Wed, Jul 18, 2012 at 08:45:34AM +1200, James Newman wrote: > >> Just to put my 2cents in, you might want to try jQuery if you're going to >> go down the AJAX road. > > JQuery is a LOT of code to include if you're just going to do an AJAX >

Re: [PHP] Creating drop-down menus

2012-07-17 Thread Paul M Foster
On Wed, Jul 18, 2012 at 08:45:34AM +1200, James Newman wrote: > Just to put my 2cents in, you might want to try jQuery if you're going to > go down the AJAX road. JQuery is a LOT of code to include if you're just going to do an AJAX call or two. There are examples of doing straight AJAX with Java

Re: [PHP] Creating drop-down menus

2012-07-17 Thread James Newman
> From: Jen Rasmussen [j...@cetaceasound.com] > Sent: Monday, July 16, 2012 4:19 PM > To: Ramiro Barrantes; php-general@lists.php.net > Subject: RE: [PHP] Creating drop-down menus > > -Original Message- > From: Ramiro Barrantes [mailto:ram...@precisionbio

RE: [PHP] Creating drop-down menus

2012-07-17 Thread Ramiro Barrantes
behind the times!!! From: Jen Rasmussen [j...@cetaceasound.com] Sent: Monday, July 16, 2012 4:19 PM To: Ramiro Barrantes; php-general@lists.php.net Subject: RE: [PHP] Creating drop-down menus -Original Message- From: Ramiro Barrantes [

RE: [PHP] Creating drop-down menus

2012-07-16 Thread Daevid Vincent
nbioassay.com] > Sent: Monday, July 16, 2012 1:17 PM > To: php-general@lists.php.net > Subject: [PHP] Creating drop-down menus > > Hello, > > I am making an application using PHP/Javascript/mysql and had a question. > > Sometimes I need to use javascript to fill a drop down

Re: [PHP] Creating drop-down menus

2012-07-16 Thread Tim Streater
On 16 Jul 2012 at 21:19, Jen Rasmussen wrote: > Sometimes I need to use javascript to fill a drop down box based on the > value of a previous drop down box. However, the information to fill the > latter is stored in mysql and can be a lot, what I have been doing is that, > using PHP, I create h

RE: [PHP] Creating drop-down menus

2012-07-16 Thread Jen Rasmussen
-Original Message- From: Ramiro Barrantes [mailto:ram...@precisionbioassay.com] Sent: Monday, July 16, 2012 3:17 PM To: php-general@lists.php.net Subject: [PHP] Creating drop-down menus Hello, I am making an application using PHP/Javascript/mysql and had a question. Sometimes I need to

[PHP] Creating drop-down menus

2012-07-16 Thread Ramiro Barrantes
Hello, I am making an application using PHP/Javascript/mysql and had a question. Sometimes I need to use javascript to fill a drop down box based on the value of a previous drop down box. However, the information to fill the latter is stored in mysql and can be a lot, what I have been doing is