RE: [cgiapp] runmode code - why is it done this way?

2002-08-17 Thread Jesse Erlbaum
even be in a separate module). However, I also avoid creating a redundant mode-switching system by using the one which is already provided by CGI-App. Warmest regards, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

RE: [cgiapp] Error handling under mod_perl

2002-09-17 Thread Jesse Erlbaum
the problem -- the difference between CGI-mode and Registry mode? TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com

RE: [cgiapp] runmode code - why is it done this way?

2002-09-27 Thread Jesse Erlbaum
release. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/cgiapp@lists.vm.com/ To unsubscribe, e-mail: [EMAIL PROTECTED

RE: [cgiapp] Using an instance script as a PerlHandler

2002-09-28 Thread Jesse Erlbaum
directly, as opposed to a handler via Apache::Registry. Warmest regards, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail

RE: [cgiapp] Passing data between run modes?

2002-11-01 Thread Jesse Erlbaum
You could do that or store the session info server-side using Apache::Session, making it less prone to security holes and leaving the module to automatically serialize whatever you like. Or you could serialize it and then pass it in method POST using Apache::Session::Serialize::Base64 or

RE: [cgiapp] Any ideas ... ?

2002-11-20 Thread Jesse Erlbaum
Hi Roy -- my $new_url = $q-url(-full=1) . ?action=display_loginError=1; $self-header_type('redirect'); $self-header_props(-url= $new_url); return; If I had to guess, I would think the problem is that you're not returning any content.

RE: [cgiapp] Beginner question on parameter integrity

2002-12-06 Thread Jesse Erlbaum
at. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ To unsubscribe, e-mail: [EMAIL

RE: [cgiapp] Global configuration

2003-01-02 Thread Jesse Erlbaum
operation. And CGI::Application is one of approved Application Frameworks. I feel so Validated! Heh... TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

RE: [cgiapp] Global configuration

2003-01-02 Thread Jesse Erlbaum
systems. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ To unsubscribe, e-mail: [EMAIL

RE: [cgiapp] Global configuration

2003-01-03 Thread Jesse Erlbaum
- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [cgiapp] mod_perl and CGI::App

2003-01-13 Thread Jesse Erlbaum
for a particular httpd child-process. The most important thing to add to a startup.pl, assuming you're using a database, is Apache::DBI. This will cause connected database handles to be cached, significantly speeding up applications which use them. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group

[cgiapp] ANNOUNCE: CGI::Application 3.0

2003-02-02 Thread Jesse Erlbaum
, comments, bug reports or feature suggestions, post them to the support mailing list! To join the mailing list, simply send a blank message to [EMAIL PROTECTED]. -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

RE: [cgiapp] CGI::Application 3.0

2003-02-02 Thread Jesse Erlbaum
]}; ? No, didn't think so. :-) Heh... I think I have a headache from reading that! TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive

RE: [cgiapp] CGI::Application 3.0

2003-02-02 Thread Jesse Erlbaum
to change the way you write your code in the future! Although this new interface suits my style of coding, I am not trying to encourage people to adopt this style. By all means -- feel totally comfortable continuing to do things as you have grown accustom. Warmest regards, -Jesse- -- Jesse

[cgiapp] ANNOUNCE BETA: CGI::Application::Template 0.01

2003-02-04 Thread Jesse Erlbaum
coding styles to be more uniformly applied. END Thanks! -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail

RE: [cgiapp] ANNOUNCE BETA: CGI::Application::Template 0.01

2003-02-07 Thread Jesse Erlbaum
, for years, imagined something which provides the same function for CGI-App. Thanks for your feedback, Mark! -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive

RE: [cgiapp] ANNOUNCE BETA: CGI::Application::Template 0.01

2003-02-07 Thread Jesse Erlbaum
? TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

RE: [cgiapp] ANNOUNCE: CGI::Application::Generator 1.0

2003-02-19 Thread Jesse Erlbaum
}, insert_widget = {use_dbh = 1}, update_widget = {use_dbh = 1}, delete_widget = {use_dbh = 1}, ); # Package scope $cag-additional_data( add_content_handler = 1 ); What do you all think of this? TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone

