Creating A Virtual Keyboard With jQuery

This is incredibly cool. This plugin will allow you to have an on screen keyboard to enter data into a text box. It is very simple, and could have a number of uses. The best one that comes to mind is that you could provide your users an interface to enter their passwords in from this in lieu of their keyboards to help prevent any security breaches from their computers that could be infected with key logging software. It could help make parts of your website more accessible for those users that have a touchscreen only device. I am sure there are more reasons than these two, but you get the idea.
(more…)

Ajax with jQuery

Here is the code we are using for today’s discussion on using jQuery to add Ajax to a website. You can download a copy of everything required to do this project here.
(more…)