<?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>Martin Paling &#187; wordpress</title>
	<atom:link href="http://martinpaling.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://martinpaling.com</link>
	<description>Audio Field Recording Blog</description>
	<lastBuildDate>Mon, 08 Mar 2010 08:51:15 +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 and the Blank Screen of Death</title>
		<link>http://martinpaling.com/2009/06/09/wordpress-and-the-blank-screen-of-death/</link>
		<comments>http://martinpaling.com/2009/06/09/wordpress-and-the-blank-screen-of-death/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 08:21:22 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[My Blog]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://martinpaling.com/?p=426</guid>
		<description><![CDATA[I experienced my first blank screen of death in Wordpress about two months ago (not bad going considering the amount of wordpress sites I edit/administer.) when I was working on an install of WPMU, the developer I was working with figured out the issue really quickly. An empty line before or after the opening or [...]]]></description>
			<content:encoded><![CDATA[<p>I experienced my first blank screen of death in Wordpress about two months ago (not bad going considering the amount of wordpress sites I edit/administer.) when I was working on an install of WPMU, the developer I was working with figured out the issue really quickly.<span id="more-426"></span> An empty line before or after the opening or closing php declerations:</p>
<blockquote><p>&lt;?php <em>Code Here</em>  ?&gt;</p></blockquote>
<p>And the answer was to try the following:</p>
<ul>
<li>Uninstall all plugins (No Joy!)</li>
<li>Revert to default theme (No joy)</li>
<li>Upload fresh theme (Implication being you haven&#8217;t messed with it &#8211; no joy)</li>
</ul>
<p>When none of that worked the only solution was to trawl through all of our files until we found one with an empty line &#8211; fortunately the search started and stopped with the config file which we&#8217;d recently edited.</p>
<div class="home-ad"><script type="text/javascript"><!--
google_ad_client = "pub-2194627615786669";
google_ad_slot = "9806401175";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p>Then a few weeks later and yet again it was my config file and this time a google search showed <a href="http://www.colinmcnulty.com/blog/2008/07/08/solution-to-wordpress-blank-screen-of-death/">I wasn&#8217;t alone in having this issue</a>.</p>
<p>Once I could put down to bad editing, but twice seemed a bit much. I figured it must be my editor WebDesign by Rage Software, so I switched to Text Wrangler.</p>
<p>Then yesterday while installing a wordpress site for a friend I got the following php error during the installation: </p>
<blockquote><p><strong>Warning</strong>: Cannot modify header information &#8211; headers already sent by (output started at /home/account/public_html/test-site/wp-config.php:153) in <strong>/home/account/public_html/test-site/wp-login.php</strong> on line <strong>255</strong></p></blockquote>
<p>A quick Google later and yet again it seems that it&#8217;s an empty space in the config file, and yes i&#8217;ve used WebDesign again to edit it!</p>
<p>So I decide to compare the code (In Text Wrangler) from my affected file to that of a healthy one, and look what turns up:</p>
<div id="attachment_431" class="wp-caption aligncenter" style="width: 519px"><a href="http://martinpaling.com/wp-content/uploads/2009/06/picture-12.png"><img class="size-full wp-image-431 " title="Image grab of comments from healthy config file" src="http://martinpaling.com/wp-content/uploads/2009/06/picture-12.png" alt="Image grab of comments from healthy config file" width="509" height="186" /></a><p class="wp-caption-text">Image grab of comments from healthy config file</p></div>
<p>That&#8217;s as you would expect, now look at what WebDesign did to it:</p>
<p> </p>
<div id="attachment_430" class="wp-caption aligncenter" style="width: 535px"><a href="http://martinpaling.com/wp-content/uploads/2009/06/picture-41.png"><img class="size-full wp-image-430" title="Image grab of comments from nasty file" src="http://martinpaling.com/wp-content/uploads/2009/06/picture-41.png" alt="Image grab of comments from nasty file" width="525" height="357" /></a><p class="wp-caption-text">Image grab of comments from nasty file</p></div>
<p>Empty spaces everywhere! Either it&#8217;s adding them by default or I&#8217;ve ticked an option somewhere. From now on i&#8217;ll just have to use Text Wrangler as default &#8211; which is no hardship, I just wish I could set the text to soft wrap as default &#8211; I seem to have to enable it everytime I load up!</p>
]]></content:encoded>
			<wfw:commentRss>http://martinpaling.com/2009/06/09/wordpress-and-the-blank-screen-of-death/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Premium Wordpress Themes and Laziness</title>
		<link>http://martinpaling.com/2009/05/23/premium-wordpress-themes-and-laziness/</link>
		<comments>http://martinpaling.com/2009/05/23/premium-wordpress-themes-and-laziness/#comments</comments>
		<pubDate>Fri, 22 May 2009 23:55:17 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[My Blog]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://martinpaling.com/?p=312</guid>
		<description><![CDATA[I admit it I was far to lazy do create my own wordpress theme for this site, I seem to have spent the last 2 months working on code, wordpress themes and web site designs&#8230; the truth is I&#8217;d much rather be doing something else. So the prospect of designing and coding my own wordpress [...]]]></description>
			<content:encoded><![CDATA[<p>I admit it I was far to lazy do create my own wordpress theme for this site, I seem to have spent the last 2 months working on code, wordpress themes and web site designs&#8230; the truth is I&#8217;d much rather be doing something else. So the prospect of designing and coding my own wordpress theme was just one step too far. I&#8217;d never bought a premium wordpress theme before and hadn&#8217;t really intended on doing so. What I needed for my site was something that dealt with video embedding nicely I first looked at the free <a href="http://www.zoomstart.com/videographer-wordpress-theme/">Videographer theme</a> by Zoomstart. It worked fairly well, but perhaps wasn&#8217;t pretty enough and would have required a bit of extra work. My hunt around the web and the wordpress theme repositories didn&#8217;t pull up anything useful or even that useable for my needs.</p>
<div class="home-ad"><script type="text/javascript"><!--
google_ad_client = "pub-2194627615786669";
google_ad_slot = "9806401175";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p>Then I happened across the <a href="http://www.studiopress.com/themes/tubular">Tubular theme</a> by Brian Gardner and available from <a href="http://www.studiopress.com/">Studiopress</a>. Video embedding is dealt with very well, and it&#8217;s attractive out of the box, the code is nicely laid out and the css is easy to edit &#8211; all in all it&#8217;s a very nice package and as you would expect (you hope) from a premium wordpress theme there&#8217;s good support available in the support forums.</p>
<p>I know some people would reel at the thought of paying for a premium theme when there are so many good free themes out there&#8230; but I&#8217;m just happy to have something that works and if that means spending a little money so be it.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinpaling.com/2009/05/23/premium-wordpress-themes-and-laziness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From Gallery2 to Wordpress</title>
		<link>http://martinpaling.com/2009/05/20/from-gallery2-to-wordpress/</link>
		<comments>http://martinpaling.com/2009/05/20/from-gallery2-to-wordpress/#comments</comments>
		<pubDate>Wed, 20 May 2009 22:20:27 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[My Blog]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://martinpaling.com/?p=290</guid>
		<description><![CDATA[After over a year using Gallery2 to display my audio recordings i&#8217;ve decided to give it the axe. Part of my decision was the need to move the audio files off of my hosting account and save myself some bandwidth but also because I&#8217;ve grown a little unhappy with Gallery2. Ultimately it is designed as [...]]]></description>
			<content:encoded><![CDATA[<p>After over a year using Gallery2 to display my audio recordings i&#8217;ve decided to give it the axe. Part of my decision was the need to move the audio files off of my hosting account and save myself some bandwidth but also because I&#8217;ve grown a little unhappy with Gallery2. Ultimately it is designed as an image gallery  - but even so I&#8217;ve found it to be a complicated, over designed resources hog. <a href="http://gallery.menalto.com/gallery_3_begins">Gallery3</a> is currently in development and maybe that will be better. But I don&#8217;t think it&#8217;s an environment that&#8217;s going to work displaying audio recordings. Also I can&#8217;t help but think that a Wordpress installation with the right plugins can produce something just as effective as Gallery2 and possibly even Gallery3.</p>
<div class="home-ad"><script type="text/javascript"><!--
google_ad_client = "pub-2194627615786669";
google_ad_slot = "9806401175";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p><a href="http://www.dsamedia.co.uk/">DSA Media</a> made us a great gallery/album system for <a href="http://sceno.org/">Scenography &#8211; The Theatre Design Website</a>, it&#8217;s simplicity is genius compared to a Gallery2 installation it&#8217;s a real dream and so easy to maintain and use.</p>
<p>I&#8217;ve now converted my audio files to movie files and hosted them on <a href="http://www.vimeo.com">Vimeo</a>. They&#8217;re all in here and you may browse through them using the categories link on the right.</p>
<p>More about using Vimeo later!</p>
]]></content:encoded>
			<wfw:commentRss>http://martinpaling.com/2009/05/20/from-gallery2-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
