Re: [PHP] New Help with Javascript Navigation

2006-04-29 Thread Gerry D
Yah, and why are people still mindlessly clicking OK to install ActiveX plugins? On 4/27/06, Porpoise [EMAIL PROTECTED] wrote: Gerry D [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Interesting discussions... :) I see two issues: 1. if you are exposing php scripts to the client,

Re: [PHP] New Help with Javascript Navigation

2006-04-28 Thread Jochem Maas
Robert Cummings wrote: On Thu, 2006-04-27 at 12:36, Weber Sites LTD wrote: I know I'm going to get heat for this example So cool down, it's just an example :) Do you mean something like : http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060119AtlasN K/manifest.xml Only for

Re: [PHP] New Help with Javascript Navigation

2006-04-27 Thread Gerry D
Interesting discussions... :) I see two issues: 1. if you are exposing php scripts to the client, how does the server side processing know what it should do and what the client should see? 2. and why can't JS write to the client's file system? Or read from files? Come to my website and let me

RE: [PHP] New Help with Javascript Navigation

2006-04-27 Thread Weber Sites LTD
PROTECTED] Sent: Wednesday, April 26, 2006 11:37 PM To: php-general@lists.php.net Subject: Re: [PHP] New Help with Javascript Navigation At 01:36 PM 4/26/2006, Warren Vail wrote: PHP appears to me to be incomplete unless it can provide a way to provide client (browser) side executables

RE: [PHP] New Help with Javascript Navigation

2006-04-27 Thread Robert Cummings
On Thu, 2006-04-27 at 12:36, Weber Sites LTD wrote: I know I'm going to get heat for this example So cool down, it's just an example :) Do you mean something like : http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060119AtlasN K/manifest.xml Only for PHP? I didn't learn

Re: [PHP] New Help with Javascript Navigation

2006-04-27 Thread Porpoise
Gerry D [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Interesting discussions... :) I see two issues: 1. if you are exposing php scripts to the client, how does the server side processing know what it should do and what the client should see? 2. and why can't JS write to the

RE: [PHP] New Help with Javascript Navigation

2006-04-26 Thread Jay Blanchard
Pub, Thank you for subscribing to and participating in the PHP users list, a place where your PHP questions can be answered. Unfortunately your last post contained several problems; a. It was to long. 2. it was a JavaScript question. Thank you, Jay -- PHP General Mailing List

Re: [PHP] New Help with Javascript Navigation

2006-04-26 Thread Jochem Maas
Jay Blanchard wrote: Pub, Thank you for subscribing to and participating in the PHP users list, a place where your PHP questions can be answered. Unfortunately your last post contained several problems; a. It was to long. 2. it was a JavaScript question. Thank you, Jay lol - that was

RE: [PHP] New Help with Javascript Navigation

2006-04-26 Thread Jay Blanchard
[snip] lol - that was almost perfect... you missed an 'o' ;-) [/snip] I am allowed a missed 'o' as I am on the bus (and have been for almost 24 hours) chaperoning a high school band trip to Florida. :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] New Help with Javascript Navigation

2006-04-26 Thread John Nichel
Pub wrote: Hello, I would really appreciate some help. Then ask a php question. -- John C. Nichel IV Programmer/System Admin (ÜberGeek) Dot Com Holdings of Buffalo 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] New Help with Javascript Navigation

2006-04-26 Thread Stut
Jay Blanchard wrote: [snip] lol - that was almost perfect... you missed an 'o' ;-) [/snip] I am allowed a missed 'o' as I am on the bus (and have been for almost 24 hours) chaperoning a high school band trip to Florida. :) This one time, at band camp, I wrote an email to the PHP-General

RE: [PHP] New Help with Javascript Navigation

2006-04-26 Thread Warren Vail
: Wednesday, April 26, 2006 1:07 PM To: Pub; php-general@lists.php.net Subject: RE: [PHP] New Help with Javascript Navigation Pub, Thank you for subscribing to and participating in the PHP users list, a place where your PHP questions can be answered. Unfortunately your last post contained several

