X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id EB39FD9A53 for ; Wed, 28 Sep 2005 19:21:58 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 67207-01 for ; Wed, 28 Sep 2005 22:21:53 +0000 (GMT) Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by svr1.postgresql.org (Postfix) with ESMTP id 089AFD930B for ; Wed, 28 Sep 2005 19:21:53 -0300 (ADT) Received: from gevbook (213-84-4-128.adsl.xs4all.nl [213.84.4.128]) by smtp-vbr15.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8SMLp7m068311; Thu, 29 Sep 2005 00:21:51 +0200 (CEST) (envelope-from gevik@xs4all.nl) Message-Id: <200509282221.j8SMLp7m068311@smtp-vbr15.xs4all.nl> From: "Gevik babakhani" To: "'Dave Page'" , Subject: Re: Wanted: Volunteer web developer for small project on www.postgresql.org Date: Thu, 29 Sep 2005 00:21:52 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 Thread-Index: AcXEaEyNd37MK15aQ6CHX7tfljGyygABzqmwAAA3rEAAAp0kQA== In-reply-to: X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.038 required=5 tests=[AWL=0.038] X-Spam-Level: X-Archive-Number: 200509/69 X-Sequence-Number: 8583 Sounds very good. I will give it a start by gathering some info on this. > -----Original Message----- > From: Dave Page [mailto:dpage@vale-housing.co.uk] > Sent: Wednesday, September 28, 2005 11:12 PM > To: Gevik babakhani; pgsql-www@postgresql.org > Subject: RE: [pgsql-www] Wanted: Volunteer web developer for small project > on www.postgresql.org > > > > > -----Original Message----- > > From: Gevik babakhani [mailto:gevik@xs4all.nl] > > Sent: 28 September 2005 22:01 > > To: Dave Page; pgsql-www@postgresql.org > > Subject: RE: [pgsql-www] Wanted: Volunteer web developer for > > small project on www.postgresql.org > > > > Dave, > > > > Perhaps I can be of help as I am waiting for Gavin to update the > > framework.org. > > Great, thanks Gevik. > > > What do you think about having to type a random word > > generated in an image > > before being able to submit anything? > > Yes, that's exactly what I think we need, however, I think we need to > add that in a separate step, rather than on the initial form because > they will be served by the static servers: > > - Static server serves form (in most cases this will be part of a doc > page, so serving forms from wwwmaster really isn't an option). > - User fills form and submits it to the script on wwwmaster. > - Server temporarily stores the submission - perhaps in a session > variable. > - wwwmaster generates the random word and sends it to the user on a > simple confirmation form. > - User submits confirmation form, and their original submission is > processed from the temporary storage. > > Sound reasonable? > > Regards Dave