From: | Hrishikesh Deshmukh <hdeshmuk(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Cc: | dev(at)archonet(dot)com |
Subject: | Re: GUI |
Date: | 2005-03-01 14:07:00 |
Message-ID: | 829d7fb605030106072605def0@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi All,
I want to spend less time coding and more time running queries against
the DB which i am building. What about QT from TrollTech!! Can that be
used to whip up gui real fast! Dreamweaver?
Hrishi
On Tue, 01 Mar 2005 07:55:04 +0000, Richard Huxton <dev(at)archonet(dot)com> wrote:
> Hrishikesh Deshmukh wrote:
> > A GUI for the web running on linux.
>
> Don't forget to CC: the mailing list too. I don't read this email
> address very often - lots of spam.
>
> Your problem isn't a lack of choices, but rather too many.
>
> Perl has plenty of HTML templating systems from the simple
> HTML::Template through to HTML::Mason - more of a website-building
> system. For database access, DBI with DBD::Pg is the standard way to go.
> CPAN is your friend here, of course.
>
> Python has its own set of modules. Start looking here:
> http://www.python.org/moin/WebProgramming
> http://www.python.org/topics/web/HTML.html
> You might want to look at Zope as an application framework too.
>
> Ruby has many people who swear by it, and there's been a lot of fuss
> recently over "Ruby on Rails" which is supposed to be a very fast
> development setup
> http://www.rubyonrails.org/
>
> Java and its various servelet/jsp structures are too big a topic to
> cover here.
>
> In addition, there are a lot of content-management systems and toolkits
> that might be useful for you. Two worth looking at are Plone and Bricolage.
>
> HTH
> --
> Richard Huxton
> Archonet Ltd
>
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Huxton | 2005-03-01 14:24:43 | Re: GUI |
Previous Message | celerity12 | 2005-03-01 13:59:22 | Problem with pg_hba.conf |