Re: ANN: CGI tutorial online

2004-04-30 Thread Jan Schenkel
--- Jim <[EMAIL PROTECTED]> wrote: > > On Apr 27, 2004, at 2:00 PM, Jan Schenkel wrote: > > > Just as an additional note : apart from using > stacks > > as libraries, the cgi-engine lets you use the > database > > and XML libraries like in the IDE, which means you > can > > get and even update da

Re: ANN: CGI tutorial online

2004-04-28 Thread Gregory Lypny
Hi Jacqueline, On 4/27/04 3:51 PM, Gregory Lypny wrote: Excellent tutorial Jacqueline! Your seminar notes are very well written. Thanks. I'm also wondering how stacks as cgi's handle globals (do they exist only for each instance the engine is called?) and how I can create the equivalent o

Re: Problem installing cgi engine [was : ANN: CGI tutorial online]

2004-04-28 Thread Andre Garzia
As I saw you did everything fine. Procedures I use are: 1) upload the MC engine 2) chmod 755 mc 3) upload and install LibCGI. can you run your hello.cgi from command line? is hello.cgi outputing correct like this: Content-type: text/html bla bla bla hello world bla bla You can always try the

Problem installing cgi engine [was : ANN: CGI tutorial online]

2004-04-28 Thread jbv
Hi all, I'm having a problem installing the Rev cgi engine on a Linus RedHat 9 / Apache box. I actually did the installation of earlier MC cgi engines 1 or 2 years ago, and everything went fine (and even built a few complete websites around these engines without any major problem). I'm following

Re: ANN: CGI tutorial online

2004-04-27 Thread J. Landman Gay
On 4/27/04 6:47 PM, Jim wrote: On Apr 27, 2004, at 2:00 PM, Jan Schenkel wrote: Just as an additional note : apart from using stacks as libraries, the cgi-engine lets you use the database and XML libraries like in the IDE, which means you can get and even update data stored in SQL databases, or e

Re: ANN: CGI tutorial online

2004-04-27 Thread Scott Rossi
>> I know, I should stop using my Underwood & adding machine and join the >> 21 century... > > That's an easy one. You type your scripts on the Underwood and then scan > them into Rev. How about us Dynamo pressure label-maker users? Correcting script errors is a major chore... Regards, Scott R

Re: ANN: CGI tutorial online

2004-04-27 Thread J. Landman Gay
On 4/27/04 2:28 PM, Andre Garzia wrote: very good tutorial! NICE WORK! did you saw my announcement some hours ago? I released a simple CGITOOL stack that will help people setup and install LibCGI and the MC engine on a remote ftp account. Yes, I saw that right after I wrote my announceme

Re: ANN: CGI tutorial online

2004-04-27 Thread J. Landman Gay
On 4/27/04 2:00 PM, Jan Schenkel wrote: Excellent job, Jacque ! I really wish I had had this document when I first started playing around with the cgi engine. Thanks, I hope it helps others to get started. CGIs really aren't that hard to do once you get a few basics down. Just as an additional n

Re: ANN: CGI tutorial online

2004-04-27 Thread J. Landman Gay
On 4/27/04 1:45 PM, Mark Brownell wrote: I know, I should stop using my Underwood & adding machine and join the 21 century... That's an easy one. You type your scripts on the Underwood and then scan them into Rev. :) -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software

Re: ANN: CGI tutorial online

2004-04-27 Thread Varen Swaab
Well done tutorial, thanks for doing this. --- Varen Swaab Kirkland, Washington On Apr 27, 2004, at 11:17 AM, J. Landman Gay wrote: Following in the footsteps of all the CGI discussions here, I have written up my conference notes on using Revolution for CGIs and have released the tutorial. You

Re: ANN: CGI tutorial online

2004-04-27 Thread Gregory Lypny
duration of their session). Greg On Apr 27, 2004, at 4:29 PM, [EMAIL PROTECTED] wrote: Message: 14 Date: Tue, 27 Apr 2004 13:17:42 -0500 From: "J. Landman Gay" <[EMAIL PROTECTED]> Subject: ANN: CGI tutorial online To: Revolution Mailing List <[EMAIL PROTECTED]> Message

Re: ANN: CGI tutorial online

2004-04-27 Thread Andre Garzia
On Apr 27, 2004, at 3:17 PM, J. Landman Gay wrote: Following in the footsteps of all the CGI discussions here, I have written up my conference notes on using Revolution for CGIs and have released the tutorial. You can find it here: This tutorial will

Re: ANN: CGI tutorial online

2004-04-27 Thread Jan Schenkel
--- "J. Landman Gay" <[EMAIL PROTECTED]> wrote: > Following in the footsteps of all the CGI > discussions here, I have > written up my conference notes on using Revolution > for CGIs and have > released the tutorial. You can find it here: > > > > This

Re: ANN: CGI tutorial online

2004-04-27 Thread Mark Brownell
On Tuesday, April 27, 2004, at 11:17 AM, J. Landman Gay wrote: Following in the footsteps of all the CGI discussions here, I have written up my conference notes on using Revolution for CGIs and have released the tutorial. You can find it here: Jacqu

ANN: CGI tutorial online

2004-04-27 Thread J. Landman Gay
Following in the footsteps of all the CGI discussions here, I have written up my conference notes on using Revolution for CGIs and have released the tutorial. You can find it here: This tutorial will walk you through the concepts and execution of sev