Real Time Validation

During my time at Fisher Scientific UK Ltd, I created a supplier portal which allowed suppliers to log on in order to download the latest advert imagery and code safely and securely. To stop unwanted users a database based login was designed, which incorporated real time validation.

The real time validation meant that a user could type in their desired username, and would be told as each new character was added whether the username was suitable, based on length, meaning and availability. Connections to the database were made using PHP and the validation via AJAX and Javascript functions.

The password, email and telephone number fields were also validated in a similar way, with the password and confirm password fields having to match in order to submit the form.