JavaScript Mouse Move Logger
Written by on October 19th, 2007 in Ajax News.
Marcel Oelke has resurrected some code that he wrote to record mouse movement using JavaScript and Ajax.
The “movelogger” records the mouse movement a users does on a web site. Just before the user leaves the current page, the recorded data get posted back to the server using Ajax.
The cool thing is that you can “replay” these movements afterwards. The movelogger records clicks on links and other elements. In replay mode this events are fired in the exact same order as they have been recorded.
That way it would be possible to record a websession (the click-flow) in a heavy Ajax based application. It would even be possible to record keyboard strokes and other type of events.
Check out a demo of the logger at work
Source: Ajaxian
Original Article: http://feeds.feedburner.com/~r/ajaxian/~3/172132530/javascript-mouse-move-logger