actionpro Posted May 1, 2007 Share Posted May 1, 2007 Hi All, I made form click captcha, you can check out the demo here http://www.6tx.net/sc/form.php and the code here http://6tx.net/sc/ccode.html All The Best, Ron Quote Link to comment Share on other sites More sharing options...
Voldemort Posted May 1, 2007 Share Posted May 1, 2007 Some of the numbers are really hard to read... I got one that I think had 53 and 58, so I had no way of knowing which to pick... maybe don't include so much noisy stuff... if it's an image, I doubt most programs can read it anyways... Quote Link to comment Share on other sites More sharing options...
jcombs_31 Posted May 1, 2007 Share Posted May 1, 2007 seems like a pretty good concept, it sucks that we must do all of these things that are annoying to the user to avoid spam. But as Voldemort said, some of the numbers may be hard for some people to read. Quote Link to comment Share on other sites More sharing options...
redbullmarky Posted May 1, 2007 Share Posted May 1, 2007 agreed - i really like this idea. where it may fall on its backside (other than readability) is accessibility - if you havent got a mouse (or are one of these that tend to do everything on the keyboard) or if you havent got javascript turned on, it wont be any use. in the case of the latter, a non-javascript user will be clicking around non necessarily knowing why it isnt working. I guess I'm just being a bit picky, because otherwise, I'd rather be presented with something like this than many of the other captcha methods - so it'll be interesting to see if there's any fallback methods that keep its quirky way of working yet allow others to use it. Quote Link to comment Share on other sites More sharing options...
AXiSS Posted May 1, 2007 Share Posted May 1, 2007 Pretty neat captcha concept. Might just have to start using it. Though, as previously said, there are problems with reading the numbers. Might want to make the noise a different color than the numbers. Quote Link to comment Share on other sites More sharing options...
jcombs_31 Posted May 1, 2007 Share Posted May 1, 2007 I wish browsers would no longer give a way to disable javascript. Makes life as a developer so much harder. We always have to have a fallback... Quote Link to comment Share on other sites More sharing options...
actionpro Posted May 1, 2007 Author Share Posted May 1, 2007 Might want to make the noise a different color than the numbers. Done, I changed dashed line color. All The Best, Ron Quote Link to comment Share on other sites More sharing options...
steviewdr Posted May 2, 2007 Share Posted May 2, 2007 jcombs_31: There are frameworks which will do all the javascript for free. I.e. if you are doing a login, it will do the mysql auth etc. etc., put a red notice beside the incorrect/missing info. And not only this - it gives the javascript code for checking forms if javascript is enabled, and gives a better UI for ppl with javascript. Sorry if the explaination is a bit vague. <footnote>I should start using a framework</footnote> -steve Quote Link to comment Share on other sites More sharing options...
suttercain Posted May 3, 2007 Share Posted May 3, 2007 Very nice. I enjoy your idea to the traditional method where even my 20/20 vision has a hard time reading captcha.... like on vbulletin sites. Quote Link to comment Share on other sites More sharing options...
actionpro Posted May 6, 2007 Author Share Posted May 6, 2007 Thank you all for input. I removed dashed lines and will put them back in next version and add audio files for sound on mouseover for people that have poor vision. All The Best, Ron Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.