<?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, 22 May 2008 15:10:29 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[ThinkPHP Blog: Accessing Nike+ data with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10191</guid>
      <link>http://www.phpdeveloper.org/news/10191</link>
      <description><![CDATA[<p>
On the ThinkPHP blog today, <i>Stephanie Ehrling</i> has <a href="http://blog.thinkphp.de/archives/323-Accessing-Nike+-data-with-PHP.html">posted about</a> a method for PHP to take in the output of the <a href="http://www.nike.com/nikeplus">Nike+ equipment</a> and put it into a usable form.
</p>
<blockquote>
There is no official API that allows you to use the raw data. Nevertheless the data are sent to the Flash via XML so there is a chance to use them. For PHP Rasmus Lerdorf himself has <a href="http://lerdorf.com/php/nikeplus.phps">implemented a class</a> to access these data. The class allows to authenticate a user and fetch the running data of a user in a XML-Format
</blockquote>
<p>
She gives an example of it in action - simple creation of an object then a call with the username and password. Behind the scenes, the data is pulled in and dropped into a SimpleXML object that includes total distance, total calories burned and data on the most recent run.
</p>]]></description>
      <pubDate>Thu, 15 May 2008 10:26:40 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Marco Tabini's Blog: 5 PHP 5 features you can't afford to ignore]]></title>
      <guid>http://www.phpdeveloper.org/news/10071</guid>
      <link>http://www.phpdeveloper.org/news/10071</link>
      <description><![CDATA[<p>
<i>Marco Tabini</i> has <a href="http://mtabini.blogspot.com/2008/04/5-php-5-features-you-cant-afford-to.html">posted his list</a> of what he considers five features of PHP5 that you "can't afford to ignore" when doing your development work:
</p>
<blockquote>
Despite the fact that you may not have a choice in the matter, upgrading comes with a number of bonus new features that can help you write better code and gain access to new functionality that required a fair amount of hacking in previous version. Here's a quick list of 5 personal favourites.
</blockquote>
<p>
The feature to make his list are SimpleXML, JSON/SOAP, PDO, the Standard PHP Library and SQLite. Each has their own bonus feature(s) included too for a little extra incentive to check them out.
</p>]]></description>
      <pubDate>Tue, 29 Apr 2008 17:06:45 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: A Quick Overview of the XML DOM Extension in PHP 5]]></title>
      <guid>http://www.phpdeveloper.org/news/9705</guid>
      <link>http://www.phpdeveloper.org/news/9705</link>
      <description><![CDATA[<p>
DevShed has started up a new tutorial series today with <a href="http://www.devshed.com/c/a/PHP/A-Quick-Overview-of-the-XML-DOM-Extension-in-PHP-5/">part one</a> of their overview of the DOM extension that's included with PHP5:
</p>
<blockquote>
Simply put, the DOM XML extension, as its name suggests, will permit you to work on XML documents by way of the DOM API. [...] In this article series I'll be discussing some of its most relevant methods and properties and accompanying all of these explanations with concise and instructive hands-on examples.
</blockquote>
<p>
They look at using the DOM to <a href="http://www.devshed.com/c/a/PHP/A-Quick-Overview-of-the-XML-DOM-Extension-in-PHP-5/1/">create new documents</a>, modify documents by <a href="http://www.devshed.com/c/a/PHP/A-Quick-Overview-of-the-XML-DOM-Extension-in-PHP-5/2/">adding additional nodes</a> and converting over a SimpleXML document to <a href="http://www.devshed.com/c/a/PHP/A-Quick-Overview-of-the-XML-DOM-Extension-in-PHP-5/3/">be manipulated</a>.
</p>]]></description>
      <pubDate>Tue, 26 Feb 2008 12:26:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[WebReference.com: XML-Enabled Applications]]></title>
      <guid>http://www.phpdeveloper.org/news/8663</guid>
      <link>http://www.phpdeveloper.org/news/8663</link>
      <description><![CDATA[<p>
WebReference.com has <a href="http://www.webreference.com/programming/php/xml-enabled-applications/">an excerpt posted</a> from one of Packt Publishing's latest PHP-related offerings, "PHP Oracle Web Development: Data processing, Security, Caching, XML, Web Services, and Ajax" (by <i>Yuli Vasiliev</i>). This specific chapter talks about XML-enabled applications and how PHP fits into the mix.
</p>
<blockquote>
Both PHP and Oracle provide comprehensive support for XML and XML-related technologies. Practically, this means you can perform any XML processing either with PHP or inside an Oracle database. [...] This chapter explains how to effectively use XML techniques and technologies available in PHP and Oracle when building XML-enabled PHP/Oracle applications.
</blockquote>
<p>
They <a href="http://www.webreference.com/programming/php/xml-enabled-applications/">cover</a> the processing of XML in PHP/Oracle apps (including the SAX, DOM and SimpleXML methods), working with XPath and processing the XML in the other half of the two - Oracle's XML processing functionality.
</p>
<p>
Check out <a href="http://www.packtpub.com/PHP-Oracle-Web-Development-XML-Ajax-Open-Source/book">the Packt website</a> for more information on the book.
</p>]]></description>
      <pubDate>Mon, 17 Sep 2007 10:24:00 -0500</pubDate>
    </item>
  </channel>
</rss>
