Heatmap mit jQuery und PHP
Sehr ausführlich beschreibt css Tricks die Entwicklung einer Heatmap Application mit jQuery und PHP.
Die Aufgabe:
- Record the X and Y coordinates of the mouse cursor when it is clicked on a web page.
- Save those coordinates to a database
- When called, display a “clickmap” on top of the web page visually displaying the locations of those clicks.
Ein Beispiel gibt es hier und den Code kann man hier downloaden.

