[cgiapp] mod_perl and authorization

2002-11-26 Thread Ron Savage
just tested Apache::AuthCookieDBI and will be using that module. -- Ron Savage, [EMAIL PROTECTED] on 27/11/2002 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7441, Fax: +61-3-9251 7604 http://www.deakin.edu.au/~rons

Re: [cgiapp] Expire page

2002-12-03 Thread Ron Savage
and 13.7 -- Ron Savage, [EMAIL PROTECTED] on 4/12/2002 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7441, Fax: +61-3-9251 7604 http://www.deakin.edu.au/~rons - Web Archive: http

Re: [cgiapp] Forcing a login...

2002-12-18 Thread Ron Savage
; } # End of _clean_form_field. -- Ron Savage, [EMAIL PROTECTED] on 19/12/2002 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7441, Fax: +61-3-9251 7604 http://www.deakin.edu.au/~rons - Web

Re: [cgiapp] CGIapp FAQ wiki - nightly emails

2003-07-10 Thread Ron Savage
Nope. I agree with Jesse: ANNOUNCE it monthly. -- Ron Savage, [EMAIL PROTECTED] on 11/07/2003. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7067, Fax: +61-3-9251 7604 http://www.deakin.edu.au/~rons

Re: [cgiapp] Q: get_current_runmode() after changing runmodes

2003-07-26 Thread Ron Savage
, and the next, and... But that does not mean it's always the 'right' solution for the new problem. Unfortunately, being a Perl programmer is just like being a shark - you have to keep moving forward to survive. Stop, and you start to sink! -- Cheers Ron Savage, [EMAIL PROTECTED] on 07/27/2003 http

Re: [cgiapp] Re: menuing

2003-10-07 Thread Ron Savage
CGI scripts. However I will put a trivial sample on my work (uni) web site as below, RSN. -- Ron Savage, [EMAIL PROTECTED] on 7/10/2003. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7067, Fax: +61-3-9251 7604 http://www.deakin.edu.au/~rons

Re: [cgiapp] Re: menuing

2003-10-08 Thread Ron Savage
On Tue, 7 Oct 2003 16:32:18 +1000, Ron Savage wrote: However I will put a trivial sample on my work (uni) web site as below, RSN. http://www.deakin.edu.au/~rons/cgi-bin/hobbit-hash.cgi This demo comes with the CGI::Explorer distro. Warning: Some of the links point to non-existent scripts

Re: [cgiapp] Javascript to set multiple form params

2003-11-07 Thread Ron Savage
can completely appreciate why you'd want this too. DBIx::HTML::LinkedMenus may help. See: http://savage.net.au/Perl-modules/html/DBIx/HTML/LinkedMenus.html -- Ron Savage, [EMAIL PROTECTED] on 8/11/2003. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3

Re: [cgiapp] RFC: CGI::Application::RunModeCache

2004-05-13 Thread Ron Savage
On Wed, 12 May 2004 15:17:17 -0300, Brian Cassidy wrote: Hi Folks CGI::App which uses Gedcom.pm. Some of its operations can be quite lengthy, thus caching would be wise. Just for the record, the Gedcom mailing list is accessible via: http://www.miskatonic.org/pg/ -- Ron Savage, [EMAIL

[cgiapp] CGI::App, CGI::Session and CGI::Simple

2004-04-26 Thread Ron Savage
. -- Ron Savage, [EMAIL PROTECTED] on 27/04/2004. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7067, Fax: +61-3-9251 7604 http://www.deakin.edu.au/~rsav - Web Archive: http

Re: [cgiapp] Re: :App, CGI::Session and CGI::Simple

2004-04-28 Thread Ron Savage
a reasonable result. In that case, why have a function at all? The calls to param and cookie could be eval-ed directly. -- Ron Savage, [EMAIL PROTECTED] on 29/04/2004. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7067, Fax: +61-3-9251 7604 http

Re: [cgiapp] User authentication

2004-05-02 Thread Ron Savage
be Cheesepizza I just cannot type. Got it. Thanx. -- Ron Savage, [EMAIL PROTECTED] on 3/05/2004. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7067, Fax: +61-3-9251 7604 http://www.deakin.edu.au/~rsav

Re: [cgiapp] CGI::App, CGI::Session and CGI::Simple

