Tracking User Behavior
Posted on January 21st, 2009, by Cristian in Usability & SEOChris Coyier has post a very interesting tutorial of tracking clicks. Why do I need this? Well it’s a cool proof of concept and can be used in production as tool for examine users behavior in some situations. Some major design decisions can depend on it.
The tutorial shows you how to develop a clickmap using PHP, Mysql and of course …. jQuery. Basic we will track the mouse clicks and post the clicks data to the PHP file doing the database saving. Then some graphics are displayed on the click locations.

