<?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, 06 Jul 2008 02:51:17 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Building Dashboards With PHP and Flex]]></title>
      <guid>http://www.phpdeveloper.org/news/10324</guid>
      <link>http://www.phpdeveloper.org/news/10324</link>
      <description><![CDATA[<p>
<i>Jack Herrington</i> has <a href="http://devzone.zend.com/article/3580-Building-Dashboards-With-PHP-and-Flex">posted a new tutorial</a> to the Zend Developer Zone today showing how to combine PHP, your database of choice and Flex to create a dashboard in your application.
</p>
<blockquote>
Let's face it: Interactive graphs and dashboards have never been easy to put together on the web. Sure, there are graphing libraries out there for PHP, but to get something that looks really good and that a user can play with has been tough. Or at least, it was yesterday.
</blockquote>
<p>
He shows how to create a simple Flex application that takes in XML data (from whatever backend, he uses a PHP script that uses DOM) and displays the information - his sample traffic data - as a graph. This graph is an extension of the <a href="http://www.ilog.com/products/ilogelixir/">Elixir library from ILOG</a> and makes dropping information into graphs and charts simple.
</p>
<p>
Screenshots of the Flex side of things and code for the PHP side are both provided.
</p>]]></description>
      <pubDate>Mon, 02 Jun 2008 15:58:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Andreas Gohr's Blog: Google Chart API via PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9978</guid>
      <link>http://www.phpdeveloper.org/news/9978</link>
      <description><![CDATA[<p>
On his blog, <i>Andreas Gohr</i> has <a href="http://www.splitbrain.org/blog/2008-04/16-google_chart_api_via_php">posted about</a> various charting applications on the web (in his search for a way to show off the stats for <a href="http://www.splitbrain.org/blog/2008-02/17-gathering_dokuwiki_usage_data">DokuWiki</a>) and looking specifically at the Google Charts.
</p>
<blockquote>
Because such [popularity] data is much better to comprehend when accompanied by some nice graphs, I had a look at the <a href="http://code.google.com/apis/chart/">Google Chart API</a> today.
</blockquote>
<p>
He also mentions three wrapper libraries that help your apps interface with the Charts API. Of course, he also includes some graphs of the popularity stats showing things like web server usage and PHP versions.
</p>]]></description>
      <pubDate>Wed, 16 Apr 2008 21:04:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sebastian Bergmann's Blog: Benchmark of PHP Branches 3.0 through 5.3-CVS]]></title>
      <guid>http://www.phpdeveloper.org/news/9582</guid>
      <link>http://www.phpdeveloper.org/news/9582</link>
      <description><![CDATA[<p>
<i>Sebastian Bergmann</i> has <a href="http://sebastian-bergmann.de/archives/745-Benchmark-of-PHP-Branches-3.0-through-5.3-CVS.html">posted the results</a> of some benchmarking on the compilation he's done on the branches of PHP from version 3.0 all the way up to 5.3-CVS.
</p>
<blockquote>
As people keep asking me for an update to my previous benchmarks (<a href="http://sebastian-bergmann.de/archives/634-PHP-GCC-ICC-Benchmark.html">PHP / GCC / ICC Benchmark</a>, <a href="http://sebastian-bergmann.de/archives/566-PHP-5.1-GCC-Benchmark-Update.html">PHP 5.1 / GCC Benchmark (Update)</a>, and <a href="http://sebastian-bergmann.de/archives/504-PHP-5.1-Performance.html">PHP 5.1 Performance</a>, I quickly ran a new benchmark today.
</blockquote>
<p>
He rendered the results out into a <a href="http://www.flickr.com/photos/sebastian_bergmann/sets/72157603864149774/detail/">series of charts</a> defining the number of total seconds taken for the compile and how long each of the components took. It's impressive to see how much of a jump there was between the 3.0 series and 4.3.
</p>
<p>
He also includes his compile settings (and machine information) as well as the numbers for the results if you'd like to graph them out yourself.
</p>]]></description>
      <pubDate>Thu, 07 Feb 2008 08:49:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Mike Bernat's Blog: PHP Cookies vs Sessions - The Breakdown]]></title>
      <guid>http://www.phpdeveloper.org/news/6902</guid>
      <link>http://www.phpdeveloper.org/news/6902</link>
      <description><![CDATA[<p>
In a <a href="http://www.mikebernat.com/mikebernat.com/new/?a=article&id=PHP%20Cookies%20vs%20Sessions%20-%20The%20Breakdown">recent post</a> to his blog, <i>Mike Bernat</i> gets down to basics with one of the key pieces of functionality in PHP data persistence - cookies vs. sessions.
</p>
<blockquote>
Knowing the basics of cookies and sessions is essential to any successful PHP programmer. It is useful to store pieces information on the users computer for later use. Things like when they last visited, language of choice, age, etc. Cookies and Sessions are the perfect solution to our needs.
</blockquote>
<p>
He <a href="http://www.mikebernat.com/mikebernat.com/new/?a=article&id=PHP%20Cookies%20vs%20Sessions%20-%20The%20Breakdown">talks about both</a>, including demonstration code to clarify some points and a chart at the end to compare their features, strengths, and weaknesses.
</p>]]></description>
      <pubDate>Thu, 14 Dec 2006 16:58:00 -0600</pubDate>
    </item>
  </channel>
</rss>