2004-05-02 Thread Ron Savage
asked me to whip up a can() method. I'll do that now. If you have any suggestions, post them to this list (I'm subscribed). -- Ron Savage, [EMAIL PROTECTED] on 3/05/2004. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7067, Fax: +61-3-9251 7604 http

Re: [cgiapp] CGI::App, CGI::Session and CGI::Simple

2004-05-02 Thread Ron Savage
Try this: #!/usr/bin/perl use strict; use warnings; use CGI; # -- my(%method); for my $tag (keys %CGI::EXPORT_TAGS) { $method{$_} = 1 for grep{! /^:/} (@{$CGI::EXPORT_TAGS{$tag} }); } print $_. \n for (sort keys %method); -- Ron Savage, [EMAIL PROTECTED] on 3/05/2004. Room EF

Re: [cgiapp] CGI::App, CGI::Session and CGI::Simple

2004-05-02 Thread Ron Savage
On Tue, 27 Apr 2004 00:27:53 -0400, Cees Hek wrote: Hi Cees Taste and try before you buy! http://savage.net.au/CGI.pm-3.05.patch.tgz -- Ron Savage, [EMAIL PROTECTED] on 3/05/2004. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7067, Fax: +61

Re: [cgiapp] access permission

2004-05-03 Thread Ron Savage
could then be rw-r-. -- Ron Savage, [EMAIL PROTECTED] on 3/05/2004. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7067, Fax: +61-3-9251 7604 http://www.deakin.edu.au/~rsav

Re: [cgiapp] CGI::App, CGI::Session and CGI::Simple

2004-05-04 Thread Ron Savage
On Mon, 03 May 2004 08:05:31 -0400, Cees Hek wrote: Hi Cees Taste and try before you buy! http://savage.net.au/CGI.pm-3.05.patch.tgz A new version incorporating your suggestion has been uploaded to this URI. -- Ron Savage, [EMAIL PROTECTED] on 5/05/2004. Room EF 312 Deakin University, 221

Re: [cgiapp] working with static pages

2004-05-30 Thread Ron Savage
table since that's what I always do these days. By this I mean all my database systems are bootstrapped from a few text files (of constant data). As for the WebMake suggestion, I had forgotten it, but found it again in my notes after the other post. Looks good. Try it out. -- Ron Savage, [EMAIL

Re: [cgiapp] Frames and CGI::Sessions

2004-07-05 Thread Ron Savage
? -- Ron Savage, [EMAIL PROTECTED] on 5/07/2004. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7067, Fax: +61-3-9251 7604 http://www.deakin.edu.au/~rsav - Web Archive: http

Re: [cgiapp] Frames and CGI::Sessions

2004-07-05 Thread Ron Savage
/script/frame.htm -- Ron Savage, [EMAIL PROTECTED] on 6/07/2004. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7067, Fax: +61-3-9251 7604 http://www.deakin.edu.au/~rsav - Web

Re: [cgiapp] Frames and CGI::Sessions

2004-07-05 Thread Ron Savage
to convert the 2 frames to a table with 2 columns, because the latter structure requires populating the left column of the table every time the right column is refreshed. -- Ron Savage, [EMAIL PROTECTED] on 6/07/2004. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia

Re: [cgiapp] RE: Caching HTML::Template output under CGI::App

2004-07-21 Thread Ron Savage
the cases where it's the norm. There are bigger things to worry about. -- Ron Savage, [EMAIL PROTECTED] on 22/07/2004. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7067, Fax: +61-3-9251 7604 http://www.deakin.edu.au/~rsav

Re: [cgiapp] Splitting large projects [again]

2004-07-22 Thread Ron Savage
of run mode and sub-mode. I'm just suggesting you view your problem from a different angle, to see if there is another way of structuring your solution. -- Ron Savage, [EMAIL PROTECTED] on 23/07/2004. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251

Re: [cgiapp] Long image URL

2004-08-01 Thread Ron Savage
images a couple of days old, say. -- Ron Savage, [EMAIL PROTECTED] on 2/08/2004. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7067, Fax: +61-3-9251 7604 http://www.deakin.edu.au/~rsav

Re: [cgiapp] Re: RFC - C::A::Plugin - abstract base class for plugins

2004-08-08 Thread Ron Savage
-in sub to call the overridden sub (a bit like SUPER)? -- Ron Savage, [EMAIL PROTECTED] on 9/08/2004. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7067, Fax: +61-3-9251 7604 http://www.deakin.edu.au/~rsav

