<?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>Passionately opinionated</title>
	<atom:link href="http://www.benfallaize.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benfallaize.co.uk</link>
	<description>a blog by Ben Fallaize</description>
	<lastBuildDate>Wed, 17 Feb 2010 09:29:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The HP virus strikes again</title>
		<link>http://www.benfallaize.co.uk/2009/12/the-hp-virus-strikes-again/</link>
		<comments>http://www.benfallaize.co.uk/2009/12/the-hp-virus-strikes-again/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 20:11:40 +0000</pubDate>
		<dc:creator>Ben Fallaize</dc:creator>
				<category><![CDATA[Rants and Rambles]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.benfallaize.co.uk/?p=130</guid>
		<description><![CDATA[I couldn't help feel guilty the other day.  A colleague casually mentioned to me that he had a HP laptop.  Straight away, I asked him how old it was.  "12 months" was the reply.  I jokingly told him that he had 2 months left on it before it committed firey suicide...]]></description>
			<content:encoded><![CDATA[<p><span class="drop">I</span> couldn&#8217;t help feel guilty the other day.  A colleague casually mentioned to me that he had a HP laptop.  Straight away, I asked him how old it was.  &#8221;12 months&#8221; was the reply.  I jokingly told him that he had 2 months left on it before it committed firey suicide&#8230;</p>
<p>Yesterday, he came in and told me that it had indeed died.  In actual fact, it died in exactly the same way as my one did.  The wireless adapter suddenly disappeared and the laptop doesn&#8217;t seem to acknowledge that it even exists.  I gave him the link for the free repair that HP performed for me.  Still waiting to see if the laptop is in fact one of the models listed on the HP site, but I&#8217;d place a fair amount of money on it.</p>
<p>So, why call it a virus?  It&#8217;s blatantly a case of poorly constructed hardware!  Well unfortunately, I bought the 2 machines based on recommendation.  Similarly, my colleague recommended the laptop to all his friends.  So, there we have it, the curse of failing hardware, spread by the good intentions of happy customers early on in life, only to be become a whole web of disappointment, in say, 14 months&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benfallaize.co.uk/2009/12/the-hp-virus-strikes-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tablesheets &#8211; A unique coding style, or an abomination?</title>
		<link>http://www.benfallaize.co.uk/2009/11/tablesheets-a-unique-coding-style-or-an-abomination/</link>
		<comments>http://www.benfallaize.co.uk/2009/11/tablesheets-a-unique-coding-style-or-an-abomination/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 21:41:02 +0000</pubDate>
		<dc:creator>Ben Fallaize</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.benfallaize.co.uk/?p=124</guid>
		<description><![CDATA[Back when I first started hand coding websites, it was all about tables.  Designs were cut up into squares and laid out in rows and columns.  This was ten years ago, oh how I miss those days...]]></description>
			<content:encoded><![CDATA[<p><span class="drop">B</span>ack when I first started hand coding websites, it was all about tables.  Designs were cut up into squares and laid out in rows and columns.  This was ten years ago, oh how I miss those days&#8230;</p>
<p>While most of the world has moved on to CSS based sites, I just can&#8217;t be doing with it.  Don&#8217;t get me wrong, I have tried to embrace some things in CSS, navigation for instance, and divs for e-commerce sites have made my life a huge amount easier, but I just don&#8217;t see what all the fuss is about.</p>
<p>Today, a colleague was having issues with a 2 column layout.  To get 2 columns to stretch to fit the content, remain the same length, and have a footer that stays underneath them requires at least 4 divs, and 3-4 lines of CSS for each one.  A table requires 6 lines.  It does the job without any hacks, and remains the same in all browsers.</p>
<p>This brings me on to my second issue with CSS.  Almost every CSS site I have ever seen has some degree of hack to make the site look correct in all browsers.  Is this because browser makers are being lazy, or is it that CSS based design has opened the door to slapdash &#8216;designers&#8217;?  Either way, why make life difficult?  If a website needs columns, why not use the method made for it?</p>
<p>I use a combination of the two.  I normally use a container div, with a table inside that to split it into safe, predictable columns.  Then I style my TD&#8217;s and sometimes have divs within my tables.  People from the tables camp and people from the CSS camp probably look at my code and cry, but it works.  I don&#8217;t get issues that I have to fix with a hack.  Sure, you have to think about Internet Explorer, I mean you can&#8217;t even put a body tag on a page without IE8 screwing it up, but I don&#8217;t have to deal with items being a couple of pixels out of place.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benfallaize.co.uk/2009/11/tablesheets-a-unique-coding-style-or-an-abomination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why mess with convention?</title>
		<link>http://www.benfallaize.co.uk/2009/11/why-mess-with-convention/</link>
		<comments>http://www.benfallaize.co.uk/2009/11/why-mess-with-convention/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 21:06:36 +0000</pubDate>
		<dc:creator>Ben Fallaize</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Rants and Rambles]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.benfallaize.co.uk/?p=101</guid>
		<description><![CDATA[A rant of a different kind tonight...

Did you know, the first computer mouse was invented in 1964?  Sure, it wasn't anything like what we use today, but the basic concept was there.  For some time now, mice have had 1 or 2 buttons.  Later on came the scroll wheel.  Now, with optical technology, wireless, and the addition of a few more buttons, the mouse is a technical marvel compared to the old ball mice of the 90's.]]></description>
			<content:encoded><![CDATA[<p><span class="drop">A</span> rant of a different kind tonight&#8230;</p>
<p>Did you know, the first computer mouse was invented in 1964?  Sure, it wasn&#8217;t anything like what we use today, but the basic concept was there.  For some time now, mice have had 1 or 2 buttons.  Later on came the scroll wheel.  Now, with optical technology, wireless, and the addition of a few more buttons, the mouse is a technical marvel compared to the old ball mice of the 90&#8217;s.</p>
<p>Where is this going you might ask?</p>
<p>I used a classic mac in secondary school.  One of the all-in-ones with the square mouse with one button.  This worked fine.  Why then, have Apple felt the need to mess with the design of the mouse since then?  The hockey puck, that rotates in your hand, meaning you get tangled up with the cable, and can&#8217;t press the button.  Then there was the mouse where the entire shell pressed down.  More recently came the &#8220;Mighty mouse&#8221;.  Every single one of these had a stupid wheel, which while nice to use, eventually stopped working.  It also had a one piece shell, but had two clickable regions.  I always had trouble with the right mouse button clicking when I didn&#8217;t want it to.  Now, the Magic mouse has arrived.  No wheel on this one, but it has multi touch capabilities.  You have to sit through a tutorial on how to use the most basic peripheral that&#8217;s been around since the 80&#8217;s&#8230;</p>
<p>A colleague recently compared me buying a Logitech mouse for my mac to &#8220;putting a K&amp;N filter on a Ferrari&#8221;.  I replied with, &#8220;a Ferrari wouldn&#8217;t need a K&amp;N because the standard filter works perfectly well&#8221;.  Said colleague has since purchased a Logitech mouse for his MacBook Pro&#8230;</p>
<p>Unfortunately Apple seems to have a style over function attitude in this respect.  A mouse has 2 buttons and a scrolly wheel.  Apple, pay Logitech to make you a nice white mouse, your users will thank you for it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benfallaize.co.uk/2009/11/why-mess-with-convention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7</title>
		<link>http://www.benfallaize.co.uk/2009/10/windows-7/</link>
		<comments>http://www.benfallaize.co.uk/2009/10/windows-7/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 16:21:07 +0000</pubDate>
		<dc:creator>Ben Fallaize</dc:creator>
				<category><![CDATA[Rants and Rambles]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.benfallaize.co.uk/?p=53</guid>
		<description><![CDATA[Have you seen the new adverts for Windows 7 on the TV?  I&#8217;m a PC, and Windows 7 was my idea&#8230;
Microsoft are obviously trying to push the fact that they have listened to their painstaked users and are now responding.  Having not seen 7 in the flesh yet, I can&#8217;t really comment on it, however [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop">H</span>ave you seen the new adverts for Windows 7 on the TV?  I&#8217;m a PC, and Windows 7 was my idea&#8230;</p>
<p>Microsoft are obviously trying to push the fact that they have listened to their painstaked users and are now responding.  Having not seen 7 in the flesh yet, I can&#8217;t really comment on it, however I can see a Microsoft ad in a couple of years, once 7 has flopped just like vista:</p>
<p><em>Windows 7.  It&#8217;s not our fault, it was all your idea&#8230;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benfallaize.co.uk/2009/10/windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 8</title>
		<link>http://www.benfallaize.co.uk/2009/10/microsofts-internet-explorer-8/</link>
		<comments>http://www.benfallaize.co.uk/2009/10/microsofts-internet-explorer-8/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 07:14:19 +0000</pubDate>
		<dc:creator>Ben Fallaize</dc:creator>
				<category><![CDATA[Rants and Rambles]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://www.benfallaize.co.uk/?p=48</guid>
		<description><![CDATA[The source of most of my pain this week.  Web standards, the only standard being set by this browser is "what not to do in the world of web browsers".  Websites that worked fine before IE8?  <a href="http://www.benfallaize.co.uk/2009/10/microsofts-internet-explorer-8/">Enter here...</a>]]></description>
			<content:encoded><![CDATA[<p><span class="drop">Q</span>uite a while ago, IE8 was released to the general public.  It was billed to be the best browser for web developers, as it now had proper web standards built in like every other browser in the world.  It also had this great feature allowing you to render the page in IE7 mode&#8230;</p>
<p>Microsoft, what the hell are you playing at?</p>
<p>This week, I had not one, but two phone calls from customers announcing to me that their site had stopped working.  In both cases, it was the menu at fault.  One site has a fairly hefty javascript based menu, and the other drop-down submenus.  So, off I go, testing the sites in all browsers available to me, FF, IE6, 7, Safari, Mac FF, Mac Safari, and then came IE8.</p>
<p>Now we&#8217;re not talking a slight rendering issue here, or an IE-hackable few pixels out of place, IE8 had invented a Javascript error.  Every other browser in the world was fine, but IE8 had a problem with it.  So this is bad enough, but in IE8 there is a button called Compatibility mode.</p>
<p>From the MS site: <em>Internet Explorer 8 is a new release and some websites may not yet be ready for the new browser. Click the </em><strong><em>Compatibility View</em></strong><em> toolbar button to display the website as viewed in Internet Explorer 7, which will correct display problems like misaligned text, images, or text boxes.</em></p>
<p>Sure enough, this actually fixes the problem.  What the hell?  Microsoft have released a browser that in default form, doesn&#8217;t work very well, but if you want it  to work properly, you can just click a button.  I&#8217;m sat here now fuming about this.  If I put out a website where nothing worked, unless you click a small button first, without any prompting, I&#8217;d be fired for shoddy workmanship.  Yet the biggest software house in the world seems to think it&#8217;s ok?</p>
<p>Now I need to spend considerable amounts of time fixing websites to work in a minority browser, when this goes against all the normal rules just because of who it is.  Well F*** you Microsoft, I&#8217;m never going back to a PC if you keep this attitude up.  Leave your browser to die, and let the experts who work for free sort out the world&#8217;s internet browsing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benfallaize.co.uk/2009/10/microsofts-internet-explorer-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A fantastic mac/windows article</title>
		<link>http://www.benfallaize.co.uk/2009/09/the-best-macwindows-article-ive-ever-read/</link>
		<comments>http://www.benfallaize.co.uk/2009/09/the-best-macwindows-article-ive-ever-read/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 14:43:51 +0000</pubDate>
		<dc:creator>Ben Fallaize</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Rants and Rambles]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.benfallaize.co.uk/?p=43</guid>
		<description><![CDATA[An article by Charlie Brooker, of the Guardian.  This bloke's sense of humour appeals to me!

<a href="http://www.guardian.co.uk/commentisfree/2009/sep/28/charlie-brooker-microsoft-mac-windows" target="_blank">Click here to read</a>]]></description>
			<content:encoded><![CDATA[<p><span class="drop">A</span>n article by Charlie Brooker, of the Guardian.  This bloke&#8217;s sense of humour appeals to me!</p>
<p><a href="http://www.guardian.co.uk/commentisfree/2009/sep/28/charlie-brooker-microsoft-mac-windows" target="_blank">Click here to read</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benfallaize.co.uk/2009/09/the-best-macwindows-article-ive-ever-read/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Perl&#8217;s ability to get away with murder</title>
		<link>http://www.benfallaize.co.uk/2009/09/perl-and-its-ability-to-get-away-with-murder/</link>
		<comments>http://www.benfallaize.co.uk/2009/09/perl-and-its-ability-to-get-away-with-murder/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 19:19:13 +0000</pubDate>
		<dc:creator>Ben Fallaize</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[spider]]></category>

		<guid isPermaLink="false">http://www.benfallaize.co.uk/?p=39</guid>
		<description><![CDATA[Recently I&#8217;ve been using Perl to write a sort of search engine.  Basically, it gets given a web address, it goes off, has a good mooch through the given web address, gathers the information I tell it to, has a little sleep, and comes back to me, all the while fooling the chosen site into [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop">R</span>ecently I&#8217;ve been using Perl to write a sort of search engine.  Basically, it gets given a web address, it goes off, has a good mooch through the given web address, gathers the information I tell it to, has a little sleep, and comes back to me, all the while fooling the chosen site into thinking it&#8217;s a perfectly normal web user.</p>
<p>Now I am using this technology for perfectly genuine reasons, but it strikes me that it would be very easy to abuse.  Also, for your inexperienced programmer, could easily get out of control.  What also strikes me, is that these two scenarios almost overlap if you aren&#8217;t careful.</p>
<p>Say for instance, you write a basic spider to read a site, pick up any links, read them too, and record all the information in a text file.  Say also, you forget to put in a checker for duplicate links.  Already you have a spider that will never stop.  In other words, you&#8217;ve put it into an infinite loop.  &#8221;Oops&#8221; you might say, but consider the website you just spidered.  What you have essentially just done is a DoS attack.  Sure, it may not have done any damage, but it has the potential.</p>
<p>However, chuck in a few random commands, and your basic terrible script can suddenly emulate a real web user, give it a user-agent, and voila, spider away, steal what you want, the possibilities are endless and frankly, scary&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benfallaize.co.uk/2009/09/perl-and-its-ability-to-get-away-with-murder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Snow Leopard</title>
		<link>http://www.benfallaize.co.uk/2009/08/snow-leopard/</link>
		<comments>http://www.benfallaize.co.uk/2009/08/snow-leopard/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 17:40:43 +0000</pubDate>
		<dc:creator>Ben Fallaize</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://www.benfallaize.co.uk/?p=23</guid>
		<description><![CDATA[Finally, the refinement the Mac world has been waiting for&#8230;
First impressions are, it is faster, but it&#8217;s not the huge gap I was expecting.  Apple have re-written the entire operating system to run natively in 64 bit.  Good news since Apple have been pushing 64bit Core 2 Duo processors out for a few years now.
I [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop">F</span>inally, the refinement the Mac world has been waiting for&#8230;</p>
<p>First impressions are, it is faster, but it&#8217;s not the huge gap I was expecting.  Apple have re-written the entire operating system to run natively in 64 bit.  Good news since Apple have been pushing 64bit Core 2 Duo processors out for a few years now.</p>
<p>I was teetering on the edge of swapping back to a dedicated Windows machine.  Those who read my last post would have seen me surprised to see how well Vista runs through Bootcamp.  Well, I decided to run a little test.</p>
<p>Photoshop CS3, 141 JPG images and an automated action with the following commands:</p>
<ol>
<li>Auto levels</li>
<li>Auto colour</li>
<li>Resize to 50%</li>
<li>Save for Web</li>
<li>Close</li>
</ol>
<p>So, Snow Leopard was first, and completed the test in 6:55.  Windows was booted up, and I opened the images.  I wish I had timed the opening of the 141 images, as Windows was considerably slower.  Once it finally opened, the action was run.  Windows completed in 7:45.</p>
<p>Both tests were run from a folder on the desktop, both from the same hard drive.</p>
<p>I think if the RAM was upgraded, the Mac would have steamed ahead thanks to it&#8217;s 64bit-ness.</p>
<p>So, for now, I&#8217;m back on the Mac side of the fence&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benfallaize.co.uk/2009/08/snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows vs OSX</title>
		<link>http://www.benfallaize.co.uk/2009/06/windows-vs-osx/</link>
		<comments>http://www.benfallaize.co.uk/2009/06/windows-vs-osx/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 20:03:03 +0000</pubDate>
		<dc:creator>Ben Fallaize</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[bootcamp]]></category>
		<category><![CDATA[imac]]></category>
		<category><![CDATA[monkey island]]></category>
		<category><![CDATA[video capture]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.benfallaize.co.uk/?p=22</guid>
		<description><![CDATA[I&#8217;m posting this from the usual place, in front of my stunning iMac.  However, there is one major difference.  Behind this website is firefox, nothing unusual there, but behind that is a Windows desktop, and not just any version of Windows, it&#8217;s Vista.
Previous readers will have read my opinion of Vista and Microsoft in general [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop">I</span>&#8217;m posting this from the usual place, in front of my stunning iMac.  However, there is one major difference.  Behind this website is firefox, nothing unusual there, but behind that is a Windows desktop, and not just any version of Windows, it&#8217;s Vista.</p>
<p>Previous readers will have read my opinion of Vista and Microsoft in general since I became a Mac user.</p>
<p>So, what happened?  Well, a friend sent me a link detailing the upcoming release of a new series of Monkey Island games.  To your average nerd, this is the best news since, well, the last Monkey Island game!  This presents a problem to the Mac user.  A productive, stable machine it is, but a games platform it isn&#8217;t.</p>
<p>So, Bootcamp was installed, and then Vista was dusted down and installed.  I am slightly concerned to say, that Vista appears to run quicker and more efficiently that Leopard.  I know that I need to install Anti-Virus etc, but I was expecting to install a great big turd of an operating system, as I remember it on my laptop, but it just doesn&#8217;t seem to be.  Maybe the service packs and general updates have improved it, but I am actually enjoying using it again.  Plus, I much prefer Photoshop and Dreamweaver on the PC.  They just seem to work nicer, however I&#8217;ve been using video capture recently, and also iDVD, and these run nicer on the mac than the PC&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benfallaize.co.uk/2009/06/windows-vs-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New toy</title>
		<link>http://www.benfallaize.co.uk/2009/04/new-toy/</link>
		<comments>http://www.benfallaize.co.uk/2009/04/new-toy/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 18:11:52 +0000</pubDate>
		<dc:creator>Ben Fallaize</dc:creator>
				<category><![CDATA[Rants and Rambles]]></category>
		<category><![CDATA[Guitar]]></category>

		<guid isPermaLink="false">http://www.benfallaize.co.uk/?p=20</guid>
		<description><![CDATA[I&#8217;ve been playing Guitar Hero on the PS3 for quite a while now.  I&#8217;ve never played a real music instrument, but I&#8217;ve just bought an electric guitar and intend (with the help of t&#8217;internet) to teach myself to play it.
Currently, the house is rocking to the tune of classics like, &#8220;a slowed down version of [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop">I</span>&#8217;ve been playing Guitar Hero on the PS3 for quite a while now.  I&#8217;ve never played a real music instrument, but I&#8217;ve just bought an electric guitar and intend (with the help of t&#8217;internet) to teach myself to play it.</p>
<p>Currently, the house is rocking to the tune of classics like, &#8220;a slowed down version of the intro of Smoke on the Water&#8221;, and &#8220;the first 5 notes of Enter Sandman&#8221;.</p>
<p>Still, when it comes to learning new things, I am a patient person, and if all else fails, at least it looks quite cool.</p>
<p><a href="http://www.benfallaize.co.uk/wp-content/uploads/2009/04/img_5949.jpg"><img class="alignnone size-full wp-image-21" title="My Guitar and Amp" src="http://www.benfallaize.co.uk/wp-content/uploads/2009/04/img_5949.jpg" alt="" width="500" height="1003" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benfallaize.co.uk/2009/04/new-toy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
