<?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>DiMD</title>
	<atom:link href="http://blog.dimd.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dimd.co.uk</link>
	<description>discuss, idealise, mumble, decry</description>
	<lastBuildDate>Mon, 02 Jun 2008 23:07:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>new site design live!</title>
		<link>http://blog.dimd.co.uk/2008/06/02/cargowiredesign/</link>
		<comments>http://blog.dimd.co.uk/2008/06/02/cargowiredesign/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 23:05:31 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.dimd.co.uk/2008/06/02/cargowiredesign/</guid>
		<description><![CDATA[Although the site isn&#8217;t really fully functional yet I at least now have a holding design and homepage up over at my new website cargowire.net Any comments would be greatly appreciated below&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Although the site isn&#8217;t really fully functional yet I at least now have a holding design and homepage up over at my new website <a title="Cargowire | The new home of Craig Rowe" href="http://www.cargowire.net">cargowire.net</a> Any comments would be greatly appreciated below&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dimd.co.uk/2008/06/02/cargowiredesign/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>no rest for the wicked in this non-stop operation</title>
		<link>http://blog.dimd.co.uk/2008/05/10/non-stopoperation/</link>
		<comments>http://blog.dimd.co.uk/2008/05/10/non-stopoperation/#comments</comments>
		<pubDate>Sat, 10 May 2008 00:21:24 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.dimd.co.uk/2008/05/10/non-stopoperation/</guid>
		<description><![CDATA[This year just keeps on throwing up surprises&#8230;
So I started a new job, got back into a rhythm of keeping up to date with the web world and actually did some development on my new site!
I spent some late night time looking into the use of, and integrating, the del.ico.ious api into a site on [...]]]></description>
			<content:encoded><![CDATA[<p>This year just keeps on throwing up surprises&#8230;</p>
<p>So I started a new job, got back into a rhythm of keeping up to date with the web world and actually did some development on my new site!</p>
<p>I spent some late night time looking into the use of, and integrating, the del.ico.ious api into a site on my local dev machine.  Originally I was going to go with making json calls but opted for the api as it provided more detail on the post information returned.  Which is kind of odd really, for example, by requesting json you don&#8217;t receive the date of the post but you do if you request using the api? (at least from what I saw during the brief time I spent looking).  Also, by using the api I get some lovely neat XML that I can transform straight onto my page!</p>
<p>So anyway, it turns out its all rather straight forward to pull out posts from your delicious account and do pretty much whatever you like with them.  My initial thoughts were to simply pull them out and list them so my personal site acts as an <span class="me">aggregator </span>of my various other online accounts.  With a tiny amount of C# I was able to achieve this in a very short time and once I can get my local site hosted somewhere I&#8217;ll put together a brief article on how I did this (with code examples).  Not that anyone will be interested.. but hey.. it&#8217;ll be fun to write!</p>
<p>Additionally:</p>
<p>I finally took the time to fix the includes problem on my wordpress blog (mentioned some time ago) so now the sidebar returns!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dimd.co.uk/2008/05/10/non-stopoperation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 months later&#8230;</title>
		<link>http://blog.dimd.co.uk/2008/03/23/sixmonthslater/</link>
		<comments>http://blog.dimd.co.uk/2008/03/23/sixmonthslater/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 14:42:28 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.dimd.co.uk/2008/03/23/sixmonthslater/</guid>
		<description><![CDATA[OK, so its been some time since my last post on website redevelopment! I put this down to Dawn of War, Team Fortress 2&#8230; and general life &#8216;busyness&#8217;
in terms of a new site I&#8217;ve decided to take a quite backend heavy approach and look into tapping into a host of APIs such as Flickr, del.ico.us [...]]]></description>
			<content:encoded><![CDATA[<p>OK, so its been some time since my last post on website redevelopment! I put this down to Dawn of War, Team Fortress 2&#8230; and general life &#8216;busyness&#8217;</p>
<p>in terms of a new site I&#8217;ve decided to take a quite backend heavy approach and look into tapping into a host of APIs such as Flickr, del.ico.us etc for the purposes of image galleries, favourite links type sections.  Although i&#8217;ve heard, from a variety of sources, that this can be slower (both in terms of dev and user access to pages) than simply building a quick database of items to pull lists (images, links etc) out of.  I&#8217;m hoping it will be an excellent learning opportunity.</p>
<p>I&#8217;m also dithering over whether to take the plunge and change my personal site to asp.NET (after working with it commercially for the majority of my post university experience) or stick with maintaining my PHP knowledge..</p>
<p>&#8230;more updates to come.. hopefully on my progress with the above.. as usual its a desperate situation of balancing social life, work life and &#8216;non-work work life&#8217;</p>
<p>employed work life has been dominating my web related activities for pretty much the last year so I shall be attempting to find time for this!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dimd.co.uk/2008/03/23/sixmonthslater/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>almost as exciting as a wiimote..</title>
		<link>http://blog.dimd.co.uk/2008/01/03/awhackingwacom/</link>
		<comments>http://blog.dimd.co.uk/2008/01/03/awhackingwacom/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 11:06:08 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.dimd.co.uk/2008/01/03/awhackingwacom/</guid>
		<description><![CDATA[dodgey webcam pic alert →
so i took the plunge and got myself a graphics tablet.. there goes my christmas money!
you can see a couple of examples of my idle sketching on my recently created deviantart profile. Now we can all see why I don&#8217;t ply my trade as a portrait artist&#8230;
]]></description>
			<content:encoded><![CDATA[<p><img style="float: right" alt="Wacom Intuos3" title="Wacom Intuos3" src="http://www.dimd.co.uk/images/wacom.jpg" />dodgey webcam pic alert →</p>
<p>so i took the plunge and got myself a graphics tablet.. there goes my christmas money!</p>
<p>you can see a couple of examples of my idle sketching on my recently created <a title="Daffy Duck" href="http://cargowire.deviantart.com/art/Green-Eyed-Daffy-73214249">deviantart profile</a>. Now we can all see why I don&#8217;t ply my trade as a portrait artist&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dimd.co.uk/2008/01/03/awhackingwacom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reasons to be cheerful..</title>
		<link>http://blog.dimd.co.uk/2007/09/15/newpc/</link>
		<comments>http://blog.dimd.co.uk/2007/09/15/newpc/#comments</comments>
		<pubDate>Sat, 15 Sep 2007 20:29:55 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.dimd.co.uk/2007/10/24/newpc/</guid>
		<description><![CDATA[
firstly.. apologies to the Ian dury fans&#8230; this isn&#8217;t some kind of tribute!
instead its my own reason to be cheerful&#8230; I HAVE A NEW PC! woo look at me build it
also, I sketched out a few ideas for a new site but wasn&#8217;t entirely happy so the redevelopment has not taken place yet.  However [...]]]></description>
			<content:encoded><![CDATA[<p><img title="My PC" alt="My PC" src="http://www.dimd.co.uk/images/PC.JPG" /></p>
<p>firstly.. apologies to the Ian dury fans&#8230; this isn&#8217;t some kind of tribute!</p>
<p>instead its my own reason to be cheerful&#8230; I HAVE A NEW PC! woo look at me <acronym title="read: put components in a case (no soldering going on here!)">build it</acronym></p>
<p>also, I sketched out a few ideas for a new site but wasn&#8217;t entirely happy so the redevelopment has not taken place yet.  However I&#8217;m well aware of how strongly I feel this should be revamped so hopefully I&#8217;ll come up with something soon.  Watch this space!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dimd.co.uk/2007/09/15/newpc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tiny update</title>
		<link>http://blog.dimd.co.uk/2007/06/03/tiny-update/</link>
		<comments>http://blog.dimd.co.uk/2007/06/03/tiny-update/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 15:39:16 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.dimd.co.uk/2007/06/03/tiny-update/</guid>
		<description><![CDATA[Comments have been disabled due to spam and while the site is redesigned (which has taken on somewhat of a large and open timescale due to a lack of time to spend on such frivolous self indulgent activities&#8230;.)
]]></description>
			<content:encoded><![CDATA[<p>Comments have been disabled due to spam and while the site is redesigned (which has taken on somewhat of a large and open timescale due to a lack of time to spend on such frivolous self indulgent activities&#8230;.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dimd.co.uk/2007/06/03/tiny-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>long overdue</title>
		<link>http://blog.dimd.co.uk/2007/01/24/long-overdue/</link>
		<comments>http://blog.dimd.co.uk/2007/01/24/long-overdue/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 20:15:43 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.dimd.co.uk/2007/01/24/long-overdue/</guid>
		<description><![CDATA[edited [additional note]: Since my site has moved to a new server some of the includes have gone awry and unfortunately I have not got the time at the moment to investigate this.
I have briefly got the menu to reappear with minimal investigation.  However if you have any problems please feel free to follow [...]]]></description>
			<content:encoded><![CDATA[<p>edited [additional note]: Since my site has moved to a new server some of the includes have gone awry and unfortunately I have not got the time at the moment to investigate this.</p>
<p>I have briefly got the menu to reappear with minimal investigation.  However if you have any problems please feel free to follow this link to get to the about page and use links from there: <a title="About DiMD" href="http://www.dimd.co.uk/about.php">http://www.dimd.co.uk/about.php</a><br />
this site is soon to be rewritten with the scope of this redevelopment including:</p>
<ul>
<li>CSS</li>
<li>XHTML</li>
<li>PHP</li>
<li>MySQL</li>
<li>Wordpress</li>
</ul>
<p>Although satisfactorily providing an outlet for updates, portfolio hosting etc. it is due a bit of a respec, revamp and general clean-out/restructuring.</p>
<p>This process will be performed entirely offline before going live.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dimd.co.uk/2007/01/24/long-overdue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2007</title>
		<link>http://blog.dimd.co.uk/2007/01/01/2007-begins/</link>
		<comments>http://blog.dimd.co.uk/2007/01/01/2007-begins/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 18:00:15 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.dimd.co.uk/2007/01/21/2007-begins/</guid>
		<description><![CDATA[
play more sport
be more proactive
check out a wider range of blogs/podcasts

]]></description>
			<content:encoded><![CDATA[<ul>
<li>play more sport</li>
<li>be more proactive</li>
<li>check out a wider range of blogs/podcasts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.dimd.co.uk/2007/01/01/2007-begins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
