<?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, 16 May 2008 00:28:59 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: PHP Abstract Podcast Episode 40: Data Importing]]></title>
      <guid>http://www.phpdeveloper.org/news/10195</guid>
      <link>http://www.phpdeveloper.org/news/10195</link>
      <description><![CDATA[<p>
The Zend Developer Zone has posted <a href="http://devzone.zend.com/article/3530-PHP-Abstract-Podcast-Episode-40-Data-Importing">their latest episode</a> of the PHP Abstract podcast series. This time, <i>Cal</i>'s brought in <i>Lorna Mitchell</i> from Ibuildings to talk about importing data.
</p>
<blockquote>
Today our special guest is Lorna Mitchell. Lorna is a Developer at Ibuildings in the UK, and is based in Leeds in the North of England. She is a Zend Certified Engineer and the senior member for phpwomen.org in Europe. Today, Lorna will be talking to us about Data Importing.
</blockquote>
<p>
There's three ways to get this new episode - you can either download <a href="http://s3.amazonaws.com/php.abstract.2008/php_abstract_episode_040.mp3">the mp3</a> of the show, listen using the <a href="http://devzone.zend.com/article/3530-PHP-Abstract-Podcast-Episode-40-Data-Importing">in-page player</a> or subscribe to <a href="http://feeds.feedburner.com/phpabstract">the show's feed</a> and get this and other great episodes automatically.
</p>]]></description>
      <pubDate>Thu, 15 May 2008 15:24:10 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Greg Szorc's Blog: Using DTD's and Catalogs for XHTML Validation]]></title>
      <guid>http://www.phpdeveloper.org/news/9949</guid>
      <link>http://www.phpdeveloper.org/news/9949</link>
      <description><![CDATA[<p>
<i>Greg Szorc</i> shows how, in <a href="http://blog.case.edu/gps10/2008/04/06/using_dtds_and_catalogs_for_xhtml_validation">this entry</a> on his blog, to use DTDs and catalogs to validate your XHTML pages with a little help from PHP.
</p>
<blockquote>
This [validation from an external site like the W3C validator] approach is a good start, but it is far from ideal because it is based on an honor system of sorts. You often forget to validate each change you make and there is always some corner case that you forget. So, what can be done about it? Well, if you find yourself developing in PHP, you can employ the following solution.
</blockquote>
<p>
The code <a href="http://blog.case.edu/gps10/2008/04/06/using_dtds_and_catalogs_for_xhtml_validation">he includes</a> pulls in the XHTML content from your page (or the output of the framework's view layer) and pushes it into a DOMDocument that's build with the LIBXML_DTDLOAD and LIBXML_DTDATTR options.
</p>]]></description>
      <pubDate>Thu, 10 Apr 2008 11:29:48 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer Tutorials Blog: Working With Wordpress Offline Like a Pro]]></title>
      <guid>http://www.phpdeveloper.org/news/9947</guid>
      <link>http://www.phpdeveloper.org/news/9947</link>
      <description><![CDATA[<p>
On the Developer Tutorials blog, there's a <a href="http://www.developertutorials.com/blog/design/working-with-wordpress-offline-like-a-pro-112/">new post</a> showing you what all you'll need to install to work with WordPress offline "like a pro" on your local machine.
</p>
<blockquote>
I used to work off of my web server but the problem I've had lately is that when I'm not connected to the internet I haven't been able to code for Wordpress in a way that allows me to view my changes. Since I started using the techniques used in this tutorial my productivity has increased significantly.
</blockquote>
<p>
<a href="http://www.developertutorials.com/blog/design/working-with-wordpress-offline-like-a-pro-112/">His method</a> has you install <a href="http://www.mamp.info/en/index.php">MAMP</a> on your local machine (for the Windows users, <a href="http://www.wampserver.com/en/">WAMP</a> is just about as easy to set up) and how to import content over from your remote server to the local machine. Of course, you could just set up a subversion repository, but that's another tutorial...
</p>]]></description>
      <pubDate>Thu, 10 Apr 2008 09:48:51 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP 10.0 Blog: Namespaces FAQ]]></title>
      <guid>http://www.phpdeveloper.org/news/8485</guid>
      <link>http://www.phpdeveloper.org/news/8485</link>
      <description><![CDATA[<p>
The PHP 10.0 Blog has the <a href="http://php100.wordpress.com/2007/08/17/namespaces-faq/">quick and dirty</a> version posted today of the <a href="http://cvs.php.net/viewvc.cgi/php-src/README.namespaces?view=markup">full namespaces readme</a> that's been posted about the upcoming namespace support in PHP.
<p>
<blockquote>
We now have an implementation of <a href="http://php100.wordpress.com/2007/07/05/namespaces-can-we-keep-it-simple/">namespaces</a> in PHP 6 HEAD, so here's a short FAQ about how they work for those that are too laz^H^H^Hbusy to read the whole <a href="http://cvs.php.net/viewvc.cgi/php-src/README.namespaces?view=markup">README.namespaces</a>.
</blockquote>
<p>
It's an FAQ sort of list (quick questions and answers) with <a href="http://php100.wordpress.com/2007/08/17/namespaces-faq/">eleven questions</a> that give an overview of what will be supported. This includes why they've been implemented, what some of the syntax is and looks like and how they can be used in files.
</p>
<blockquote>
Also note namespaces are still work in progress, so it may happen it would be changed a lot when it’s released.
</blockquote>]]></description>
      <pubDate>Mon, 20 Aug 2007 09:26:00 -0500</pubDate>
    </item>
  </channel>
</rss>