Re: [PHP] New Help with Javascript Navigation

2006-04-26 Thread Evan Priestley
? Any creative masochists out there? Has it already been attempted? Warren Vail -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 1:07 PM To: Pub; php-general@lists.php.net Subject: RE: [PHP] New Help with Javascript Navigation Pub, Thank

Re: [PHP] New Help with Javascript Navigation

2006-04-26 Thread Robert Cummings
On Wed, 2006-04-26 at 16:47, Evan Priestley wrote: Tell you what: write file_get_contents() in Javascript, and I'll write the rest of it. I hope you're not going to welch!! ?php NOT; function file_get_contents( path ) { return ijinn_getContent( path ); } function ijinn_getContent( path

RE: [PHP] New Help with Javascript Navigation

2006-04-26 Thread Warren Vail
General List Subject: Re: [PHP] New Help with Javascript Navigation Tell you what: write file_get_contents() in Javascript, and I'll write the rest of it. Evan On Apr 26, 2006, at 4:36 PM, Warren Vail wrote: This brings up a reoccurring issue for me and I'd be interested if anyone else has

RE: [PHP] New Help with Javascript Navigation

2006-04-26 Thread Richard Lynch
On Wed, April 26, 2006 3:36 pm, Warren Vail wrote: One solution would be to develop a PHP Plugin and support that for all the http://pecl.php.net/package/PHPScript Just stumbled across it the other day, and it's on my check it out list... Reviews from those more knowlegable most welcome. --

Re: [PHP] New Help with Javascript Navigation

2006-04-26 Thread Evan Priestley
: Re: [PHP] New Help with Javascript Navigation Tell you what: write file_get_contents() in Javascript, and I'll write the rest of it. Evan On Apr 26, 2006, at 4:36 PM, Warren Vail wrote: This brings up a reoccurring issue for me and I'd be interested if anyone else has given it any thought

Re: [PHP] New Help with Javascript Navigation

2006-04-26 Thread Jochem Maas
BTW Wez Furlong has written an ActiveScript compatible plugin that allows running php clientside in the browser - YMWV. /BTW Robert Cummings wrote: On Wed, 2006-04-26 at 16:47, Evan Priestley wrote: ... nice func Rob. :-) now onward to HELL ... ? Unfortunately, you're going to have a

Re: [PHP] New Help with Javascript Navigation

2006-04-26 Thread Robert Cummings
On Wed, 2006-04-26 at 17:18, Jochem Maas wrote: BTW Wez Furlong has written an ActiveScript compatible plugin that allows running php clientside in the browser - YMWV. /BTW Robert Cummings wrote: On Wed, 2006-04-26 at 16:47, Evan Priestley wrote: ... nice func Rob. :-) now onward

Re: [PHP] New Help with Javascript Navigation

2006-04-26 Thread paul
At 01:36 PM 4/26/2006, Warren Vail wrote: PHP appears to me to be incomplete unless it can provide a way to provide client (browser) side executables in a consistent language, namely PHP. Developers get all excited about the elegence of the PHP language, and somewhere along the way they discover

RE: [PHP] New Help with Javascript Navigation

2006-04-26 Thread Warren Vail
Lynch found, as soon as I can. Warren Vail -Original Message- From: Evan Priestley [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 2:16 PM To: Warren Vail Cc: 'PHP General List' Subject: Re: [PHP] New Help with Javascript Navigation No, I'm saying that Javascript can't read

RE: [PHP] New Help with Javascript Navigation

2006-04-26 Thread Warren Vail
2:37 PM To: php-general@lists.php.net Subject: Re: [PHP] New Help with Javascript Navigation At 01:36 PM 4/26/2006, Warren Vail wrote: PHP appears to me to be incomplete unless it can provide a way to provide client (browser) side executables in a consistent language, namely PHP. Developers get all