<?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>gearoidc.com</title>
	<atom:link href="http://gearoidc.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gearoidc.com</link>
	<description></description>
	<lastBuildDate>Fri, 22 Jan 2010 20:03:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Something Recursive</title>
		<link>http://gearoidc.com/2010/01/22/something-recursive/</link>
		<comments>http://gearoidc.com/2010/01/22/something-recursive/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 20:03:47 +0000</pubDate>
		<dc:creator>gearoid</dc:creator>
				<category><![CDATA[badly drawn comic]]></category>

		<guid isPermaLink="false">http://bdc.gearoidc.com/?p=139</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Something Recursive" src="http://farm5.static.flickr.com/4069/4295427725_8f47ba058d.jpg" alt="" width="400" height="187" /></p>
]]></content:encoded>
			<wfw:commentRss>http://gearoidc.com/2010/01/22/something-recursive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Did you say something?</title>
		<link>http://gearoidc.com/2009/09/30/did-you-say-something/</link>
		<comments>http://gearoidc.com/2009/09/30/did-you-say-something/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 12:25:07 +0000</pubDate>
		<dc:creator>gearoid</dc:creator>
				<category><![CDATA[badly drawn comic]]></category>

		<guid isPermaLink="false">http://bdc.gearoidc.com/?p=132</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://farm4.static.flickr.com/3524/3968967288_474c9f396f_o.jpg" alt="" width="400" height="316" /></p>
]]></content:encoded>
			<wfw:commentRss>http://gearoidc.com/2009/09/30/did-you-say-something/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing multiple domains in Wordpress MU</title>
		<link>http://gearoidc.com/2009/09/15/managing-multiple-domains-in-wordpress-mu/</link>
		<comments>http://gearoidc.com/2009/09/15/managing-multiple-domains-in-wordpress-mu/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 13:25:48 +0000</pubDate>
		<dc:creator>gearoid</dc:creator>
				<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://blog.gearoidc.com/?p=21</guid>
		<description><![CDATA[update: 2009-09-30 Strike&#8217;d out steps that are not needed
These steps have been tested using Apache on a VPS using Parallels Plesk environment but they can be applied to any similar setup. For the purposes of this post lets say you have the following domains: rootdomain.com, otherdomain1.com &#38; otherdomain2.com that you want to manage from one [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>update: 2009-09-30 <span style="text-decoration: line-through">Strike&#8217;d out</span> steps that are not needed</p></blockquote>
<p>These steps have been tested using Apache on a VPS using Parallels Plesk environment but they can be applied to any similar setup. For the purposes of this post lets say you have the following domains: rootdomain.com, otherdomain1.com &amp; otherdomain2.com that you want to manage from one Wordpress MU setup.</p>
<h3>Organise the domains</h3>
<p>Create the following subdomains off rootdomain.com</p>
<p style="padding-left: 30px">sites.rootdomain.com <span style="text-decoration: line-through">, od1.sites.rootdomain.com &amp; od2.sites.rootdomain.com</span></p>
<p>( <span style="text-decoration: line-through">note these are 3 seperate sub domain names and that od1/od2 are not subdomains of sites.rootdomain.com</span> )</p>
<p><span id="more-21"></span></p>
<h3>Software</h3>
<ul>
<li>Install Wordpress MU under sites.rootdomain.com</li>
</ul>
<ul>
<li>Download and install <a href="http://ocaoimh.ie/wordpress-mu-domain-mapping/" target="_blank">WordPress MU Domain Mapping plugin</a> by Donncha O Caoimh. I installed this in the mu-plugins directory</li>
</ul>
<h3>Command line work</h3>
<p>For each of the following domains otherdomain1.com and otherdomain2.com</p>
<pre style="padding-left: 30px"><strong>ln</strong> otherdomain1.com webroot directory to sites.rootdomain.com webroot directory
  <em>$&gt; cd /var/www/vhosts/otherdomain1.com</em>
  <em>$&gt; ln -s /var/www/vhosts/rootdomain/subdomains/sites/httpdocs httpdocs</em></pre>
<p><span style="text-decoration: line-through">Now link the od1.sites.rootdomain.com to sites.rootdomain.com</span></p>
<pre style="padding-left: 30px"><span style="text-decoration: line-through"><strong>ln</strong> od1.sites.rootdomain webroot directory to sites.rootdomain.com webroot directory</span>
  <em><span style="text-decoration: line-through">$&gt; cd /var/www/vhosts/rootdomain/subdomains/od1.sites/</span>
  <span style="text-decoration: line-through">$&gt; ln -s /var/www/vhosts/rootdomain/subdomains/sites/httpdocs httpdocs</span></em></pre>
<h3>Configuring Apache</h3>
<p>To get Apache to follow the links that were setup above, under my Plesk install, I added the following rules to <em>/etc/apache2/conf.d/subdomain.conf</em></p>
<pre style="padding-left: 30px"><span style="text-decoration: line-through">&lt;Directory  /var/www/vhosts/rootdomain.com/subdomains/od1.sites/&gt;</span>
   <span style="text-decoration: line-through">Options Indexes ExecCGI +FollowSymLinks MultiViews</span>
<span style="text-decoration: line-through">&lt;/Directory&gt;</span>

&lt;Directory  /var/www/vhosts/otherdomain1.com/&gt;
   Options Indexes ExecCGI +FollowSymLinks MultiViews
&lt;/Directory&gt;</pre>
<p>Restart Apache.</p>
<h3>Configure domains in Wordpress</h3>
<p>Login to your Wordpress install @ http://sites.rootdomain.com/wp-admin/ and for each of the other domains create a blog of the same name as the subdomain created, so for <strong>otherdomain1.com</strong> create a blog called <strong>od1</strong>. When the domain is created go to its backend admin. Click the <strong>Domain Mapping</strong> link under Tools. Leave the &#8216;Server IP Address:&#8217; box blank and just enter <strong>otherdomain1.com</strong> in the &#8216;Add new domain&#8217; box. Do this for <strong>otherdomain2</strong> blog</p>
<p>You should now be able to vistit http://otherdomain1.com and you will see Wordpress MU</p>
<h3>Conclusion</h3>
<p>The above seems a bit complex but once its done its done and it gets easier to each domain added. I have noticed some logout / edit issues for non-admin users under the above setup, I have not tracked down a reason for this yet, but stumbled upon a fix that I have to try and reproduce.</p>
<p>You might also run into problems say certain plugins, for example I use MapPress plugin which requires an API key. I have to generate 2 keys one for otherdomain1.com and od1.sites.rootdomain.com. I ended up hardcoding one key ( for otherdomain1.com ) in the plugin php file and entering one key in MapPress plugin admin options.</p>
<h3>Extra Note(s)</h3>
<p><em>2009-09-30: </em></p>
<p>1. WordPress MU could be installed in webroot/ for rootdomain.com rather than in a seperate subdomain. ( Just make sure you update the otherdomains to link to the new location. )</p>
<p>2. Make sure you setup WordPress to install blogs as subdomains and not in seperate paths</p>
<p>Hope this helps.</p>
<p>Full kudos to @jkeyes (<a href="http://keyes.ie" target="_blank">http://keyes.ie</a>) we had great fun working on the above.</p>
]]></content:encoded>
			<wfw:commentRss>http://gearoidc.com/2009/09/15/managing-multiple-domains-in-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wet &#039;green&#039; thinking</title>
		<link>http://gearoidc.com/2009/09/05/wet-green-thinking/</link>
		<comments>http://gearoidc.com/2009/09/05/wet-green-thinking/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 01:40:28 +0000</pubDate>
		<dc:creator>gearoid</dc:creator>
				<category><![CDATA[green]]></category>

		<guid isPermaLink="false">http://blog.gearoidc.com/?p=3</guid>
		<description><![CDATA[As I was taking a shower last, I could not help but wonder, looking at the various plastic bottles in the shower area alone, how many plastic bottles we use each year for shampoo, conditioner, face wash, shower gel etc etc. A thought then struck me, imagine if one could buy bars of shampoo and [...]]]></description>
			<content:encoded><![CDATA[<p>As I was taking a shower last, I could not help but wonder, looking at the various plastic bottles in the shower area alone, how many plastic bottles we use each year for shampoo, conditioner, face wash, shower gel etc etc. A thought then struck me, imagine if one could buy bars of shampoo and conditioner.</p>
<p>A quick google of &#8216;Solid Shampoo bar&#8217; returns quite a few results along with &#8217;solid shampoo recipe&#8217;. I like the look of <a href="http://www.jrliggett.com/what/original.html" target="_blank">J.R.LIGGETT&#8217;S</a> old-fashioned bar shampoo found here. I wonder the impact of the more high end brand manufacturers being &#8216;gently nudged&#8217; to produce alternatives to their bottled ranges, would have on our planet&#8230; Imagine if hotels around the world replaced the small bottles of shampoo and conditioner with bars.</p>
<p style="text-align: center">
<p style="text-align: center">
<div class="mceTemp" style="text-align: center">
<dl>
<dt><img src="http://d10aamhyow2qv4.cloudfront.net/images/v5_ss.jpg" alt="V05 Bar o Shampoo" width="194" height="137" /></dt>
<dd>Vo5 Bar o Shampoo</dd>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://gearoidc.com/2009/09/05/wet-green-thinking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A SETI outpost somewhere</title>
		<link>http://gearoidc.com/2009/06/06/a-seti-outpost-somewhere/</link>
		<comments>http://gearoidc.com/2009/06/06/a-seti-outpost-somewhere/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 14:11:00 +0000</pubDate>
		<dc:creator>gearoid</dc:creator>
				<category><![CDATA[badly drawn comic]]></category>
		<category><![CDATA[comic]]></category>

		<guid isPermaLink="false">http://bdc.gearoidc.com/2009/06/06/a-seti-outpost-somewhere/</guid>
		<description><![CDATA[
Originally uploaded by gearoidco.

]]></description>
			<content:encoded><![CDATA[<div class="flickr-frame"><a title="photo sharing" href="http://www.flickr.com/photos/gearoidc/3600753800/"><img class="flickr-photo" src="http://farm4.static.flickr.com/3643/3600753800_e02d1907a2_m.jpg" alt="" /></a><br />
<span class="flickr-caption">Originally uploaded by <a href="http://www.flickr.com/people/gearoidc/">gearoidco</a>.</span></div>
<p class="flickr-yourcomment">
]]></content:encoded>
			<wfw:commentRss>http://gearoidc.com/2009/06/06/a-seti-outpost-somewhere/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>debugging your problems away</title>
		<link>http://gearoidc.com/2009/03/02/debugging-your-problems-away/</link>
		<comments>http://gearoidc.com/2009/03/02/debugging-your-problems-away/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 00:25:00 +0000</pubDate>
		<dc:creator>gearoid</dc:creator>
				<category><![CDATA[badly drawn comic]]></category>
		<category><![CDATA[comic]]></category>

		<guid isPermaLink="false">http://bdc.gearoidc.com/2009/03/02/debugging-your-problems-away/</guid>
		<description><![CDATA[
debuging_life, originally uploaded by gearoidco.
the pearls of testing in a live environment ( programmers should know better   )
]]></description>
			<content:encoded><![CDATA[<div class="flickr-frame"><img class="flickr-photo" src="http://farm4.static.flickr.com/3568/3320280927_3e01008e5b.jpg" alt="" /><br />
<span class="flickr-caption"><a href="http://www.flickr.com/photos/gearoidc/3320280927/">debuging_life</a>, originally uploaded by <a href="http://www.flickr.com/people/gearoidc/">gearoidco</a>.</span></div>
<p class="flickr-yourcomment">the pearls of testing in a live environment ( programmers should know better <img src='http://gearoidc.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
]]></content:encoded>
			<wfw:commentRss>http://gearoidc.com/2009/03/02/debugging-your-problems-away/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>recession treating</title>
		<link>http://gearoidc.com/2008/10/31/recession-treating/</link>
		<comments>http://gearoidc.com/2008/10/31/recession-treating/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 23:59:00 +0000</pubDate>
		<dc:creator>gearoid</dc:creator>
				<category><![CDATA[badly drawn comic]]></category>
		<category><![CDATA[comic]]></category>

		<guid isPermaLink="false">http://bdc.gearoidc.com/2008/10/31/recession-treating/</guid>
		<description><![CDATA[

Recession Treating, originally uploaded by gearoidco.

]]></description>
			<content:encoded><![CDATA[<p><img class="flickr-photo" src="http://farm4.static.flickr.com/3141/2988140390_fb7b0e851b_o.png" alt="" /></p>
<div class="flickr-frame">
<p><span class="flickr-caption">Recession Treating, originally uploaded by <a href="http://www.flickr.com/people/gearoidc/">gearoidco</a>.</span></div>
<p class="flickr-yourcomment">
]]></content:encoded>
			<wfw:commentRss>http://gearoidc.com/2008/10/31/recession-treating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>shopping for humanity</title>
		<link>http://gearoidc.com/2008/10/23/shopping-for-humanity/</link>
		<comments>http://gearoidc.com/2008/10/23/shopping-for-humanity/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 22:25:00 +0000</pubDate>
		<dc:creator>gearoid</dc:creator>
				<category><![CDATA[badly drawn comic]]></category>
		<category><![CDATA[comic]]></category>

		<guid isPermaLink="false">http://bdc.gearoidc.com/2008/10/23/shopping-for-humanity/</guid>
		<description><![CDATA[

shopping_for_humanity, originally uploaded by gearoidco.

]]></description>
			<content:encoded><![CDATA[<p><a title="shopping for humanity" href="http://www.flickr.com/photos/gearoidc/2968121918/"><img class="flickr-photo" src="http://farm4.static.flickr.com/3277/2969608964_f269196579.jpg" alt="" /></a></p>
<div class="flickr-frame">
<p><span class="flickr-caption"><a href="http://www.flickr.com/photos/gearoidc/2968121918/">shopping_for_humanity</a>, originally uploaded by <a href="http://www.flickr.com/people/gearoidc/">gearoidco</a>.</span></div>
<p class="flickr-yourcomment">
]]></content:encoded>
			<wfw:commentRss>http://gearoidc.com/2008/10/23/shopping-for-humanity/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>nerdy humour</title>
		<link>http://gearoidc.com/2008/09/04/nerdy-humour/</link>
		<comments>http://gearoidc.com/2008/09/04/nerdy-humour/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 22:47:00 +0000</pubDate>
		<dc:creator>gearoid</dc:creator>
				<category><![CDATA[badly drawn comic]]></category>
		<category><![CDATA[comic]]></category>

		<guid isPermaLink="false">http://bdc.gearoidc.com/2008/09/04/nerdy-humour/</guid>
		<description><![CDATA[

nerdy humour, originally uploaded by gearoidco.

]]></description>
			<content:encoded><![CDATA[<div class="flickr-frame">
<div style="text-align: left"><a title="photo sharing" href="http://www.flickr.com/photos/gearoidc/2829258528/"><img class="flickr-photo" src="http://farm4.static.flickr.com/3136/2829258528_480869fc9f.jpg" alt="" /></a></div>
<p><span class="flickr-caption"><a href="http://www.flickr.com/photos/gearoidc/2829258528/">nerdy humour</a>, originally uploaded by <a href="http://www.flickr.com/people/gearoidc/">gearoidco</a>.</span></div>
<p class="flickr-yourcomment">
]]></content:encoded>
			<wfw:commentRss>http://gearoidc.com/2008/09/04/nerdy-humour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>creationists 1 evolutionists 0</title>
		<link>http://gearoidc.com/2008/08/22/creationists-1-evolutionists-0/</link>
		<comments>http://gearoidc.com/2008/08/22/creationists-1-evolutionists-0/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 23:21:00 +0000</pubDate>
		<dc:creator>gearoid</dc:creator>
				<category><![CDATA[badly drawn comic]]></category>
		<category><![CDATA[comic]]></category>

		<guid isPermaLink="false">http://bdc.gearoidc.com/2008/08/22/creationists-1-evolutionists-0/</guid>
		<description><![CDATA[

creationists 1 evolutionists 0, originally uploaded by gearoidco.

]]></description>
			<content:encoded><![CDATA[<p><a title="creationists V evolutionists" href="http://www.flickr.com/photos/gearoidc/2785582264/"><img class="flickr-photo" src="http://farm4.static.flickr.com/3159/2785582264_48490c1844.jpg" alt="" /></a></p>
<div class="flickr-frame">
<p><span class="flickr-caption"><a href="http://www.flickr.com/photos/gearoidc/2785582264/">creationists 1 evolutionists 0</a>, originally uploaded by <a href="http://www.flickr.com/people/gearoidc/">gearoidco</a>.</span></div>
<p class="flickr-yourcomment">
]]></content:encoded>
			<wfw:commentRss>http://gearoidc.com/2008/08/22/creationists-1-evolutionists-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

