News Feed
Jobs Feed
Sections




News Archive
CSS-Tricks.com:
Tracking Clicks, Building a Clickmap with PHP and jQuery
January 22, 2009 @ 12:03:11

On the CSS-Tricks.com website there's a new tutorial looking at heatmaps and how to make one for your site by combining PHP and jQuery.

The website will be built using PHP. We need PHP for a couple of reasons. Most importantly we need a server side language to deal with saving and retrieving from the database. [...] We'll be using JavaScript of the jQuery variety to track the mouse clicks and post that click data to the PHP file doing the database saving. jQuery will also help us display the overlay and place the little graphics we'll use to display the click locations.

The complete code - both PHP and Javascript - is included (and available for download too). The jQuery code makes the overlay on top of whatever page the visitor is on and, when they click on any location, an ajax request is sent back to the waiting PHP script. This request is parsed and dropped into the database. Another bit of Javascript code is used to drop the user click heatmap points out onto the page.

0 comments voice your opinion now!
heatmap css jquery tutorial user interface click


blog comments powered by Disqus

Similar Posts

Chris Hartjes' Blog: Metatesting: Understanding Mock Objects

NorthClick Blog: Tips for creating a small but solid newsletter-system

NETTUTS.com: 3 Ways to Speed up Your Site with PHP

Stefan Mischook's Blog: PHP Classes and Objects video tutorial

Jeremy Johnstone's Blog: PHP parser for OS X plist XML files


Community Events











Don't see your event here?
Let us know!


introduction zendframework2 code community podcast opinion testing development interview release functional conference unittest phpunit series application tool language example framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework