<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Eire Studio Blog</title>
	
	<link>http://www.eirestudio.net/blog</link>
	<description>Web Design Blog by Eire Studio</description>
	<lastBuildDate>Thu, 18 Feb 2010 13:49:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/EireStudio" /><feedburner:info uri="eirestudio" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Wordpress to WPMU Conversion</title>
		<link>http://feedproxy.google.com/~r/EireStudio/~3/72Q6cxYPqJc/</link>
		<comments>http://www.eirestudio.net/blog/wordpress-to-wpmu-conversion/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 04:47:24 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.eirestudio.net/blog/?p=175</guid>
		<description><![CDATA[So I just finished installing and converting this site to WPMU, mainly to test it out and delve deeper into wordpress.
The migration from the old site to the new, went remarkably smooth and the site was only down for about 5 minutes which I class as a big success (Also, I&#8217;m sure my method is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-177" title="wordpress-mu-logo" src="http://www.eirestudio.net/blog/wp-content/uploads/2010/02/wordpress-mu-logo.png" alt="" width="144" height="144" />So I just finished installing and converting this site to <a title="http://mu.wordpress.org/" href="http://mu.wordpress.org/">WPMU</a>, mainly to test it out and delve deeper into wordpress.</p>
<p>The migration from the old site to the new, went remarkably smooth and the site was only down for about 5 minutes which I class as a big success (Also, I&#8217;m sure my method is not the most elegant). Because of the fact that Wordpress and WMPU share 99% of the same codebase, the conversion was painless.</p>
<p>I am going to briefly explain how I did it.</p>
<p><strong>Step 1 &#8211; Backup<br />
</strong></p>
<p>Backup, Backup, Backup!</p>
<p>Using ftp, everything was backed up, as in the complete installation and all sub directories of the existing wordpress installation. Then I dumped the entire mysql database for the site. Now if we bodge it up, it doesn&#8217;t really matter, we have the most important thing, our data.</p>
<p><strong>Step 2 &#8211; Download<br />
</strong></p>
<p><a title="http://mu.wordpress.org/download/" href="http://mu.wordpress.org/download/">Download WPMU</a> and overwrite all existing wordpress files and folders. Now delete the .htaccess and wp-config.php files. Pop over into the browser and refresh your site. You should now see an install screen. (Note: my site is for personal use and gets only a few visitors, so If your site is big and gets alot of traffic, put up a blank index.php file to protect yourself against malicious users.) Fill in your database details as per your original wordrpess installation and log in. You should now have a working install of WMPU.</p>
<p><strong>Step 3 &#8211; Migrate</strong></p>
<p>So, we now have a spanky new WPMU install, pretty cool huh? Our next step is to migrate all of our old content into WMPU. While having a peek through PHPmyadmin, I see some new tables created by WMPU: wp_1_ etc. Keep a note of the these.</p>
<p>Now I select  the main tables which are below and export only these tables. Also, select the &#8216;Add DROP TABLE&#8217; checkbox.</p>
<ul>
<li>wp_comments</li>
<li>wp_commentmeta</li>
<li>wp_links</li>
<li>wp_postmeta</li>
<li>wp_posts</li>
<li>wp_terms</li>
<li>wp_term_relationships</li>
<li>wp_term_taxonomy</li>
</ul>
<p>With the sql file, I open this in a text editor and begin to replace the old table names with the new ones.</p>
<p>For example. When fixing the wp_posts table for use with WPMU, I simply do a find and replace like so:</p>
<p>Find wp_posts Replace wp_1_posts and do this for all of the 8 tables above.</p>
<p><strong>Step 4 &#8211; Patch</strong></p>
<p>Wordpress MU adds a &#8216;/blog&#8217; to your posts and removes the www from the url by default. If you have some content indexed in Google and don&#8217;t want to lose any traffic, there are 2 optional steps left.<a href="http://www.thinkinginwordpress.com/2009/09/remove-blog-slug-from-the-default-blog-of-wpmu-subdirectory-installation/"></a></p>
<p><a href="http://www.thinkinginwordpress.com/2009/09/remove-blog-slug-from-the-default-blog-of-wpmu-subdirectory-installation/">Download and activate this plugin</a>.</p>
<p>And add this to your .htaccess file to convert www traffic to the new non www url.</p>
<pre>RewriteCond %{HTTP_HOST} !^example\.com$
RewriteRule (.*) http://example.com/$1 [R=301,L]
</pre>
<p>Now, you are done and have a Wordpress Mu installation, congrats!</p>
<p><strong>Conclusion</strong></p>
<p>As mentioned at the start of this post, this is most likely not the most elegant solution but It worked absolutely fine for me and should work for you too. Also, in regards to the media files, you can replace these permalinks in mysql and point them to the new files/ folder, but as this is a small site, I&#8217;m fine with my images pointing to my old wp_content folder.</p>
<img src="http://feeds.feedburner.com/~r/EireStudio/~4/72Q6cxYPqJc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eirestudio.net/blog/wordpress-to-wpmu-conversion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.eirestudio.net/blog/wordpress-to-wpmu-conversion/</feedburner:origLink></item>
		<item>
		<title>Latest Project: Freetastic.co.uk</title>
		<link>http://feedproxy.google.com/~r/EireStudio/~3/NngRH0meXfc/</link>
		<comments>http://www.eirestudio.net/blog/latest-project-freetastic-co-uk/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 11:15:59 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.eirestudio.net/blog/?p=166</guid>
		<description><![CDATA[Joe Walsh of Mighty Loud Media got in touch with Eire Studio due to our extensive experience in the affiliate industry to design and develop a brand new site that focusses on offering consumers excellent bargains and lots of free offers and deals.
Freetastic.co.uk is a brand new player to the freebies niche and is definitely [...]]]></description>
			<content:encoded><![CDATA[<p>Joe Walsh of <a title="Mighty Loud Media" href="http://mightyloudmedia.com/">Mighty Loud Media</a> got in touch with Eire Studio due to our extensive experience in the affiliate industry to design and develop a brand new site that focusses on offering consumers excellent bargains and lots of free offers and deals.</p>
<p>Freetastic.co.uk is a brand new player to the freebies niche and is definitely one to watch out for!</p>
<p><img class="alignnone size-full wp-image-167" title="freetastic-blog-1" src="http://www.eirestudio.net/blog/wp-content/uploads/2010/01/freetastic-blog-1.png" alt="" width="463" height="405" /></p>
<img src="http://feeds.feedburner.com/~r/EireStudio/~4/NngRH0meXfc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eirestudio.net/blog/latest-project-freetastic-co-uk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.eirestudio.net/blog/latest-project-freetastic-co-uk/</feedburner:origLink></item>
		<item>
		<title>Friday Fun: Logorama</title>
		<link>http://feedproxy.google.com/~r/EireStudio/~3/3nA7XLonQ-c/</link>
		<comments>http://www.eirestudio.net/blog/friday-fun-logorama/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 13:50:40 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Found]]></category>

		<guid isPermaLink="false">http://www.eirestudio.net/blog/?p=159</guid>
		<description><![CDATA[
Logorama is a fun quirky independent short created by H5.
This is a masterpiece of work and must have taken years to create. The storyline is a bit bizarre but so funny to watch.

]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-160" title="logorama" src="http://www.eirestudio.net/blog/wp-content/uploads/2010/01/logorama.jpg" alt="" width="463" height="258" /></p>
<p>Logorama is a fun quirky independent short created by <a title="H5" href="http://www.h5.fr/">H5</a>.</p>
<p>This is a masterpiece of work and must have taken years to create. The storyline is a bit bizarre but so funny to watch.</p>
<p><object width="463" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8908047&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8908047&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="463" height="300"></embed></object></p>
<img src="http://feeds.feedburner.com/~r/EireStudio/~4/3nA7XLonQ-c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eirestudio.net/blog/friday-fun-logorama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.eirestudio.net/blog/friday-fun-logorama/</feedburner:origLink></item>
		<item>
		<title>Free Stuff Redesign Live!</title>
		<link>http://feedproxy.google.com/~r/EireStudio/~3/dZmTAtb01PI/</link>
		<comments>http://www.eirestudio.net/blog/free-stuff-redesign-live/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 22:30:22 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.eirestudio.net/blog/?p=149</guid>
		<description><![CDATA[
I am so excited to launch Free Stuff&#8217;s brand new sparkly design to the world!
Free Stuff is an established player in the freebies niche and has been online a heck of a number of years. The owner, Nick Smith contacted Eire Studio about the possibility of us redesigning the tired design and to add a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.freestuff.co.uk"><img class="alignnone size-full wp-image-150" title="free-stuff" src="http://www.eirestudio.net/blog/wp-content/uploads/2010/01/free-stuff.png" alt="" width="463" height="393" /></a></p>
<p>I am so excited to launch <a title="Free Stuff" href="http://www.freestuff.co.uk">Free Stuff</a>&#8217;s brand new sparkly design to the world!</p>
<p><a title="Free Stuff" href="http://www.freestuff.co.uk/">Free Stuff</a> is an established player in the freebies niche and has been online a heck of a number of years. The owner, Nick Smith contacted Eire Studio about the possibility of us redesigning the tired design and to add a <a title="Wordpress" href="http://www.wordpress.org">content management system</a> to easily create freebie articles.The old site was updated by hand with html!</p>
<p>Eire Studio&#8217;s responsibility was to bring the site up to date by creating an attractive design and make the site more usable for the readers.</p>
<p>Nick, thank you so much for the opportunity to work on the site. It really was a pleasure and hell of a lot of fun!</p>
<p>In case you&#8217;re wondering, here is the previous design:</p>
<p><img class="alignnone size-full wp-image-151" title="free-stuff-old" src="http://www.eirestudio.net/blog/wp-content/uploads/2010/01/free-stuff-old.png" alt="" width="462" height="376" /></p>
<img src="http://feeds.feedburner.com/~r/EireStudio/~4/dZmTAtb01PI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eirestudio.net/blog/free-stuff-redesign-live/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.eirestudio.net/blog/free-stuff-redesign-live/</feedburner:origLink></item>
		<item>
		<title>Blacknight Domain Sale</title>
		<link>http://feedproxy.google.com/~r/EireStudio/~3/2A6ZEQ5eq14/</link>
		<comments>http://www.eirestudio.net/blog/blacknight-domain-sale/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 01:54:42 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.eirestudio.net/blog/?p=139</guid>
		<description><![CDATA[Over at Blacknight Hosting, they have a great sale on at the minute with domain names. If you are about to purchase a new domain name, definitely give them a look over.  Some extensions are are due to expire by December 31st 2009 and the rest run into 2010.

.info &#8211; €4.95 1 year registration.
.com &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Over at <a title="Hosting" href="http://blog.blacknight.com/save-money-on-domains---current-discounts.html">Blacknight Hosting</a>, they have a great sale on at the minute with domain names. If you are about to purchase a new domain name, definitely give them a look over.  Some extensions are are due to expire by December 31st 2009 and the rest run into 2010.</p>
<ul>
<li>.<a href="https://store.blacknight.com/index.php?NAME_PATH=DOMAINS_PATH&amp;DomainSearchTLD=33">info</a> &#8211; €4.95 1 year registration.</li>
<li>.com &#8211; Registrations and transfers reduced to €4.99 / year &#8211; discount in cart</li>
<li>.<a href="https://store.blacknight.com/index.php?NAME_PATH=DOMAINS_PATH&amp;DomainSearchTLD=42">mobi</a> &#8211; €6.75 / year (transfers too!) If you add the <a href="http://mobiforge.com/running/story/the-dotmobi-wordpress-mobile-pack">Wordpress Mobile pack</a> you&#8217;ll have a mobile ready website in no time!</li>
<li><a href="https://store.blacknight.com/index.php?NAME_PATH=DOMAINS_PATH&amp;DomainSearchTLD=22">.eu</a> &#8211; €2.95 / year (registrations)</li>
<li>.<a href="https://store.blacknight.com/index.php?NAME_PATH=DOMAINS_PATH&amp;DomainSearchTLD=31">im</a> &#8211; €4.95 / year</li>
<li>.<a href="https://store.blacknight.com/index.php?NAME_PATH=DOMAINS_PATH&amp;DomainSearchTLD=40">me</a> &#8211; €11 / year</li>
<li><a href="https://store.blacknight.com/index.php?NAME_PATH=DOMAINS_PATH&amp;DomainSearchTLD=6">be</a> &#8211; €2.99 &#8211; transfers too!</li>
<li>co.uk &#8211; €3 / year &#8211; discount in cart</li>
<li>.ie &#8211; registrations AND transfers reduced to €16.95 / year. Discount in cart. Offer valid on ALL registration periods. No limit per customer. Offer ends December 31st 2009</li>
</ul>
<img src="http://feeds.feedburner.com/~r/EireStudio/~4/2A6ZEQ5eq14" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eirestudio.net/blog/blacknight-domain-sale/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.eirestudio.net/blog/blacknight-domain-sale/</feedburner:origLink></item>
		<item>
		<title>A List Apart Survey 2009</title>
		<link>http://feedproxy.google.com/~r/EireStudio/~3/psPbWXJOmyw/</link>
		<comments>http://www.eirestudio.net/blog/a-list-apart-survey-2009/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 18:05:43 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.eirestudio.net/blog/?p=133</guid>
		<description><![CDATA[Since 2007, A list Apart have conducted a survey &#8216;for people who make websites&#8217;. The survey only takes a minute, so if you are involved in any way with the web, take the survey, it only takes a few minutes.

]]></description>
			<content:encoded><![CDATA[<p>Since 2007, A list Apart have conducted a survey &#8216;for people who make websites&#8217;. The survey only takes a minute, so if you are involved in any way with the web, take the survey, it only takes a few minutes.</p>
<p><a href="http://alistapart.com/articles/survey2009"><img class="alignnone size-full wp-image-134" title="i-took-the-2009-survey" src="http://www.eirestudio.net/blog/wp-content/uploads/2009/12/i-took-the-2009-survey.gif" alt="i-took-the-2009-survey" width="180" height="46" /></a></p>
<img src="http://feeds.feedburner.com/~r/EireStudio/~4/psPbWXJOmyw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eirestudio.net/blog/a-list-apart-survey-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.eirestudio.net/blog/a-list-apart-survey-2009/</feedburner:origLink></item>
		<item>
		<title>Early Christmas Present: Logo Book</title>
		<link>http://feedproxy.google.com/~r/EireStudio/~3/uNWc5gNas8w/</link>
		<comments>http://www.eirestudio.net/blog/early-christmas-present-logo-book/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 17:11:25 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.eirestudio.net/blog/?p=128</guid>
		<description><![CDATA[
Thought I&#8217;d treat myself to an early Christmas present  
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-129" title="logo" src="http://www.eirestudio.net/blog/wp-content/uploads/2009/12/logo.jpg" alt="logo" width="462" height="383" /></p>
<p>Thought I&#8217;d treat myself to an early Christmas present <img src='http://www.eirestudio.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/EireStudio/~4/uNWc5gNas8w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eirestudio.net/blog/early-christmas-present-logo-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.eirestudio.net/blog/early-christmas-present-logo-book/</feedburner:origLink></item>
		<item>
		<title>Breakwater Construction Live</title>
		<link>http://feedproxy.google.com/~r/EireStudio/~3/2ajhjPQxqEM/</link>
		<comments>http://www.eirestudio.net/blog/breakwater-construction-live/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 01:58:22 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.eirestudio.net/blog/?p=124</guid>
		<description><![CDATA[
We are extremely excited to have launched Breakwater Construction&#8217;s brand new website earlier today. The company are making big waves in Ireland, currently working on an Eco Village in Cloughjordan that is being televised on About the House, RTE 1, hosted by Duncan Stewart.
The company was set up to meet the growing demand for environmentally [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.breakwater.ie"><img class="alignnone size-full wp-image-125" title="breakwater" src="http://www.eirestudio.net/blog/wp-content/uploads/2009/12/breakwater.png" alt="breakwater" width="463" height="421" /></a></p>
<p>We are extremely excited to have launched <a title="Breakwater Construction" href="http://www.breakwater.ie">Breakwater Construction</a>&#8217;s brand new website earlier today. The company are making big waves in Ireland, currently working on an Eco Village in Cloughjordan that is being televised on <a title="About the house" href="http://www.rte.ie/tv/aboutthehouse/">About the House</a>, RTE 1, hosted by Duncan Stewart.</p>
<blockquote><p>The company was set up to meet the growing demand for environmentally friendly building coupled with outstanding quality and price.  We aim to our provide clients with environmentally friendly solutions without affecting their budget or their design concepts.</p></blockquote>
<p>The website was designed with a clear focus on the company&#8217;s core services and also, to offer visitors easy to access information that is super easy to digest.</p>
<p>What do you think?</p>
<img src="http://feeds.feedburner.com/~r/EireStudio/~4/2ajhjPQxqEM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eirestudio.net/blog/breakwater-construction-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.eirestudio.net/blog/breakwater-construction-live/</feedburner:origLink></item>
		<item>
		<title>Eire Studio is on facebook</title>
		<link>http://feedproxy.google.com/~r/EireStudio/~3/owbiKqLJ8n0/</link>
		<comments>http://www.eirestudio.net/blog/eire-studio-is-on-facebook/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 01:23:20 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.eirestudio.net/blog/?p=121</guid>
		<description><![CDATA[I have to admit, I haven&#8217;t given facebook much time (well, apart from farmville, cough) due to other services such as twitter etc. So last month I thought what the hell, why not create a fan page and see where it goes.
It&#8217;s actually surprisingly fun. Eire Studio has 35 fans at present and I am [...]]]></description>
			<content:encoded><![CDATA[<p>I have to admit, I haven&#8217;t given facebook much time (well, apart from farmville, cough) due to other services such as twitter etc. So last month I thought what the hell, why not create a fan page and see where it goes.</p>
<p>It&#8217;s actually surprisingly fun. Eire Studio has 35 fans at present and I am posting some design work that I haven&#8217;t included on this site&#8230; yet.</p>
<p>So if you fancy it, become a fan now! <img src='http://www.eirestudio.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a title="Facebook" href="http://www.facebook.com/pages/Eire-Studio/170474267948">Eire Studio Facebook Fan Page</a></p>
<img src="http://feeds.feedburner.com/~r/EireStudio/~4/owbiKqLJ8n0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eirestudio.net/blog/eire-studio-is-on-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.eirestudio.net/blog/eire-studio-is-on-facebook/</feedburner:origLink></item>
		<item>
		<title>How a web design goes straight to hell</title>
		<link>http://feedproxy.google.com/~r/EireStudio/~3/SlBu-m2kGXw/</link>
		<comments>http://www.eirestudio.net/blog/how-a-web-design-goes-straight-to-hell/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 12:44:08 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Found]]></category>

		<guid isPermaLink="false">http://www.eirestudio.net/blog/?p=115</guid>
		<description><![CDATA[
Funniest thing I&#8217;ve seen in ages.
via Ian
]]></description>
			<content:encoded><![CDATA[<p><a href="http://theoatmeal.com/comics/design_hell"><img class="alignnone size-full wp-image-116" title="how-design-hell" src="http://www.eirestudio.net/blog/wp-content/uploads/2009/12/how-design-hell.png" alt="how-design-hell" width="462" height="126" /></a></p>
<p>Funniest thing I&#8217;ve seen in ages.</p>
<p>via <a href="http://twitter.com/meanoiano">Ian</a></p>
<img src="http://feeds.feedburner.com/~r/EireStudio/~4/SlBu-m2kGXw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.eirestudio.net/blog/how-a-web-design-goes-straight-to-hell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.eirestudio.net/blog/how-a-web-design-goes-straight-to-hell/</feedburner:origLink></item>
	</channel>
</rss>
