X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id 2C36A9DCB9F for ; Tue, 21 Mar 2006 04:43:13 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 04123-06 for ; Tue, 21 Mar 2006 04:43:13 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- Received: from anchor-post-35.mail.demon.net (anchor-post-35.mail.demon.net [194.217.242.85]) by postgresql.org (Postfix) with ESMTP id 1B5C29DC97D for ; Tue, 21 Mar 2006 04:43:11 -0400 (AST) Received: from mailgate.vale-housing.co.uk ([194.217.48.34] helo=vale-housing.co.uk) by anchor-post-35.mail.demon.net with esmtp (Exim 4.42) id 1FLcSN-000MAc-Ir for pgsql-www@postgresql.org; Tue, 21 Mar 2006 08:43:12 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: Re: human validation on post comments Date: Tue, 21 Mar 2006 08:43:09 -0000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] human validation on post comments thread-index: AcZMwRet7NMUlGa1T0mYLnffA0dN4QAAelHA From: "Dave Page" To: "Tino Wildenhain" Cc: "David Fetter" , "PostgreSQL WWW" , "Travis Hein" X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.319 required=5 tests=[AWL=0.319] X-Spam-Score: 0.319 X-Spam-Level: X-Archive-Number: 200603/118 X-Sequence-Number: 9708 =20 > -----Original Message----- > From: Tino Wildenhain [mailto:tino@wildenhain.de]=20 > Sent: 21 March 2006 08:26 > To: Dave Page > Cc: David Fetter; PostgreSQL WWW > Subject: Re: [pgsql-www] human validation on post comments >=20 > Dave Page schrieb: > > =20 > >=20 > >=20 > >>-----Original Message----- > >>From: pgsql-www-owner@postgresql.org=20 > >>[mailto:pgsql-www-owner@postgresql.org] On Behalf Of David Fetter > ... > >>The sad part of this one is that they don't have to crack any single > >>capcha system. Instead, they've cracked the entire capcha process. > >=20 > >=20 > > Grrr, where's my baseball bat? > >=20 > > Actually though that shouldn't be too much of a problem as=20 > long as the > > images timeout after a few minutes- and we still have all the normal > > moderation in place. > >=20 > I should point out, the whole captcha thing isnt WAI compliant: > http://www.w3.org/WAI/ >=20 > so better not follow that path if we dont want to shy away > diabled people... Hmm, that's a good point (one I should have thought of considering the BSI's new guidance notes on building accessible websites just landed on my desk!). I think we would be covered if we offered an audio equivalent as well though wouldn't we? Perhaps there is some text-to-speech code that we can use from within PHP? Regards, Dave.