<?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>Mon, 21 May 2012 10:48:48 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NetTuts.com: Learn to Create Interactive Drill-Down Dashboards with PHP and FusionCharts]]></title>
      <guid>http://www.phpdeveloper.org/news/15725</guid>
      <link>http://www.phpdeveloper.org/news/15725</link>
      <description><![CDATA[<p>
New from NetTuts.com today there's a tutorial showing you how to use the FusionCharts tool to <A href="http://net.tutsplus.com/tutorials/php/learn-to-create-interactive-drill-down-dashboards-with-php-and-fusioncharts">create interactive drill-down dashboards</a> with a few simple PHP scripts.
</p>
<blockquote>
Presenting data in a graphical format always helps a lot in parsing the data efficiently. If the charts are interactive and linked, that's even better. Drill-down charts allow you to convert individual data plots (columns in column chart, pie slices in pie chart etc) of a chart into hotspots (or links). These items, when clicked, can open new charts and you can navigate between these charts easily.
</blockquote>
<p>
They use the <a href="http://www.fusioncharts.com/docs/?FirstChart/LinkedCharts.html">LinkedCharts</a> feature of FusionCharts to make the graphs clickable. They set up a basic database-driven system that holds some randomly generated data for display. Full PHP and HTML are provided to create a simple chart <a href="http://d2o0t5hpnwv4c1.cloudfront.net/895_linkedCharts/monthlyData.jpg">like this</a> where you can click into any of the bars for more detailed information. You can also <a href="http://nettuts.s3.amazonaws.com/895_linkedCharts/nt-demofiles.zip">download the full source</a> or <a href="http://work.sktnetwork.com/fc/fcdemo/demo.html">check out a demo</a>.
</p>]]></description>
      <pubDate>Wed, 12 Jan 2011 09:17:08 -0600</pubDate>
    </item>
    <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[Alex Netkachov's Blog: Jamp! is Updated]]></title>
      <guid>http://www.phpdeveloper.org/news/9108</guid>
      <link>http://www.phpdeveloper.org/news/9108</link>
      <description><![CDATA[<p>
<i>Alex Netkachov</i> has <a href="http://www.alexatnet.com/node/106">posted about the update</a> he's just released to the <a href="http://www.alexatnet.com/node/47">Jamp!</a> package.
</p>
<blockquote>
I've updated the Jamp! All packages are updated to the latests stable version available, the "Server" and "Service" commands are added for Tomcat 6.0, Jamp.hta UI is updated
</blockquote>
<p>
<a href="http://www.alexatnet.com/node/47">Jamp!</a> is a single-click installer for PHP/Java/Apache/MySQL to make installing them (and getting them working together) simple.
</p>]]></description>
      <pubDate>Fri, 23 Nov 2007 14:08:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community: Click Coordinates & Grabbing Screenshots]]></title>
      <guid>http://www.phpdeveloper.org/news/8767</guid>
      <link>http://www.phpdeveloper.org/news/8767</link>
      <description><![CDATA[<p>
The PHP-GTK Community website has two new posts they've made recently - one concerning clicking on images and the other about grabbing screenshots:
</p>
<ul>
<li><a href="http://www.php-gtk.eu/node/197">Getting (x,y) coordinates when clicking on images</a> - I wrote an application where the user clicks on a GtkImage, and I want to know *where* the user clicked. Here's a simple object extending GtkAlignment.
<li><a href="http://www.php-gtk.eu/code-hints/grabbing-a-screenshot-with-gdk">Grabbing a screenshot with Gdk</a> - Need to grab a screenshot in your program? Or maybe you just need to create an image from an existing GtkWidget. There's an easy way to accomplish both tasks using GdkPixbuf::get_from_drawable();
</ul>
<p>
Check out the <a href="http://www.php-gtk.eu/">rest of the site</a> for more reference, applications and information for the PHP-GTK community.
</p>]]></description>
      <pubDate>Tue, 02 Oct 2007 12:54:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: Click Fast, Desktop Gadget & visualProxy]]></title>
      <guid>http://www.phpdeveloper.org/news/8162</guid>
      <link>http://www.phpdeveloper.org/news/8162</link>
      <description><![CDATA[<p>
The PHP-GTK Community website as three new posts today all describing applications built with simplicity in mind and created using the PHP-GTK libraries:
</p>
<ul>
<li><a href="http://www.php-gtk.eu/apps/click-fast">the "Click Fast" button</a> that makes use of the Gtk::timeout_add() and Gtk::timeout_remove() functions
<li>a <a href="http://www.php-gtk.eu/code-snippets/desktop-gadget">Desktop Widget</a> that can be used for useful information you want to keep in view
<li><a href="http://www.php-gtk.eu/apps/visual-proxy">visualProxy</a> - an HTTP proxy server and transmit HTTP proxy requests from a WWW user agent to an other proxy or directly to a server. It displays requests graphically and update information on the fly on a detailed list with many fields columns.
</ul>
<p>
Check out their <a href="http://www.php-gtk.eu/apps/">apps</a> and <a href="http://www.php-gtk.eu/code-snippets">code snippets</a> sections for more examples like these.
</p>]]></description>
      <pubDate>Mon, 02 Jul 2007 11:12:00 -0500</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>

