<?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; Muffin Research Labs</title>
	<atom:link href="http://muffinresearch.co.uk/archives/category/muffin-research-labs/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>Install lxml on OSX</title>
		<link>http://muffinresearch.co.uk/archives/2009/03/05/install-lxml-on-osx/</link>
		<comments>http://muffinresearch.co.uk/archives/2009/03/05/install-lxml-on-osx/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 23:10:30 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[Muffin Research Labs]]></category>
		<category><![CDATA[Snippets]]></category>

		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=522</guid>
		<description><![CDATA[Thanks to this post on lxml from Ian Bicking I&#8217;ve found the following command is all that&#8217;s required to install lxml on Mac OSX: STATIC_DEPS=true easy_install 'lxml>=2.2beta4' STATIC_DEPS=true sudo easy_install 'lxml>=2.2beta4' The first run without &#8220;sudo&#8221; pulls down the necessary libxml and libxslt and then the second run provides the permissions to install the egg.]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://blog.ianbicking.org/2008/12/10/lxml-an-underappreciated-web-scraping-library/">this post on lxml from Ian Bicking</a> I&#8217;ve found the following command is all that&#8217;s required to install lxml on Mac OSX:</p>
<p><code>STATIC_DEPS=true easy_install 'lxml>=2.2beta4'<br />
STATIC_DEPS=true sudo easy_install 'lxml>=2.2beta4'</code></p>
<p>The first run without &#8220;sudo&#8221; pulls down the necessary libxml and libxslt and then the second run provides the permissions to install the egg.</p>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2009/03/05/install-lxml-on-osx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moved server and fixed WordPress 2.1 Blogrolls</title>
		<link>http://muffinresearch.co.uk/archives/2007/02/06/moved-server-and-fixed-wordpress-21-blogrolls/</link>
		<comments>http://muffinresearch.co.uk/archives/2007/02/06/moved-server-and-fixed-wordpress-21-blogrolls/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 15:11:55 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Muffin Research Labs]]></category>

		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2007/02/06/moved-server-and-fixed-wordpress-21-blogrolls/</guid>
		<description><![CDATA[If you&#8217;re reading this the DNS has successfully propagated. At the same time as updating the site I took the opportunity to upgrade to WordPress 2.1. Aside from needing to change the blogroll categories and update the function in the template all went fairly well. The blogroll has been merged with the other categories so [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re reading this the DNS has successfully propagated. </p>
<p>At the same time as updating the site I took the opportunity to upgrade to WordPress 2.1. Aside from needing to change the blogroll categories and update the function in the template all went fairly well.</p>
<p>The blogroll has been merged with the other categories so if you were referencing your blogrolls and link list via id it&#8217;s likely that your ids will have changed. The easiest way to find out what&#8217;s going on is to go and look at the blogroll maintainence screens and look at the category links have changed to.</p>
<p>The other issue for me is that the wp_get_links function seems to have changed causing the links to be output with a load of brs etc. To fix this I looked at the code and found that the function get_links() did what I wanted. Thus I changed from this:</p>
<pre><code>&lt;?php wp_get_links(4); ?&gt;</code></pre>
<p>to: </p>
<pre><code>&lt;?php get_links(37,'&lt;li&gt;','&lt;/li&gt;','',false,'name',false,false); ?></code></pre>
<p>The difference being I am now specifying the markup before and after the links and whether to display the descriptions or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2007/02/06/moved-server-and-fixed-wordpress-21-blogrolls/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Media Temple Grid Server</title>
		<link>http://muffinresearch.co.uk/archives/2007/01/30/media-temple-grid-server/</link>
		<comments>http://muffinresearch.co.uk/archives/2007/01/30/media-temple-grid-server/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 09:00:11 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Muffin Research Labs]]></category>

		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2007/01/30/media-temple-grid-server/</guid>
		<description><![CDATA[I&#8217;ve been following with interest the progress of Media Temple Grid Server, as I am certainly interested in a hosting supplier that can give some level of redundancy and thus provide a seamless continuity of service should specific servers experience a hardware failure. Currently I&#8217;m on a dedicated server and the problem with that is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been following with interest the progress of <a href="http://www.mediatemple.net/webhosting/gs/">Media Temple Grid Server</a>, as I am certainly interested in a hosting supplier that can give some level of redundancy and thus provide a seamless continuity of service should specific servers experience a hardware failure. </p>
<p>Currently I&#8217;m on a dedicated server and the problem with that is that should the server experience some kind of major software or hardware failure then it&#8217;s up to me to either fix it or restore it which is fine but you will have inevitable downtime.</p>
<p>As my server is up for renewal very soon I am wondering, should I try the Grid Server or look at the <a href="http://www.mediatemple.net/webhosting/dv/">Virtual Dedicated service</a>. The specs of the Grid server are obviously tempting, but since launch it would seem they&#8217;ve had a few problems with their service. I&#8217;ve noticed at least two blogs that are hosted on the Grid Server but have been unavailable due to MySQL problems. </p>
<p>The only other issue I have is that I am seriously evaluating <a href="http://www.djangoproject.com/">Django</a> and as yet there is no support for Django on the Grid Server, though hopefully at some point this would be added. </p>
<p>So what are your views, is the Grid Server too good to be true or the best thing to ever happen to web hosting?</p>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2007/01/30/media-temple-grid-server/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Moving hosts: one more time with feeling</title>
		<link>http://muffinresearch.co.uk/archives/2006/04/13/moving-hosts-one-more-time-with-feeling/</link>
		<comments>http://muffinresearch.co.uk/archives/2006/04/13/moving-hosts-one-more-time-with-feeling/#comments</comments>
		<pubDate>Thu, 13 Apr 2006 20:47:10 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[Muffin Research Labs]]></category>

		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/04/13/moving-hosts-one-more-time-with-feeling/</guid>
		<description><![CDATA[I&#8217;ve been with Dreamhost about 20 days and in within that time I have witness over 3hours of total server outage. To that end I have decided to go back to the dedicated server which I was originally on as it has now been fixed and is running much better with the full complement of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been with Dreamhost about 20 days and in within that time I have witness over 3hours of total server outage. To that end I have decided to go back to the dedicated server which I was originally on as it has now been fixed and is running much better with the full complement of 512Mb of memory.</p>
<p>If you are reading this then everything has been successfully transferred.</p>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2006/04/13/moving-hosts-one-more-time-with-feeling/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moving servers yet again!</title>
		<link>http://muffinresearch.co.uk/archives/2006/03/25/moving-servers-yet-again/</link>
		<comments>http://muffinresearch.co.uk/archives/2006/03/25/moving-servers-yet-again/#comments</comments>
		<pubDate>Sat, 25 Mar 2006 21:25:36 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[Muffin Research Labs]]></category>

		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/03/25/moving-servers-yet-again/</guid>
		<description><![CDATA[Just recently the server that this site is hosted on has been a bit odd. After a couple of complete crashes and a day&#8217;s downtime, I spent Thursday evening tidying up any problem areas that I could find, and then on Friday it dawned. The top command had been showing around 190MB of total memory [...]]]></description>
			<content:encoded><![CDATA[<p>Just recently the server that this site is hosted on has been a bit odd. After a couple of complete crashes and a day&#8217;s downtime, I spent Thursday evening tidying up any problem areas that I could find, and then on Friday it dawned. The top command had been showing around 190MB of total memory available, which seemed to be a bit low and then when the specs where checked the server should have 512MB installed! By the looks of it half the memory has died. Where the other 64MB has gone is anyone&#8217;s guess but if it&#8217;s been syphoned off for graphics card usage then this is a bit rubbish for a dedicated server (we have no use for graphics running!) unless that&#8217;s some kind of hardware enforced situation.</p>
<p>Granted, hardware does fail from time to time but the apathetic support from Amenworld has been appalling. Hence I am voting with my feet and moving over to <a href="http://www.dreamhost.com/r.cgi?170159">Dreamhost</a>. Dreamhost are very friendly in every way and any questions you ask are always answered within a few hours, not to mention that they have 24 hour support in contrast to Amenworld&#8217;s weekday working hours policy.</p>
<p>Once again I have set everything up to be a smooth as possible during the transition to the new server. If you are reading this then you&#8217;ve made it! If you notice anything odd please do <a href="/contact/">get in touch via the contact form</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2006/03/25/moving-servers-yet-again/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The move to WordPress is complete</title>
		<link>http://muffinresearch.co.uk/archives/2006/02/27/the-move-to-wordpress-is-complete/</link>
		<comments>http://muffinresearch.co.uk/archives/2006/02/27/the-move-to-wordpress-is-complete/#comments</comments>
		<pubDate>Mon, 27 Feb 2006 19:23:54 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[Muffin Research Labs]]></category>

		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/02/27/91/</guid>
		<description><![CDATA[I have pretty much completed the move to WordPress and I am very pleased to be finally here. It&#8217;s taken quite a lot of mangling the themes and other bits and pieces to get my old blog over to WordPress. The feeds are all up and running and I have made a few adjustments along [...]]]></description>
			<content:encoded><![CDATA[<p>I have pretty much completed the move to <a href="http://wordpress.org/">WordPress</a> and I am very pleased to be finally here. It&#8217;s taken quite a lot of mangling the themes and other bits and pieces to get my old blog over to WordPress.</p>
<p>The feeds are all up and running and I have made a few adjustments along the way. The things that I decided to change were pretty minor; a few styles have been tweaked and markup has been improved in the few places that I needed to (in pursuit of perfection). The greatest thing about this move is greater control and freedom and hopefully things will work out just fine.</p>
<p>The whole site is running with <a href="http://mnm.uib.es/gallir/wp-cache-2/">wp-cache</a> so I don&#8217;t expect to be hammering the server too hard. wp-cache is very well executed and is just what I was looking for to replace the full caching I had built into my own system. The <a href="http://www.skippy.net/blog/2005/03/24/gravatars/">Gravatars</a> plugin I am using caches the gravatars which will come in very handy for the odd time that Gravatar.com goes down as well as making sure the pages load as fast as possible.</p>
<p>I have set up handling of all of the old urls and everything should be found through redirections if it has moved. I took the opportunity to dump the www subdomain from this site whilst carrying out the move, so if you have any links to my site feel free to change them. In any case anything that comes in to <a href="http://www.muffinresearch.co.uk">www.muffinresearch.co.uk</a> will be swiftly redirected to <a href="http://muffinresearch.co.uk">muffinresearch.co.uk</a>.</p>
<p>Having just moved over, please do let me know if you find anything has gone a bit awry. If you wish to get in touch then please contact me via the <a href="/contact/">contact form</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2006/02/27/the-move-to-wordpress-is-complete/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Moving to WordPress</title>
		<link>http://muffinresearch.co.uk/archives/2006/02/21/moving-to-wordpress/</link>
		<comments>http://muffinresearch.co.uk/archives/2006/02/21/moving-to-wordpress/#comments</comments>
		<pubDate>Tue, 21 Feb 2006 17:05:00 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[Muffin Research Labs]]></category>

		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2006/02/21/moving-to-wordpress/</guid>
		<description><![CDATA[Not so long ago I posted that I would be moving to TextPattern from my custom-made blogging system. As a result of that post there were a few interesting comments suggesting I take a look at all of the possibilities before I jumped into moving across to TextPattern. After some deeper consideration on which blogging [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/archives/2005/12/16/Moving_to_Textpattern.php">Not so long ago I posted that I would be moving to TextPattern</a> from my custom-made blogging system. As a result of that post there were a few interesting comments suggesting I take a look at all of the possibilities before I jumped into moving across to TextPattern. After some deeper consideration on which blogging tool would suit my needs, I have now started to move everything over to <a href="http://wordpress.org/">WordPress</a>. The move is currently in progress and I hope that this will be the last post from my old system. Building the backend to this blog was great fun but now I need to spend more time writing quality content and developing this site.</p>
<p>As a result of the move expect this site to be a little quiet for the next week or two as I start to get the new <a href="http://wordpress.org/">WordPress</a> equipped version on the road. At the same time as moving content across I will take the opportunity to make a few tweaks here and there and hopefully get everything sorted before SXSWi with some time to spare!</p>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2006/02/21/moving-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Review of 2005</title>
		<link>http://muffinresearch.co.uk/archives/2005/12/16/review-of-2005/</link>
		<comments>http://muffinresearch.co.uk/archives/2005/12/16/review-of-2005/#comments</comments>
		<pubDate>Fri, 16 Dec 2005 01:09:20 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[Muffin Research Labs]]></category>

		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/12/16/review-of-2005/</guid>
		<description><![CDATA[2005 has been a great year. In April I spent a lot of time redesigning my blog for the May 1st CSS reboot. It was great to have the motivation to do something different with my site though in the end the whole thing ended up being a bit of a rush job and I [...]]]></description>
			<content:encoded><![CDATA[<p>2005 has been a great year. In April I spent a lot of time redesigning my blog for the May 1st <a href="http://www.cssreboot.com/">CSS reboot</a>. It was great to have the motivation to do something different with my site though in the end the whole thing ended up being a bit of a rush job and I was up till dawn on the day of the reboot to try and get everything finished and  working <img src='http://muffinresearch.co.uk/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>In June Work paid for me to attend <a href="http://www.atmedia2005.co.uk/">@media2005</a> and following the second day&#8217;s presentations in particular, I was inspired to raise my game as a web developer and to really focus on the details, doing all I could to create sites the &#8216;right&#8217; way. This enthusiasm on the back of @media allowed myself and my good friend and colleague <a href="http://nefariousdesigns.co.uk">Tim huegdon</a> to be able to bring about change at work and turn other members of our team on to web standards.</p>
<p>This new drive towards web standards lead to the development of the new <a href="http://www.rentokil-initial.com">Rentokil-Initial</a> site which was then subsequently featured on <a href="http://www.stylegala.com/archive/rentokil_initial.htm">Stylegala.com</a>. From there on the web development team at Rentokil has been steadily moving in the right direction and we will be continuing to work towards developing with standards into 2006.</p>
<p>Right after @media I decided I needed to fix some of the mistakes I had made with my site&#8217;s current design. So I began to tweak the existing design into the fixed/fluid/elasticated/dropping columns site you see before you now. The markup was cleaned up, the CSS overhauled and I added <a href="http://weblog.philringnalda.com/2002/11/14/half-baked-and-a-little-fried">funky caching</a> to my homemade CMS. All of this culminated in the Fall CSS reboot but I felt like a bit of a charlatan as there wasn&#8217;t that much of a visible change between the old and new design.</p>
<p>October saw me finally make it over to the dark-side and I purchased a second-hand 12&#8243; Apple Powerbook. Since I&#8217;ve had it I&#8217;ve loved using it and can&#8217;t wait to get my grubby little hands on one of the new Mac-Intel powerbooks so I can run <a href="http://www.apple.com">OSX</a>, <a href="http://www.ubuntulinux.org/">Ubuntu</a> and <a href="http://www.microsoft.com">windows</a> all on one machine!</p>
<p>In early November I got the chance to attend the d.Construct Web 2.0 conference held by <a href="http://www.clearleft.com/">clear:left</a>. I picked up a <a href="http://www.muffinresearch.co.uk/archives/2005/11/14/Deconstructing_dConstruct.php">lot of useful information</a> from the event and found a new love for collaborative editing using <a href="http://www.codingmonkeys.de/subethaedit/">subEthaEdit</a>. I also met <a href="http://www.thedredge.org" title="Andy Hume">some</a> <a href="http://www.zachinglis.com" title="Zach Inglis">great</a> <a href="http://www.kurafire.net" title="Faruk Ates">people</a></p>
<p>Next up was <a href="http://www.molly.com">Molly Holzschlag&#8217;s</a> Geek dinner which was great event and <a href="http://www.muffinresearch.co.uk/archives/2005/11/25/London_Geek_Dinner.php">I had a great time</a> meeting up with everyone there. I really hope there will be another event like it when Molly is back over in the UK in February.</p>
<p>On the 1st of December I was really surprised to see an email from Paul &#8216;Scrivs&#8217; Scrivens saying I had been accepted into the <a href="http://www.9rules.com">9rules network</a>. As we go into 2006 I am really looking forward to being part of the network and to keep improving this blog.</p>
<p>As 2005 is coming to a close I am looking forward to what 2006 may bring. As far as the plans for Muffin Research Labs go, there will be plenty more quality articles coming up and in 2006 I am hoping to be able to bring about a community project idea I&#8217;ve had for a while now. More on that in due course.</p>
<p>Here&#8217;s wishing everyone a great Christmas and a happy New Year, now I&#8217;m off to bed as I have a plane to catch in 4 hours time. Catch you all after Christmas.</p>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2005/12/16/review-of-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving to Textpattern</title>
		<link>http://muffinresearch.co.uk/archives/2005/12/16/moving-to-textpattern/</link>
		<comments>http://muffinresearch.co.uk/archives/2005/12/16/moving-to-textpattern/#comments</comments>
		<pubDate>Fri, 16 Dec 2005 01:07:13 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[Muffin Research Labs]]></category>

		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/12/16/moving-to-textpattern/</guid>
		<description><![CDATA[Things have been hotting up around here, I&#8217;m steadily seeing about 500+ uniques per day which is great news. Google analytics has settled down and is doing a great job keeping me informed of which sites are sending traffic my way. As I have quite a lot on at the moment with various projects and [...]]]></description>
			<content:encoded><![CDATA[<p>Things have been hotting up around here, I&#8217;m steadily seeing about 500+ uniques per day which is great news. Google analytics has settled down and is doing a great job keeping me informed of which sites are sending traffic my way.</p>
<p>As I have quite a lot on at the moment with various projects and continuing to maintain &#8216;the Lab&#8217;, I have decided to move from my custom made CMS (Joornal) to <a href="http://textpattern.com/">Textpattern</a>. After reading <a href="http://www.hicksdesign.co.uk/journal/textpattern-notes-new-tag-goodness">Jon Hicks&#8217; post on some of Textpattern&#8217;s templating features</a> I was inspired to check Textpattern out and install in on the server. Having taken a look I&#8217;m pretty sure that it will meet my needs and the time I would have spent continuing to develop Joornal can now be devoted to other more exciting projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2005/12/16/moving-to-textpattern/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Muffin Research Labs Joins 9Rules</title>
		<link>http://muffinresearch.co.uk/archives/2005/12/01/muffin-research-labs-joins-9rules/</link>
		<comments>http://muffinresearch.co.uk/archives/2005/12/01/muffin-research-labs-joins-9rules/#comments</comments>
		<pubDate>Thu, 01 Dec 2005 17:29:20 +0000</pubDate>
		<dc:creator>Stuart Colville</dc:creator>
				<category><![CDATA[Muffin Research Labs]]></category>

		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/12/01/muffin-research-labs-joins-9rules/</guid>
		<description><![CDATA[I am pleased to announce that Muffin Research Labs has joined the 9rules network. I&#8217;m totally chuffed to be joining a network with sites such as Roger Johansson, Molly E Holzschlag, Particle Tree, Johnathon Snook and Robert Nyman to name but a few. For anyone that&#8217;s reading this thinking; &#8220;Oh no, not another web development [...]]]></description>
			<content:encoded><![CDATA[<p><img class="centered" src="http://www.muffinresearch.co.uk/i/9ruleslg.gif" alt="9rules network" /></p>
<p>I am pleased to announce that Muffin Research Labs has joined the <a href="http://9rules.com">9rules network</a>. I&#8217;m totally chuffed to be joining a network with sites such as <a href="http://www.456bereastreet.com">Roger Johansson</a>, <a href="http://www.molly.com">Molly E Holzschlag</a>, <a href="http://www.particletree.com">Particle Tree</a>, <a href="http://www.snook.ca">Johnathon Snook</a> and <a href="http://www.robertnyman.com">Robert Nyman</a> to name but a few.</p>
<p>For anyone that&#8217;s reading this thinking; &#8220;Oh no, not another web development blog&#8221;. Don&#8217;t worry, I&#8217;m hoping to be able to add my own flavour to the mix and produce some different and original content along the way. Above all else I&#8217;m truly interested in helping other developers whilst continuing to spread the word about good practices in web standards.</p>
<p>PS: I think it was the promise of beers at SXSW that swung it!</p>
]]></content:encoded>
			<wfw:commentRss>http://muffinresearch.co.uk/archives/2005/12/01/muffin-research-labs-joins-9rules/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