Re: [cgiapp] Re: RFC - C::A::Plugin - abstract base class for plugins

2004-08-08 Thread Ron Savage
, was actually the name of the namespace into which the sub was imported? -- Ron Savage, [EMAIL PROTECTED] on 9/08/2004. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7067, Fax: +61-3-9251 7604 http://www.deakin.edu.au/~rsav

Re: [cgiapp] Report generation...

2004-08-23 Thread Ron Savage
much overhead (complexity) there (especially for Excel) in solving what is basically a simple problem, although I do appreciate a great deal of effort has gone into those modules. I may well use them myself one day. -- Ron Savage, [EMAIL PROTECTED] on 24/08/2004. Room EF 312 Deakin University, 221

Re: [cgiapp] setting multiple tmpl_path's

2004-09-03 Thread Ron Savage
On Fri, 3 Sep 2004 09:04:19 -0700 (PDT), Bill Catlan wrote: Hi Bill I needed the same thing ... haven't submitted a patch yet ... below splits string paths separated by ':' : Of course, under DOS (aka Windows), colon can be used as in C:\Some\Path. So don't use colon, please. -- Ron Savage

RE: [cgiapp] CGI::Session maintainer help needed. (was: Re: CGI::Application::Plugin::Session - new session every call)

2004-10-19 Thread Ron Savage
. So, keep it simple, clean, proceed in small steps, and fight featureitis to the death. -- Cheers Ron Savage, [EMAIL PROTECTED] on 20/10/2004 http://savage.net.au/index.html - Web Archive: http://www.mail-archive.com/[EMAIL

Re: [cgiapp] A new way to do form processing

2004-10-22 Thread Ron Savage
is a problem. I thought you were talking about something else. Thanx for the reply. -- Cheers Ron Savage, [EMAIL PROTECTED] on 23/10/2004 http://savage.net.au/index.html - Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED

Re: [cgiapp] Re: order of method calls

2004-10-28 Thread Ron Savage
. Could you change the font size, please? -- Cheers Ron Savage, [EMAIL PROTECTED] on 29/10/2004 http://savage.net.au/index.html - Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ http

Re: [cgiapp] Re: order of method calls

2004-10-29 Thread Ron Savage
On Thu, 28 Oct 2004 20:14:58 -0400, Clayton Scott wrote: Hi Clayton  Can you not adjust the font size in your web browser? The default My apologies. I had thought about that, but I did not actually check the current setting. I should have - it was on 'Smallest'. -- Cheers Ron Savage, [EMAIL

Re: [cgiapp] dbh-quote error I can't see

2004-11-30 Thread Ron Savage
$location = shift;  $self-header_add(-location = $location);  $self-header_type('redirect');  return '';  }  Now in my runmodes I can just do:  return $self-redirect('../cgi-bin/asep.cgi?rm=error'); And this? -- Cheers Ron Savage, [EMAIL PROTECTED] on 1/12/2004 http://savage.net.au/index.html

Re: [cgiapp] Sending file to the browser...

2004-11-30 Thread Ron Savage
; filename=foo.xls' ); And another. -- Cheers Ron Savage, [EMAIL PROTECTED] on 1/12/2004 http://savage.net.au/index.html - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http

Re: [cgiapp] Re: Google-Suggest back-end

2004-12-23 Thread Ron Savage
On Thu, 23 Dec 2004 03:17:22 + (UTC), Mark Stosberg wrote: Hi Folks  I think OpenThought already does this kind of server/javascript  communication. It even has a CGI::Application base class to use  with it. Hmmm. Sounds the same as: http://www.ashleyit.com/rs/ -- Cheers Ron Savage, [EMAIL

[cgiapp] Q: Generic CGI - DBI interfaces

2005-01-01 Thread Ron Savage
directly, since seeing names here will: o Help reduce duplications o Help trigger memories of other modules -- Cheers Ron Savage, [EMAIL PROTECTED] on 2/01/2005 http://savage.net.au/index.html - Web Archive: http://www.mail

Re: [cgiapp] Re: Q: Generic CGI - DBI interfaces

2005-01-04 Thread Ron Savage
On Mon, 3 Jan 2005 20:20:33 + (UTC), Mark Stosberg wrote: Hi Mark  Could you better define what generic means to you? It means an application which allows me to connect to any database and update via CGI any row in any table. -- Cheers Ron Savage, [EMAIL PROTECTED] on 5/01/2005 http

