Re: Application using PostgreSQL as a back end (experienced programmers - Mailing list pgsql-novice

From Bruno Wolff III
Subject Re: Application using PostgreSQL as a back end (experienced programmers
Date
Msg-id 20051116211205.GA24897@wolff.to
Whole thread Raw
In response to Re: Application using PostgreSQL as a back end (experienced programmers  (William Yu <wyu@talisys.com>)
List pgsql-novice
On Wed, Nov 16, 2005 at 08:02:52 -0800,
  William Yu <wyu@talisys.com> wrote:
>
> Of course, there's the idea of not bothering with AJAX and just living
> with the perceived delays. It ends up not being a big deal because (1)
> users expect such delays on the web and (2) users get used to such
> delays on the web. It was a bit of a concern when we developed our
> insurance app as 100% web-based -- users accustomed to switching to
> different pages of info instantaneously going to 1 second just for the
> browser/submit/return latency. But it ended up being not an issue. Users

Option 2 also works for people who don't enable javascript.
I have to really need to use a site before I will enable javascript to use
the site instead of walking away. Even in that case I will often examine the
javascript code to see if I can bypass it without having to enable to get
things done. (As an aside, doing this I have found some sites that only
validate data on the client and not on the server.)

pgsql-novice by date:

Previous
From: Flávio Brito
Date:
Subject: Receive a record not a tuple - plpgsql
Next
From: "Obe, Regina DND\\MIS"
Date:
Subject: Re: Application using PostgreSQL as a back end (experien