<?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 22:07:05 -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[PHPBuilder.com: PHP Object Remoting in Flex]]></title>
      <guid>http://www.phpdeveloper.org/news/9816</guid>
      <link>http://www.phpdeveloper.org/news/9816</link>
      <description><![CDATA[<p>
The PHPBuilder.com site has a <a href="http://www.phpbuilder.com/columns/ben_robinson_20080314.php3">new tutorial</a> showing you how to interface PHP with Adobe's Flex functionality and to use remoting to let them "talk".
</p>
<p>
They dive right in, throwing download links at you and working through setup steps to get your environment up and running. With that out of the way, they show how to get the demo set up that uses their weborb framework.
</p>
<p>
The end result of <a href="http://www.phpbuilder.com/columns/ben_robinson_20080314.php3">the article</a> is a simple Flex/PHP application that pulls information from the database and pushes it into a datagraid for display.
</p>]]></description>
      <pubDate>Tue, 18 Mar 2008 12:05:53 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: The value of Web services for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9773</guid>
      <link>http://www.phpdeveloper.org/news/9773</link>
      <description><![CDATA[<p>
<i>Korynn Bohn</i> has posted <a href="http://devzone.zend.com/article/3246-The-value-of-Web-services-for-PHP">a new tutorial/article</a> on the Zend Developer Zone website that talks about (and advocates for) web services.
</p>
<blockquote>
Web services are the coolest technology I know of that ends up turning everyone off. I don't know about you, but when I go to a lecture on Web services, invariably tons of acronyms come out [...] and then I start to nod off and dream about a land where free Krispy Kreme donuts grow on trees.
</blockquote>
<p>
He reframes the web services world away from the acronyms and strict standards to more towards using it as a method of communication between apps, letting them engage in some friendly conversation. He uses the rest of the tutorial <a href="http://devzone.zend.com/article/3246-The-value-of-Web-services-for-PHP">showing how</a> to create an RSS reader of sorts using dashes of PEAR, XML, C#, XSLT, Ajax and Flex.
</p>]]></description>
      <pubDate>Tue, 11 Mar 2008 08:07:14 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Alessandro Crugnola's Blog: AMFPHP and mbstring]]></title>
      <guid>http://www.phpdeveloper.org/news/8825</guid>
      <link>http://www.phpdeveloper.org/news/8825</link>
      <description><![CDATA[<p>
<i>Alessandro Crugnola</i> was <a href="http://www.sephiroth.it/weblog/archives/2007/10/amfphp_and_mbstring.php">struggling with an application</a> he was developing (with Flex and PHP) where his local PHP installation worked just fine but his remote system errored on the same code:
</p>
<blockquote>
Connecting to the service browser I was receiving the error "Channel.Ping.Failed" error and investingating a bit more in the fault message I discovered that the source error was: "The class {Amf3Broker} could not be found under the class path {/var/htdocs/amfphp/services/amfphp/Amf3Broker.php}" and the Amf3Broker php class does not exists anywhere in amfphp!
</blockquote>
<p>
Despite some default settings he found, though, things still weren't loading correctly. Finally, he found the culprit - <a href="http://www.php.net/mbstring">mbstring</a>. One server had the setting to overload the strings and the other didn't resulting in the return of corrupted data from the amfphp stream.
</p>]]></description>
      <pubDate>Fri, 12 Oct 2007 09:23:00 -0500</pubDate>
    </item>
  </channel>
</rss>