RE: [cgiapp] ANNOUNCE: CGI::Application::Generator 1.0

2003-02-20 Thread Jesse Erlbaum
apps, directly from a UML model. No more headstart for Java/JSP through the support of modeling tools. That's exactly what I was thinking! ;-) TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

RE: [cgiapp] When is next version coming?

2003-06-02 Thread Jesse Erlbaum
if they find any problems with the implementation of cgiapp_postrun(). Warmest regards, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http

RE: [cgiapp] Thinking about constants and different uses of params

2003-06-03 Thread Jesse Erlbaum
be completely backwardly compatible with any code which was written to use it. The configuration methods could be as dynamic as you like -- they could connect to a database and retrieve configuration, read it from a file, etc. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL

RE: [cgiapp] Re: Thinking about constants and different uses of params

2003-06-03 Thread Jesse Erlbaum
- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[cgiapp] ANNOUNCE: CGI::Application 3.1

2003-06-03 Thread Jesse Erlbaum
as a Sub-Class of CGI::Application. If you have any questions, comments, bug reports or feature suggestions, post them to the support mailing list! To join the mailing list, simply send a blank message to [EMAIL PROTECTED]. -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212

RE: [cgiapp] C::A and mod_perl handlers

2003-06-22 Thread Jesse Erlbaum
- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: [cgiapp] Re: Template Toolkit Interaction

2003-07-25 Thread Jesse Erlbaum
been moving this week, but I'll do the release as soon as I get some Internet access in my new digs. -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive

RE: [cgiapp] Cookies and mod_perl

2003-08-01 Thread Jesse Erlbaum
I'm not sure what happened, but it just started working. Did you restart the web server? Because CGI-App uses Perl modules (as opposed to scripts), updates don't always take effect until you restart. -Jesse- - Web Archive:

[cgiapp] concerns with new header_props

2003-11-08 Thread Jesse Erlbaum
] Sent: Friday, November 07, 2003 9:32 PM To: Jesse Erlbaum Cc: 'Mark Stosberg' Subject: RE: [cgiapp] concerns with new header_props Quoting Jesse Erlbaum [EMAIL PROTECTED]: Hi Mark, Cees -- I think this conversation should go on the list, if you're not opposed. I have no problems

RE: [cgiapp] CGI::Application::XML

2003-11-24 Thread Jesse Erlbaum
a winner here. When I read about CGI::XMLApplication a few months ago I nearly wrote the same thing. The only reason I didn't is because I don't use XSLT. ;-) HTML::Template rocks. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684

RE: [cgiapp] CGI::Application::XML

2003-11-24 Thread Jesse Erlbaum
::Template, etc., in subclasses: Sub-class, by all means. But that shouldn't mean that the parent class is useless! Think of it as a default. In lieu of a more specialized sub-class, CGI-App uses CGI.pm and HTML::Template. The hooks are already there. TTYL, -Jesse- -- Jesse Erlbaum

RE: [cgiapp] CGI::Application::XML

2003-11-25 Thread Jesse Erlbaum
designer work with a programmer, then you're right back to the awful state of things in the world before templating systems were designed. IMHO, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

[cgiapp] RE: CGI-App configuration file

2003-12-05 Thread Jesse Erlbaum
mini-languages. They all also use languages and systems which are already in use, thus reducing complexity. Warmest regards, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

RE: [cgiapp] CGI::App 3.2_mls5 available

2004-01-05 Thread Jesse Erlbaum
! -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ http://marc.theaimsgroup.com/?l

RE: [cgiapp] CGI::App 3.2_mls5 available

2004-01-05 Thread Jesse Erlbaum
an opportunity to become more familiar) is the serious lack of test-able structure, or even a culture of QA. More test-ability is a good thing. Maybe someone can even release a testing module for CGI-Apps which builds on one of the popular systems. TTYL, -Jesse- -- Jesse Erlbaum

