Full On Design

Berkshire Based Web Development

 

Design

CAPTCHA Based On Image Orientation

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.

5 Awful 1.0 Ideologies (Which people still believe)

Here are ideologies from the Web 1.0 era which moron “webmasters” (I use this term sparingly) seem to still use. In most cases it just makes a website annoying and difficult to use.

1. “If there is automatically playing music and videos, it will get a users attention”

Unfortunately not. All this does is aggravating users who are startled by an unknown (and unwanted) audio source. This will obliviously lead to users closing your web browser just to stop the annoying voice. In a recent piece of research by Full On Design in regard to what people like and dislike about websites, one respondent said when asked about automatically playing sales pitches:

I hate it when some annoying sales crap comes up, as it interrupts my music or podcasts [...] normally I would instantly close the website which is to blame.
Anonymous Respondent

Read the rest of this entry »

5 Things I hate about your website

Here are 5 things I hate to find when I visit a website.

1. It only works in some browsers

I’m a very keen Firefox fan, and I hate it when a website has been designed for IE and only IE. It’s not hard to make a website work in the main 5 browsers (Chrome, Opera, Firefox, IE7, IE6 and Safari).

oracle_31
Oracle PartnerNetwork’s website uses JavaScript tabs for tabs, unfortunately in IE8 they don’t work.

2. Invalid HTML/CSS/JavaScript

Nothing is worse than a website which just does not work; having invalid code can normally be the cause of most problems (For example, forgetting to close an element).

trinityconvergence
Be sure to check your website with The W3C Markup Validation Service before you release your company’s website.

Read the rest of this entry »