![]() |
Slide to Login for Websites ~ The new CAPTCHA system
Hey guys,
Its for a quick post becuase im still working on this Jquery plugin. YES, as the name says it is the *new* system for the reckless captcha, the Slide to Login. Basically it implements the popular ideas of Slide to Unlock in Smartphones, it will replace both the Login Button + the captcha verification to just one little Slide in effort. http://2.bp.blogspot.com/-JAa5jW6pYc...Untitled-5.png How anti-spam mechanism works?It rely on the simple mechanism of the mouse. That is if one is to slide this to the end, the mouse should be reported to be at the end of the slide. That is the anti spam mechanism check whether the mouse was in the required position when the form submit was called. It may have security holes but for now it seems okay. How to use?1) First download the necessary files and keep them in the directory. 2) Now in your HTML code add the following references (in the head tag) Code:
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js'></script>4) At the bottom of the form add the following to insert the slider Code:
<div id="slidetl">Code:
<script type="text/javascript" src="slidetl.js"></script>Code:
<html>Code:
var slider = $("#slider"); //the id of the sliding elementStill under high development but working for now. Documentation on the way, but need your ideas on bugs, improvements and SPECIALLY the security wise problems with the plugin. Please spread the word, its OPEN :) Demo: http://zontek.zzl.org/demo/slide Download: http://zontek.zzl.org/files/slidetl.zip Cyah with some new skins :D |
Re: Slide to Login for Websites ~ The new CAPTCHA system
So this takes out the scenario of enter details and hit enter to login.
|
Re: Slide to Login for Websites ~ The new CAPTCHA system
yup basically cutting out the reading of the captcha and pressing the login :)
|
Re: Slide to Login for Websites ~ The new CAPTCHA system
No Invisible Captcha is better option but again it assumes lot of things from spammers.
|
Re: Slide to Login for Websites ~ The new CAPTCHA system
hmm may be a combination would be better
might check on it |
Re: Slide to Login for Websites ~ The new CAPTCHA system
Yes. That would be deadly.
|
| All times are GMT +5.5. The time now is 06:29. |