<?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>ainsliejohnson.com &#187; PHP</title>
	<atom:link href="http://ainsliejohnson.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://ainsliejohnson.com</link>
	<description>Change is the only constant...</description>
	<lastBuildDate>Wed, 19 May 2010 13:13:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress Code Crazy and phpDocumentor</title>
		<link>http://ainsliejohnson.com/2009/10/wordpress-code-crazy-and-phpdocumentor/</link>
		<comments>http://ainsliejohnson.com/2009/10/wordpress-code-crazy-and-phpdocumentor/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 22:32:14 +0000</pubDate>
		<dc:creator>Ainslie Johnson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://ainsliejohnson.com/2009/10/wordpress-code-crazy-and-phpdocumentor/</guid>
		<description><![CDATA[It’s been a long while since I last played around with WordPress themes.  I’d heard that things had moved along to the stage where WordPress themes had become very complicated and more about programming than design, but I’m glad to say, that while some things have changed, they haven’t changed that much.  Once [...]]]></description>
			<content:encoded><![CDATA[<p>It’s been a long while since I last played around with <a href="http://wordpress.org">WordPress</a> themes.</p>  <p>I’d heard that things had moved along to the stage where WordPress themes had become very complicated and more about programming than design, but I’m glad to say, that while some things have changed, they haven’t changed that much.</p>  <p>Once of the most obvious changes is the use of <a href="http://manual.phpdoc.org/">phpDocumentor</a> tags in the default and classic themes. I’m not sure why WordPress have started to use these tags in the themes. I haven’t been able to find any official explanation about why they are being used. Maybe it’s just good practice and part of a wider WordPress code documentation project?</p>  <p>These tags aren’t that significant as far a creating themes are concerned. It has to be borne in mind that these are just comments at the beginning of the file which can be used by phpDocumentor for creating documentation for php projects.</p>  <p>I found these quite useful and have adopted them myself and used more tags to record more details about the theme such as author, version and what needs doing etc. Most WordPress files already have comments at the beginning and indeed throughout the file anyway.</p>  <p>Otherwise things don’t seem to have changed that much and it’s business as usual.</p>]]></content:encoded>
			<wfw:commentRss>http://ainsliejohnson.com/2009/10/wordpress-code-crazy-and-phpdocumentor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