Re: [cgiapp] Re: Q: Generic CGI - DBI interfaces

2005-01-05 Thread Ron Savage
127.0.0.1] Can't locate DB_Edit.pm in @INC (@INC contains: %%libdir%% C:/Perl/lib C:/Perl/site/lib .) at C:/Apache2/cgi-bin/edit/index.cgi line 6.\r -- Cheers Ron Savage, [EMAIL PROTECTED] on 6/01/2005 http://savage.net.au/index.html

RE: [cgiapp] Re: Q: Generic CGI - DBI interfaces

2005-01-06 Thread Ron Savage
! -- Cheers Ron Savage, [EMAIL PROTECTED] on 7/01/2005 http://savage.net.au/index.html - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2 To unsubscribe, e-mail

[cgiapp] Using Module::Pluggable

2005-01-15 Thread Ron Savage
Hi Folks Re: http://search.cpan.org/~simonw/Module-Pluggable-2.4/ Are there any CGI::App modules using Module::Pluggable? Is there any particular reason why it would not be suitable for use with CGI::App-based modules? -- Cheers Ron Savage, [EMAIL PROTECTED] on 16/01/2005 http://savage.net.au

[cgiapp] Q: What's with CGI::Application::Callbacks?

2005-03-05 Thread Ron Savage
Hi Folks The docs for CGI::Application::Plugin::AutoRunmode refer to CGI::Application::Callbacks, but I can't find the latter with a CPAN search. Is there a typo in there somewhere? -- Cheers Ron Savage, [EMAIL PROTECTED] on 6/03/2005 http://savage.net.au/index.html Let the record show

Re: [cgiapp] CGI::Application::Dispatch V 1.03 under Win2K

2005-03-15 Thread Ron Savage
restarted using it. The holes are still in place :-). And on Tuesday the phone co. took 5 hours to fail to install broadband at home. Sigh. If anyone knows anything about Motorola SB5100 cable modems, plz email me off list. We cannot be the Motorola (Win2k) s/w to connect to the modem. -- Ron

Re: [cgiapp] Re: cleaning up html?

2005-04-24 Thread Ron Savage
On Sun, 24 Apr 2005 10:42:56 +1000, Ron Savage wrote: Oops. Sent this to the DBI list by accident. On Sat, 23 Apr 2005 18:59:50 + (UTC), Mark Stosberg wrote: Hi Mark It says Authcate staff only and didn't let me in without a password Don't you just hate that. I use browsers from

Re: [cgiapp] dynamic stats and progress bar for file uploads

2005-04-28 Thread Ron Savage
On Wed, 27 Apr 2005 21:38:39 -0700, Cees Hek wrote: Hi Cees http://cees.crtconsulting.ca/perl/examples/uploadmeter/ Beautiful. I still haven't abstracted it into an easy to use module yet, but that is next (along with support for other browsers) :-(. -- Cheers Ron Savage, [EMAIL PROTECTED

Re: [cgiapp] [OT] CGI::Session is good, but we can do better (a new project is born?)

2005-06-16 Thread Ron Savage
mailing list people express exasperation at CGI::Session's crude handling of errors, so it does not surprise me people seek alternatives... Anyway, if it's going to be as good as Data::FormValidator, go for it! -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html

Re: [cgiapp] Re: [OT] CGI::Session is good, but we can do better (a new project is born?)

2005-06-16 Thread Ron Savage
-modules.html -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2 To unsubscribe, e-mail: [EMAIL

Re: [cgiapp] Re: [OT] CGI::Session is good, but we can do better (a new project is born?)

2005-06-16 Thread Ron Savage
Hi Mark Just curious - would we be free to name the table and all the columns any way we want? I have my own policy on this: http://savage.net.au/Ron/html/naming-database-objects.html which, of course, I do not expect anyone else to follow... -- Ron Savage [EMAIL PROTECTED] http

Re: [cgiapp] Re: [OT] CGI::Session is good, but we can do better (a new project is born?)

2005-06-16 Thread Ron Savage
wouldn't believe how hard that is... -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2

Re: [cgiapp] Re: [OT] CGI::Session is good, but we can do better (a new project is born?)

2005-06-17 Thread Ron Savage
=$dbh}, session_table =\%table_params, \%sess_table, perhaps. ); Fab. Of course I get the sly joke about the new module being called CGI::Session. -- Cheers Ron Savage, [EMAIL PROTECTED] on 17/06/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company