RE: [cgiapp] Randal Schwartz writes about CGI::App alternative

2004-01-08 Thread Jesse Erlbaum
knobs and dials, but more custom hooks, you should look elsewhere. (May I recommend CGI::Framework::Contradiction?) TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

[cgiapp] ANNOUNCEMENT -- CGI::Application v3.21

2004-02-04 Thread Jesse Erlbaum
, comments, bug reports or feature suggestions, post them to the support mailing list! To join the mailing list, simply send a blank message to [EMAIL PROTECTED]. -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

RE: [cgiapp] ANNOUNCEMENT -- CGI::Application v3.21

2004-02-06 Thread Jesse Erlbaum
I see my short patch to run() did not make it into 3.21. Any idea when it will be applied to official C::A, Mark? Thanks Josh -- I'll make sure it's in the next release. -Jesse- - Web Archive:

[cgiapp] CGI-App and Apache::Request

2004-02-06 Thread Jesse Erlbaum
-- it's not a drop-in replacement for CGI.pm. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED

RE: [cgiapp] Re: CGI-App and Apache::Request

2004-02-06 Thread Jesse Erlbaum
suggestions? The emphasis should be in intuitiveness for Apache administrators. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http

RE: [cgiapp] Re: CGI-App and Apache::Request (replacing the instance script)

2004-02-07 Thread Jesse Erlbaum
(i.e.: Location and run-time parameters) to be set, as they are set now via instance scripts. If you have any suggestions, throw them out. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

RE: [cgiapp] Re: CGI-App and Apache::Request (replacing the instance script)

2004-02-08 Thread Jesse Erlbaum
supporting it in CGI-Application. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED

RE: [cgiapp] CGI::App ported to Python

2004-02-09 Thread Jesse Erlbaum
They say imitation is the highest form of flattery. Or something like that: CGI::App ported to python http://thraxil.org/code/cgi_app/ Fantastic! The cult spreads. Congrats to Anders Pearson. -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161

RE: [cgiapp] Planning next CGI::App release

2004-02-09 Thread Jesse Erlbaum
. By all means, go ahead! If I may recommend a name, have you considered CGI::Application::PlusPlus? ;-) TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

RE: [cgiapp] Structuring my C::A

2004-02-10 Thread Jesse Erlbaum
not your only run modes. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ http

RE: [cgiapp] Mail archive broken

2004-10-14 Thread Jesse Erlbaum
Hi Dan -- I'm after a message sent to the list a couple of days ago (it's on my home computer I'm at work). I went to the archives (http://www.mail-archive.com/[EMAIL PROTECTED]/) but the latest message seems to be dated 7th October. I can't explain why mail-archive.com didn't get the

RE: [cgiapp] Hybrid static/dynamic site

2004-10-07 Thread Jesse Erlbaum
Hi Joel -- I'm working on a web site that will be a combination of static pages and application pages, and I'd like to use cgiapp to build the static pages. I've been browsing the archives, and can't find any real answers. Should I be considering a separate utility or CMS based on

RE: [cgiapp] Hybrid static/dynamic site

2004-10-07 Thread Jesse Erlbaum
Hi Tim, Joel -- If you're ok with going the somewhat commercial route I've used Movable Type in this scenario which is for all intents and purposes a CMS. Its template engine is not optimized for dynamic generation though. It does use HTML::Template for its own application templates. With the

RE: [cgiapp] passing serveral pages onto one main menu.

2004-10-18 Thread Jesse Erlbaum
messages, as in this example). Warmest regards, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED

RE: [cgiapp] CAP::Apache and CAP::Session

2004-11-16 Thread Jesse Erlbaum
and creates a CGI.pm compatible wrapper? Cees' module won't use it, and the wrapper won't work as a result. It doesn't seem fair to penalize authors who actually want to play by the rules, does it? TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax

