Archive for the tag 'Programming'

Javascript, PHP, Programming

Validating reCaptcha with jQuery and AJAX

This example is well out of date. Please don’t use it as is until I have a chance to update it. I recently did some work for one of my clients that involved securing some simple web forms. These forms were to request literature or request a call back, simple stuff. Incidentally they were getting […]

Javascript, Programming

How To Identify a Javascript Keycode

I recently made some modifications to a client’s website that involved using key presses to trigger certain events. I had the numeric keycode for a few of the keys that were already in use, but I didn’t really have a good way of identifying the keyCode for the additional key events I wanted to make […]