<?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>Thu, 20 Jun 2013 00:21:43 -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[Ask About PHP: Codeigniter: Creating dynamic graphs using JQuery and FusionCharts]]></title>
      <guid>http://www.phpdeveloper.org/news/14879</guid>
      <link>http://www.phpdeveloper.org/news/14879</link>
      <description><![CDATA[<p>
On the Ask About PHP blog today there's <a href="http://www.askaboutphp.com/223/codeigniter-creating-dynamic-graphs-using-jquery-and-fusioncharts.html">a new tutorial</a> about integrating the <a href="http://teethgrinder.co.uk/open-flash-chart-2/">OpenFlashCharts</a> tool into a CodeIgniter application to display data.
</p>
<blockquote>
I recently upgraded some of my Codeigniter applications that used <a href="http://teethgrinder.co.uk/open-flash-chart-2/">OpenFlashCharts</a> to using FusionCharts Free, and at the same time incorporated some javascript to allow me to change the graphs dynamically at the client-side. This has greatly improved the usability of my charts and graphs that I pump out. As such, I thought I would share how I did this and hopefully someone will find it useful as well.
</blockquote>
<p>
He walks you through the steps needed to install - putting all of the files in the right places, creating a controller to use the scripts and a view to output the finished chart. A demo of the end result is also included.
</p>]]></description>
      <pubDate>Fri, 30 Jul 2010 13:11:58 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sony AK Knowledge Center: Create Realtime Chart Without Page Refresh using FusionCharts Free & Ajax]]></title>
      <guid>http://www.phpdeveloper.org/news/14124</guid>
      <link>http://www.phpdeveloper.org/news/14124</link>
      <description><![CDATA[<p>
On the Sony AK Knowledge Center there's a new tutorial showing how to use FusionCharts (Free) <a href="http://www.sony-ak.com/2010/02/create-realtime-chart-without-page-refresh-using-fusioncharts-free-and-ajax-prototype-js/">to create a real-time charts with no page refresh</a>. <a href="http://www.fusioncharts.com/free/">FusionCharts</a> is an open source Flash charting component for desktop and web apps.
</p>
<blockquote>
We will create realtime chart data update that reflect to price fluctuation. There is a line type chart to visualize the price fluctuation. The data of price fluctuation will be fetched from database every 5 seconds using Ajax call and then display the latest 5 (five) data to the chart without any page refresh.
</blockquote>
<p>
Using FusionCharts and <a href="http://api.prototypejs.org/">Prototype</a>, they show how to pull information out of a backend MySQL database into a basic graph (HTML and Javascript provided) with a periodic update that grabs the latest from the backend PHP script and pushes it to the graph. You can see an <a href="http://www.sony-ak.com/wp-content/uploads/2010/02/price_fluctuation_with_fusioncharts_free.jpg">example of the graph here</a>.
</p>]]></description>
      <pubDate>Wed, 03 Mar 2010 13:36:55 -0600</pubDate>
    </item>
  </channel>
</rss>