RE: [cgiapp] CAP::Apache and CAP::Session

2004-11-16 Thread Jesse Erlbaum
in the cookies and/or GET/POST params will still have to use the $self-query-cookie and $self-query-param methods, since as you mention that would be the expected behaviour. Sounds like we need Michael's cookie() method anyway, right? TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group

RE: [cgiapp] CAP::Apache and CAP::Session

2004-11-16 Thread Jesse Erlbaum
::CGIpm Maybe I just need to petition the libapreq people to add a cookie method to Apache::Request. If you're going to petition them for anything, you should ask them for full CGI.pm compatibility. That seems to be their desire, at any rate. TTYL, -Jesse- -- Jesse Erlbaum

RE: [cgiapp] CAP::Apache and CAP::Session

2004-11-18 Thread Jesse Erlbaum
not API savvy, what are they doing here, anyway! TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/cgiapp

[cgiapp] JOB: senior Perl developer (New York City)

2004-12-06 Thread Jesse Erlbaum
Hey All -- I'm looking for an extremely sharp Perl programmer for a highly dynamic web application project. This is probably a contract position for a couple months, but possibly something more permanent. Short list of technologies and techniques: CGI::Application (naturally!)

RE: [cgiapp] Preview Release available with callbacks code integrated

2004-12-20 Thread Jesse Erlbaum
Hi Mark -- I think I spent more time 'on the fence' about integrating callbacks into the core than anyone. So I thought it would be worth explaining my thinking about accepting the patch now. I took a look at the proposed docs, and I do have a question: $self-add_callback('prerun',

RE: [cgiapp] Persistent $app object in mod_perl

2005-01-21 Thread Jesse Erlbaum
there is any other inefficiency, please provide dprofpp profiling data to back up your theory. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http

RE: [cgiapp] In need of suggestions. . .

2005-02-16 Thread Jesse Erlbaum
centralize the display of messages in a Perl module. For instance, you might create a CGI-App super class and override load_tmpl() to put pending messages at the top of the page. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

RE: [cgiapp] OT - YAPC::NA 2005

2005-05-03 Thread Jesse Erlbaum
in July. ;-) Good luck to all the CGI-App speakers! Post the news of your talks back to the list. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive

RE: [cgiapp] ANNOUNCE: CGI::Application::Search

2005-05-19 Thread Jesse Erlbaum
as-is). This is great! This is a really useful module that I could see myself using. I will have to check it out. If I may make a suggestion for more functionality: How about a run-mode to show the results with terms highlighted, a la Google? -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL

RE: [cgiapp] The future of the CGI::App web presence

2005-07-13 Thread Jesse Erlbaum
as ones they are willing to admin. I'd like to host it, if nobody is opposed. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail

RE: [cgiapp] CGI::App Generator

2005-07-14 Thread Jesse Erlbaum
Hey All -- BTW, if someone wants to take over the CGI::Application::Generator module, that's OK with me. -Jesse- - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/

RE: [cgiapp] CRUD/BREAD style template question

2005-07-28 Thread Jesse Erlbaum
, then by all means, assume away. If you're using TT, then chances are your HTML person also has Perl chops. If you don't mind putting presentation dependencies into your Perl code, then automate away. (It's anathema to me, but maybe it works for your environment.) Warmest regards, -Jesse- -- Jesse

[cgiapp] JOB: Perl Samurai Sought for Serious CMS Project

2005-10-10 Thread Jesse Erlbaum
in New York , NY. Please send cover letter, resume, code sample, availability, and hourly rate to [EMAIL PROTECTED] (Did we mention we're looking for someone with attention to detail?) Location: New York, NY Company: The Erlbaum Group, LLC Terms: Contract Length: 3 months -- Jesse Erlbaum

RE: [cgiapp] Ajax?

2005-10-19 Thread Jesse Erlbaum
::Application's inherent philosophy is eminently compatibly with AJAX. (In fact, it's almost like it was made for it!) TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web

RE: [cgiapp] Ajax?

2005-10-19 Thread Jesse Erlbaum
library and an XML configuration file. And they will love it, too.) -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/cgiapp