Re: [cgiapp] [OT] CGI::Session is good, but we can do better (a new project is born?)

2005-06-17 Thread Ron Savage
in the CGI:Session docs. So, that's what I'll first look at when I try to track down the problem I have with CGI::Session/GNU/Postgres. -- Cheers Ron Savage, [EMAIL PROTECTED] on 18/06/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company

Re: [cgiapp] Re: [OT] CGI::Session is good, but we can do better (a new project is born?)

2005-06-18 Thread Ron Savage
into CGI::Session when writing CGI::Session::ExpireSessions. But it's a mindset, just like when people write books - each book is (luckily) different. -- Cheers Ron Savage, [EMAIL PROTECTED] on 18/06/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company

Re: [cgiapp] Re: [OT] CGI::Session is good, but we can do better (a new project is born?)

2005-06-18 Thread Ron Savage
::Session::ExpireSessions and its ilk Each app is slightly different so each data usage pattern is slightly different. Definitely no big deal. -- Cheers Ron Savage, [EMAIL PROTECTED] on 18/06/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company

Re: [cgiapp] Re: [OT] CGI::Session is good, but we can do better (a new project is born?)

2005-06-18 Thread Ron Savage
, only update the personnel record when the OOM has changed. Hmmm ... thinks ... I'd better check the code to ensure the session is updated, not just the db (mega-sigh). -- Cheers Ron Savage, [EMAIL PROTECTED] on 18/06/2005 http://savage.net.au/index.html Let the record show: Microsoft

Re: [cgiapp] Re: [OT] CGI::Session is good, but we can do better (a new project is born?)

2005-06-18 Thread Ron Savage
foreign keys based on column name alone. An example is sub is_foreign_key() in http://savage.net.au/Ron/html/graphing-database-schema.html Now, even tho MySQL support them, I keep the column-naming system. -- Cheers Ron Savage, [EMAIL PROTECTED] on 18/06/2005 http://savage.net.au/index.html Let

Re: [cgiapp] Re: [OT] CGI::Session is good, but we can do better (a new project is born?)

2005-06-18 Thread Ron Savage
On Fri, 17 Jun 2005 09:43:38 -0500, Mark Stosberg wrote: Hi Mark This just turned up on CPAN today: Object::Generic::Session -- Cheers Ron Savage, [EMAIL PROTECTED] on 18/06/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company

[cgiapp] CGI::Session V 3.95 Oracle

2005-06-29 Thread Ron Savage
Hi Folks Has anyone written an Oracle module for CGI::Session? -- Cheers Ron Savage, [EMAIL PROTECTED] on 29/06/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company - Web Archive

Re: [cgiapp] RFC: Data::FormValidator 4.0

2005-07-01 Thread Ron Savage
written to the db o The regexp_map does not need that strange syntax: params = [\...] to get values into the validation subs o The CGI::App self gets used in the call to check(...) in such a way as to make it available within every validation sub -- Cheers Ron Savage, [EMAIL PROTECTED] on 2/07

Re: [cgiapp] RFC: CGI::Application::Plugin::AJAX v0.02

2005-07-02 Thread Ron Savage
On Sun, 3 Jul 2005 01:02:49 +0100, Paul Campbell wrote: Hi Paul # Once the server replies, this is what we do with the answer callback = ajax_elid('result').innerHTML = '= ' + result; ajax_elid('symbol').innerHTML = '*'; , } ); Which browsers support innerHTML? -- Cheers Ron Savage, [EMAIL

Re: [cgiapp] RFD: Developer mailing list?

2005-07-15 Thread Ron Savage
, experts, beginners, subscript to? Post to? Where do I look (ie the archives are now split, for what gain)? o Volume: How much traffic will there be on the lists? o Similarity. Why should traffic be split when all, or most of, the topics are the same? -- Cheers Ron Savage, [EMAIL PROTECTED] on 16/07

Re: [cgiapp] RFD: Developer mailing list?

2005-07-15 Thread Ron Savage
lists? -- Cheers Ron Savage, [EMAIL PROTECTED] on 16/07/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net

Re: [cgiapp] RFD: Developer mailing list?

