Re: [cgiapp] CGI::Application status update from the maintainer

2012-09-18 Thread Bill Stephenson
On Sep 15, 2012, at 10:58 AM, Mark Stosberg wrote: Most web clients support JSON now, which allows for more complex structures than the simple key/value pair that CGI.pm uses. Mark, I think this is relevant to what I'm advocating here. That JSON support is accomplished with javascript

Re: [cgiapp] CGI::Application status update from the maintainer

2012-09-15 Thread Bill Stephenson
On Sep 15, 2012, at 10:41 AM, Mark Stosberg wrote: I stated to look at the code, but I didn't get very far until I ran into this notice: # Do not read, copy, distribute, execute, run, or use # this code without express written permission from # William H. Stephenson. At that point, I

Re: [cgiapp] CGI::Application status update from the maintainer

2012-09-13 Thread Bill Stephenson
On Sep 13, 2012, at 12:02 PM, Jerry Kaidor wrote: Hi Bill, This is fascinating, but I think you're abusing CGI.pm for something it was never intended for. *** Which is one of the glories of open source. Things keep getting used for stuff that the original writers never envisioned. I

Re: [cgiapp] CGI::Application status update from the maintainer

2012-09-12 Thread Bill Stephenson
using files. Kindest Regards, Bill Stephenson # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo

Re: [cgiapp] Re: Powered by logos

2009-09-14 Thread Bill Stephenson
wording? While I'm just a lurker here I thought I'd pass along the name A-Frame to be kicked around. This name thing may have been settled long ago, I dunno, but the name just came to me and a quick google search didn't show much related. Kindest Regards, -- Bill Stephenson ezInvoice.com

[cgiapp] Re: OO MVC jumpstart/starter application

2008-12-22 Thread Bill Stephenson
it be of any use, but I'm pretty sure that at best you'd only get a chuckle or two out of it. Kindest Regards, -- Bill Stephenson # CGI::Application community mailing list #### ## To unsubscribe, or change your

Re: [cgiapp] Need help - direction on a CGI for graphics

2008-08-22 Thread Bill Stephenson
On Aug 22, 2008, at 7:37 AM, Lou Hernsen wrote: Hallo and thank you.. I know this is a bit off topic... I am looking for a CGI that will allow me to take several graphics (gif/jpg/anything that works in a web page) and paste them on top of each others. The graphics have transparent area.

Re: [cgiapp] Long running modes - how to display please wait?

2006-04-30 Thread Bill Stephenson
mode3 - the results page. Did anyone mention using AJAX for this? I've been in Jamaica for the last week, so I haven't had a chance to review the entire thread, but I don't think I saw it mentioned. Kindest Regards, -- Bill Stephenson 417-546-8390

[cgiapp] XUL

2006-03-06 Thread Bill Stephenson
I was poking around yesterday and found this: http://developer.mozilla.org/en/docs/XUL Very interesting Has anyone here played around with this at all? -- Bill Kindest Regards, -- Bill Stephenson 417-546-8390

Re: [cgiapp] RFC: Standard config interface for CGI::Application

2005-12-19 Thread Bill Stephenson
On Dec 19, 2005, at 9:10 PM, Cees Hek wrote: I think what Mark has in mind is a system where any non-config plugin can depend on a standard place to find configuration info. I've put my config info in a module and call it in my instance script like so: use APP::SetUp 1.0; Then I

Re: [cgiapp] Transferring control to another application

2005-12-19 Thread Bill Stephenson
On Dec 19, 2005, at 9:21 PM, [EMAIL PROTECTED] wrote: Typical scenario: The user is initially directed to Login.pm. After successfully logging in, a home screen is output. From there they can fire user.cgi and User.pm. Of course, I want to check their log-in status at the start of the User

Re: [cgiapp] Simple Implementation of Ajax.pm

