<?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>Muffin Research Labs &#187; General</title>
	<atom:link href="http://muffinresearch.co.uk/archives/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://muffinresearch.co.uk</link>
	<description>the personal blog of Stuart Colville covering modern web development techniques and best practices</description>
	<lastBuildDate>Thu, 26 Jan 2012 00:14:24 +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>2009</title>
		<link>http://muffinresearch.co.uk/archives/2009/12/31/2009/</link>
		<comments>http://muffinresearch.co.uk/archives/2009/12/31/2009/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 18:14:15 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=803</guid>
		<description><![CDATA[So that was 2009! It seemed to go by very quickly by all accounts. Here&#8217;s a few of my highlights from this year. Birth of our third child The most incredible thing that happened in 2009 was the birth of our beautiful daughter Molly in January. It&#8217;s been amazing this year watching her grow from [...]]]></description>
			<content:encoded><![CDATA[<p>So that was 2009! It seemed to go by very quickly by all accounts. Here&#8217;s a few of my highlights from this year.</p>
<h3>Birth of our third child</h3>
<p>The most incredible thing that happened in 2009 was the birth of our beautiful daughter Molly in January. It&#8217;s been amazing this year watching her grow from being a tiny baby to having her own personality. Judging by how determined she is I&#8217;m sure she&#8217;s going to keep her Mum and Dad very busy over the coming months.</p>
<h3>Project Fondue</h3>
<p><a href="http://projectfondue.com/">Project Fondue</a> a side project with former colleagues <a href="ejeliot.com">Ed Eliot</a> and <a href="http://cyril.doussin.name">Cyril Doussin</a> kicked off properly at the beginning of 2009. We released several utility sites such as <a href="http://favicon-generator.org">Favicon Generator</a>, <a href="http://permissions-calculator.org/">Unix Permissions Calculator</a> and <a href="http://rst.projectfondue.com/">reStructuredText API</a> app. We&#8217;re busy working on new and exciting things for 2010 so expect to see those announced over at the <a href="http://blog.projectfondue.com/">Project Fondue blog</a> in due course.</p>
<h3>Switch from OSX to Linux</h3>
<p>2009 was the year I switched from OSX to Ubuntu Linux as my primary OS. So far I&#8217;ve found it to be a wholly liberating experience and there&#8217;s very little I miss from OSX (apart from Together and Omnigraffle). </p>
<p>Linux has proven itself to be the most suitable OS for my needs and it&#8217;s made development very straightforward; mostly that&#8217;s thanks to the package management but also I really like to be able to use Gnu tools over their BSD counterparts as shipped with OSX without wrangling with macports and fink.</p>
<p>This year I&#8217;ve also taken the time to learn how to use vim properly as my primary editor. Textmate was great but I&#8217;m not held back at all by using vim and it comes with the benefit that it&#8217;s the same editor on my machine as it is on every server I work on. To see my vim config and plugins check out the following branch: https://code.edge.launchpad.net/~muffinresearch/+junk/dotvim</p>
<p>Another big part of using linux and open source software is that when something isn&#8217;t quite right or you want it to work in a different way it&#8217;s really easy to get involved and file a bug or create a patch for something. Using Linux you really come to appreciate this openness and I&#8217;ve found that because of this I&#8217;m tending to try and avoid using propriety software or devices powered by propriety software, for example when I get a new phone I&#8217;ll buy an Android phone rather than an iPhone. </p>
<p>In the hardware department the switch to Linux has meant it was time to say goodbye to Apple&#8217;s shiny machines with the exception of the MacBook Pro I&#8217;m currently running Ubuntu on at work. There&#8217;s no question that the Lenovo kit that I now use as my primary machine certainly appears to be far more robust/serviceable compared to anything I&#8217;ve used made by Apple. Though I&#8217;ll have a better idea of that in a year&#8217;s time as one and a half years seems to be the point at which Apple laptops start to break down from my experience.</p>
<h3>Coding Projects</h3>
<p>This year I&#8217;ve worked on quite a bit of code outside of my day to day work from the aforementioned Project Fondue apps to various libraries and modules. I&#8217;ve learnt a lot from working on applications that scratch an itch as it means you&#8217;re really driven to make that code the best it can be through using test-suites and re-factoring code to progressively move it forward.</p>
<p>In 2010 I plan to go back to any incomplete projects. Starting with my PyGTK Gmail notification app which is closely modelled on Google&#8217;s own notifer app for OSX (this will be up on launchpad in the new year). Having spent some time playing with PyGTK I&#8217;ve really enjoyed it and I&#8217;m looking forward to finishing that and maybe working on some other GUI apps with Python. </p>
<p>I also want to revisit other projects that have fallen by the wayside and either finish them or take the decision to shut them down where they&#8217;ve either served their purpose or been superseded. I&#8217;m also going to try and release any code I&#8217;ve been working but not put out there so that it&#8217;s available for other people to use/adopt/improve etc.</p>
<p>If you&#8217;re interested in checking out my current list of released projects then see my <a href="https://edge.launchpad.net/~muffinresearch">launchpad page</a> for more info.</p>
<p>Something else that needs more work is <a href="http://python-yql.org/">python-yql</a> a project for being able to use Yahoo Query Language from Python. I&#8217;d really like to get interested parties involved in 2010 with a view to improving python-yql and building out the token storage backends, improving the tests and adding a good set of examples.</p>
<p>Another thing I&#8217;m going to look to find time for in 2010 is to finally get my blog moved over to Zine from wordpress. We&#8217;ve been using <a href="http://zine.pocoo.org/">Zine</a> on the <a href="http://blog.projectfondue.com/">Project Fondue Blog</a> and it&#8217;s been a pleasure to use. I&#8217;ll hopefully also have a little spare time to lend a hand actually contributing to the Zine project itself.</p>
<h3>Events</h3>
<p>I&#8217;ve not had a chance to go to many events this year with the exception of Euro DjangoCon in Prague which was really good and above expectations. Sadly I missed out on heading to SXSW this year and I&#8217;m not going in 2010 at the moment. Though just maybe I will return to Austin for SXSW 2011 &#8211; I&#8217;ll start saving now!</p>
<p>I did get the chance to go to LugRadio Live 2009 for the first time which was a really good event with lots of interesting presentations and a hilarious live show. Whilst this was &#8220;the last ever LugRadio Live&#8221; there was talk of a similar event being organised by the people behind <a href="http://oggcamp.org/2009/start">OggCamp</a> next year so that&#8217;s something to look out for.</p>
<h3>Hopes for 2010</h3>
<p>Here&#8217;s a big slice of wishful thinking for 2010!</p>
<p>I&#8217;d really like to see something happen in terms of making it possible for Distributed version control systems to work together. More recently I&#8217;ve been spending a little bit of time using both Mercurial and git to be able to work on a couple of difference projects hosted on bitbucket and github. However, it would be so much better if I could more easily contribute to projects that don&#8217;t user bazaar (my VCS of choice) without having to use several different clients. I&#8217;m not totally sure what the solution is here &#8212; branch mirrors in several VCS formats is one possibility but doesn&#8217;t really address the need to allow easy contribution and this kind of thing almost encourages forking of code away from the development of the original project.</p>
<p>It looks like bazaar is making some good in-roads into having some degree of interoperability with other VCSs through plugins such as the excellent bzr-svn and bzr-git but there&#8217;s a way to go. Ultimately it shouldn&#8217;t matter what VCS you or I prefer to use. What matters is that we can contribute to each other&#8217;s projects. Anyway I&#8217;ll probably extrapolate my thoughts on this subject in a future post.</p>
<p>My Second big wish for 2010 is to see a proper Python SDK for android. Whilst the scripting environment is cool it reminds me a little of PyS60 which never really went anywhere. I&#8217;d really like to be able to build an app with a Python SDK &#8211; not sure that will happen though.</p>
<h3>In conclusion</h3>
<p>It&#8217;s been a good year and I&#8217;m very much looking forward to what will happen in 2010. Here&#8217;s wishing everyone a Happy New Year and all the best for 2010!</p>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2009/12/31/2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unicomp Customizer Keyboard Review</title>
		<link>http://muffinresearch.co.uk/archives/2009/12/24/unicomp-customizer-keyboard-review/</link>
		<comments>http://muffinresearch.co.uk/archives/2009/12/24/unicomp-customizer-keyboard-review/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 20:18:38 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=797</guid>
		<description><![CDATA[If you&#8217;re someone who uses a computer for a living then having a decent keyboard is a very worthwhile investment. Earlier on this year I bought myself a couple of US layout &#8220;customizer&#8221; keyboards from Unicomp (one for work and one for home). Unicomp was founded in 1996 when they bought the rights to the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://muffinresearch.co.uk/i/unicomp.jpg" alt="unicomp customizer keyboard" /></p>
<p>If you&#8217;re someone who uses a computer for a living then having a decent keyboard is a very worthwhile investment. Earlier on this year I bought myself a couple of US layout &#8220;customizer&#8221; keyboards from Unicomp (one for work and one for home).</p>
<p>Unicomp was founded in 1996 when they bought the rights to the &#8220;buckling spring&#8221; technology as used in the well-known IBM Model-M keyboards. The Customizer models are essentially modern manufactured Model M keyboards albeit with slightly different numbers of keys and of course a USB cable.</p>
<p>Having had these keyboards for several months now I&#8217;m really happy with them. They are just beautiful to type on. The only downside of getting feedback from every key-press is the loud click that accompanies every key-stroke. My colleagues are pretty much use to me clacking away each day but I probably only get away with it because there&#8217;s a large amount of background noise in the office. Ultimately though because you can feel when you&#8217;ve made contact with a key it should mean you end up typing a little lighter than you would with an inferior rubber domed keyboard.</p>
<p>That said for me I would find it hard to go back to a normal keyboard. Having recently had to use a machine with a rubber domed keyboard I found the lack of feedback made the keyboard seem lifeless.</p>
<p>The build quality is great &#8211; these keyboards are built like the proverbial brick outhouse. So if you&#8217;re in the market for a decent keyboard I would recommend taking a look at Unicomp keyboards, they&#8217;re not particularly expensive at around $69 and they certainly feel like they should last a lifetime.</p>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2009/12/24/unicomp-customizer-keyboard-review/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Updating Speedtouch 585 DNS settings</title>
		<link>http://muffinresearch.co.uk/archives/2009/12/05/updating-speedtouch-585-dns-settings/</link>
		<comments>http://muffinresearch.co.uk/archives/2009/12/05/updating-speedtouch-585-dns-settings/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 14:33:00 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=791</guid>
		<description><![CDATA[I&#8217;m currently trying out Google&#8217;s new DNS service by altering the DNS settings of my Speedtouch 585. This is more a note to myself in case I need to refer to it in the future but might be useful to anyone else who has the same hardware. To log in and make changes over the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently trying out Google&#8217;s new DNS service by altering the DNS settings of my Speedtouch 585. This is more a note to myself in case I need to refer to it in the future but might be useful to anyone else who has the same hardware.</p>
<p>To log in and make changes over the <acronym title="Command Line Interface">CLI</acronym> all you need to do is telnet to the ip address of the router and log in with the same details as you use on the web interface. If you don&#8217;t know the ip address of your router the easiest way to find out is to look at what the gateway is in your network settings. In my case it&#8217;s 192.168.1.254.</p>
<pre><code>telnet 192.168.1.254</code></pre>
<p>Once you are in you will see a welcome screen.</p>
<p>First thing to do is get the old setting so we can make an note of it in case we need to restore it in the future. This is available from the router&#8217;s web page or by entering the following:</p>
<pre><code>:dns server route list</code></pre>
<p>Which provides the following:</p>
<pre><code>DNS Server       Source              Domain            Metric  Intf     State
87.194.255.155 *                                         1     RoutedEthoA  UP</code></pre>
<p>Here my ISP Be only supply one DNS server address so I&#8217;ll make a note of the ip address 87.194.255.155. Other ISPs are likely to provide two entries. Keep that somewhere safe so if you want to go back to then old settings you can.</p>
<p>Setting the new DNS entries is as follows:</p>
<p>First clear the DNS entries</p>
<pre><code>:dns server route flush</code></pre>
<p>Next add the new ones</p>
<pre><code>:dns server route add dns=8.8.8.8 metric=1 intf=RoutedEthoA
:dns server route add dns=8.8.4.4 metric=1 intf=RoutedEthoA</code></pre>
<p>You can now check the settings by running this command again:</p>
<pre><code>:dns server route list</code></pre>
<p>Lastly save the settings. </p>
<pre><code>saveall</code></pre>
<p>That&#8217;s it &#8211; all that&#8217;s left to do is refresh the DCHP lease depending on which OS you are using. At this point you will want to check you are using DHCP otherwise you&#8217;re computer won&#8217;t be handed out the DNS settings correctly.</p>
<ul class="ext">
<li><a href="http://www.cyberciti.biz/faq/howto-linux-renew-dhcp-client-ip-address/">Renew DHCP lease for Linux</a></li>
<li><a href="http://support.apple.com/kb/TS1920">Renew DHCP lease for Mac OSX</a></li>
<li><a href="http://kb.wisc.edu/helpdesk/page.php?id=562">Renew DHCP lease for Windows</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2009/12/05/updating-speedtouch-585-dns-settings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BitTorrent and the Long Tail</title>
		<link>http://muffinresearch.co.uk/archives/2008/12/04/bittorrent-and-the-long-tail/</link>
		<comments>http://muffinresearch.co.uk/archives/2008/12/04/bittorrent-and-the-long-tail/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 23:01:35 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=410</guid>
		<description><![CDATA[(SVG Long Tail Diagram by Hay Kranen via Wikipedia) BitTorrent is a highly useful technology that helps to share the burden of many people getting access to content available from the internet by distributing the load via a P2P network. The big problem with bittorrent is that it&#8217;s not great at providing access the Long [...]]]></description>
			<content:encoded><![CDATA[<p><object data="http://muffinresearch.co.uk/svg/long_tail.svg" type="image/svg+xml" width="540px" height="280px"><img src="http://muffinresearch.co.uk/i/long_tail.png" height="280" width="540" alt="The Long Tail" /></object><br />
(SVG Long Tail Diagram by <a href="http://www.haykranen.com/">Hay Kranen</a> via Wikipedia) </p>
<p>BitTorrent is a highly useful technology that helps to share the burden of many people getting access to content available from the internet by distributing the load via a P2P network.</p>
<p>The big problem with bittorrent is that it&#8217;s not great at providing access the Long Tail of content. Before we continue here&#8217;s a very brief overview of the Long Tail. If you&#8217;ve not had the chance to read Chris Anderson&#8217;s book &#8211; <a href="http://www.amazon.co.uk/Long-Tail-Endless-Creating-Unlimited/dp/1844138518%3FSubscriptionId%3D02E5W5871AJF7PMMMS82%26tag%3Dmuffinresearc-21%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D1844138518">The Long Tail</a> &#8211; I&#8217;d highly recommend it.</p>
<p>The definition of the Long Tail comes from a measurement of popularity as shown in the diagram above. The left hand side show the items that are most popular &#8211; think chart hits if you&#8217;re talking in terms of music. The right-hand part of the curve in the diagram above is the Long Tail. The Long Tail represents lots of niche choices (Any obscure or rare album would fit if in our musical example). </p>
<p>The reason why the Long Tail is important is that millions and millions of individual sales of products from the Long Tail adds up to a lot of money. Even if each item&#8217;s own popularity is minimal. The Internet makes the Long Tail market more of a success due to the fact of virtually infinite shelf space. Again sticking to music as an example if you&#8217;re offering downloads then you can afford to offer lots of niche albums as the cost of having them available is negligible. Where physical, finite shelf space is concerned you are only going to find more popular titles as shops need to stock what they know they can sell.</p>
<p>Bittorrent is not well suited to surfacing Long Tail content because Bittorrenting relies on there being someone who is seeding the data. For head content such this is not a problem &#8211; as popularity ensures the availability. However, if you&#8217;re trying to track down niche content &#8211; you might well find a torrent but you&#8217;ll find there&#8217;s no-one seeding the content in which case you lose. </p>
<p>BitTorrent cannot provide as much choice available to other means of distribution which is kind of strange as you often think of Bittorrent as providing endless choice at your fingertips &#8211; if you have mainstream tastes then it will work for you, if you don&#8217;t your satisfaction might be more limited.</p>
<p>Bittorrent is great for popular content where demand is high. It&#8217;s distributed approach makes it possible for large chunks of content to be made available to lots of people at once. As such for fresh and popular content it can be the perfect means of distribution but by virtue of how it works it will always cater more towards the head content.</p>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2008/12/04/bittorrent-and-the-long-tail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dear lazyweb: In-ear headphone recommendations</title>
		<link>http://muffinresearch.co.uk/archives/2008/11/23/dear-lazyweb-in-ear-headphone-recommendations/</link>
		<comments>http://muffinresearch.co.uk/archives/2008/11/23/dear-lazyweb-in-ear-headphone-recommendations/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 13:56:16 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=405</guid>
		<description><![CDATA[My trusty Senheisser CX300 headphones have given up &#8211; one ear has lost volume considerably so I&#8217;m in the market for a new set of in-ear headphones? Seeing as everyone and their mother has an ipod these days I&#8217;m up for hearing recommendations of what you&#8217;re using and why you like them. I&#8217;ve been happy [...]]]></description>
			<content:encoded><![CDATA[<p>My trusty Senheisser CX300 headphones have given up &#8211; one ear has lost volume considerably so I&#8217;m in the market for a new set of in-ear headphones? Seeing as everyone and their mother has an ipod these days I&#8217;m up for hearing recommendations of what you&#8217;re using and why you like them.</p>
<p>I&#8217;ve been happy with the CX300&#8242;s but I&#8217;m probably not going to get another pair of the same, as I found that the rubber parts of them didn&#8217;t really fit that well and the size of my ears was somewhere between the smallest and the middle size. Sound quality was pretty good though so I&#8217;ll be up for something similar in that department.</p>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2008/11/23/dear-lazyweb-in-ear-headphone-recommendations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Orange has FAIL</title>
		<link>http://muffinresearch.co.uk/archives/2007/07/24/orange-has-fail/</link>
		<comments>http://muffinresearch.co.uk/archives/2007/07/24/orange-has-fail/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 10:47:11 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2007/07/24/orange-has-fail/</guid>
		<description><![CDATA[Orange have been annoying me on a couple of counts. Firstly their site has major accessibility failings, when I messed up a form field when registering to get a free pay as you go sim card I was greeted with the message &#8220;Please check and complete all fields marked in Orange&#8221; absolutely useless to someone [...]]]></description>
			<content:encoded><![CDATA[<p>Orange have been annoying me on a couple of counts. Firstly their site has major accessibility failings, when I messed up a form field when registering to get a free pay as you go sim card I was greeted with the message &#8220;Please check and complete all fields marked in Orange&#8221;  absolutely useless to someone who cannot see or distinguish the colour. <a href="http://muffinresearch.co.uk/i/orange-fail.png">Here&#8217;s a screenshot of the error, complete with useless error message</a>.</p>
<p>The second thing that annoyed me was I contacted them through their &#8220;email help&#8221; which was an online form. The question I asked related to a broken link and information that I couldn&#8217;t find, the answer I got back was as follows:</p>
<pre>
Dear Stuart

Thank you for your email.

Unfortunately we are unable to answer your account specific
query via e-mail.

Please call our Customer Services on 450 from an Orange phone,
or 07973 100450 from any other non Orange phone. They are
available from 8am to 10pm 7 days a week.

Kindly be advised that the answers to many common queries
can be found in the Frequently Asked Questions section in the
Help and Support option on the Home page of our website
www.orange.co.uk

I hope this information is helpful.

Kind regards

Dolu
Orange Customer Services</pre>
<p>Well no that&#8217;s not answered my question and you are pointing me back at the <acronym title="Frequently Asked Questions">FAQ</acronym> that I&#8217;d been through to arrive at the form. Really! These kind of lousy contact mechanisms are a waste of time. Sort it out Orange!</p>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2007/07/24/orange-has-fail/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Happy New Year</title>
		<link>http://muffinresearch.co.uk/archives/2007/01/01/happy-new-year/</link>
		<comments>http://muffinresearch.co.uk/archives/2007/01/01/happy-new-year/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 22:22:31 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2007/01/02/happy-new-year/</guid>
		<description><![CDATA[Here&#8217;s wishing everyone a happy new year and all the best for 2007. Cheers for a great 2006.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s wishing everyone a happy new year and all the best for 2007. Cheers for a great 2006. </p>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2007/01/01/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What does your bookshelf say about you?</title>
		<link>http://muffinresearch.co.uk/archives/2006/04/20/what-does-your-bookshelf-say-about-you/</link>
		<comments>http://muffinresearch.co.uk/archives/2006/04/20/what-does-your-bookshelf-say-about-you/#comments</comments>
		<pubDate>Thu, 20 Apr 2006 20:19:43 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/04/20/what-does-your-bookshelf-say-about-you/</guid>
		<description><![CDATA[Matthew Pennell tagged me along with rest of the members of a entire list (the nutter!) in starting his meme, &#8220;What does your bookshelf say about you?&#8221;. I&#8217;ve uploaded my picture to flickr so go see for yourself (the pic on Flickr is complete with notes so it&#8217;s better than the one below if you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thewatchmakerproject.com/journal/315/meme-what-does-your-bookshelf-say-about-you">Matthew Pennell</a> tagged me along with rest of the members of a entire list (the nutter!) in starting his meme, &#8220;What does your bookshelf say about you?&#8221;. I&#8217;ve uploaded my picture to flickr <a href="http://flickr.com/photos/muffinresearch/130748208/">so go see for yourself</a> (the pic on Flickr is complete with notes so it&#8217;s better than the one below if you really want to know what everything is).</p>
<p><img class="centered bord" src="http://static.flickr.com/50/130748208_9b8b97c29f.jpg" alt="My bookshelf" title="My bookshelf" /></p>
<p>Following Matthew&#8217;s lead I&#8217;m tagging <strong>anyone</strong> who wants to take part; consider yourself tagged! Oh and don&#8217;t forget to tag your photo &#8220;bookshelfmeme&#8221; and add the link to your photo in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2006/04/20/what-does-your-bookshelf-say-about-you/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