2005-07-16 Thread Ron Savage
to the Image::Magick dev list. Nothing! No posts, so no news, no development plans, no ideas, nothing :-((. -- Cheers Ron Savage, [EMAIL PROTECTED] on 17/07/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company

Re: [cgiapp] RFD: Developer mailing list?

2005-07-16 Thread Ron Savage
. -- Cheers Ron Savage, [EMAIL PROTECTED] on 17/07/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net

[cgiapp] Q: Handling unwanted form submissions

2005-07-30 Thread Ron Savage
Hi Folks How do you handle cases such as the user using the browser's back button and then re-submitting a form they've just submitted? -- Cheers Ron Savage, [EMAIL PROTECTED] on 31/07/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company

Re: [cgiapp] Q: Handling unwanted form submissions

2005-07-30 Thread Ron Savage
On Sat, 30 Jul 2005 21:37:15 -0700, Mark Fuller wrote: Hi Mark it. I think the goal is to prevent the accidental/careless/impatient/reckless submits. Yep. [1] http://search.cpan.org/~mwx/Data-Uniqid-0.11/Uniqid.pm Didn't know about this one. $many x $thanx. -- Ron Savage [EMAIL PROTECTED

Re: [cgiapp] Re: Q: Handling unwanted form submissions

2005-07-31 Thread Ron Savage
seq') rather than a MySQL-like auto-increment :-)). -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com

Re: [cgiapp] Progress on

2005-08-07 Thread Ron Savage
. Congratulations to all concerned. -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2

Re: [cgiapp] Re: CGI-Application on IIS and PATH_INFO

2005-08-16 Thread Ron Savage
) = $self - query() - path_info() || $self - query() - param('rm') || ''; $run_mode = $1 if ($run_mode =~ m|^/(.+)$|); # Remove leading /. -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html

Re: [cgiapp] RFC: Sub applications, CGI and mod_perl issues

2005-08-23 Thread Ron Savage
for the problems you're having. -- Cheers Ron Savage, [EMAIL PROTECTED] on 24/08/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company - Web Archive: http://www.mail-archive.com/cgiapp

Re: [cgiapp] RFC: CGI::Application::Plugin::CAPTCHA

2005-08-25 Thread Ron Savage
cookies into the solution. Some of us /never/ use cookies. -- Cheers Ron Savage, [EMAIL PROTECTED] on 26/08/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company - Web Archive: http

Re: [cgiapp] RFC: CGI::Application::Plugin::Auth

2005-09-01 Thread Ron Savage
On Thu, 1 Sep 2005 15:52:06 -0400, Cees Hek wrote: Hi Cees As for names, I was going to go with Auth and Authz, but Authen doesn't sound too bad either. Or maybe go with the full names... I vote for the full names. -- Cheers Ron Savage, [EMAIL PROTECTED] on 2/09/2005 http://savage.net.au

Re: [cgiapp] RFC: synopsis for CGI::App book

2005-09-04 Thread Ron Savage
types of memory are left as homework... -- Cheers Ron Savage, [EMAIL PROTECTED] on 5/09/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company - Web Archive: http://www.mail-archive.com

Re: [cgiapp] CGI::App book - separate list?

2005-09-09 Thread Ron Savage
On Thu, 08 Sep 2005 21:54:32 -0500, William A. Ruppert wrote: Hi Bill volume is getting pretty high - any chance of it getting its own list? I vote against /another/ list. -- Cheers Ron Savage, [EMAIL PROTECTED] on 9/09/2005 http://savage.net.au/index.html Let the record show: Microsoft

Re: [cgiapp] RFC: Authorization plugin (this is not Authentication but the next step)

2005-09-20 Thread Ron Savage
in stone, so I would appreciate some  positives and negatives for doing it this way. I suggest separation, since I will be using your Authentication module but not this one in a specific project. -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html

Re: [cgiapp] RFC: CGI::Application::Plugin::Output::PDF

2005-09-22 Thread Ron Savage
app) would be good, but I certainly need to be able to specify a file name. -- Cheers Ron Savage, [EMAIL PROTECTED] on 23/09/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company - Web

Re: [cgiapp] RFC: CGI::Application::Plugin::Output::PDF

2005-09-22 Thread Ron Savage
considering downloads. Actually, I'm just throwing ideas into the mix. -- Cheers Ron Savage, [EMAIL PROTECTED] on 23/09/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company - Web Archive