2005-12-17 Thread Bill Stephenson
the demo just to use for reference sake. Kindest Regards, -- Bill Stephenson code #!/usr/bin/perl use CGI::Ajax; use CGI; my $input; my $cgi = new CGI(); my $pjx = new CGI::Ajax( 'evenodd' = \evenodd_func ); print $pjx-build_html($cgi,\Show_HTML); sub evenodd_func { $input = shift

Re: [cgiapp] A new project name for CGI::Application

2005-12-07 Thread Bill Stephenson
I'll add a few too: CAPSTAN (does the heavy lifting) FABRIC (a flexible foundation) AURA(I dunno, it sounds cool) Perlieus(from purlieus; A place that one frequents) Kindest Regards, -- Bill Stephenson

[cgiapp] CAP::HTMLPrototype - PodViewer Example

2005-11-08 Thread Bill Stephenson
the $name variable, but still don't see why it's not working. I'm running this on a Mac OSX (10.3.9). Any ideas on what I'm doing wrong? Kindest Regards, -- Bill Stephenson - Web Archive: http://www.mail-archive.com/cgiapp

Re: [cgiapp] CAP::HTMLPrototype - PodViewer Example

2005-11-08 Thread Bill Stephenson
On Nov 8, 2005, at 1:03 PM, Cees Hek wrote: On 11/8/05, Bill Stephenson [EMAIL PROTECTED] wrote: I set up the PodViewer Example but can't get it to work. It doesn't log any errors, but it won't load any pods either (It does list them). I've tried debugging it a bit, but still don't get

Re: [cgiapp] CAP::HTMLPrototype - PodViewer Example

2005-11-08 Thread Bill Stephenson
I'm sorry, I meant to say I changed the autocomplete sub: Line 82:: push @names, format_package($package, $version, $location) unless grep { $package !~ $_ } @options; to: push @names, format_package($package, $version, $location) if ($package =~ /^$name/i); Thanks again, -- Bill

Re: [cgiapp] Re: $CGI::POST_MAX

2005-10-18 Thread Bill Stephenson
, if for no other reason, than to tell the user they can't post too much data. Kindest Regards, -- Bill Stephenson - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr

Re: [cgiapp] Re: $CGI::POST_MAX

2005-10-15 Thread Bill Stephenson
. (knee deep) Kindest Regards, -- Bill Stephenson 417-546-8390 - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2 To unsubscribe, e-mail: [EMAIL

[cgiapp] $CGI::POST_MAX

2005-10-14 Thread Bill Stephenson
using CA? Thank you, -- Bill Stephenson - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[cgiapp] CA::Plugin::Authentication

2005-10-10 Thread Bill Stephenson
' ); } But I'd like to set the name of the cookie that CA::Plugin::Authentication uses to something other than CGISESSID. Can anyone tell me how to do that? Kindest Regards, -- Bill Stephenson 417-546-8390 - Web

Re: [cgiapp] CA::Plugin::Authentication

2005-10-10 Thread Bill Stephenson
', -path= '/', }, SEND_COOKIE = 1, ); } and now it works like a charm :) Thanks a ton, Cees, for lifting me over this hump! -- Bill Stephenson

Re: [cgiapp] CA::Plugin::Authentication

2005-10-10 Thread Bill Stephenson
they left off. I'm not sure where I read that this was possible, (I've been reading a lot lately) but I'm at the point where I'd like to implement it in my test app. Thanks again, Cees. -- Bill Stephenson - Web Archive: http

Re: [cgiapp] CA::Plugin::Authentication

2005-10-10 Thread Bill Stephenson
. Thanks again Cees, -- Bill Stephenson - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [cgiapp] CGI::Application performance alternatives

2005-10-02 Thread Bill Stephenson
the app runs slow. I'm thinking of porting an app I have to use the C::A framework and I have to wonder if I might run into the same circumstance. Kindest Regards, -- Bill Stephenson 417-546-8390 - Web Archive: http