<?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>Silver Fox&#039;s Space</title>
	<atom:link href="http://serial-coder.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://serial-coder.co.uk/blog</link>
	<description></description>
	<lastBuildDate>Wed, 11 Aug 2010 09:07:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Unity Update</title>
		<link>http://serial-coder.co.uk/blog/2010/08/unity-update/</link>
		<comments>http://serial-coder.co.uk/blog/2010/08/unity-update/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 19:54:39 +0000</pubDate>
		<dc:creator>Silver Fox</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://serial-coder.co.uk/blog/?p=920</guid>
		<description><![CDATA[As some may be aware I elected to install Unity on my Acer Aspire One.  I found it totally unusable, mainly brought on by a non functioning nautilus  Thankfully my system was not borked, as I was able to use the traditional UI session instead of Unity. I do not recall where but I came [...]]]></description>
			<content:encoded><![CDATA[<p>As some may be aware I elected to install Unity on my Acer Aspire One.  I found it totally unusable, mainly brought on by a non functioning nautilus <img src='http://serial-coder.co.uk/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   Thankfully my system was not borked, as I was able to use the traditional UI session instead of Unity.</p>
<p>I do not recall where but I came to hear that more development had been on Unity and I believed it would be worth seeing how the development is progressing (especially given it will be installed by default in the next Ubuntu Netbook Remix).  I am happy to report that that Nautilus is now functional! <img src='http://serial-coder.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Well done to all the developers who have been working so hard on the project, it is really appreciated.</p>
<p style="text-align: center;"><a href="http://serial-coder.co.uk/blog/wp-content/uploads/2010/08/unity1.png"><img class="aligncenter size-full wp-image-922" title="Unity" src="http://serial-coder.co.uk/blog/wp-content/uploads/2010/08/unity1.png" alt="" width="491" height="288" /></a></p>
<p style="text-align: center;">
<p>(click <a href="http://serial-coder.co.uk/blog/wp-content/uploads/2010/08/unity1.png">here</a> for full size)</p>
<p>Although not finished I have found Unity to be a little sluggish.  That could be related to my Acers technical specifications (Only 512mb ram for example).  I am intending to install an additional 1GB of RAM in the future.  This upgrade could make all the difference in these lags that I am experiencing.  Regardless,  I am very impressed and look forward to using Unity more in the future <img src='http://serial-coder.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://serial-coder.co.uk/blog/2010/08/unity-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAMP</title>
		<link>http://serial-coder.co.uk/blog/2010/08/mamp/</link>
		<comments>http://serial-coder.co.uk/blog/2010/08/mamp/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 19:20:33 +0000</pubDate>
		<dc:creator>Silver Fox</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://serial-coder.co.uk/blog/?p=911</guid>
		<description><![CDATA[I have been setting up my mac for web development work, this naturally meant MAMP.   MAMP is an acronym of Macintosh, Apache, MySQL and PHP.  Initially I thought it would be tricky to setup, but in fact it was rather simple. To get going all I needed to do was download MAMP from here.  Once [...]]]></description>
			<content:encoded><![CDATA[<p>I have been setting up my mac for web development work, this naturally meant MAMP.   MAMP is an acronym of <strong><span style="color: #000000;">M</span></strong><span style="color: #000000;">acintosh, </span><strong><span style="color: #000000;">A</span></strong><span style="color: #000000;">pache, </span><strong><span style="color: #000000;">M</span></strong><span style="color: #000000;">ySQL and </span><strong><span style="color: #000000;">P</span></strong>HP.  Initially I thought it would be tricky to setup, but in fact it was rather simple.</p>
<p>To get going all I needed to do was download MAMP from <a href="http://www.mamp.info/en/index.html">here</a>.  Once you have installed the application all you need do is have a quick read of the readme file to sort out MySQL and then you are all set.  Simply place your scripts inside the htdocs directory (under MAMP in Applications).  Pretty simple <img src='http://serial-coder.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   To run your scripts locally you will have to navigate to http://localhost:8888/index.php inside your browser of choice.  Fairly simple I think <img src='http://serial-coder.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://serial-coder.co.uk/blog/wp-content/uploads/2010/08/mamp.jpg"><img class="aligncenter size-full wp-image-928" title="MAMP" src="http://serial-coder.co.uk/blog/wp-content/uploads/2010/08/mamp.jpg" alt="" width="128" height="128" /></a></p>
<p>From my understanding a non free version of MAMP is available.  Details of what you get for your cash can be seen <a href="http://www.mamp.info/en/mamp-pro/index.html">here</a>.  Personally speaking I am happy with the free version,  though if the software proves to be quality and used regularly (as oppose to just testing on my server) then I shall consider the upgrade.  I suppose it would also be a nice thing to support the developers and thus making it feasible for them to offer a free version.</p>
]]></content:encoded>
			<wfw:commentRss>http://serial-coder.co.uk/blog/2010/08/mamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monkey Island 2</title>
		<link>http://serial-coder.co.uk/blog/2010/08/monkey-island-2-complete/</link>
		<comments>http://serial-coder.co.uk/blog/2010/08/monkey-island-2-complete/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 22:14:08 +0000</pubDate>
		<dc:creator>Silver Fox</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://serial-coder.co.uk/blog/?p=899</guid>
		<description><![CDATA[I completed Monkey Island 2 today on my xbox360 The game certainly brought back memories, the special edition for the xbox360 is superb!  The controls are far easier to work with, as well as improved graphics.  The character dialog is now also fully audible.  Don&#8217;t worry though you can still play in &#8220;classic&#8221; mode if [...]]]></description>
			<content:encoded><![CDATA[<p>I completed Monkey Island 2 today on my xbox360 <img src='http://serial-coder.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The game certainly brought back memories, the special edition for the xbox360 is superb!  The controls are far easier to work with, as well as improved graphics.  The character dialog is now also fully audible.  Don&#8217;t worry though you can still play in &#8220;classic&#8221; mode if you want without the improvements.  The game has had a nice overhaul and is highly polished. It has not been rushed and has a high degree of quality.  Very impressed and would recommend to any Monkey Island fan.  In case you were wondering,  my stats show I completed the game in a little under 5 hours. <img src='http://serial-coder.co.uk/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><a href="http://serial-coder.co.uk/blog/wp-content/uploads/2010/08/Monkey-Island-2-Release-IMG.jpg"><img class="aligncenter size-medium wp-image-900" title="Monkey Island 2" src="http://serial-coder.co.uk/blog/wp-content/uploads/2010/08/Monkey-Island-2-Release-IMG-300x225.jpg" alt="" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://serial-coder.co.uk/blog/2010/08/monkey-island-2-complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Couple of Very Rough Sketches</title>
		<link>http://serial-coder.co.uk/blog/2010/08/a-couple-of-very-rough-sketches/</link>
		<comments>http://serial-coder.co.uk/blog/2010/08/a-couple-of-very-rough-sketches/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 20:15:51 +0000</pubDate>
		<dc:creator>Silver Fox</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://serial-coder.co.uk/blog/?p=890</guid>
		<description><![CDATA[Well, I found myself doodling earlier today.  Here are the sketches. No idea why I drew them&#8230; Both are flawed and not up to a good standard. Just thought I would share. Please do not judge too harshly. I wouldn&#8217;t even call them drafts. Click on the thumbnails to see larger versions.]]></description>
			<content:encoded><![CDATA[<p>Well,  I found myself doodling earlier today.   Here are the sketches. No idea why I drew them&#8230;</p>
<p>Both are flawed and not up to a good standard.  Just thought I would share. Please do not judge too harshly.  I wouldn&#8217;t even call them drafts.</p>

<a href='http://serial-coder.co.uk/blog/2010/08/a-couple-of-very-rough-sketches/largecreature1/' title='largeCreature1'><img width="150" height="150" src="http://serial-coder.co.uk/blog/wp-content/uploads/2010/08/largeCreature1-150x150.jpg" class="attachment-thumbnail" alt="largeCreature1" title="largeCreature1" /></a>
<a href='http://serial-coder.co.uk/blog/2010/08/a-couple-of-very-rough-sketches/woman1/' title='woman1'><img width="150" height="150" src="http://serial-coder.co.uk/blog/wp-content/uploads/2010/08/woman1-150x150.jpg" class="attachment-thumbnail" alt="woman1" title="woman1" /></a>

<p style="text-align: left;">Click on the thumbnails to see larger versions.</p>
]]></content:encoded>
			<wfw:commentRss>http://serial-coder.co.uk/blog/2010/08/a-couple-of-very-rough-sketches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rosie &#8211; Kelly Jones</title>
		<link>http://serial-coder.co.uk/blog/2010/07/rosie-kelly-jones/</link>
		<comments>http://serial-coder.co.uk/blog/2010/07/rosie-kelly-jones/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 10:27:18 +0000</pubDate>
		<dc:creator>Silver Fox</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://serial-coder.co.uk/blog/?p=887</guid>
		<description><![CDATA[A simple song with powerful lyrical content. Rosie helped the kids stay alive She gave them the drugs So they didn&#8217;t die She cleaned up their mess As they wept and they moaned She got paid so little She rented her home An angel face, with the strength of a tower Worked every day, every [...]]]></description>
			<content:encoded><![CDATA[<p>A simple song with powerful lyrical content.</p>
<blockquote><p>Rosie helped the kids stay alive<br />
She gave them the drugs<br />
So they didn&#8217;t die<br />
She cleaned up their mess<br />
As they wept and they moaned<br />
She got paid so little<br />
She rented her home</p>
<p>An angel face, with the strength of a tower<br />
Worked every day, every minute every hour<br />
When she wasn’t on the ward<br />
She was travelling on the train<br />
Through the wind and the sun<br />
And the snow and the rain</p>
<p>Works all day, no time to eat<br />
Running back and forth to help children see<br />
We piss up a wall all the poison we take<br />
She barely gets out, not to dine or to drink</p>
<p>I tip my hat to the angels on the ward<br />
You’re in my heart with love forever more<br />
I thank you now for saving my girl<br />
And bringing her back to her own little world</p>
<p>Oh Rosie &#8211; we thank you again<br />
Oh Rosie – I thank you again</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://serial-coder.co.uk/blog/2010/07/rosie-kelly-jones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Little Update</title>
		<link>http://serial-coder.co.uk/blog/2010/07/a-little-update/</link>
		<comments>http://serial-coder.co.uk/blog/2010/07/a-little-update/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 22:32:16 +0000</pubDate>
		<dc:creator>Silver Fox</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://serial-coder.co.uk/blog/?p=875</guid>
		<description><![CDATA[Its been a while since I posted anything not Apple related&#8230; time to fix Work has been extremely busy.  I have been working on moving most of our eMags and eBooks into cloud storage.  This may seem quiet trivial but it is rather complicated, in that existing links must still work.  The code inside all [...]]]></description>
			<content:encoded><![CDATA[<p>Its been a while since I posted anything not Apple related&#8230; time to fix <img src='http://serial-coder.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Work has been extremely busy.  I have been working on moving most of our eMags and eBooks into cloud storage.  This may seem quiet trivial but it is rather complicated, in that existing links must still work.  The code inside all the books had to be changed to allow for the fact that all files for the eBook must be inside a single container (unless you want to complicate things by using pseudo directories).</p>
<p>To do all this I had to write a script that did the following:</p>
<ul>
<li>interact with our database to get book locations on the server</li>
<li>gathered files from existing structure  and convert to another</li>
<li>edit code within said files to allow for new structure</li>
<li> upload new directory (effectively the container) onto the cloud</li>
<li>update database records to give details of where the book is now on the cloud server</li>
</ul>
<p>This was achieved with the use of PHP,  PHP executing a couple shell commands and PERL.  I must say working with PERL was easier than I expected and is something I would like to work more with in the future.  I don&#8217;t know exactly what to do with it,  but simply learning the basics of the language could be fun (I am sad to think that, I know).  In terms of the main things I learnt I guess the main thing was how our eBooks and eMags have evolved over time.  By that I mean the code has been changed to allow additional functionality.  This made editing the code from a script slightly tricky (Hooray for regular expressions).  I feel I can confidently say exactly how a particular eBook works in the backend.</p>
<p>This weekend is going to be eventful.  I am going to see Toy Story 3 on Saturday at roughly midday and then out for dinner at 7.   On Sunday I am going out with a friend for a cuppa tea in a coffee shop.</p>
<p>Originally I planned to stay in all weekend but plans often change. Hopefully this change will be for the best <img src='http://serial-coder.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />    I shall have to post my thoughts on Toy Story 3 if  I get a moment.</p>
<p>Looking to next week,  not a lot going on.  Just work.  Very boring.   Then again if I make that the plan then it will most likely change&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://serial-coder.co.uk/blog/2010/07/a-little-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Mac Arrived</title>
		<link>http://serial-coder.co.uk/blog/2010/07/my-mac-arrived/</link>
		<comments>http://serial-coder.co.uk/blog/2010/07/my-mac-arrived/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 21:11:24 +0000</pubDate>
		<dc:creator>Silver Fox</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://serial-coder.co.uk/blog/?p=871</guid>
		<description><![CDATA[Well,  its finally arrived No real big issues with setup,  though wasn&#8217;t entirely pain free.  (No option to show characters on wifi password for instance) This evening I have: Setup Mac hardware Setup a user account Updated the operating system Installed iWork and performed updates Installed Adobe Creative Suite 5 and performed updates Installed Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>Well,  its finally arrived <img src='http://serial-coder.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>No real big issues with setup,  though wasn&#8217;t entirely pain free.  (No option to show characters on wifi password for instance)</p>
<p>This evening I have:</p>
<ul>
<li>Setup Mac hardware</li>
<li>Setup a user account</li>
<li>Updated the operating system</li>
<li>Installed iWork and performed updates</li>
<li>Installed Adobe Creative Suite 5 and performed updates</li>
<li>Installed Firefox</li>
<li>Added my iPhone to iTunes on the Mac Mini</li>
<li>Setup the remote application I have on iPhone to control iTunes library</li>
</ul>
<p>Not too bad for a couple hours work.  I will blog more about the experience, but thought I would let people know that I now have it <img src='http://serial-coder.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://serial-coder.co.uk/blog/2010/07/my-mac-arrived/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hand In Hand We Go (Draft)</title>
		<link>http://serial-coder.co.uk/blog/2010/07/hand-in-hand-we-go-draft/</link>
		<comments>http://serial-coder.co.uk/blog/2010/07/hand-in-hand-we-go-draft/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 20:59:55 +0000</pubDate>
		<dc:creator>Silver Fox</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://serial-coder.co.uk/blog/?p=868</guid>
		<description><![CDATA[I have had this sort of floating around in various forms for a week or two.  Its not finished,  but I am just not sure what needs to be done. You slit my skin and the prophets reappear Are you looking at me,  I&#8217;m looking at you Sunken eyes, a broken smile Walking under the [...]]]></description>
			<content:encoded><![CDATA[<p>I have had this sort of floating around in various forms for a week or two.  Its not finished,  but I am just not sure what needs to be done.</p>
<blockquote><p>You slit my skin and the prophets reappear<br />
Are you looking at me,  I&#8217;m looking at you<br />
Sunken eyes, a broken smile<br />
Walking under the sky of red<br />
Hand in hand we go</p></blockquote>
<p>I will have a look at this again in a couple of weeks,  this is a period of reflection.</p>
]]></content:encoded>
			<wfw:commentRss>http://serial-coder.co.uk/blog/2010/07/hand-in-hand-we-go-draft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Across The Universe &#8211; The Beatles</title>
		<link>http://serial-coder.co.uk/blog/2010/07/across-the-universe-the-beatles/</link>
		<comments>http://serial-coder.co.uk/blog/2010/07/across-the-universe-the-beatles/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 09:22:47 +0000</pubDate>
		<dc:creator>Silver Fox</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://serial-coder.co.uk/blog/?p=865</guid>
		<description><![CDATA[I have not posted a video for a little while now, time to rectify.  This is probably one of the best songs ever by the fab four. Hope you enjoy it as much as I do.]]></description>
			<content:encoded><![CDATA[<p>I have not posted a video for a little while now, time to rectify.  This is probably one of the best songs ever by the fab four.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/YCKANiM9tUM&amp;NR" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/YCKANiM9tUM&amp;NR"></embed></object></p>
<p>Hope you enjoy it as much as I do.</p>
]]></content:encoded>
			<wfw:commentRss>http://serial-coder.co.uk/blog/2010/07/across-the-universe-the-beatles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have just given a community interview</title>
		<link>http://serial-coder.co.uk/blog/2010/07/i-have-just-given-a-community-interview/</link>
		<comments>http://serial-coder.co.uk/blog/2010/07/i-have-just-given-a-community-interview/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 19:07:08 +0000</pubDate>
		<dc:creator>Silver Fox</dc:creator>
				<category><![CDATA[Ubuntu Planet]]></category>

		<guid isPermaLink="false">http://serial-coder.co.uk/blog/?p=860</guid>
		<description><![CDATA[Well,  I was kindly asked for an interview and I was more than happy to oblige. The interview can be found here. Happy reading]]></description>
			<content:encoded><![CDATA[<p>Well,  I was kindly asked for an interview and I was more than happy to oblige.</p>
<p>The interview can be found <a href="http://blog.joeb454.com/2010/07/an-interview-with-silver-fox/">here</a>.</p>
<p>Happy reading <img src='http://serial-coder.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://serial-coder.co.uk/blog/2010/07/i-have-just-given-a-community-interview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