[cgiapp] JOB: Mod_perl application developer

2005-10-21 Thread Jesse Erlbaum
if you're not ready to work in New York , NY. Please send cover letter, resume, code sample, availability, and hourly rate to [EMAIL PROTECTED] (Did we mention we're looking for someone with attention to detail?) -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax

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

2005-12-01 Thread Jesse Erlbaum
- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2

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

2005-12-01 Thread Jesse Erlbaum
Hey Fred -- I would just like to note that speed and reliability are largely dependent on the transaction profile of your application. If your application is read heavy, MySQL is a sound choice. However if your application consists mostly of database writes, PostgreSQL's MVCC [1]

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

2005-12-01 Thread Jesse Erlbaum
207 for SQL Lite +rdbms A bit of a straw man, wouldn't you say? -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/cgiapp

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

2005-12-01 Thread Jesse Erlbaum
close on many counts. What you get down to is a matter of personal preference. I think that's pretty much what everybody is saying at this point. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

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

2005-12-07 Thread Jesse Erlbaum
a master list of names and then vote them off the island until we have a winner. Anyone want to assemble a master list to start? TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

RE: [cgiapp] Voting method

2005-12-07 Thread Jesse Erlbaum
I'm not too picky about the particulars. Using a simple in order of preference, drop loser and redestribute until one choice has 50% is fine, but so is full Condorcet(sp) or anything else. Instant run-off election. I like it. Now, all we have to do is write a CGI-Application based voting

RE: [cgiapp] ANN: Plugin for HTML::Template::Compiled

2005-12-08 Thread Jesse Erlbaum
- die_on_bad_params has been removed (yay!) Does this mean that you can pass any bad param into the template and it doesn't die? For me, this is the template equivalent of use strict. -Jesse- - Web Archive:

RE: [cgiapp] Everything is a plugin

2005-12-13 Thread Jesse Erlbaum
you really want is Catalyst then you know where to find it. Thank you! -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/cgiapp

RE: [cgiapp] Everything is a plugin

2005-12-14 Thread Jesse Erlbaum
people don't understand the difference between authentication and authorization and access, or what the heck a fixup handler is for, citing them as an example isn't doing it for me. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

RE: [cgiapp] ideas for limiting delegates in the AutoRunmode plugin

2006-01-04 Thread Jesse Erlbaum
Without a mechanism like this, it's awful tempting just to declare everything a run mode... Which you don't want to do. This would permit a malicious user to call any internal method. -Jesse- - Web Archive:

RE: [cgiapp] ideas for limiting delegates in the AutoRunmode plugin

2006-01-08 Thread Jesse Erlbaum
My concept for the module was that a delegate is a class that only contains runmodes. So the way to mark methods as run-modes is to group them in a package and use that package as a delegate. Anything that is not a runmode must not be in that package. Isn't this a bit of a Rube Goldberg

RE: [cgiapp] CAP::AutoRunmode::FileDelegate

2006-01-21 Thread Jesse Erlbaum
Hi Richard -- It seems a bit quiet here at the moment. I could do with some help with CAP::AutoRunmode::FileDelegate - basically I cannot get it to work using the documentation as provided. Depending on how I configure the system I get one of the following: I can't help you with

RE: [cgiapp] FORM MAIL error

2006-01-23 Thread Jesse Erlbaum
Hi Ignacio -- This mailing list is *NOT* for general Perl CGI questions. For general questions, go to the USENET groups comp.lang.perl.misc or comp.infosystems.www.authoring.cgi. This mailing list is for users of the CPAN Perl module CGI::Application:

RE: [cgiapp] catch-all in CGI::Application::Dispatch

2006-03-26 Thread Jesse Erlbaum
, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr

RE: [cgiapp] How to split runmodes into different modules

2006-03-31 Thread Jesse Erlbaum
doing things wrong. Authentication and authorization belongs in Apache -- not in your CGI-App module. TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive

