<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adam Trachtenberg &#187; articles</title>
	<atom:link href="http://www.trachtenberg.com/blog/tag/articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trachtenberg.com/blog</link>
	<description>Thoughts on PHP, eBay, and too many technical topics for my family's liking.</description>
	<lastBuildDate>Tue, 24 Aug 2010 21:39:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why PHP 5 Rocks!</title>
		<link>http://www.trachtenberg.com/blog/2004/07/15/why-php-5-rocks/</link>
		<comments>http://www.trachtenberg.com/blog/2004/07/15/why-php-5-rocks/#comments</comments>
		<pubDate>Fri, 16 Jul 2004 00:35:00 +0000</pubDate>
		<dc:creator>Adam Trachtenberg</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.trachtenberg.com/wordpress/?p=40</guid>
		<description><![CDATA[I have a new article up on the O&#8217;Reilly Network: Why PHP 5 Rocks!.
This piece covers all the reasons I&#8217;m very excited about PHP 5, and in particular lists my top seven favorite features. In short, they are:

Robust Support for OOP
Completely Rewritten MySQL Extension
A Suite of Interoperable XML Tools
An Embedded Database with SQLite
Cleaner Error Handling [...]]]></description>
			<content:encoded><![CDATA[<p>I have a new article up on the O&#8217;Reilly Network: <i><a href="http://www.onlamp.com/pub/a/php/2004/07/15/UpgradePHP5.html">Why PHP 5 Rocks!</a></i>.</p>
<p>This piece covers all the reasons I&#8217;m very excited about PHP 5, and in particular lists my top seven favorite features. In short, they are:</p>
<ul>
<li>Robust Support for OOP</li>
<li>Completely Rewritten MySQL Extension</li>
<li>A Suite of Interoperable XML Tools</li>
<li>An Embedded Database with SQLite</li>
<li>Cleaner Error Handling with Exceptions</li>
<li>A First-Class SOAP Implementation</li>
<li>Iterators</li>
</ul>
<p>For more details, you&#8217;ll need to read the article. In a few weeks, I&#8217;ll try and run a companion piece, <i>Why PHP 5 Sucks!</i>, which will go ahead and attack all the points I made in my original article.</p>
<p>Am I schizophrenic? Maybe, but it sounds fun nevertheless. It also ties into my OSCON session <i><a href="http://conferences.oreillynet.com/cs/os2004/view/e_sess/5467">Why PHP 5 Sucks! Why PHP 5 Rocks!</a></i>, so it&#8217;s a good way for me to get moving on my slides.</p>
<img src="http://www.trachtenberg.com/blog/?ak_action=api_record_view&id=40&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.trachtenberg.com/blog/2004/07/15/why-php-5-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5 Meets XML and the DOM</title>
		<link>http://www.trachtenberg.com/blog/2004/02/20/php-5-meets-xml-and-the-dom/</link>
		<comments>http://www.trachtenberg.com/blog/2004/02/20/php-5-meets-xml-and-the-dom/#comments</comments>
		<pubDate>Fri, 20 Feb 2004 04:00:00 +0000</pubDate>
		<dc:creator>Adam Trachtenberg</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.trachtenberg.com/wordpress/?p=49</guid>
		<description><![CDATA[I have a new piece on PHP 5, XML, and the DOM in International PHP Magazine.
]]></description>
			<content:encoded><![CDATA[<p>I have a new piece on <a href="http://www.php-mag.net/itr/online_artikel/psecom,id,503,nodeid,114.html">PHP 5, XML, and the DOM</a> in <a href="http://www.php-mag.net/">International PHP Magazine.</a></p>
<img src="http://www.trachtenberg.com/blog/?ak_action=api_record_view&id=49&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.trachtenberg.com/blog/2004/02/20/php-5-meets-xml-and-the-dom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP and SOAP</title>
		<link>http://www.trachtenberg.com/blog/2003/07/03/php-and-soap/</link>
		<comments>http://www.trachtenberg.com/blog/2003/07/03/php-and-soap/#comments</comments>
		<pubDate>Thu, 03 Jul 2003 04:00:00 +0000</pubDate>
		<dc:creator>Adam Trachtenberg</dc:creator>
				<category><![CDATA[Web Services]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.trachtenberg.com/wordpress/?p=54</guid>
		<description><![CDATA[I wrote an article for ONLamp.com on Web Services and PHP, specifically creating a SOAP client to query Amazon.com. My follow-up piece, which does the same thing using REST instead of SOAP should arrive in October. (It&#8217;s already done and in the article queue.)
]]></description>
			<content:encoded><![CDATA[<p>I wrote an article for <a href="http://www.onlamp.com">ONLamp.com</a> on <a href="http://www.onlamp.com/pub/a/php/2003/07/03/php_amazon_soap.html">Web Services and PHP</a>, specifically creating a SOAP client to query Amazon.com. My follow-up piece, which does the same thing using REST instead of SOAP should arrive in October. (It&#8217;s already done and in the article queue.)</p>
<img src="http://www.trachtenberg.com/blog/?ak_action=api_record_view&id=54&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.trachtenberg.com/blog/2003/07/03/php-and-soap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building and Installing PHP on Mac OS X</title>
		<link>http://www.trachtenberg.com/blog/2003/01/17/building-and-installing-php-on-mac-os-x/</link>
		<comments>http://www.trachtenberg.com/blog/2003/01/17/building-and-installing-php-on-mac-os-x/#comments</comments>
		<pubDate>Fri, 17 Jan 2003 04:00:00 +0000</pubDate>
		<dc:creator>Adam Trachtenberg</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.trachtenberg.com/wordpress/?p=57</guid>
		<description><![CDATA[My most recent piece is PHP 4.3 and Mac OS X, which details how to configure and install the latest version of PHP on your Mac OS X box.
]]></description>
			<content:encoded><![CDATA[<p>My most recent piece is <i><a href="http://www.onlamp.com/pub/a/php/2003/01/17/phpcookbook.html">PHP 4.3 and Mac OS X</a></i>, which details how to configure and install the latest version of PHP on your Mac OS X box.</p>
<img src="http://www.trachtenberg.com/blog/?ak_action=api_record_view&id=57&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.trachtenberg.com/blog/2003/01/17/building-and-installing-php-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP, i18n, and l10n</title>
		<link>http://www.trachtenberg.com/blog/2002/11/28/php-i18n-and-l10n/</link>
		<comments>http://www.trachtenberg.com/blog/2002/11/28/php-i18n-and-l10n/#comments</comments>
		<pubDate>Thu, 28 Nov 2002 04:00:00 +0000</pubDate>
		<dc:creator>Adam Trachtenberg</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.trachtenberg.com/wordpress/?p=59</guid>
		<description><![CDATA[My first ONLamp.Com article is on Internationalization and Localization with PHP. This piece is almost completely based on material from PHP Cookbook, so it&#8217;s a good preview of our text.
]]></description>
			<content:encoded><![CDATA[<p>My first ONLamp.Com article is on <i><a href="http://www.onlamp.com/pub/a/php/2002/11/28/php_i18n.html">Internationalization and Localization with PHP</a></i>. This piece is almost completely based on material from <i>PHP Cookbook</i>, so it&#8217;s a good preview of our text.</p>
<img src="http://www.trachtenberg.com/blog/?ak_action=api_record_view&id=59&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.trachtenberg.com/blog/2002/11/28/php-i18n-and-l10n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

