I am logging every visit to my website and determining if the visitor is human is important. I have searched the web and found many interesting ideas on how to detect if the visitor is human.
- if the visitor is logged in and passed captcha
- detecting mouse events
- Detecting if the user has a browser [user agent]
- detecting mouse clicks [how would i go about this?]
Are there any other surefire ways to detect if the visitor is human?