Re: recommendations for web/database applications

2009-07-28 Thread sys adm
currently I'm using CGI,CGI::Cookie,DBI,Template::Toolkit,Linux,Apache and SQLite for a small data scratching project. being very happy with them. --- dpchr...@holgerdanske.com wrote: Also, what about the various WWW tools -- e.g. CGI.pm, CGI::Application, HTML::Template, Template::Toolkit, M

Re: recommendations for web/database applications

2009-07-28 Thread Shlomi Fish
On Tuesday 28 July 2009 03:59:36 Dan wrote: > On Mon, 27 Jul 2009 16:00:13 -0700, David Christensen > > wrote: > > Perl Beginners: > > > > I am thinking about a Perl web/ database application for political > > organizing and campaigns > > > > > I plan to start with the database portion of the app

Re: recommendations for web/database applications

2009-07-28 Thread Dermot
2009/7/28 David Christensen : > Perl Beginners: > > I am thinking about a Perl web/ database application for political > organizing and campaigns -- generating precinct walk lists, generating > phone banking lists, tracking contacts, etc..  I am using Debian > GNU/Linux 5 with Apache 2.2, mod_perl

Re: recommendations for web/database applications

2009-07-28 Thread Shlomi Fish
On Tuesday 28 July 2009 02:00:13 David Christensen wrote: > Perl Beginners: > > I am thinking about a Perl web/ database application for political > organizing and campaigns -- generating precinct walk lists, generating > phone banking lists, tracking contacts, etc.. I am using Debian > GNU/Linux

Re: recommendations for web/database applications

2009-07-27 Thread Octavian Rasnita
From: "David Christensen" Dan wrote:> Firstly, I hate web applications with a passion. They're cheap, clunky approximations of desktop applications, Agreed. Nothing beats a good set of native binary widgets for expressiveness and responsiveness. > Gtk2::Ex::DBI, Gtk2::Ex::Datasheet::DBI,

RE: recommendations for web/database applications

2009-07-27 Thread David Christensen
Dan wrote: > Firstly, I hate web applications with a passion. They're cheap, > clunky approximations of desktop applications, Agreed. Nothing beats a good set of native binary widgets for expressiveness and responsiveness. > and are simply not necessary. Unfortunately in this case, a web UI

Re: recommendations for web/database applications

2009-07-27 Thread Dan
On Mon, 27 Jul 2009 16:00:13 -0700, David Christensen wrote: > Perl Beginners: > > I am thinking about a Perl web/ database application for political > organizing and campaigns > I plan to start with the database portion of the application and am > curious what people have to say about object

recommendations for web/database applications

2009-07-27 Thread David Christensen
Perl Beginners: I am thinking about a Perl web/ database application for political organizing and campaigns -- generating precinct walk lists, generating phone banking lists, tracking contacts, etc.. I am using Debian GNU/Linux 5 with Apache 2.2, mod_perl 2, PostgreSQL 8.3, and Perl 5.10. I would