My Twitter

CAPTCHA Based On Image Orientation

June 5th, 2009

A few months ago 3 Google employees explored an innovative approach to CAPTCHA (What’s Up CAPTCHA? A CAPTCHA Based On Image Orientation). Essentially they suggested that having a user orientate an image into its upright position is easier for users (typing difficult to read text can be problematic) and harder for computers.

Computers find it hard to figure out what this is
A computer finds it really difficult to know if this is correctly orientated.

Here is a version I wrote which to can use on your website.

View Demo Download

This script makes use of jQuery to allow the user to rotate the images and a little PHP to check the image was rotated into the correct position.

Tags:

DeliciousFacebookDigg
TwitterStumbleUponGoogleLinkedInRSS Feed

Leave a Reply

Comment moderation is enabled. Your comment may take some time to appear.

2 Responses to “CAPTCHA Based On Image Orientation”

  1. JamesD says:

    Thanks for the useful info. It’s so interesting

  2. This is an interesting and fun way to prevent spam, good article Mikey. :D