RE: [OT] RAD cgi-form development

2000-05-19 Thread Danny
t; To: [EMAIL PROTECTED] > > Subject: [OT] RAD cgi-form development > > > > > > From time to time I spend what seems like an inordinate > > amount of time > > creating multi-page forms. I create them by hand-coding HTML > > and Perl > > using CGI

RE: [OT] RAD cgi-form development

2000-05-17 Thread Tanner, Robby
IL PROTECTED] > Subject: [OT] RAD cgi-form development > > > From time to time I spend what seems like an inordinate > amount of time > creating multi-page forms. I create them by hand-coding HTML > and Perl > using CGI.pm. Because they are multi-form, I code the Perl

Re: [OT] RAD cgi-form development

2000-05-14 Thread Charles Galpin
Alan I have done this (in php but the concepts apply) by writing a form generation "engine" that manages the state of the form, and fills values into templates. So you create templates with the html editor of your choosing with minimal markup for the specific form values on that page, and the eng

Re: [OT] RAD cgi-form development

2000-05-13 Thread Anthony E. Greene
At 16:09 2000-05-09 -0500, Alan Mead wrote: > From time to time I spend what seems like an inordinate amount of time >creating multi-page forms. I create them by hand-coding HTML and Perl >using CGI.pm. Because they are multi-form, I code the Perl to write the >HTML "on the fly" as in Lincoln

[OT] RAD cgi-form development

2000-05-12 Thread Alan Mead
From time to time I spend what seems like an inordinate amount of time creating multi-page forms. I create them by hand-coding HTML and Perl using CGI.pm. Because they are multi-form, I code the Perl to write the HTML "on the fly" as in Lincoln Stein's CGI.pm book. But I typically want to