<?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>Fri, 24 May 2013 19:18:32 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPMaster.com: Bending XML to Your Will]]></title>
      <guid>http://www.phpdeveloper.org/news/17453</guid>
      <link>http://www.phpdeveloper.org/news/17453</link>
      <description><![CDATA[<p>
PHPMaster.com has a new tutorial posted today about <a href="http://phpmaster.com/bending-xml-to-your-will/">"bending XML to your will"</a> - working with XML data using the <a href="http://us.php.net/manual/en/ref.xml.php">XML Parser</a> and <a href="http://php.net/simplexml">SimpleXML</a> functionality already included with PHP.
</p>
<blockquote>
If you've ever worked with the Twitter or Facebook APIs, looked at RSS feeds from a website, or made use of some type of RPC calls, you've undoubtedly experienced working with XML. [...] Knowing how to process XML data is a crucial programming skill today, and thankfully, PHP offers multiple ways to read, filter, and even generate XML. In this article I'll explain what exactly XML is, in case you haven't had any experience with it yet, and then dive into a few ways you can use PHP to bend XML to your will.
</blockquote>
<p>
He introduces the concepts and syntax behind XML first for those not accustomed and quickly moves into the tools to parse it. First he looks at the <a href="http://us.php.net/manual/en/ref.xml.php">XML Parser</a>, an event-based parser, and <a href="http://php.net/simplexml">SimpleXML</a>, an easy way to access the contents of a well-formed XML document. Snippets of code are provided for each to show you how to put them into practice.
</p>]]></description>
      <pubDate>Thu, 26 Jan 2012 11:04:44 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Jake Blauzier's Blog: Event-Based AJAX Framework for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10399</guid>
      <link>http://www.phpdeveloper.org/news/10399</link>
      <description><![CDATA[<p>
<i>Jake Blauzier</i> has just posted the last part of his series focusing on the creation of an event-based Ajax framework that works with PHP. It allows for calls to static functions, can return Javascript representations of PHP objects and a "call queue" system to keep things from overlapping.
</p>
<p>Here's the list of the parts of the series:</p>
<ul>
<li><a href="http://www.jacoblauzier.com/blog/2008/05/event-based-ajax-framework-for-php/">Part 1</a> - introduction, sample usage
<li><a href="http://www.jacoblauzier.com/blog/2008/05/event-based-ajax-framework-for-php-part-2/">Part 2</a> - problems in making an event-based ajax callback model (and his solutions) 
<li><a href="http://www.jacoblauzier.com/blog/2008/06/event-based-ajax-framework-for-php-part-3/">Part 3</a> - the use of JSON in the framework
<li><a href="http://www.jacoblauzier.com/blog/2008/06/event-based-ajax-framework-for-php-part-4/">Part 4</a> - implementation of the Scriptifiable interface
<li><a href="http://www.jacoblauzier.com/blog/2008/06/event-based-ajax-framework-for-php-part-5/">Part 5</a> - implementing the Remotable interface
</ul>
<p>
You can download the latest version of his Ajax framework directly <A href="http://www.jacoblauzier.com/blog/wp-content/uploads/2008/05/ajaxframework1.zip">from his blog</a>. 
</p>]]></description>
      <pubDate>Thu, 12 Jun 2008 11:18:31 -0500</pubDate>
    </item>
  </channel>
</rss>
