http://en.wikipedia.org/wiki/CAPTCHA It is an acronym based on the word "capture" and standing for "Completely Automated Public Turing test to tell Computers and Humans Apart".
4
votes
2answers
350 views
Honeypot captchas and accessibility
I have been looking at ways to prevent spam bots from posting, regstering and performing actions on my site.
Initially, I thought about implementing ReCAPTCHA using its API. However, I have found ...
5
votes
7answers
358 views
When exactly is a CAPTCHA system a good idea?
While I understand this is probably a very broad question, I'm trying to figure out exactly when adding a CAPTCHA becomes a necessary requirement for a site. I get the sense a lot of clients ask me to ...
3
votes
2answers
211 views
Could a funny CAPTCHA be more pleasant?
I think one way to make CAPTCHA be more acceptable is to make it funny, but for some reason most CAPTCHA do not do this. Would this be seen as unprofessional or could this be a good way to make a ...
2
votes
2answers
130 views
Are there instances when Captcha / Human validation is more necessary during registration?
I am not particularly asking about whether or not Captcha within itself is good UX, but a more generalized question as to when human validation truly makes a difference in terms of a website's ...
6
votes
3answers
288 views
Has Captcha become common knowledge?
I am doing a business site for a web company, and was wondering if Captcha has become so well-known, that it no longer needs an explanation ?
Right now there is only a input box, the captcha image ...
5
votes
6answers
362 views
Asirra or Captcha?
I've just heard about "Asirra" and tried it. But, I am a little bit confusing about using. What is your choice for usability?
Asirra or CAPTCHA, and why?
21
votes
5answers
932 views
Can we do better than CAPTCHA?
There are a variety of different forms of CAPTCHA and other strategies in order to prevent spam. To briefly list a few:
Simple math or word questions.
Obfuscated text.
JavaScript-based CAPTCHAs.
...
7
votes
9answers
131 views
barebone registration: is password repitition and captcha really essential?
If you design a barebone registration form which only requires
email address and password as essentials can you omit the password repetition and captcha without too much technical trouble?
I ...