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.
3) Make your form elements and name the form as "form1". (You can use any name but for the example lets keep it as form1)
4) At the bottom of the form add the following to insert the slider
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.
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)
- <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js'></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js"></script>
- <link href="slidetl.css" rel="stylesheet" type="text/css" />
3) Make your form elements and name the form as "form1". (You can use any name but for the example lets keep it as form1)
4) At the bottom of the form add the following to insert the slider
No comments:
Post a Comment