Skip Navagation

Full On Design

A Web Development & Technology Blog

 

Socialize This V1.5 – Coming Soon

Just a quick notice, I’m currently working on Socialize This V1.5 and it’s coming along nicely.

New Features:

  • More pre-bundled icons (More of the new icon sets is made by @KirstyBurgoine)
  • Better Icon Management – More power over the icons on your site.
  • Better Social Networking abilities.

If there is anything you want added put it in the comments.

Socialize This – V1.1

I just updated the Plugin Socialize This in regards to a Private/Public function and variable error. Basically I forgot to check how the plugin worked in a PHP4 environment.

Apologies for the inconvenience caused.

Thank you everyone who commented regarding this problem, I appericate your assistance :)

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.