RE: [cgiapp] How to split runmodes into different modules

2006-04-03 Thread Jesse Erlbaum
time, but it pays for itself ten-fold in extensibility, reliability, and ease of future development. HTH, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive

RE: [cgiapp] How to split runmodes into different modules

2006-04-03 Thread Jesse Erlbaum
of a custom Apache Auth* module. -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http

RE: [cgiapp] Site layout best practices question

2006-05-19 Thread Jesse Erlbaum
the following at the top of all my instance scripts: #!/usr/bin/perl -wT BEGIN { $perl5lib = $ENV{PERL5LIB}; $perl5lib =~ /^(.*)$/; $perl5lib = $1; } use lib $perl5lib; TTYL, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax

[cgiapp] Rapid Website Development with CGI::Application

2006-10-20 Thread Jesse Erlbaum
Congrats to Mark on his article!: Rapid Website Development with CGI::Application by Mark Stosberg October 19, 2006 http://www.perl.com/pub/a/2006/10/19/cgi_application.html -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226

[cgiapp] Seeking Senior Perl Coder (Contract)

2006-10-27 Thread Jesse Erlbaum
!) with your resume, availability, and rate. Be prepared to show code samples. Warmest regards, -Jesse- -- Jesse Erlbaum The Erlbaum Group [EMAIL PROTECTED] Phone: 212-684-6161 Fax: 212-684-6226 - Web Archive: http://www.mail

[cgiapp] RFC: Thumbnail Image Server

