Re: [jQuery] jQuery heat maps

2006-12-22 Thread Christof Donat
Hi, > Would it be possible to aggregate this data client side, and then > every X seconds or clicks? Can we store state across page refreshes? Look here: http://verens.com/archives/2006/08/29/kaejax/ In the case of Heat Maps it might also be acceptable to send the data as a Bulk on unload. va

[jQuery] jQuery heat maps

2006-12-22 Thread Mark Fredrickson
I was looking at: http://blog.corunet.com/english/the-definitive-heatmap it describes one method for creating a heat map (a visualization of where users click on a website). The solution them employ requires sending one HttpRequest to your server for each click. This sounds potentially very expe