Re: [Idea] reCAPTCHA JSF component

2008-08-14 Thread Cagatay Civici
>
> of course I know we already have a captcha comp.  ;-)
> perhaps it's possible to add the "reCAPTCHA" functionality as a
> feature to the existing component?


+1, rather than a new component

On Thu, Aug 14, 2008 at 11:18 PM, Manfred Geiler <[EMAIL PROTECTED]>wrote:

> On Thu, Aug 14, 2008 at 10:13 PM, Mike Kienenberger <[EMAIL PROTECTED]>
> wrote:
> > I think what Manfred is suggesting is that we implement a reCAPTCHA
> > component specifically rather than captcha in general.  For those
> > people who want to secure their applications and promote digital book
> > scan correcting at the same time :-)
>
> yes, exactly.
>
>
>
> > On 8/14/08, Hazem Saleh <[EMAIL PROTECTED]> wrote:
> >> Hi Manfred,
> >>
> >> I already implemented one
> >> http://myfaces.apache.org/tomahawk/tagdoc/t_captcha.html
> >> :).
>
> of course I know we already have a captcha comp.  ;-)
> perhaps it's possible to add the "reCAPTCHA" functionality as a
> feature to the existing component?
>
> --Manfred
>


Re: [Idea] reCAPTCHA JSF component

2008-08-14 Thread Hazem Saleh
Let me check what should be added, and I will attach this feature soon to
the  ;).

On Thu, Aug 14, 2008 at 11:18 PM, Manfred Geiler <[EMAIL PROTECTED]>wrote:

> On Thu, Aug 14, 2008 at 10:13 PM, Mike Kienenberger <[EMAIL PROTECTED]>
> wrote:
> > I think what Manfred is suggesting is that we implement a reCAPTCHA
> > component specifically rather than captcha in general.  For those
> > people who want to secure their applications and promote digital book
> > scan correcting at the same time :-)
>
> yes, exactly.
>
>
>
> > On 8/14/08, Hazem Saleh <[EMAIL PROTECTED]> wrote:
> >> Hi Manfred,
> >>
> >> I already implemented one
> >> http://myfaces.apache.org/tomahawk/tagdoc/t_captcha.html
> >> :).
>
> of course I know we already have a captcha comp.  ;-)
> perhaps it's possible to add the "reCAPTCHA" functionality as a
> feature to the existing component?
>
> --Manfred
>



-- 
Hazem Ahmed Saleh Ahmed
http://www.jroller.com/page/HazemBlog


Re: [Idea] reCAPTCHA JSF component

2008-08-14 Thread Manfred Geiler
On Thu, Aug 14, 2008 at 10:13 PM, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
> I think what Manfred is suggesting is that we implement a reCAPTCHA
> component specifically rather than captcha in general.  For those
> people who want to secure their applications and promote digital book
> scan correcting at the same time :-)

yes, exactly.



> On 8/14/08, Hazem Saleh <[EMAIL PROTECTED]> wrote:
>> Hi Manfred,
>>
>> I already implemented one
>> http://myfaces.apache.org/tomahawk/tagdoc/t_captcha.html
>> :).

of course I know we already have a captcha comp.  ;-)
perhaps it's possible to add the "reCAPTCHA" functionality as a
feature to the existing component?

--Manfred


Re: [Idea] reCAPTCHA JSF component

2008-08-14 Thread Mike Kienenberger
I think what Manfred is suggesting is that we implement a reCAPTCHA
component specifically rather than captcha in general.  For those
people who want to secure their applications and promote digital book
scan correcting at the same time :-)