2006-11-29 Thread Jesse Erlbaum
be extensible to all variety of auto-manipulation. My thoughts about the name (in loose order of preference): WWW::ImageServer Apache::ImageServer CGI::Application::ImageServer Any other suggestions? (I'm open to changing ImageServer to something else.) Thanks, -Jesse- -- Jesse Erlbaum

RE: [cgiapp] RFC: Thumbnail Image Server

2006-12-01 Thread Jesse Erlbaum
Hi Ron All -- My thoughts about the name (in loose order of preference): WWW::ImageServer My preference too, but then I did not think too hard... Apache::ImageServer Apache? Will it be crippleware, ie refuse to run on other web servers (not that there are that many choices)?

RE: [cgiapp] Re: CGI::App and HTML::Template subclasses

2006-12-13 Thread Jesse Erlbaum
do this. Even if you didn't want to use a plug-in you could override load_tmpl() in your CGI-App subclass. package My::CgiApp; use base 'CGI::Application'; sub load_tmpl { my $self = shift; require 'HTML::Template::Compiled'; # ... Etc. } TTYL, -Jesse- -- Jesse Erlbaum

[cgiapp] Plucene or Xapian?

2007-03-19 Thread Jesse Erlbaum
Hi All -- Has anyone here built a Perl/CGI based search using Plucene or Xapian? What are your experiences? Has anyone here used another modern system besides these two? Thanks, -Jesse- Jesse Erlbaum The Erlbaum Group, LLC 817 Broadway, 10th floor New York, NY 10003 212-684-6161 (office

RE: [cgiapp] Plucene or Xapian?

2007-03-19 Thread Jesse Erlbaum
could be wrong. -Jesse- Jesse Erlbaum The Erlbaum Group, LLC 817 Broadway, 10th floor New York, NY 10003 212-684-6161 (office) 917-647-3059 (mobile) [EMAIL PROTECTED] - Web Archive: http://www.mail-archive.com/cgiapp

RE: [cgiapp] posts blackholed?

2007-10-19 Thread Jesse Erlbaum
I sent a number of posts to the list last night. Only one went through. This morning, I tried the missing ones again. Nothing went through. What's up? The messages are coming through now. Probably a list server configuration issue. -Jesse-   Jesse Erlbaum The Erlbaum Group, LLC 817

RE: [cgiapp] strategies for decoupling HTML::Template

2007-10-19 Thread Jesse Erlbaum
use it because it's part of the core, and it's needed for many existing applications (as you've noticed). -Jesse-   Jesse Erlbaum The Erlbaum Group, LLC 817 Broadway, 10th floor New York, NY 10003 212-684-6161 (office) 917-647-3059 (mobile) 212-684-6226 (fax) [EMAIL PROTECTED] # CGI

[cgiapp] New mailing list server

2007-10-19 Thread Jesse Erlbaum
Hi All - As David indicated, we have switch the CGI::Application mailing list over to Mailman. If anyone has any difficulty with the new server, please email me directly. Warmest regards, -Jesse- Jesse Erlbaum The Erlbaum Group, LLC 817 Broadway, 10th floor New York, NY

[cgiapp] testing

2007-11-25 Thread Jesse Erlbaum
Just a test. Jesse Erlbaum The Erlbaum Group, LLC 817 Broadway, 10th floor New York, NY 10003 212-684-6161 (office) 917-647-3059 (mobile) 212-684-6226 (fax) [EMAIL PROTECTED] blocked::mailto:[EMAIL PROTECTED] # CGI::Application community mailing list

[cgiapp] List back up

2007-11-25 Thread Jesse Erlbaum
not yet clear on whether email sent was lost. (If not, it'll probably start to flow in.) Sorry for the snafu! -Jesse- Jesse Erlbaum The Erlbaum Group, LLC 817 Broadway, 10th floor New York, NY 10003 212-684-6161 (office) 917-647-3059 (mobile) 212-684-6226 (fax) [EMAIL PROTECTED

[cgiapp] [ANNOUNCE] Krang V3.00

2007-11-25 Thread Jesse Erlbaum
://bugzilla.krangcms.com   Jesse Erlbaum The Erlbaum Group, LLC 817 Broadway, 10th floor New York, NY 10003 212-684-6161 (office) 917-647-3059 (mobile) 212-684-6226 (fax) [EMAIL PROTECTED] # CGI::Application community mailing list

[cgiapp] Testing

2007-12-12 Thread Jesse Erlbaum
Ping? Jesse Erlbaum The Erlbaum Group, LLC http://erlbaum.net/ 817 Broadway, 10th floor New York, NY 10003 212-684-6161 (office) 917-647-3059 (mobile) 212-684-6226 (fax) [EMAIL PROTECTED] blocked::mailto:[EMAIL PROTECTED] # CGI::Application community mailing list

RE: Re: [cgiapp] How to send pdf file?

2008-02-03 Thread Jesse Erlbaum
-header_props( -type = application/pdf, -Content-Disposition=attachment;filename=test.pdf ); open(FILE, test.pdf); @fileholder = FILE; close (FILE); return join(, @fileholder); } TTYL, -Jesse-   Jesse Erlbaum The Erlbaum Group, LLC 817

[cgiapp] [ANNOUNCE] Krang V3.01

2008-02-15 Thread Jesse Erlbaum
: http://bugzilla.krangcms.com   Jesse Erlbaum The Erlbaum Group, LLC 817 Broadway, 10th floor New York, NY 10003 http://erlbaum.net [EMAIL PROTECTED] # CGI::Application community mailing list

RE: [cgiapp] Function CGI::Application Code

2008-03-20 Thread Jesse Erlbaum
. Warmest regards, -Jesse-   Jesse Erlbaum The Erlbaum Group, LLC 817 Broadway, 10th floor New York, NY 10003 212-684-6161 (office) 917-647-3059 (mobile) 212-684-6226 (fax) [EMAIL PROTECTED] # CGI::Application community mailing list

RE: [cgiapp] Safe way to remember user login?

2009-01-14 Thread Jesse Erlbaum
in. As far as relying on the browser to remember UID/PW: Sometimes that's OK, and sometimes that's annoying. There are many sites on which I prefer that I don't have to log in every time I go there. For example, Gmail. Jesse Jesse Erlbaum The Erlbaum Group, LLC 817 Broadway, 10th floor

  1   2   >