<?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>Ian Isted</title>
	<atom:link href="http://ianisted.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://ianisted.co.uk</link>
	<description>The ramblings of a bumpkin, web developer and eternal optimist.</description>
	<lastBuildDate>Mon, 16 Apr 2012 23:14:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Create New File in Finder 2</title>
		<link>http://ianisted.co.uk/new-file-for-alfred-2</link>
		<comments>http://ianisted.co.uk/new-file-for-alfred-2#comments</comments>
		<pubDate>Mon, 16 Apr 2012 21:54:54 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Alfred]]></category>
		<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://ianisted.co.uk/?p=699</guid>
		<description><![CDATA[Over the weekend I wrote an extension for Alfred to solve the problem of not being able to create new files easily from the Mac OS Finder. After I had written what was a very rudementary script to solve the problem, I posted it to my blog (the one you&#8217;re reading now). Within a couple [...]]]></description>
			<content:encoded><![CDATA[<p>Over the weekend I <a title="Create New File in Finder. A script for Alfred App" href="http://ianisted.co.uk/new-file-for-alfred" target="_blank">wrote an extension for Alfred</a> to solve the problem of not being able to create new files easily from the Mac OS Finder.</p>
<p>After I had written what was a very rudementary script to solve the problem, I posted it to my blog (the one you&#8217;re reading now). Within a couple of hours I had over 500 views to the post, and a few comments. <em>Thanks to everyone who took the time to find me on twitter or post a comment.<span id="more-699"></span></em></p>
<p>One of my commenters was <a href="http://ianisted.co.uk/new-file-for-alfred#comment-497773014" target="_blank">Chris Kalafarski (farski)</a>. He had re-written my script using Ruby. This had the advantage of running a little faster than mine, and he iterated on it further by adding a filename parameter, and even a system to use predefined templates for the new files. I gave the script a spin, and was delighted. It was a far better solution to my problem.</p>
<p>So I took the liberty of adding a basic help system and packaging the Alfred script as one you can download and install. If you want you can download the <a title="Chris' Github Account" href="https://github.com/farski" target="_blank">raw Ruby script</a> from Chris&#8217; Github account here, or just download the .alfredextension below.</p>
<p>Many thanks to Chris for making my life easier. Again, I hope this is as useful to you as it is to me.</p>
<p><a class="download-link type-alfred" title="Download the Alfred script here. 12kb." href="http://ianisted.co.uk/download-files/alfred/newfile2.zip" target="_blank">Download v2.0 (12kb)</a></p>
<p>&nbsp;</p>
<h2>How to use the extension</h2>
<h3><strong>To create new files with a desired name</strong></h3>
<p><strong></strong>Simply load the folder you would like the new file to appear in, in the Finder. Then call up Alfred, and type &#8220;new &#8220;. You can now enter a new filename to be used for your new file. E.g. &#8220;index.html&#8221;. Your new file will be created in the folder for you instantly.</p>
<p><a class="lightbox" href="http://ianisted.co.uk/wp-content/uploads/2012/04/Screen-Shot-2012-04-16-at-22.05.03.png" rel="gallery699" rel="lightbox" target="_blank"><img class="alignnone  wp-image-717" title="Screen Shot 2012-04-16 at 22.05.03" src="http://ianisted.co.uk/wp-content/uploads/2012/04/Screen-Shot-2012-04-16-at-22.05.03.png" alt="" width="400" height="233" /></a></p>
<h3></h3>
<h3><strong>To add a template</strong></h3>
<p>Templates are used for new files of a specific filetype. If for example you want all new HTML files to have a basic HTML structure prefilled, you can add this to your templates directory.</p>
<p>To add a template, you must first create a new template folder inside the extensions folder. To get the extensions folder, right click on the extension name in the Alfred Preferences, and click Show In Finder.</p>
<p><a class="lightbox" href="http://ianisted.co.uk/wp-content/uploads/2012/04/Screen-Shot-2012-04-16-at-22.10.39.png" rel="gallery699" rel="lightbox" target="_blank"><img class="alignnone  wp-image-719" title="Screen Shot 2012-04-16 at 22.10.39" src="http://ianisted.co.uk/wp-content/uploads/2012/04/Screen-Shot-2012-04-16-at-22.10.39.png" alt="" width="294" height="218" /></a></p>
<p>Create the templates folder, and then add your template file inside, using both the name and extension as the filename.</p>
<p><a class="lightbox" href="http://ianisted.co.uk/wp-content/uploads/2012/04/Screen-Shot-2012-04-16-at-22.12.11.png" rel="gallery699" rel="lightbox" target="_blank"><img title="Screen Shot 2012-04-16 at 22.12.11" src="http://ianisted.co.uk/wp-content/uploads/2012/04/Screen-Shot-2012-04-16-at-22.12.11.png" alt="" width="292" height="219" /></a></p>
<p>Now when you add a new file to any folder, your template will automatically be used if the filetype matches.</p>
<h3>Other things to note</h3>
<p>You can create a file, by simply pressing return after typing &#8220;new &#8220;. This will create an &#8220;untitled.txt&#8221; file, to be renamed by you later.</p>
<p>Basic help can also be called up using in a growl message, using either &#8216;help&#8217; or &#8216;?&#8217; commands. E.g. &#8220;new help&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianisted.co.uk/new-file-for-alfred-2/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Create New File in Finder. A script for Alfred App</title>
		<link>http://ianisted.co.uk/new-file-for-alfred</link>
		<comments>http://ianisted.co.uk/new-file-for-alfred#comments</comments>
		<pubDate>Sat, 14 Apr 2012 15:13:51 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Alfred]]></category>
		<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://ianisted.co.uk/?p=628</guid>
		<description><![CDATA[Click here for an updated version of this script I am constantly bothered by the lack of a &#8220;new file&#8221; option in the Mac OS Finder. None of the scripts I found on the web were that great, and they were often quite slow. So I whipped up this little Alfred extension. It creates a new [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Create New File in Finder 2" href="http://ianisted.co.uk/new-file-for-alfred-2">Click here</a> for an updated version of this script</p>
<p>I am constantly bothered by the lack of a &#8220;new file&#8221; option in the Mac OS Finder. None of the scripts I found on the web were that great, and they were often quite slow. So I whipped up this little <a href="http://www.alfredapp.com" target="_blank">Alfred</a> extension. It creates a new file in the most recent or currently active finder window, and selects it ready to be renamed.</p>
<p><a class="lightbox" href="http://ianisted.co.uk/wp-content/uploads/2012/04/Screen-Shot-2012-04-14-at-15.15.58.png" rel="gallery628" rel="lightbox" target="_blank"><img class="alignnone size-full wp-image-653" title="Screen Shot 2012-04-14 at 15.15.58" src="http://ianisted.co.uk/wp-content/uploads/2012/04/Screen-Shot-2012-04-14-at-15.15.58.png" alt="" width="623" height="340" /></a></p>
<p><span id="more-628"></span></p>
<p><a class="lightbox" href="http://ianisted.co.uk/wp-content/uploads/2012/04/Screen-Shot-2012-04-14-at-15.08.14.png" rel="gallery628" rel="lightbox" target="_blank"><img class="alignnone size-full wp-image-647" title="New file created" src="http://ianisted.co.uk/wp-content/uploads/2012/04/Screen-Shot-2012-04-14-at-15.08.14.png" alt="New file created" width="609" height="315" /></a></p>
<p>All you have to do is open the folder to use, and call &#8220;newfile&#8221; in Alfred. Simple!</p>
<p>I&#8217;m going to refine it a little more, but for now it does the job just fine. Feel free to download it, and tweak it as you wish. If you do update the script though, please post the changes to the comments so that everyone can make use of them.</p>
<p><a class="download-link type-alfred" title="Download the Alfred script here. 9.7kb." href="http://ianisted.co.uk/download-files/alfred/newfile.zip" target="_blank">Download v1.0 (9.7kb)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ianisted.co.uk/new-file-for-alfred/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Getting back in to writing</title>
		<link>http://ianisted.co.uk/getting-back-in-to-writing</link>
		<comments>http://ianisted.co.uk/getting-back-in-to-writing#comments</comments>
		<pubDate>Tue, 28 Feb 2012 12:05:03 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://ianisted.co.uk/?p=546</guid>
		<description><![CDATA[When I was younger, creative writing was something I had quite a passion for, nothing professional of course, just lots of little stories. But as I got older and my interests in computers and the The Internet grew I spent less and less time writing, until I had stopped all together. However, I&#8217;ve just read [...]]]></description>
			<content:encoded><![CDATA[<p>When I was younger, creative writing was something I had quite a passion for, nothing professional of course, just lots of little stories. But as I got older and my interests in computers and the The Internet grew I spent less and less time writing, until I had stopped all together.</p>
<p>However, I&#8217;ve just read <a title="Follow Victoria on Twitter" href="http://twitter.com/vickyh101" target="_blank">Victoria Harazim</a>&#8216;s vast back catalogue, she is a budding author and copy writer from Aberdeen; and she&#8217;s given me that spark to start writing again.</p>
<p>I&#8217;m not quite sure how I&#8217;m going to fit this in along with building websites, wanting to build an iPhone app, tinkering with my new Arduino board, practicing for the upcoming 10k run, Refresh Aberdeen, Network, Cubs, and Beavers, as well as anything else I&#8217;ve not thought of, but it&#8217;ll be fun to try!</p>
<p>So watch this space, I might, one day, have a gripping and imaginative short story for you. In the meantime be sure to read <a title="Download Diamond Tears for your Kindle or Kindle App" href="http://www.amazon.co.uk/Diamond-Tears-ebook/dp/B0078EOIFY/ref=sr_1_2?s=digital-text&#038;ie=UTF8&#038;qid=1330420328&#038;sr=1-2" target="_blank">Diamond Tears</a> Victoria&#8217;s story available for Amazon Kindle, it&#8217;s not super long, and it&#8217;s a cracking read.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianisted.co.uk/getting-back-in-to-writing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deus Ex: Human Revolution</title>
		<link>http://ianisted.co.uk/deus-ex-human-revolution</link>
		<comments>http://ianisted.co.uk/deus-ex-human-revolution#comments</comments>
		<pubDate>Fri, 03 Feb 2012 18:06:55 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software & Games]]></category>

		<guid isPermaLink="false">http://ianisted.co.uk/?p=336</guid>
		<description><![CDATA[I bought Deus Ex just before Christmas and managed to convince my brother to buy it as well. Our Christmas holidays thereafter consisted of myself trying to resist the urge to sit in front my of my laptop and play, and my brother just loosing himself in the game for what seemed like days at a [...]]]></description>
			<content:encoded><![CDATA[<p>I bought Deus Ex just before Christmas and managed to convince my brother to buy it as well.</p>
<p>Our Christmas holidays thereafter consisted of myself trying to resist the urge to sit in front my of my laptop and play, and my brother just loosing himself in the game for what seemed like days at a time.</p>
<p>As a big fan of Sci-Fi, the story line was a huge appeal to me. The game is set in 2027, and mankind has been developing human augmentations. This has divided humanity between people who believe that augmentations are an abomination, and people who believe they are just the next step in our own evolution.</p>
<p>You play as Adam Jenson, and you work for augmentation company Sarif Industries. As you progress though the chapters of the game you choose your own path, deciding whether you want to take moral or imoral approaches to different situations.</p>
<p><a class="lightbox" href="http://ianisted.co.uk/wp-content/uploads/2012/02/large_image-2.jpeg" rel="gallery336" rel="lightbox" target="_blank"><img title="large_image-2" src="http://ianisted.co.uk/wp-content/uploads/2012/02/large_image-2.jpeg" alt="" width="1024" height="576" /></a></p>
<p>You are soon given your own augmentations; allowing<span id="more-336"></span><img title="More..." src="http://ianisted.co.uk/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /> you to increase your abilities, improve armour, stealth, health, and so on. You can play using a variety of game styles and skills including hacking, stealth, full combat, and more.</p>
<p>The idea of choosing your own path, and selecting augmentation upgrades gives you a great opportunity for replaying the game later.</p>
<p><a class="lightbox" href="http://ianisted.co.uk/wp-content/uploads/2012/02/large_image-3.jpeg" rel="gallery336" rel="lightbox" target="_blank"><img class="alignnone size-full wp-image-368" title="large_image-3" src="http://ianisted.co.uk/wp-content/uploads/2012/02/large_image-3.jpeg" alt="" width="1024" height="576" /></a></p>
<p>That&#8217;s all I&#8217;m going to give away of the story line; that&#8217;s for you to find as you play the game.</p>
<p>The graphics for the game are great and at times quite breathtaking; you can really become immersed a world that seamlessly weaves together The Fifth Element and Blade Runner.</p>
<p><a class="lightbox" href="http://ianisted.co.uk/wp-content/uploads/2012/02/large_image.jpeg" rel="gallery336" rel="lightbox" target="_blank"><img class="wp-image-344 alignnone" title="large_image" src="http://ianisted.co.uk/wp-content/uploads/2012/02/large_image.jpeg" alt="" width="1024" height="576" /></a></p>
<p>The cut scenes are beautifully rendered, with clever use of lighting to give a sleek, futuristic feel.</p>
<p>Unfortunately there is no multiplayer mode, which is a big shame. Co-op would be a great way to play through this game with a friend!</p>
<p>I would also have liked to see a little more free play. You can choose to complete side missions, but these seem to be less side missions and more part of the story line itself.</p>
<p>I must have played the game for 30-40 hours, and I&#8217;ve already bought and started playing <a title="The Missing Link website" href="http://www.deusex.com/themissinglink" target="_blank">The Missing Link</a> (an extra chapter you can download through Steam).</p>
<p>I have yet to play the 2 original games in the series, so I&#8217;ll definitely be getting those soon too.</p>
<p>Overall I thoroughly enjoyed playing Deus Ex, and would recommend it to anyone who enjoys RPGs, Sci-Fi, or just great story lines. Be sure to shop around though, I picked mine up for £12.</p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://ianisted.co.uk/deus-ex-human-revolution/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Announcing&#8230; Refresh Aberdeen.</title>
		<link>http://ianisted.co.uk/announcing-refresh-aberdeen</link>
		<comments>http://ianisted.co.uk/announcing-refresh-aberdeen#comments</comments>
		<pubDate>Thu, 12 Jan 2012 08:00:58 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Meetups]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Refresh Aberdeen]]></category>

		<guid isPermaLink="false">http://newsite.ianisted.co.uk/?p=282</guid>
		<description><![CDATA[We are pleased to announce Refresh is coming to Aberdeen! A web meetup for developers, designers, students and anyone with an interest in the way the web works. Refresh Aberdeen will be an informal place you can come along and enjoy a beer with other people in the industry. Enjoy some friendly banter, learn some [...]]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce Refresh is coming to Aberdeen! A web meetup for developers, designers, students and anyone with an interest in the way the web works.</p>
<p>Refresh Aberdeen will be an informal place you can come along and enjoy a beer with other people in the industry. Enjoy some friendly banter, learn some new things and generally have a great time.</p>
<p>Our first meet up will be February 8th 2012. It&#8217;ll be a chance for everyone to have a beer, decide where Refresh is heading, and what you want to do with other like minded people in Aberdeen.</p>
<p>Every few months we&#8217;ll be holding mini conferences, inviting speakers to share with us the greatest new techniques in web design, development and management.</p>
<p>You can find out more at <a title="Refresh Aberdeen" href="http://refreshaberdeen.com" target="_blank">refreshaberdeen.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ianisted.co.uk/announcing-refresh-aberdeen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain Checker for Alfred</title>
		<link>http://ianisted.co.uk/domain-checker</link>
		<comments>http://ianisted.co.uk/domain-checker#comments</comments>
		<pubDate>Fri, 23 Dec 2011 11:20:44 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Alfred]]></category>
		<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://newsite.ianisted.co.uk/?p=291</guid>
		<description><![CDATA[I wanted a quick way to check if domains were available, so I wrote this little (13kb) extension for Alfred. It checks for most TLD&#8217;s and provides a Growl notification to show availability. Feel free to share it with friends. Download (13kb)]]></description>
			<content:encoded><![CDATA[<p>I wanted a quick way to check if domains were available, so I wrote this little <em>(13kb)</em> extension for <a title="Get Alfred App for Mac OS" href="http://alfredapp.com" target="_blank">Alfred</a>.</p>
<p>It checks for most TLD&#8217;s and provides a Growl notification to show availability. Feel free to share it with friends.</p>
<p><a class="download-link type-alfred" title="Download the latest version of Domain Checker for Alfred. 13kb." href="http://ianisted.co.uk/download-files/alfred/domainchecker.zip" target="_blank">Download (13kb)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ianisted.co.uk/domain-checker/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A month on the wagon. The end.</title>
		<link>http://ianisted.co.uk/a-month-on-the-wagon-part-2</link>
		<comments>http://ianisted.co.uk/a-month-on-the-wagon-part-2#comments</comments>
		<pubDate>Tue, 25 Oct 2011 17:16:55 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://ianisted.co.uk/a-month-on-the-wagon-part-2</guid>
		<description><![CDATA[So I spent a month without coffee. It was quite interesting. The first week or two were spent in withdrawal. I was getting nasty headaches everyday at around 2 or 3pm. This was not helped by the bug I had at the time. In about my third week I was feeling pretty happy with myself, [...]]]></description>
			<content:encoded><![CDATA[<p>So I spent a month without coffee. It was quite interesting.</p>
<p>The first week or two were spent in withdrawal. I was getting nasty headaches everyday at around 2 or 3pm. This was not helped by the bug I had at the time.</p>
<p>In about my third week I was feeling <span id="more-192"></span>pretty happy with myself, I hadn&#8217;t given into temptation and had that &#8220;just one cup&#8221;. That said I did have a little bit of tiramisu, but with an Italian girlfriend what could I do!</p>
<p>I think it was about three weeks in that I realised I was getting a decent nights sleep. Nodding off shortly after my head hit the pillow, unlike the half an hour or more I would lie awake before that.</p>
<p>My last week was not made any easier by the addition of a new coffee machine for the office. The smell of real, freshly brewed coffee, wafting passed my nose several times a day made things just that little more difficult.</p>
<p>By now I was counting down the days until I could have a drink; looking forward to that inevitable high I was going to get.</p>
<p>When the day finally came (12th October 2011, 14:00) I indulged in the largest Caramel Macchiato that I could get from Starbucks. There was so much caffeine I couldn&#8217;t finish it all!</p>
<p>It was certainly an interesting experience and I enjoyed the process of setting myself a challenge. I don&#8217;t however intend to give up my coffee full time, but have cut down dramatically.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianisted.co.uk/a-month-on-the-wagon-part-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A week in&#8230;</title>
		<link>http://ianisted.co.uk/a-month-on-the-wagon-a-week-in</link>
		<comments>http://ianisted.co.uk/a-month-on-the-wagon-a-week-in#comments</comments>
		<pubDate>Mon, 19 Sep 2011 17:47:27 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://ianisted.co.uk/?p=182</guid>
		<description><![CDATA[So I&#8217;ve now spent a whole week without coffee. Well, I say without coffee; that&#8217;s not entirely true. I have had a single cup of decaf instant, but I&#8217;m not counting that one. Things have been a little challenging so far. The trickiest thing has been my &#8220;first thing in the morning autopilot coffee making&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve now spent a whole week without coffee. Well, I say without coffee; that&#8217;s not entirely true. I have had a single cup of decaf instant, but I&#8217;m not counting that one.</p>
<p>Things have been a little challenging so far. The trickiest thing has been my &#8220;first thing in the morning autopilot coffee making&#8221;. Catching myself just after putting the kettle on, and having to resort to a glass of squash, or water instead has been interesting to say the least.<span id="more-182"></span></p>
<p>Ever since I gave up the wonderful drug I seem to have been getting headaches in the afternoon. I&#8217;m not quite sure if I should put that down to the cold that I&#8217;ve had or just to good old fashioned withdrawal symptoms.</p>
<p>Either way, I seem to be doing pretty well. But I can&#8217;t wait until the 12th of October, when I can enjoy a hot, smooth, satisfying cup of the wonderful brown stuff. Okay I&#8217;m not helping myself now.</p>
<p>Ciao.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianisted.co.uk/a-month-on-the-wagon-a-week-in/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A month on the wagon.</title>
		<link>http://ianisted.co.uk/a-month-on-the-wagon</link>
		<comments>http://ianisted.co.uk/a-month-on-the-wagon#comments</comments>
		<pubDate>Sun, 11 Sep 2011 15:21:37 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://ianisted.co.uk/?p=168</guid>
		<description><![CDATA[Inspired by Mark McAulay&#8216;s #meatismurdermonth, I have decided to try something similar myself. I am going to attempt to spend an entire month without, that wonderful constant companion coffee. Recently I have been drinking more, and more coffee. Between 1 and 2 mugs from a Cafetiere, plus countless instants every day. I want to see [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by <a href="http://twitter.com/#!/mcaulay">Mark McAulay</a>&#8216;s <a href="http://bigkidsdidit.co.uk/31-days-on-the-veg">#meatismurdermonth</a>, I have decided to try something similar myself. I am going to attempt to spend an entire month without, that wonderful constant companion coffee.</p>
<p>Recently I have been drinking more, and more coffee. Between 1 and 2 mugs from a Cafetiere, plus countless instants every day.</p>
<p>I want to see if I can go cold turkey<span id="more-168"></span>. I also want to see what affect it has on my body. Much to the amusement of <a href="http://twitter.com/#!/jkdodd">Jo</a> and <a href="http://twitter.com/#!/CalEuanHopkins">Callum</a>, I expect my usual calm and collected self will become just that little bit more short tempered. (That wall of rainbow happiness might waver temporarily).</p>
<p>So I&#8217;ll be sure to post how it&#8217;s going, assuming of course I can type whilst enduring &#8220;the shakes&#8221;.</p>
<p>Wish me luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianisted.co.uk/a-month-on-the-wagon/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tally ho, pip pip, and Bernard&#8217;s your uncle.</title>
		<link>http://ianisted.co.uk/tally-ho-pip-pip-and-bernards-your-uncle</link>
		<comments>http://ianisted.co.uk/tally-ho-pip-pip-and-bernards-your-uncle#comments</comments>
		<pubDate>Thu, 23 Jun 2011 22:25:41 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://ianisted.co.uk/home.php/?p=112</guid>
		<description><![CDATA[Okay I have finally accepted that my website is not going to be ready anytime soon, and have opted instead for a ready-rolled WordPress theme. I have spent days looking for a great theme, I&#8217;ve searched high and low, travelled the world (wide web) and installed things that would make grown men cry. So here [...]]]></description>
			<content:encoded><![CDATA[<p>Okay I have finally accepted that my website is not going to be ready anytime soon, and have opted instead for a ready-rolled WordPress theme. I have spent days looking for a great theme, I&#8217;ve searched high and low, travelled the world (wide web) and installed things that would make grown men cry.</p>
<p>So here we are, if you work in the web industry,<span id="more-112"></span> you will have realised by now that I am flying in the face of tradition and am using the default theme. I&#8217;ll get around to finishing my own site at some point in the future I&#8217;m sure, but this will do for now.</p>
<p>I shall look forward to finally having a live blog to post to, but don&#8217;t be expecting profound daily articles. My posts are more likely to consist of things I have found littered around the web; cool plugins, random comics and amusing videos.</p>
<p>That&#8217;s all I have to say for now, so with a fond farewell and hearty goodbye I say&#8230;</p>
<p>Tally ho!</p>
<p><em>P.s. Thanks to <a title="One of Aberdeen's finest minds. A razor sharp wit ready to strike like a slow worm in the dark!" href="http://stevenmilne.co.uk/" target="_blank">Steve Milne</a> (<a href="http://twitter.com/stevenmilne" target="_blank">@stevenmilne</a>) for giving me the kick up the backside I needed to just get on with it and put my blog up.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://ianisted.co.uk/tally-ho-pip-pip-and-bernards-your-uncle/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

