<?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>David Edwards&#039; Blog &#187; This Site</title>
	<atom:link href="http://davidedwardsphotos.com/blog/category/this-site/feed" rel="self" type="application/rss+xml" />
	<link>http://davidedwardsphotos.com/blog</link>
	<description>A bit of riding, walking, kicking and other stuff!</description>
	<lastBuildDate>Tue, 04 May 2010 03:30:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Debugging WordPress PHP Errors</title>
		<link>http://davidedwardsphotos.com/blog/2009/08/08/debugging-wordpress-500-errors</link>
		<comments>http://davidedwardsphotos.com/blog/2009/08/08/debugging-wordpress-500-errors#comments</comments>
		<pubDate>Sat, 08 Aug 2009 06:22:32 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[This Site]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[mod_php]]></category>
		<category><![CDATA[mod_suphp]]></category>
		<category><![CDATA[parsing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://davidedwardsphotos.com/blog/?p=373</guid>
		<description><![CDATA[During my recent them upgrade I had some challenges with the Now Reading Reloaded plugin for WordPress and the frustrating &#8220;HTTP 500: Internal Server Error&#8221; messages. This took me on a journey of exploration into how the php modules used by WordPress and its plugins ended up as HTML on my browser and what logs [...]


No related posts.]]></description>
		<wfw:commentRss>http://davidedwardsphotos.com/blog/2009/08/08/debugging-wordpress-500-errors/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying a Code Block</title>
		<link>http://davidedwardsphotos.com/blog/2009/08/07/displaying-a-code-block</link>
		<comments>http://davidedwardsphotos.com/blog/2009/08/07/displaying-a-code-block#comments</comments>
		<pubDate>Fri, 07 Aug 2009 09:49:22 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[This Site]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[pre]]></category>

		<guid isPermaLink="false">http://davidedwardsphotos.com/blog/?p=351</guid>
		<description><![CDATA[Here&#8217;s a challenge&#8230; the WordPress &#8220;Add New Post&#8221; page that I&#8217;m currently using to type this post into has a button labeled &#8220;code&#8220;. If you select a chunk of code (such as the CSS I&#8217;ll put later) it wraps the &#60;code&#62; and &#60;\code&#62; tags around it. Depending on the CSS you have mapped to the [...]


Related posts:<ol><li><a href='http://davidedwardsphotos.com/blog/2009/08/07/creating-a-set-of-share-links' rel='bookmark' title='Permanent Link: Creating a Set of Share Links'>Creating a Set of Share Links</a></li>
<li><a href='http://davidedwardsphotos.com/blog/2009/06/08/added-a-few-more-bitsnbobs' rel='bookmark' title='Permanent Link: Added a few more bits&#8217;n'bobs'>Added a few more bits&#8217;n'bobs</a></li>
<li><a href='http://davidedwardsphotos.com/blog/2009/08/06/updating-a-theme-css-challenges' rel='bookmark' title='Permanent Link: Updating a theme; CSS Challenges'>Updating a theme; CSS Challenges</a></li>
</ol>]]></description>
		<wfw:commentRss>http://davidedwardsphotos.com/blog/2009/08/07/displaying-a-code-block/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Set of Share Links</title>
		<link>http://davidedwardsphotos.com/blog/2009/08/07/creating-a-set-of-share-links</link>
		<comments>http://davidedwardsphotos.com/blog/2009/08/07/creating-a-set-of-share-links#comments</comments>
		<pubDate>Fri, 07 Aug 2009 06:57:15 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[This Site]]></category>
		<category><![CDATA[alignment]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://davidedwardsphotos.com/blog/?p=323</guid>
		<description><![CDATA[When redesigning my theme, I wanted to include a standard set of &#8220;share&#8221; links (or &#8220;social links&#8221; or &#8220;story tools&#8221;) for the posts and pages, featuring the usual print, email, rss and social-bookmarking links. Many people use the Sociable and ShareThis plugins for all of these, but I wanted to have a structure with separate [...]


Related posts:<ol><li><a href='http://davidedwardsphotos.com/blog/2009/08/06/updating-a-theme-new-layout' rel='bookmark' title='Permanent Link: Updating a theme; New Layout'>Updating a theme; New Layout</a></li>
<li><a href='http://davidedwardsphotos.com/blog/2009/08/07/displaying-a-code-block' rel='bookmark' title='Permanent Link: Displaying a Code Block'>Displaying a Code Block</a></li>
<li><a href='http://davidedwardsphotos.com/blog/2009/08/07/tweaking-the-now-reading-plugin' rel='bookmark' title='Permanent Link: Tweaking the Now Reading Plugin'>Tweaking the Now Reading Plugin</a></li>
</ol>]]></description>
		<wfw:commentRss>http://davidedwardsphotos.com/blog/2009/08/07/creating-a-set-of-share-links/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing WP Plugin Customisation</title>
		<link>http://davidedwardsphotos.com/blog/2009/08/07/managing-wp-plugin-customisation</link>
		<comments>http://davidedwardsphotos.com/blog/2009/08/07/managing-wp-plugin-customisation#comments</comments>
		<pubDate>Fri, 07 Aug 2009 03:56:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[This Site]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://davidedwardsphotos.com/blog/?p=310</guid>
		<description><![CDATA[One of the great things about WordPress is the plethora of plugins that the user community has developed to extend and enhance the basic blog functionality. Some plugins, such as WP-PluginsUsed, are simple and add a function or two you can embed in a page and are implemented as a single php file. Others, such [...]


Related posts:<ol><li><a href='http://davidedwardsphotos.com/blog/2009/08/07/tweaking-the-now-reading-plugin' rel='bookmark' title='Permanent Link: Tweaking the Now Reading Plugin'>Tweaking the Now Reading Plugin</a></li>
<li><a href='http://davidedwardsphotos.com/blog/2009/03/21/got-now-reading-working' rel='bookmark' title='Permanent Link: Got Now-Reading working'>Got Now-Reading working</a></li>
<li><a href='http://davidedwardsphotos.com/blog/2009/08/07/creating-a-set-of-share-links' rel='bookmark' title='Permanent Link: Creating a Set of Share Links'>Creating a Set of Share Links</a></li>
</ol>]]></description>
		<wfw:commentRss>http://davidedwardsphotos.com/blog/2009/08/07/managing-wp-plugin-customisation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating a theme; New Layout</title>
		<link>http://davidedwardsphotos.com/blog/2009/08/06/updating-a-theme-new-layout</link>
		<comments>http://davidedwardsphotos.com/blog/2009/08/06/updating-a-theme-new-layout#comments</comments>
		<pubDate>Thu, 06 Aug 2009 10:10:26 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[This Site]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[page layout]]></category>

		<guid isPermaLink="false">http://davidedwardsphotos.com/blog/?p=286</guid>
		<description><![CDATA[One of the key drivers for changing the theme was to break out of the &#8220;boxiness&#8221; that was common to many themes available. The old theme, and many that are available consist of a main box for all the content (so the blog is in the middle of the page and not stretched to fit [...]


Related posts:<ol><li><a href='http://davidedwardsphotos.com/blog/2009/08/06/updating-a-theme-css-challenges' rel='bookmark' title='Permanent Link: Updating a theme; CSS Challenges'>Updating a theme; CSS Challenges</a></li>
<li><a href='http://davidedwardsphotos.com/blog/2009/08/07/creating-a-set-of-share-links' rel='bookmark' title='Permanent Link: Creating a Set of Share Links'>Creating a Set of Share Links</a></li>
</ol>]]></description>
		<wfw:commentRss>http://davidedwardsphotos.com/blog/2009/08/06/updating-a-theme-new-layout/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

