<?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>Wed, 19 Jun 2013 19:16:59 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Creating Scalable Vector Graphs with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/14153</guid>
      <link>http://www.phpdeveloper.org/news/14153</link>
      <description><![CDATA[<p>
A new tutorial has been posted to the Zend Developer Zone today looking at making <a href="http://devzone.zend.com/article/11915-Creating-Scalable-Vector-Graphs-with-PHP">scalable vector graphics</a> with PHP and the hep of one of two charting packages - <a href="http://ezcomponents.org/">ezcGraph</a> or <a href="http://www.goat1000.com/svggraph.php">SVGGraph</a> (examples are provided for both).
</p>
<blockquote>
Programmatically generating graphs and charts using SVG requires a deep understanding of the SVG specification and the various SVG primitives, as well as a fair amount of time for research, experimentation and debugging. Or, in other words, that's your entire weekend shot! Fortunately, help is at hand. There are a number of open-source PHP libraries that support SVG chart generation, and using them can significantly reduce the amount of work involved in adding this feature to a Web application. 
</blockquote>
<p>
He shows how to create simple images like bar, line and pie charts as well as adding in other things like a legend, custom titles and a sample where the user can define the sizes of a pie chart via some form input fields. Screenshots are included for all code examples to give you a better idea of the end result.
</p>]]></description>
      <pubDate>Tue, 09 Mar 2010 10:27:54 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Kore Nordmann's Blog: ezcGraph introduction article]]></title>
      <guid>http://www.phpdeveloper.org/news/7081</guid>
      <link>http://www.phpdeveloper.org/news/7081</link>
      <description><![CDATA[<p>
<i>Kore Nordmann</i> <a href="http://kore-nordmann.de/home/blog/php/ezcgraph_introduction_article">points out an article</a> that he's written up about the new ezcGraph component as a part of the eZ Component system.
</p>
<p>
From <a href="http://ez.no/community/articles/an_introduction_to_the_graph_ez_component">the article</a> over on ez.no:
</p>
<blockquote>
Among the additions to the latest eZ Components 2006.2 release is the Graph component, which enables you to create bar, line and pie charts. The output driver mechanism allows you to create different image file types from each chart, and the available renderers make the chart output customizable from simple two-dimensional charts to beautiful three-dimensional data projections.
</blockquote>
<p>
His <a href="http://ez.no/community/articles/an_introduction_to_the_graph_ez_component">introduction</a> covers what the functionality of the component is, what chart types you can make with it (with code examples), and the options for customization it makes possible. He also includes links to <a href="http://ez.no/doc/components/view/latest/%28file%29/introduction_Graph.html">a tutorial</a> on its use and <a href="http://ez.no/doc/components/view/latest/%28file%29/classtrees_Graph.html">the API documentation</a> for you to pick through.
</p>]]></description>
      <pubDate>Thu, 11 Jan 2007 13:56:58 -0600</pubDate>
    </item>
  </channel>
</rss>
