Demo to record and play back the movement of the mouse on the page with JavaScript and AJAX



Combined demos such as JavaScript and AJAX that can record and play back the trajectory of the mouse moved on the page are released. If you actually try it, you will understand, but when recording, there are no elements that you notice in particular that you are recording.

As an application, instead of eye tracking (tracking movement of eyes) about the click of the advertisement banner, it is possible to record the locus of movement of the mouse to make "mouse tracking" possible, or to use the AJAX fully It can also be used for improving operations by recording usability or for various kinds of spying behavior.

The actual demonstration is from the following.
Record mouse movement using Javascript and AJAX
http://pure.rednoize.com/movelogger/

Let's rotate around the sides of the square cube on the above page around with the mouse and try to rotate it, click on it, click on the light bulb icon, and let's move it around in various ways. Remember the point where you moved and in what order. Once you move it, the top "Move your mouse around for a while, then click here.Let's click on it. The mouse moves around on the page in the order and timing that we moved earlier.


In fact, I use Prototype and script.aculo.us, and it seems that PHP code is recorded by moving it on the server side. The recorded data seems to be deleted automatically when the PHP session expires, but it is a shocking demonstration anyway ....

PuRe aka Marcel Oelke >> Record mouse movement using Javascript and AJAX

in Web Service, Posted by darkhorse