Visitor Recording

Visitor Recording

Here is the idea I have brewing.

Use jquery to track visitors mouse movements and clicks and then playback.
Here is the proof of concept:
http://www.inet411.com/proof-of-concept ... record.php

Uses: jQuery and php. jquery records mouse moves and clicks, sends data via ajax to a php page, the php page writes the mouse events to a text file.
When you go to the playback page, jquery connects to a php page that reads the text file and moves the mouse accordingly.

Anyone interested in helping to develop this? Where would be an appropriate place on the forum to display the code or files?
Rob