<?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>Darren Nolan</title>
	<atom:link href="http://www.darrennolan.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darrennolan.com</link>
	<description>Everything Internet</description>
	<lastBuildDate>Wed, 14 Jul 2010 03:24:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Firewall + No-IP.com Dynamic IP Service</title>
		<link>http://www.darrennolan.com/2010/07/14/firewall-no-ip-com-dynamic-ip-service/</link>
		<comments>http://www.darrennolan.com/2010/07/14/firewall-no-ip-com-dynamic-ip-service/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 03:24:25 +0000</pubDate>
		<dc:creator>Dazz</dc:creator>
				<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://www.darrennolan.com/?p=93</guid>
		<description><![CDATA[It&#8217;s funny how you can never really seem to find shit on the internet that you want.  Problem occured after starting my new firewall software on my mini-linux box here at home, my no-ip service simply failed to work. Seemed odd to me because my box could indeed connect to the address dynupdate.no-ip.com (which as [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s funny how you can never really seem to find shit on the internet that you want.  Problem occured after starting my new firewall software on my mini-linux box here at home, my no-ip service simply failed to work.</p>
<p>Seemed odd to me because my box could indeed connect to the address dynupdate.no-ip.com (which as far as I could tell, was a standard web-page response on port 80).</p>
<p>Well it turns out it&#8217;s actually port 8245 that you need to open in your firewall (not your router folks, tired of people on forums telling others they need to &#8220;port forward&#8221; to get a fix for this.)</p>
<p>Error is as follows (and this was about a verbose as I got from the program).</p>
<pre class="brush: plain;"># noip2 -C

Auto configuration for Linux client of no-ip.com.

Can't connect to dynupdate.no-ip.com (Connection timed out)
Network must be operational to create configfile. Ending!</pre>
<p>Hope this fix is indexed quickly, as it took forever to find anyone with the right port for the program.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrennolan.com/2010/07/14/firewall-no-ip-com-dynamic-ip-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Redmine on a cPanel server &#8211; Silly .htaccess rules</title>
		<link>http://www.darrennolan.com/2010/05/23/using-redmine-on-a-cpanel-server-silly-htaccess-rules/</link>
		<comments>http://www.darrennolan.com/2010/05/23/using-redmine-on-a-cpanel-server-silly-htaccess-rules/#comments</comments>
		<pubDate>Sun, 23 May 2010 05:19:11 +0000</pubDate>
		<dc:creator>Dazz</dc:creator>
				<category><![CDATA[Redmine]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[subdirectory]]></category>
		<category><![CDATA[subdomain]]></category>

		<guid isPermaLink="false">http://www.darrennolan.com/?p=83</guid>
		<description><![CDATA[It&#8217;s not nearly has hard when you know what the hell you&#8217;re doing.  Oh by the way, that&#8217;s not the case with me &#60;_&#60;  Find an installation guide elsewhere (or even adapt the actual installation guide from Redmine).  This guide is manually how to setup rewrite rules properly so you can use Redmine as ether [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not nearly has hard when you know what the hell you&#8217;re doing.  Oh by the way, that&#8217;s not the case with me &lt;_&lt;  Find an installation guide elsewhere (or even adapt the actual installation guide from Redmine).  This guide is manually how to setup rewrite rules properly so you can use Redmine as ether a proper subdomain entry (redmine.yourdomain.com) or even slightly more tricky, as a subdomain entry (www.yourdomain.com/redmine).  Sadly cPanel htaccess rules generated from their interface &#8230; suck.  Pretty badly &gt;_&gt;  No idea why.</p>
<p>MOVING ON.</p>
<p><span style="text-decoration: underline;"><strong>Bit 1</strong></span><br />
Go into cPanel -&gt; Ruby on Rails<br />
Create a new application by entering the application name.  Be happy with the default location it will store your application (/rails_apps/redmine for example)<br />
Ensure it&#8217;s going to start when someone reboots the server on you (sif  they&#8217;d do that anyway).  Tick &#8220;Load on Boot&#8221;.<br />
Don&#8217;t bother starting the application yet.<br />
Find out which port you&#8217;ve been assigned &#8211; click &#8220;URL&#8221; and you should be taken to a page that can not be displayed &#8211; you&#8217;ll see something like http://yourdomain:PORTNUMBER &#8211; the portnumber folks is important.</p>
<p><span style="text-decoration: underline;"><strong>Bit 2</strong></span><br />
Go into cPanel -&gt; MySQL databases<br />
Generate a new database, a new username/password and ensure you assign the new user to the database we just created.</p>
<p><span style="text-decoration: underline;"><strong>Bit 3</strong></span><br />
Get into shell or FTP (whatever is available to you) and remove everything that&#8217;s pre-generated under ~/rails_apps/redmine<br />
Extract the latest redmine application source and put it in that folder we just cleaned out.<br />
Copy config/database.yml.example to config/database.yml<br />
Edit that file, change the stuff about production and what your MySQL details are (seek the real installation for more info &#8211; <a href="http://www.redmine.org/wiki/redmine/RedmineInstall">http://www.redmine.org/wiki/redmine/RedmineInstall</a>)Also following that installation guide, ensure you do the following parts<br />
Get into shell as your cpanel user and enter the following funky stuffs;<br />
cd ~/rails_app/redmine<br />
RAILS_ENV=production rake config/initializers/session_store.rb<br />
RAILS_ENV=production rake redmine:load_default_data</p>
<p><span style="text-decoration: underline;"><strong>Bit 4</strong></span><br />
In cPanel -&gt; Ruby Applications, you can go ahead and start the server now.</p>
<p>Now here comes the main part of this little installation guide (there are more completed installation guides out there on the web guys.</p>
<p><span style="text-decoration: underline;"><strong>THE IMPORTANT HTACCESS REWRITE BIT</strong></span><br />
Wherever your &#8220;public&#8221; html access is, go there and create a .htaccess file.  For example if redmine is being put in your main domain&#8217;s location, your location will be ~/public_html/.htacces &#8211; if it&#8217;s a subdomain it&#8217;s typically ~/public_html/subdomain/.htaccess unless you specified otherwise (which I always recomment&#8230; shoving subdomains under another domains document root is tacky, especially when dealing with .htaccess)</p>
<p>For &#8220;Whole&#8221; domain/subdomain (http://redmine.yourdomain.com) installations, put in the following text in the htaccess file</p>
<pre class="brush: plain;">
RewriteEngine on
RewriteCond %{HTTP_HOST} ^redmine.yourdomain.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.redmine.yourdomain.com$
RewriteRule ^.*$ &quot;http\:\/\/127\.0\.0\.1\:12001%{REQUEST_URI}&quot; [P,QSA,L]
</pre>
<p>The two RewriteCond(itions) there are limiting this to the subdomain redmine.  If you aren&#8217;t playing with a subdomain you can actually remove those two lines.<br />
This htaccess example is &#8220;pretty much&#8221; what cPanel generates at time of writing, minus the &#8220;^.*$&#8221; part, for whatever reason they&#8217;re still having ? inserted in there which naturally, causes headaches.</p>
<p>Now the uber tricky part.  You want it to be http://www.yourdomain.com/redmine &#8211; a &#8220;directory&#8221;.<br />
First up &#8211; edit ~/rails_apps/redmine/config/environment.rb and at the very end of the file (even after the &#8220;end&#8221; part) add the following<br />
Redmine::Utils::relative_url_root = &#8220;/redmine&#8221;</p>
<p>In your htaccess file, you&#8217;ll want to do the following.</p>
<pre class="brush: plain;">
RewriteEngine On
RewriteRule ^redmine$ http://localhost:12002/$1 [P,QSA,L]
RewriteRule ^redmine/(.*)$ http://localhost:12002/$1 [P,QSA,L]
</pre>
<p>Again, ignoring the Rewrite conditions if you aren&#8217;t setting up /redmine on a subdomain.</p>
<p>Notice where the 12001 part is in the htaccess files, you&#8217;ll want to change that to whatever port number cPanel has set your redmine application to.</p>
<p>Edit: Updated htaccess rule for the subdirectory.  It appears that despite my efforts redmine would only work if there was a trailing slash.  Without it, it wasn&#8217;t working.  Then I got it working the other way around&#8230;.  and now&#8230; I have two rules&#8230; not ideal but it&#8217;s working again.  \o/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrennolan.com/2010/05/23/using-redmine-on-a-cpanel-server-silly-htaccess-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quassel Theme &#8211; IRSSI clone (step 1)</title>
		<link>http://www.darrennolan.com/2010/05/16/quassel-theme-irssi-clone-step-1/</link>
		<comments>http://www.darrennolan.com/2010/05/16/quassel-theme-irssi-clone-step-1/#comments</comments>
		<pubDate>Sun, 16 May 2010 01:00:09 +0000</pubDate>
		<dc:creator>Dazz</dc:creator>
				<category><![CDATA[IRC]]></category>
		<category><![CDATA[Quassel]]></category>
		<category><![CDATA[Dark Quassel Theme]]></category>
		<category><![CDATA[Quassel Theme]]></category>

		<guid isPermaLink="false">http://www.darrennolan.com/?p=78</guid>
		<description><![CDATA[So while I love having a dark theme, I still miss my IRSSI and it&#8217;s colors incredibly.  Thus work on a new theme is under way.  Working from the default style sheet and viewing how Jussi used some of the latest tags to color his theme. Jussi has a more full version of his theme [...]]]></description>
			<content:encoded><![CDATA[<p>So while I love having a dark theme, I still miss my IRSSI and it&#8217;s colors incredibly.  Thus work on a new theme is under way.  Working from the default style sheet and viewing how Jussi used some of the latest tags to color his theme.</p>
<p>Jussi has a more full version of his theme (which colors more than just the text window) which is yet to be updated in the theme screenshot section on the Quassel website &#8211; goto the repo browser for quassel to find the latest version or I might post it here later.  These new tags he&#8217;s used are awesome but have left me completely confused when editing on mine.</p>
<p>Thus this version of my theme is at the moment, only the text area.  With more time I&#8217;ll complete the rest of the app&#8217;s theme and adjust some of the nick-name colors as well as the action color.</p>
<p><a href="http://www.darrennolan.com/wp-content/uploads/2010/05/quassel-theme-take-one.png" rel="lightbox[78]"><img class="aligncenter size-medium wp-image-79" title="quassel-theme-take-one" src="http://www.darrennolan.com/wp-content/uploads/2010/05/quassel-theme-take-one-300x102.png" alt="" width="300" height="102" /></a><a href="http://www.darrennolan.com/wp-content/uploads/2010/05/rapid-20100516.qss">Download rapid.qss</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrennolan.com/2010/05/16/quassel-theme-irssi-clone-step-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Getting back to development</title>
		<link>http://www.darrennolan.com/2010/05/08/getting-back-to-development/</link>
		<comments>http://www.darrennolan.com/2010/05/08/getting-back-to-development/#comments</comments>
		<pubDate>Sat, 08 May 2010 02:58:59 +0000</pubDate>
		<dc:creator>Dazz</dc:creator>
				<category><![CDATA[Editors]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Dark Scheme]]></category>
		<category><![CDATA[Dark Theme]]></category>
		<category><![CDATA[Monaco]]></category>
		<category><![CDATA[Notepad++]]></category>
		<category><![CDATA[VibrantInk]]></category>

		<guid isPermaLink="false">http://www.darrennolan.com/?p=75</guid>
		<description><![CDATA[And it starts with Notepad++, because it&#8217;s lightweight, awesome, sexy, and did I mention awesome.  I am a bit of a fan of Textmate on the Mac &#8211; using a combination of the font Monaco (which you&#8217;ll need to source for yourself) and the VibrantInk theme created by Tyler at impoverishedgourmet.com &#8211; you too can [...]]]></description>
			<content:encoded><![CDATA[<p>And it starts with Notepad++, because it&#8217;s lightweight, awesome, sexy, and did I mention awesome.  I am a bit of a fan of Textmate on the Mac &#8211; using a combination of the font Monaco (which you&#8217;ll need to source for yourself) and the VibrantInk theme created by Tyler at impoverishedgourmet.com &#8211; you too can have a nice dark scheme for your coding box.</p>
<p>Next up will be finding a similar solution for Netbeans.</p>
<p>In order to install this theme, simply go place the file into %APPDATA%\Notepad++ replacing the existing theme (I like to make backups of this shit in case I ever start to hate the contrast).</p>
<p><a href="http://www.darrennolan.com/wp-content/uploads/2010/05/notepad++.png" rel="lightbox[75]"><img class="aligncenter size-medium wp-image-76" title="notepad++" src="http://www.darrennolan.com/wp-content/uploads/2010/05/notepad++-300x207.png" alt="" width="300" height="207" /></a></p>
<p><a href="http://www.darrennolan.com/wp-content/uploads/2010/05/stykers.xml">http://www.darrennolan.com/wp-content/uploads/2010/05/stykers.xml</a></p>
<p>Font is then changed in Notepad++ by going to Settings -&gt; Style Configurator, ensure you have Global Styles (Global override) selected, and change the font to Monaco.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrennolan.com/2010/05/08/getting-back-to-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quassel \o/</title>
		<link>http://www.darrennolan.com/2010/05/07/quassel/</link>
		<comments>http://www.darrennolan.com/2010/05/07/quassel/#comments</comments>
		<pubDate>Fri, 07 May 2010 08:12:51 +0000</pubDate>
		<dc:creator>Dazz</dc:creator>
				<category><![CDATA[IRC]]></category>
		<category><![CDATA[Quassel]]></category>
		<category><![CDATA[Dark Quassel Theme]]></category>
		<category><![CDATA[Quassel Theme]]></category>

		<guid isPermaLink="false">http://www.darrennolan.com/?p=69</guid>
		<description><![CDATA[Certainly like my Quassel.  While I don&#8217;t have time to post about the awesomeness (and the downsides against command-line-junkies-dream IRSSI), I do require my theme to be online/available. http://www.darrennolan.com/wp-content/uploads/2010/05/jussi01-darktheme.qss Based on Jussi&#8217;s Darktheme (on the Quassel website) but a tad easier color contrasts in the main text area and back to default-ish colors in the [...]]]></description>
			<content:encoded><![CDATA[<p>Certainly like my Quassel.  While I don&#8217;t have time to post about the awesomeness (and the downsides against command-line-junkies-dream IRSSI), I do require my theme to be online/available.</p>
<p><a href="http://www.darrennolan.com/wp-content/uploads/2010/05/jussi01-darktheme.qss">http://www.darrennolan.com/wp-content/uploads/2010/05/jussi01-darktheme.qss</a></p>
<p>Based on Jussi&#8217;s Darktheme (on the Quassel website) but a tad easier color contrasts in the main text area and back to default-ish colors in the nickname and chat-lists.</p>
<p><a href="http://www.darrennolan.com/wp-content/uploads/2010/05/quassel-theme.png" rel="lightbox[69]"><img class="aligncenter size-medium wp-image-70" title="quassel-theme" src="http://www.darrennolan.com/wp-content/uploads/2010/05/quassel-theme-300x100.png" alt="" width="300" height="100" /></a></p>
<p>Edit:  Bit of an after though, the font is Consolas (between 10pt and 12pt is nice) &#8211; typically MS font.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrennolan.com/2010/05/07/quassel/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Auditorium &#8211; Audio Flash Game</title>
		<link>http://www.darrennolan.com/2010/01/02/auditorium-audio-flash-game/</link>
		<comments>http://www.darrennolan.com/2010/01/02/auditorium-audio-flash-game/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 03:18:19 +0000</pubDate>
		<dc:creator>Dazz</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.darrennolan.com/?p=65</guid>
		<description><![CDATA[If you haven&#8217;t already seen Auditorium &#8211; I suggest you go http://www.playauditorium.com/ now and play.  Just stop what you&#8217;re doing and go play.  Epic little game where you need to force particular waves into little boxes.  When the boxes fill up they start to play music.  Fill all the boxes on the level and you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t already seen Auditorium &#8211; I suggest you go <a href="http://www.playauditorium.com/">http://www.playauditorium.com/</a> now and play.  Just stop what you&#8217;re doing and go play.  Epic little game where you need to force particular waves into little boxes.  When the boxes fill up they start to play music.  Fill all the boxes on the level and you&#8217;re onto the next!</p>
<p>After the level finishes, the boxes and your little items (that change where the little waves are going) fade from the screen and you&#8217;re left with the pattern behind.  Got this and it made me laugh.  Not sure if that confirms I have to get out more, but it&#8217;s epic all the same.</p>
<p><a href="http://www.darrennolan.com/wp-content/uploads/2010/01/auditorium.png" rel="lightbox[65]"><img class="aligncenter size-medium wp-image-66" title="auditorium" src="http://www.darrennolan.com/wp-content/uploads/2010/01/auditorium-300x172.png" alt="" width="300" height="172" /></a>I removed the level from the right hand corner (MS-Paint ftw!) so you can&#8217;t work out which level this is a solution to.  So don&#8217;t ask &lt;_&lt;  K COOKIE &#8211; That means you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrennolan.com/2010/01/02/auditorium-audio-flash-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Workin hard!</title>
		<link>http://www.darrennolan.com/2009/12/23/workin-hard/</link>
		<comments>http://www.darrennolan.com/2009/12/23/workin-hard/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 23:09:48 +0000</pubDate>
		<dc:creator>Dazz</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.darrennolan.com/?p=62</guid>
		<description><![CDATA[taking the day off, and working &#62;_&#62;  Funny how that works!  But my sister went and stole a picy of me.  Haxor &#62;_&#62;]]></description>
			<content:encoded><![CDATA[<p>taking the day off, and working &gt;_&gt;  Funny how that works!  But my sister went and stole a picy of me.  Haxor &gt;_&gt;</p>
<p><img class="aligncenter size-medium wp-image-63" title="100_2520" src="http://www.darrennolan.com/wp-content/uploads/2009/12/100_2520-300x225.jpg" alt="100_2520" width="300" height="225" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrennolan.com/2009/12/23/workin-hard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The only valid measurement of code quality &#8211; WTFs / Minute</title>
		<link>http://www.darrennolan.com/2009/12/18/the-only-valid-measurement-of-code-quality-wtfs-minute/</link>
		<comments>http://www.darrennolan.com/2009/12/18/the-only-valid-measurement-of-code-quality-wtfs-minute/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 22:09:50 +0000</pubDate>
		<dc:creator>Dazz</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Code Quality]]></category>
		<category><![CDATA[Measure Code Quality]]></category>
		<category><![CDATA[WTF]]></category>
		<category><![CDATA[WTFs per Minute]]></category>

		<guid isPermaLink="false">http://www.darrennolan.com/?p=57</guid>
		<description><![CDATA[Mate of mine linked this to me, I believe it was his friend that drew this. It&#8217;s so true, awesome, and epicly epic.]]></description>
			<content:encoded><![CDATA[<p>Mate of mine linked this to me, I believe it was his friend that drew this.  It&#8217;s so true, awesome, and epicly epic.<br />
<img class="aligncenter size-full wp-image-58" title="image002" src="http://www.darrennolan.com/wp-content/uploads/2009/12/image002.jpg" alt="image002" width="505" height="452" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrennolan.com/2009/12/18/the-only-valid-measurement-of-code-quality-wtfs-minute/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Design Goes Straight to Hell</title>
		<link>http://www.darrennolan.com/2009/12/09/web-design-goes-straight-to-hell/</link>
		<comments>http://www.darrennolan.com/2009/12/09/web-design-goes-straight-to-hell/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 07:15:59 +0000</pubDate>
		<dc:creator>Dazz</dc:creator>
				<category><![CDATA[Humour]]></category>

		<guid isPermaLink="false">http://www.darrennolan.com/?p=42</guid>
		<description><![CDATA[Words can not possible express how awesomely awesome this post is.  In an attempt not to lose my bookmark to it _yet_ again, here&#8217;s my personal entry to remember for years to come. Oh and er, share with you all.  Yeah &#8211; all for you guys.  =D http://theoatmeal.com/comics/design_hell Pure genius. That site again, http://theoatmeal.com/comics/design_hell.]]></description>
			<content:encoded><![CDATA[<p>Words can not possible express how awesomely awesome this post is.  In an attempt not to lose my bookmark to it _yet_ again, here&#8217;s my personal entry to remember for years to come. Oh and er, share with you all.  Yeah &#8211; all for you guys.  =D</p>
<p style="text-align: center;"><a href="http://theoatmeal.com/comics/design_hell">http://theoatmeal.com/comics/design_hell</a></p>
<p><img src="http://www.darrennolan.com/wp-content/uploads/2009/12/1.jpg" alt="1" title="1" width="687" height="185" class="aligncenter size-full wp-image-43" /><br />
<img src="http://www.darrennolan.com/wp-content/uploads/2009/12/2.png" alt="2" title="2" width="687" height="413" class="aligncenter size-full wp-image-44" /><br />
<img src="http://www.darrennolan.com/wp-content/uploads/2009/12/3.jpg" alt="3" title="3" width="669" height="520" class="aligncenter size-full wp-image-45" /><br />
<img src="http://www.darrennolan.com/wp-content/uploads/2009/12/4.jpg" alt="4" title="4" width="644" height="728" class="aligncenter size-full wp-image-46" /><br />
<img src="http://www.darrennolan.com/wp-content/uploads/2009/12/5.png" alt="5" title="5" width="600" height="399" class="aligncenter size-full wp-image-47" /><br />
<img src="http://www.darrennolan.com/wp-content/uploads/2009/12/6.png" alt="6" title="6" width="595" height="361" class="aligncenter size-full wp-image-48" /><br />
<img src="http://www.darrennolan.com/wp-content/uploads/2009/12/7.png" alt="7" title="7" width="598" height="441" class="aligncenter size-full wp-image-49" /><br />
<img src="http://www.darrennolan.com/wp-content/uploads/2009/12/8.png" alt="8" title="8" width="628" height="415" class="aligncenter size-full wp-image-50" /><br />
<img src="http://www.darrennolan.com/wp-content/uploads/2009/12/9.png" alt="9" title="9" width="628" height="492" class="aligncenter size-full wp-image-51" /><br />
<img src="http://www.darrennolan.com/wp-content/uploads/2009/12/10.jpg" alt="10" title="10" width="662" height="741" class="aligncenter size-full wp-image-52" /><br />
</p>
<p style="text-align: center;">
Pure genius.  That site again, <a href="http://theoatmeal.com/comics/design_hell">http://theoatmeal.com/comics/design_hell</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrennolan.com/2009/12/09/web-design-goes-straight-to-hell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why computer professionals have loads of spare time</title>
		<link>http://www.darrennolan.com/2009/11/12/why-computer-professionals-have-loads-of-spare-time/</link>
		<comments>http://www.darrennolan.com/2009/11/12/why-computer-professionals-have-loads-of-spare-time/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 04:09:22 +0000</pubDate>
		<dc:creator>Dazz</dc:creator>
				<category><![CDATA[Humour]]></category>

		<guid isPermaLink="false">http://www.darrennolan.com/?p=39</guid>
		<description><![CDATA[http://eviljaymz.com/?q=node/33 I promise one day I&#8217;ll start to catch up on the rest of his site.  Of course makes me lol to see awesome work like this on the net (I think you have to be in one of those professions to truly understand it). On another note, I also promise soon enough I&#8217;ll begin [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.darrennolan.com/wp-content/uploads/2009/11/computer-pros.gif" rel="lightbox[39]"><img class="aligncenter size-medium wp-image-40" title="computer-pros" src="http://www.darrennolan.com/wp-content/uploads/2009/11/computer-pros-300x248.gif" alt="computer-pros" width="300" height="248" /></a><a href="http://eviljaymz.com/?q=node/33">http://eviljaymz.com/?q=node/33</a></p>
<p style="text-align: left;">I promise one day I&#8217;ll start to catch up on the rest of his site.  Of course makes me lol to see awesome work like this on the net (I think you have to be in one of those professions to truly understand it).</p>
<p style="text-align: left;">On another note, I also promise soon enough I&#8217;ll begin to write some awesome little tutorials on random things.  First up I think will be a Vista Sidebar/Windows7 Desktop Gadget for remote Linux monitoring &#8211; in all it&#8217;s glory, as personally I think there is only so many web pages open you can have (even on 4 screens) before you start to do your own head in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrennolan.com/2009/11/12/why-computer-professionals-have-loads-of-spare-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