Re: [cgiapp] CGI-Application-Plugin-Authentication-0.04

2005-09-30 Thread Ron Savage
On Fri, 30 Sep 2005 14:07:17 -0400, H S wrote: Hi Isarin If you go here http://dev.mysql.com/downloads/mysql/4.1.html for example and search for Solaris you'll see there are known problems with Solaris' tar. Try GNU tar perhaps? -- Cheers Ron Savage, [EMAIL PROTECTED] on 1/10/2005 http

Re: [cgiapp] Ajax?

2005-10-19 Thread Ron Savage
On Tue, 18 Oct 2005 23:55:15 -0700, Tim Colson \(tcolson\) wrote: Hi Tim Of course, you could always try CGI::Explorer: http://search.cpan.org/~rsavage/CGI-Explorer-2.05/ -- Cheers Ron Savage, [EMAIL PROTECTED] on 19/10/2005 http://savage.net.au/index.html Let the record show: Microsoft

RE: [cgiapp] Ajax?

2005-10-19 Thread Ron Savage
name=position_title_prefix tabindex=2412 size=5 onKeyUp=find_position_title(this.value)/td All this would make a good demo, no? -- Cheers Ron Savage, [EMAIL PROTECTED] on 20/10/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company

Re: [cgiapp] Ajax?

2005-10-19 Thread Ron Savage
, type= 'string', }, -- Cheers Ron Savage, [EMAIL PROTECTED] on 20/10/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company - Web Archive: http://www.mail

Re: [cgiapp] Ajax?

2005-10-19 Thread Ron Savage
On Thu, 20 Oct 2005 03:46:43 +0200, Rhesa Rozendaal wrote: Hi Rhesa Isn't your like case-insensitive? I guess that might depend on the database engine. Under MySQL yes, but the code (also) runs primarily under Postgres. -- Cheers Ron Savage, [EMAIL PROTECTED] on 20/10/2005 http

Re: [cgiapp] Ajax?

2005-10-19 Thread Ron Savage
subscribed. -- Cheers Ron Savage, [EMAIL PROTECTED] on 20/10/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net

Re: [cgiapp] Ajax?

2005-10-19 Thread Ron Savage
4 users max, and only occasionally used amongst all their other work. Again, a good point. -- Cheers Ron Savage, [EMAIL PROTECTED] on 20/10/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company

Re: [cgiapp] Navigation Templates and Run Mode

2005-10-20 Thread Ron Savage
, }, etc = { }, ); my($mode) = $subarea ? $mode{$subarea}{$option} : 19; -- Cheers Ron Savage, [EMAIL PROTECTED] on 21/10/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company

[cgiapp] [OT] Q: CGI::Application::Plugin::Config::Context

2005-10-23 Thread Ron Savage
Hi Folks Under the heading 'Multiple named Configurations' I take it that it's just a typo that the 2 files have the same name, app.conf. Otherwise, it doesn't make sense to me that 1 file could have 2 formats... -- Cheers Ron Savage, [EMAIL PROTECTED] on 24/10/2005 http://savage.net.au

Re: [cgiapp] Re: [OT] Q: Configuring - Same app - Different databases

2005-10-24 Thread Ron Savage
depending on the project, so single-vendor support is history. It seems awfully hard to avoid making the application cater to the lower-common-demoninator of functionality with a DB abstraction layer. $clever_joke || s/demon/denom/ :-))? Anyway, $many x $thanx for the reply. -- Cheers Ron Savage

Re: [cgiapp] [OT] Q: Configuring - Same app - Different databases

2005-10-24 Thread Ron Savage
for the reply. -- Cheers Ron Savage, [EMAIL PROTECTED] on 25/10/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net

RE: [cgiapp] [OT] Config::Context Windows

