Обсуждение: interface choices

Поиск
Список
Период
Сортировка

interface choices

От
"Warren Massengill"
Дата:
My first installation of PostgreSQL from source. I can design the db.

The objective is a bill paying service hosted by hub.org.

The options for customer interface to access the database are overwhelming.
Can someone suggest a simple way to develop input and access forms for this
project?

Thanks,
Warren

My programming experience is dBase III +    :--(



_________________________________________________________________
Join the world�s largest e-mail service with MSN Hotmail.
http://www.hotmail.com


Re: interface choices

От
Josh Berkus
Дата:
Warren,

> My first installation of PostgreSQL from source. I can design the db.
>
> The objective is a bill paying service hosted by hub.org.
>
> The options for customer interface to access the database are overwhelming.
> Can someone suggest a simple way to develop input and access forms for this
> project?

What programming languages do you know?  What do you want to learn?

Your "easiest" options are probably PHP and Zope.   Really depends on whether
you prefer Production HTML + simple scripting to DTML plus Python.   Both
platforms are fast-development, and have online communities with hundreds of
downloadable samples to do typical web stuff.

Of course, it's easier (right now, anyway) to find hosting for a PHP website
than a Zope web site.

--
-Josh Berkus
 Aglio Database Solutions
 San Francisco


Re: interface choices

От
"Warren Massengill"
Дата:
>What programming languages do you know?  What do you want to learn?

Production HTML + simple scripting
I have downloaded Zope but not installed it. I'll try to do on my own.

>platforms are fast-development, and have online communities with hundreds
>of downloadable samples to do typical web stuff.

I spent a couple of hours in the wrong places last night. Just try PHP on
Google?

Thanks,
Warren

>
>--
>-Josh Berkus
>  Aglio Database Solutions
>  San Francisco


_________________________________________________________________
Join the world�s largest e-mail service with MSN Hotmail.
http://www.hotmail.com


Re: interface choices

От
Josh Berkus
Дата:
Warren,

> I spent a couple of hours in the wrong places last night. Just try PHP on
> Google?

Three places:
http://www.php.net
http://www.freshmeat.net
and the pgsql-php mailing list.

--
-Josh Berkus
 Aglio Database Solutions
 San Francisco