Captcha generator
Here is a tiny eperimentto create a captcha like generator.
I used some of recent code i post (Css3 stopwatch) and modify it to try to create this.
So here it is, the CSS3 Captcha generator, its really simple to work :
There is 4 series of caracters, each serie have random content, prefer to merge numbers and letters, CAPS and non-CAPS, then animate them.
Reverse animation for one of two series to create more random anim.
Finally when the mouse is focus on text field, the animation stop.
Feel free to look at the code, and fork it, modify it, make it better.