<?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>Irregular Activity &#187; Web Design</title>
	<atom:link href="http://www.irregularactivity.co.uk/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.irregularactivity.co.uk</link>
	<description>Digging up the web and technology since 2001....</description>
	<lastBuildDate>Fri, 21 May 2010 15:12:55 +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>Transferring a Wordpress Installation across Domains</title>
		<link>http://www.irregularactivity.co.uk/2008/08/26/transfering-a-wordpress-installation-across-domains/</link>
		<comments>http://www.irregularactivity.co.uk/2008/08/26/transfering-a-wordpress-installation-across-domains/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 13:54:34 +0000</pubDate>
		<dc:creator>Darren Cornwell</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.irregularactivity.co.uk/?p=171</guid>
		<description><![CDATA[It&#8217;s pretty easy to move your blog across domains / servers but you want to make sure you have the time to do it &#8211; so plan ahead! Also not, that if you have just registered the domain it will take time (usually 24 &#8211; 72 hours) to propagate around the web, so if you [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-172" style="float: right;" title="wp_logo" src="http://www.irregularactivity.co.uk/wp-content/uploads/2008/08/wp_logo.jpg" alt="Wordpress Logo" width="200" height="200" />It&#8217;s pretty easy to move your blog across domains / servers but you want to make sure you have the time to do it &#8211; so plan ahead! Also not, that if you have just registered the domain it will take time (usually 24 &#8211; 72 hours) to propagate around the web, so if you transfer before this time, your blog may be unreachable &#8211; that&#8217;s just the way the web is!</p>
<p>There are a couple of steps involved:</p>
<p>1. Backup your Wordpress Database<br />
2. Backup your server and all Wordpress files<br />
3. Change the configuration of your installation<br />
4. Backup the new database<br />
5. Backup the new server files<br />
6. Transfer db and files<br />
7. Enjoy!</p>
<p><strong>Step 1 &#8211; Backup your Database</strong><br />
There are a number of way to do this, the easiest if your not to technically au&#8217;fay would be to get an excellent wordpress db dackup plugin:</p>
<p><a href="http://www.ilfilosofo.com/blog/wp-db-backup">http://www.ilfilosofo.com/blog/wp-db-backup</a><br />
<a href="http://skippy.net/wordpress-database-backup">http://skippy.net/wordpress-database-backup</a></p>
<p>If you don&#8217;t mind jumping right on in, then most prefer something like <a href="http://www.phpmyadmin.net/">phpmyadmin</a>, most web hosts have this installed by default. Log in, select your db and then export, make sure the export is set to SQL and then under the options (on the right) make sure &#8216;Add DROP TABLE&#8217;, &#8216;Add AUTO_INCREMENT value&#8217; and &#8216;Enclose table and field names with backquotes&#8217; are all checked. Check &#8216;Data&#8217; and &#8216;Complete inserts&#8217; and &#8216;Use Hexadecimal for binary fields&#8217;. Check &#8216;Save as file&#8217;, then normally for large db&#8217;s &#8216;zipped&#8217; and hit go! You now have a copy of your entire database on your computer &#8211; name it something sensible like SiteNameOLD.zip and keep it somewhere safe.</p>
<p><strong>Step 2 &#8211; Backup your server and all Wordpress Files</strong><br />
Connect up to your server via FTP and you want to dump the root of the site to your computer. There are two ways to do this:</p>
<p>1. Depending on your FTP client &#8211; you should just be able to &#8216;drag and drop&#8217; all the files from the root of your site to your computer &#8211; this is very time consuming if you have a lot of files.</p>
<p>2. Use your control panel with your hosting company and find the directory with your blog in it, then compress all the files into an archive, then use FTP to take that one file off.</p>
<p>Make sure you get everything and then name this file something like SiteNameDumpOLD.zip. Of course if your a real genius you could use SSH, but then you wouldn&#8217;t need me explaining all of this!</p>
<p><strong>Step 3 &#8211; Change your Configuration</strong><br />
Login to your Wordpress installation and head to the options tab. Change both the URL sections to match the URL of the new diomain. &#8216;Update&#8217; and expect your site to stop working :(</p>
<p><strong>Step 4 &amp; 5 &#8211; Repeating Steps 1 &amp; 2</strong><br />
This is simply so you have a before and after set of files. It&#8217;s a bit anal, but at least you have every version of your site and as such can restore to any of thee states. Make sure to name these files SiteNameNEW.zip and SiteNameDumpNEW.zip.</p>
<p><strong>Step 6 &#8211; Transferring the Database</strong><br />
If your lucky your database is hosted on a seperate database server and if it is you don&#8217;t need to change any files at all. All you need to do is transfer the contents of SiteNameDumpNEW.zip into the root of the server and you should be good to go.</p>
<p>If you are moving hosts it is very likely that your database username / password and location will have changed. Use phpmyadmin to import the database data taken in step 4 (this now has the new URL strings in it) and then edit the wp-config.php parameters to match your new database details. Head to to your new site URL and hey presto &#8211; migration successful!</p>
<p><strong>What did we just do?</strong><br />
It&#8217;s simple if your think about it, we backed up the db and Wordpress installation. Told our blog the new URL which rewrote all of the URL&#8217;s in the db. Transfered the new db and files to the new server. Told the blog where to find the database (wp-config.php) and away we went. This is just one way of doing it, there are many others but this is probably the most simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.irregularactivity.co.uk/2008/08/26/transfering-a-wordpress-installation-across-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developer Environment &#8211; Part 1</title>
		<link>http://www.irregularactivity.co.uk/2008/05/13/developer-environment-part-1/</link>
		<comments>http://www.irregularactivity.co.uk/2008/05/13/developer-environment-part-1/#comments</comments>
		<pubDate>Tue, 13 May 2008 11:40:24 +0000</pubDate>
		<dc:creator>Darren Cornwell</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.irregularactivity.co.uk/2008/05/13/developer-environment-part-1/</guid>
		<description><![CDATA[People often ask me what I use to develop a website and how I go about it. I can&#8217;t cover it all in one blog post, but I can give a brief overview of what I use and how I use it.
I&#8217;ve always thought that there is no right or wrong way to design your [...]]]></description>
			<content:encoded><![CDATA[<p>People often ask me what I use to develop a website and how I go about it. I can&#8217;t cover it all in one blog post, but I can give a brief overview of what I use and how I use it.</p>
<p>I&#8217;ve always thought that there is no right or wrong way to design your site &#8211; some people love Dreamweaver, some people prefer Notepad &#8211; it&#8217;s all down to your own personal coding style. I do all of my development work on a Mac, but a great deal of the software I use has it&#8217;s counterpart in the Windows world.</p>
<p><img src="http://www.irregularactivity.co.uk/wp-content/uploads/2008/05/skedit_icon.jpg" alt="SkEdit Text Editor" style="float: left; padding-right: 20px" /><strong>SkEdit &#8211; <a href="http://www.skti.org/skedit/" title="SkEdit" target="_blank">http://www.skti.org/skedit/</a></strong><br />
I have used this from day one (well, when the software was released). Brilliant tabbed interface for multiple file editing, quick preview with your favourite browser (set these in a list), code highlighting (fully customisable), code completion and my favourite find and replace system ever &#8211; this is one of those simple little applications that does exactly what it claims to and incredibly well. Also available to use with a subversion repo with additional plugin.</p>
<p><img src="http://www.irregularactivity.co.uk/wp-content/uploads/2008/05/textmate_icon.jpg" alt="TextMate text editor" style="float: left; padding-right: 20px" /><strong>TextMate &#8211; <a href="http://macromates.com/" title="TextMate">http://macromates.com/</a></strong><br />
One of the oldest and greatest Macintosh text editors, name a function and it probably lives within TextMate somewhere. What I love about TextMate is the sheer speed with which it  can complete tasks &#8211; not to take anything away from SkEdit above, but code highlighting in TM is second to none. What&#8217;s really great is the ability to download &#8216;code&#8217; bundles from the TM site allowing you to add code highlighting and completion rules at will.</p>
<p><img src="http://www.irregularactivity.co.uk/wp-content/uploads/2008/05/coda_icon.jpg" alt="Coda from Panic Software" style="float: left; padding-right: 20px" /><strong>Coda &#8211; <a href="http://www.panic.com/coda/" title="Panic Coda">http://www.panic.com/coda/</a></strong><br />
When code broke onto the scene about a year ago it blew my mind. They have the text editor from SubEtherEdit (one of the better) and jammed a full Markup editor with all the bells and whistles in, along with a proper preview window (in app, based on WebKit), W3C validation checking (very handy and functional), a FTP engine (based on the Best FTP app &#8211; Transmit), ssh terminal and if all of that wasn&#8217;t enough an &#8216;in app&#8217; library with full access to PHP, XHTML and CSS reference books &#8211; just try it out, it&#8217;s really very good and well worth the coinage.</p>
<p>Part 2 coming shortly&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.irregularactivity.co.uk/2008/05/13/developer-environment-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Generosity for nought more than&#8230; well nothing?</title>
		<link>http://www.irregularactivity.co.uk/2007/11/20/generosity-for-nought-more-than-well-nothing/</link>
		<comments>http://www.irregularactivity.co.uk/2007/11/20/generosity-for-nought-more-than-well-nothing/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 11:01:29 +0000</pubDate>
		<dc:creator>Darren Cornwell</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Shapes]]></category>

		<guid isPermaLink="false">http://www.irregularactivity.co.uk/2007/11/20/generosity-for-nought-more-than-well-nothing/</guid>
		<description><![CDATA[When I&#8217;m not feverishly working on 20 projects / a new office build / a new database / a global website launch etc, I like to spend a bit of time scouring the web to see what&#8217;s new / what&#8217;s useful. So in those spare few moments I hop onto the usual places digg / [...]]]></description>
			<content:encoded><![CDATA[<p>When I&#8217;m not feverishly working on 20 projects / a new office build / a new database / a global website launch etc, I like to spend a bit of time scouring the web to see what&#8217;s new / what&#8217;s useful. So in those spare few moments I hop onto the usual places <a href="http://digg.com/" title="Digg">digg</a> / <a href="http://del.icio.us" title="Delicious">del.ico.us</a> / <a href="http://www.smashingmagazine.com/" title="Smashing Magazine">smashing magazine</a> / <a href="http://www.alistapart.com/" title="A List Apart">a list apart</a> and see what&#8217;s new. Today I stumbled across something great on del.ico.us. I love the fact that some people on the web are so generous with their wares &#8211; whether it&#8217;s their GPL&#8217;d code, a free CSS template or in this case an awesome set of photoshop shapes.</p>
<p>If you get a spare sec in your day, go and visit the site (or more specifically the page with these shapes on it!) Dezignus &#8211; <a href="http://dezignus.com/floristic_shapes/" title="Floral Shapes">http://dezignus.com/floristic_shapes/.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.irregularactivity.co.uk/2007/11/20/generosity-for-nought-more-than-well-nothing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Brethren</title>
		<link>http://www.irregularactivity.co.uk/2007/10/31/the-brethren/</link>
		<comments>http://www.irregularactivity.co.uk/2007/10/31/the-brethren/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 09:08:49 +0000</pubDate>
		<dc:creator>Darren Cornwell</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://www.irregularactivity.co.uk/2007/10/31/the-brethren/</guid>
		<description><![CDATA[Completely slipped my mind, been working on this site since last year, incremental updates and the like. These guys are a little band from Tiverton, Devon and have built up quite a following &#8211; great fun to design for, I&#8217;ve done them some flyer&#8217;s, album artwork and branded them with the distinctive slashed diagonals &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Completely slipped my mind, been working on this site since last year, incremental updates and the like. These guys are a little band from Tiverton, Devon and have built up quite a following &#8211; great fun to design for, I&#8217;ve done them some flyer&#8217;s, album artwork and branded them with the distinctive slashed diagonals &#8211; I hope they do well, they deserve to.
<p style="text-align: center"><img src="http://www.irregularactivity.co.uk/wp-content/uploads/2007/10/brethrenheader.jpg" alt="The Brethren Band" /></p>
<p>By all means go and check out their site &#8211; <a href="http://www.the-brethren.co.uk" title="The Brethren">The Brethren</a> don&#8217;t forget to listen to a few of their tracks at the bottom of the page. They even have a store and you guessed it&#8230;. a nicely themed myspace page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.irregularactivity.co.uk/2007/10/31/the-brethren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ars Technica Pissed Web Coder?</title>
		<link>http://www.irregularactivity.co.uk/2007/09/26/ars-technica-nod-to-ie-right/</link>
		<comments>http://www.irregularactivity.co.uk/2007/09/26/ars-technica-nod-to-ie-right/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 10:26:45 +0000</pubDate>
		<dc:creator>Darren Cornwell</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.irregularactivity.co.uk/2007/09/26/ars-technica-nod-to-ie-right/</guid>
		<description><![CDATA[I often get a few minutes off while designing the complexities of our latest and greatest projects, so imagine my surprise whilst browsing ars code and I found this link to one of their javascript files:
http://media.arstechnica.com/ars.static/jscripts/iesux.v1412615973.js

Loved it &#8211; iesux.js, I can almost see that moment. 
The web coder (bob) is sitting at his desk &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>I often get a few minutes off while designing the complexities of our latest and greatest projects, so imagine my surprise whilst browsing ars code and I found this link to one of their javascript files:</p>
<p><a href="http://media.arstechnica.com/ars.static/jscripts/iesux.v1412615973.js">http://media.arstechnica.com/ars.static/jscripts/iesux.v1412615973.js<br />
</a></p>
<p>Loved it &#8211; <strong>iesux.js</strong>, I can almost see that moment. </p>
<p>The web coder (bob) is sitting at his desk &#8211; &#8220;There, finished!&#8221;, enter Boss character &#8220;Uh, bob we&#8217;ve just tried the site in IE&#8230;&#8230; a few problems&#8230;..&#8221;, back to bob &#8220;What? Oh, for fucks sake, fucking IE, 12 months I&#8217;ve been on this this F&#8217;in project and now it all goes to shit&#8230;. right&#8230;.. right, ok&#8230;.. I&#8217;ll fix it&#8221; the boss leaves, back to bob, &#8220;I&#8217;ll F&#8217;ing fix it alright. Right&#8230;. new file&#8230;. enter name&#8230;. iesux&#8230; yeah that&#8217;ll do it&#8217;</p>
<p>I know how he feels, even the VARS in the file reflect the obviously aggressive mood:</p>
<pre>var iesux = {
    stupid_highlight_bug : function(e){ document.body.style.height..
    stupid_sticky_positioning : function(e){ var body..
    fix_stupid_bugs: function(){ iesux.stupid_highlight_bug();..
    iesux.stupid_sticky_positioning(); $('#Sidebar').show();..
}
</pre>
<p>This is a constant source of absolute irritation in my daily work patterns, make something beautiful, something sexy, something clever, test, test and test again. Finalise it, few more tests&#8230;. oh it&#8217;s fucked &#8211; scream! Rewrite several times for IE compatibility, test, fix, test, fix and if I&#8217;m lucky deploy.</p>
<p>Maybe I&#8217;m just a crappy coder! The thought had occured.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.irregularactivity.co.uk/2007/09/26/ars-technica-nod-to-ie-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>W3C Web Standard Buttons</title>
		<link>http://www.irregularactivity.co.uk/2007/08/15/w3c-web-standard-buttons/</link>
		<comments>http://www.irregularactivity.co.uk/2007/08/15/w3c-web-standard-buttons/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 12:32:06 +0000</pubDate>
		<dc:creator>Darren Cornwell</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.irregularactivity.co.uk/2007/08/15/w3c-web-standard-buttons/</guid>
		<description><![CDATA[Ok, so I make a lot of sites &#8211; some good, some not so good, but when it&#8217;s a good site I like to show the site visitors that I have taken the time and energy to create a clean compliant batch of markup, so I use those itty bitty buttons your all so used [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so I make a lot of sites &#8211; some good, some not so good, but when it&#8217;s a good site I like to show the site visitors that I have taken the time and energy to create a clean compliant batch of markup, so I use those itty bitty buttons your all so used to seeing.<br />
<a href="http://www.irregularactivity.co.uk/wp-content/uploads/2007/08/w3cbuttons.png" title="W3C Web Standard Buttons"></a></p>
<p style="text-align: center"><a href="http://www.irregularactivity.co.uk/wp-content/uploads/2007/08/w3cbuttons.png" title="W3C Web Standard Buttons"><img src="http://www.irregularactivity.co.uk/wp-content/uploads/2007/08/w3cbuttons.png" alt="W3C Web Standard Buttons" /></a></p>
<p>Being the nice guy that I am, I&#8217;ve put 2 sets up as a little .png above. Feel free to download it and use them for your own nefarious purposes &#8211; maybe they will help a few people out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.irregularactivity.co.uk/2007/08/15/w3c-web-standard-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Generation Majorettes &#8211; Tiverton</title>
		<link>http://www.irregularactivity.co.uk/2006/08/12/new-generation-majorettes-tiverton/</link>
		<comments>http://www.irregularactivity.co.uk/2006/08/12/new-generation-majorettes-tiverton/#comments</comments>
		<pubDate>Sat, 12 Aug 2006 15:27:23 +0000</pubDate>
		<dc:creator>Darren Cornwell</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.irregularactivity.co.uk/irregularactivitysite/?p=48</guid>
		<description><![CDATA[Another site up and online, using Wordpress with a custom theme designed by myself. They&#8217;ve got a nice forum based on PunBB, a Gallery based on Singapore, and a budding little user community which is just starting out.

Go and check then out at  New Generation Majorettes, I think you&#8217;ll like it!
]]></description>
			<content:encoded><![CDATA[<div>Another site up and online, using Wordpress with a custom theme designed by myself. They&#8217;ve got a nice forum based on PunBB, a Gallery based on Singapore, and a budding little user community which is just starting out.</div>
<div style="text-align:center;"><br/><img width="250" height="200" id="image47" alt="New Gen Majorettes" src="http://www.irregularactivity.co.uk/wp-content/uploads/2007/01/ngmthumby-701014.jpg" /></div>
<p>Go and check then out at  <a href="http://www.newgenmajorettes.co.uk/">New Generation Majorettes</a>, I think you&#8217;ll like it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.irregularactivity.co.uk/2006/08/12/new-generation-majorettes-tiverton/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Algarve Villa Tamariz Site</title>
		<link>http://www.irregularactivity.co.uk/2006/06/26/46/</link>
		<comments>http://www.irregularactivity.co.uk/2006/06/26/46/#comments</comments>
		<pubDate>Mon, 26 Jun 2006 15:25:35 +0000</pubDate>
		<dc:creator>Darren Cornwell</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.irregularactivity.co.uk/irregularactivitysite/?p=46</guid>
		<description><![CDATA[ust a quick bit of news. The Algarve Villa Tamariz website is now up and online &#8211; a bit of an improvement over the previous site. Enjoy!

You can view it at www.a1algarvevilla.com
]]></description>
			<content:encoded><![CDATA[<div>ust a quick bit of news. The Algarve Villa Tamariz website is now up and online &#8211; a bit of an improvement over the previous site. Enjoy!</div>
<div style="text-align:center;"><br/><img width="250" height="200" alt="Algarve Villa Tamariz" id="image45" src="http://www.irregularactivity.co.uk/wp-content/uploads/2007/01/tamariz-786468.jpg" /></div>
<p>You can view it at <a href="http://www.a1algarvevilla.com/">www.a1algarvevilla.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.irregularactivity.co.uk/2006/06/26/46/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>End of January Update&#8230;</title>
		<link>http://www.irregularactivity.co.uk/2006/01/12/end-of-january-update/</link>
		<comments>http://www.irregularactivity.co.uk/2006/01/12/end-of-january-update/#comments</comments>
		<pubDate>Thu, 12 Jan 2006 14:12:21 +0000</pubDate>
		<dc:creator>Darren Cornwell</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.irregularactivity.co.uk/irregularactivitysite/?p=40</guid>
		<description><![CDATA[Well, it&#8217;s nearly the end of January. A new site is up and running, www.heritage-woodland.co.uk, just a revamp of an old frame based site (not mine). Off to New Delhi in a few weeks to set up a new office. Finally got Mr Mac OS X server installed &#8211; it&#8217;s playing nice with the windows [...]]]></description>
			<content:encoded><![CDATA[<div>Well, it&#8217;s nearly the end of January. A new site is up and running, <a href="http://www.heritage-woodland.co.uk/">www.heritage-woodland.co.uk</a>, just a revamp of an old frame based site (not mine). Off to New Delhi in a few weeks to set up a new office. Finally got Mr Mac OS X server installed &#8211; it&#8217;s playing nice with the windows boxes but no AD authentication yet. More to follow&#8230;.</div>
<div style="text-align:center;"><br/><img width="250" height="200" id="image39" alt="Heritage Woodland Management" src="http://www.irregularactivity.co.uk/wp-content/uploads/2007/01/heritagethumb-763319.jpg" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.irregularactivity.co.uk/2006/01/12/end-of-january-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>End of December Update&#8230;.</title>
		<link>http://www.irregularactivity.co.uk/2005/12/22/end-of-december-update/</link>
		<comments>http://www.irregularactivity.co.uk/2005/12/22/end-of-december-update/#comments</comments>
		<pubDate>Thu, 22 Dec 2005 14:07:29 +0000</pubDate>
		<dc:creator>Darren Cornwell</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.irregularactivity.co.uk/irregularactivitysite/?p=38</guid>
		<description><![CDATA[Wow, what a delay &#8211; you can take it as red that it has been an absolute roller coaster of a ride these last few months, expect an update within the next few days. Anyway, there&#8217;s a new site on the horizon and they deal in gold! Check out www.specialist-metal.co.uk, we just about to finish [...]]]></description>
			<content:encoded><![CDATA[<div>Wow, what a delay &#8211; you can take it as red that it has been an absolute roller coaster of a ride these last few months, expect an update within the next few days. Anyway, there&#8217;s a new site on the horizon and they deal in gold! Check out <a href="http://www.specialist-metal.co.uk/">www.specialist-metal.co.uk</a>, we just about to finish it, bad points &#8211; I failed in my attempts to use pure CSS, time limits &#8211; what a killa!</div>
<div style="text-align:center;"><br/><img width="250" height="173" alt="SMS Screenie" id="image37" src="http://www.irregularactivity.co.uk/wp-content/uploads/2007/01/metal-784897.jpg" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.irregularactivity.co.uk/2005/12/22/end-of-december-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