2005-10-24 Thread Ron Savage
to turn caching off in your code, as caching's on by default: I have not turned off caching (yet!) and it's all working perfectly so far... Thanx for recommending it. See also my reply to Mark under the thread: [OT] Q: Configuring - Same app - Different databases -- Cheers Ron Savage, [EMAIL

Re: [cgiapp] Re: ANNOUNCE: CGI::Application::Demo V 1.01

2005-11-13 Thread Ron Savage
. To this end one sample end-user database table, 'faculty', was included, besides those tables used by a typical framework, 'log' and 'sessions'. I'll mention these things in PODs-of-the-future. -- Cheers Ron Savage, [EMAIL PROTECTED] on 14/11/2005 http://savage.net.au/index.html Let the record show

Re: [cgiapp] Cool URIs don't change: improving C::A's URL dispatch

2005-11-22 Thread Ron Savage
On Tue, 22 Nov 2005 19:23:13 + (UTC), Mark Stosberg wrote: Hi Mark Where I work I can't get access to Apache's httpd.conf, so being able to use Perl to transform URLs would be nice, and this seems to me to be another reason to move in the direction of extending CA::Dispatch. -- Cheers Ron

Re: [cgiapp] changes to Perl modules used by CGI scripts run under Apache::Registry not seen by Apache

2005-11-27 Thread Ron Savage
ReloadModules CGI::Application::Demo CGI::Application::Demo::* Warning: It only works 99.99% of the time under Windows. But that's enough to get some real work done. -- Cheers Ron Savage, [EMAIL PROTECTED] on 28/11/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian

RE: [cgiapp] changes to Perl modules used by CGI scripts run under Apache::Registry not seen by Apache

2005-11-27 Thread Ron Savage
PerlSetVar ReloadAll Off PerlSetVar ReloadModules Hdwf Hdwf::* /Directory Sorry. I should have said: The stuff I posted just sits at the very end of httpd.conf, and use Apache::Reload; I do not use this in any of my scripts. -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html

Re: [cgiapp] changes to Perl modules used by CGI scripts run under Apache::Registry not seen by Apache

2005-11-28 Thread Ron Savage
, I am not after that, although I helps. Rather, I want modules I am developing to be reloaded after each edit, without restarting the server. -- Cheers Ron Savage, [EMAIL PROTECTED] on 29/11/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company

RE: [cgiapp] changes to Perl modules used by CGI scripts run under Apache::Registry not seen by Apache

2005-11-29 Thread Ron Savage
On Mon, 28 Nov 2005 20:39:27 -0800, David Christensen wrote: Hi David [EMAIL PROTECTED]:~$ perl -e 'use Apache::Reload; print $Apache::Reload::VE RSION, \n' 0.07 I'm using V 0.09 under Apache2 under Windows. -- Cheers Ron Savage, [EMAIL PROTECTED] on 29/11/2005 http://savage.net.au

RE: [cgiapp] changes to Perl modules used by CGI scripts run under Apache::Registry not seen by Apache

2005-11-29 Thread Ron Savage
://savage.net.au/Perl-modules/html/modules-for-a-new-pc.html -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http

Re: [cgiapp] Best free DB for a web-based Perl app response results...

2005-12-02 Thread Ron Savage
consequences. Exactly: This is the sickening aspect of MySQL - you can't always be sure what it's actually doing on your behalf. -- Cheers Ron Savage, [EMAIL PROTECTED] on 3/12/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company

Re: [cgiapp] Best free DB for a web-based Perl app response results...

2005-12-03 Thread Ron Savage
with the documented behaviour, nor should it. It's still something I think all users need to be aware of. -- Cheers Ron Savage, [EMAIL PROTECTED] on 4/12/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company

Re: [cgiapp] better link

2005-12-04 Thread Ron Savage
On Sun, 4 Dec 2005 18:53:15 + (UTC), Mark Stosberg wrote: HI MArk http://www.cgi-app.org/?DispatchDesign That web site seems to be down at the moment. -- Cheers Ron Savage, [EMAIL PROTECTED] on 5/12/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian

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

2005-12-06 Thread Ron Savage
Hi Folks CAPtain Perl, the Virtual Pirate! -- Cheers Ron Savage, [EMAIL PROTECTED] on 7/12/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company - Web Archive: http://www.mail

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

2005-12-06 Thread Ron Savage
practical considerations, does CAPtain Perl run on top of RUM? Is it subject to mutiny? How can there be mutiny when you agree with everything I say (hint :-? -- Cheers Ron Savage, [EMAIL PROTECTED] on 7/12/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian

Re: [cgiapp] The Web programming techniques best documentation question.

2005-12-08 Thread Ron Savage
Config::General o XML::SAX::ParserFactory These few module give you an extraordinary basis for web programming. On top of that, of course, we all have our own favourites. -- Cheers Ron Savage, [EMAIL PROTECTED] on 9/12/2005 http://savage.net.au/index.html Let the record show: Microsoft

  1   2   3   4   5   6   >