<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 19 May 2013 23:53:08 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[CSS-Tricks.com: Tracking Clicks, Building a Clickmap with PHP and jQuery]]></title>
      <guid>http://www.phpdeveloper.org/news/11794</guid>
      <link>http://www.phpdeveloper.org/news/11794</link>
      <description><![CDATA[<p>
On the CSS-Tricks.com website there's <a href="http://css-tricks.com/tracking-clicks-building-a-clickmap-with-php-and-jquery/">a new tutorial</a> looking at heatmaps and how to make one for your site by combining PHP and jQuery.
</p>
<blockquote>
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.
</blockquote>
<p>
The complete code - both PHP and Javascript - is included (and <a href="http://css-tricks.com/examples/ClickMap.zip">available for download</a> 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.
</p>]]></description>
      <pubDate>Thu, 22 Jan 2009 12:03:11 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[WebDevLogs: ClickHeat - PHP+JS heatmap]]></title>
      <guid>http://www.phpdeveloper.org/news/6980</guid>
      <link>http://www.phpdeveloper.org/news/6980</link>
      <description><![CDATA[<p>
WebDevLogs.com <a href="http://www.webdevlogs.com/2006/12/24/clickheat-phpjs-heatmap/">points out</a> a handy tool for those site owners out there that want to see what location on their site is getting the most use - <a href="http://www.labsmedia.com/clickheat/">ClickHeat</a>.
</p>
<blockquote>
<a href="http://www.poynter.org/content/resource_popup_view.asp?id=27204">Heatmap</a> suddenly became popular when webmasters want to know where did the user click or look at. Websites like <a href="http://crazyegg.com/">Crazy Egg</a>, provides a heatmap generation system for webmasters. But most heatmap costs more than average adsense supported website can earn, those sites need a alternative.
</blockquote>
<p>
<a href="http://www.labsmedia.com/clickheat/">ClickHeat</a> requires PHP (5.1.6 and higher) with GD enabled to work. <a href="http://www.webdevlogs.com/2006/12/24/clickheat-phpjs-heatmap/">The post</a> includes a sample image to show you what the end result looks like.
</p>]]></description>
      <pubDate>Wed, 27 Dec 2006 17:35:00 -0600</pubDate>
    </item>
  </channel>
</rss>