On 8/14/08, Hazem Saleh <[EMAIL PROTECTED]> wrote:
> Hi Manfred,
>
> I already implemented one
> http://myfaces.apache.org/tomahawk/tagdoc/t_captcha.html
> :).
>
>  On Thu, Aug 14, 2008 at 11:03 PM, Manfred Geiler <[EMAIL PROTECTED]>
> wrote:
>
> > Just came across the http://recaptcha.net/ website and wondered if
> > anyone is willing to develop (and contribute) a reCAPTCHA JSF
> > component for Tomahawk?
> >
> > From the website:
> > "reCAPTCHA is a free CAPTCHA service that helps to digitize books.
> > A CAPTCHA is a program that can tell whether its user is a human or a
> > computer. You've probably seen them — colorful images with distorted
> > text at the bottom of Web registration forms. CAPTCHAs are used by
> > many websites to prevent abuse from "bots," or automated programs
> > usually written to generate spam. No computer program can read
> > distorted text as well as humans can, so bots cannot navigate sites
> > protected by CAPTCHAs."
> >
> > Shouldn't be that difficult. There are already some implementations
> > for different languages/systems but none yet for JSF:
> > http://recaptcha.net/resources.html
> >
> > So, when beijing08 bores you - this is your opportunity!   ;-)
> >
> > --Manfred
> >
>
>
>
> --
> Hazem Ahmed Saleh Ahmed
> http://www.jroller.com/page/HazemBlog
>


Re: [Idea] reCAPTCHA JSF component

2008-08-14 Thread Hazem Saleh
Hi Manfred,

I already implemented one
http://myfaces.apache.org/tomahawk/tagdoc/t_captcha.html :).

On Thu, Aug 14, 2008 at 11:03 PM, Manfred Geiler <[EMAIL PROTECTED]>wrote:

> Just came across the http://recaptcha.net/ website and wondered if
> anyone is willing to develop (and contribute) a reCAPTCHA JSF
> component for Tomahawk?
>
> From the website:
> "reCAPTCHA is a free CAPTCHA service that helps to digitize books.
> A CAPTCHA is a program that can tell whether its user is a human or a
> computer. You've probably seen them — colorful images with distorted
> text at the bottom of Web registration forms. CAPTCHAs are used by
> many websites to prevent abuse from "bots," or automated programs
> usually written to generate spam. No computer program can read
> distorted text as well as humans can, so bots cannot navigate sites
> protected by CAPTCHAs."
>
> Shouldn't be that difficult. There are already some implementations
> for different languages/systems but none yet for JSF:
> http://recaptcha.net/resources.html
>
> So, when beijing08 bores you - this is your opportunity!   ;-)
>
> --Manfred
>



-- 
Hazem Ahmed Saleh Ahmed
http://www.jroller.com/page/HazemBlog


Re: [Idea] reCAPTCHA JSF component

2008-08-14 Thread Cagatay Civici
Don't we have a captcha component already?

http://www.irian.at/myfaces-sandbox/captcha.jsf

On Thu, Aug 14, 2008 at 11:03 PM, Manfred Geiler <[EMAIL PROTECTED]>wrote:

> Just came across the http://recaptcha.net/ website and wondered if
> anyone is willing to develop (and contribute) a reCAPTCHA JSF
> component for Tomahawk?
>
> From the website:
> "reCAPTCHA is a free CAPTCHA service that helps to digitize books.
> A CAPTCHA is a program that can tell whether its user is a human or a
> computer. You've probably seen them — colorful images with distorted
> text at the bottom of Web registration forms. CAPTCHAs are used by
> many websites to prevent abuse from "bots," or automated programs
> usually written to generate spam. No computer program can read
> distorted text as well as humans can, so bots cannot navigate sites
> protected by CAPTCHAs."
>
> Shouldn't be that difficult. There are already some implementations
> for different languages/systems but none yet for JSF:
> http://recaptcha.net/resources.html
>
> So, when beijing08 bores you - this is your opportunity!   ;-)
>
> --Manfred
>


[Idea] reCAPTCHA JSF component

2008-08-14 Thread Manfred Geiler
Just came across the http://recaptcha.net/ website and wondered if
anyone is willing to develop (and contribute) a reCAPTCHA JSF
component for Tomahawk?

>From the website:
"reCAPTCHA is a free CAPTCHA service that helps to digitize books.
A CAPTCHA is a program that can tell whether its user is a human or a
computer. You've probably seen them — colorful images with distorted
text at the bottom of Web registration forms. CAPTCHAs are used by
many websites to prevent abuse from "bots," or automated programs
usually written to generate spam. No computer program can read
distorted text as well as humans can, so bots cannot navigate sites
protected by CAPTCHAs."

Shouldn't be that difficult. There are already some implementations
for different languages/systems but none yet for JSF:
http://recaptcha.net/resources.html

So, when beijing08 bores you - this is your opportunity!   ;-)

--Manfred