Record mouse movement using Javascript and AJAX
I just found some piece of code i created one or two years ago. 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 websesion (the click-flow) in a heavy AJAX based application. It would even be possible to record keyboard strokes and other type of events.

Read Full Story at http://pure.rednoize.com

comments Discuss   recommend Tell a friend   addto Bookmarks  Extra Information Extra 

Avatar Jhon submitted 215 days ago
Related sources
1 votes Ajax Anywhere :: AJAX without JavaScript coding
1 votes AJAX World RIA Conference News - AJAX & RIA with Server-Side JavaScript
2 votes Dynamic AJAX content - JavaScript
1 votes minishowcase
1 votes Unobtrusive AJAX Star Rating Bar

Comments


Log in to comment or register here.