<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.3" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Nefarious Designs</title>
	<link>http://nefariousdesigns.co.uk</link>
	<description>Nefarious Designs is the web development agency and blog of Tim Huegdon, a web developer with over 5 years experience in the industry.</description>
	<pubDate>Tue, 10 Jun 2008 09:51:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
	<language>en</language>
			<image><link>http://nefariousdesigns.co.uk/</link><url>http://nefariousdesigns.co.uk/favicon.ico</url><title>Nefarious Designs Favicon</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/nefariousdesigns" type="application/rss+xml" /><item>
		<title>JavaScript Module Pattern Variations</title>
		<link>http://feeds.feedburner.com/~r/nefariousdesigns/~3/150449660/</link>
		<comments>http://nefariousdesigns.co.uk/archive/2007/08/javascript-module-pattern-variations/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 09:02:10 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://nefariousdesigns.co.uk/archive/2007/08/javascript-module-pattern-variations/</guid>
		<description><![CDATA[The JavaScript Module Pattern is a handy pattern for JavaScript singletons. It allows a developer to scope variables and methods to a given module with both private and public visibility.
Originally proposed by Douglas Crockford (and blogged on the YUI blog by Eric Miraglia), the Module Pattern has recently been through several iterations of pimpage (look [...]]]></description>
			<content:encoded><![CDATA[<p>The JavaScript Module Pattern is a handy pattern for JavaScript singletons. It allows a developer to scope variables and methods to a given module with both private and public visibility.</p>
<p><a href="http://yuiblog.com/blog/2007/06/12/module-pattern/">Originally proposed by Douglas Crockford (and blogged on the YUI blog by Eric Miraglia)</a>, the Module Pattern has recently been through several iterations of pimpage (look Ma &#8212; a new buzzword!) at the hands of Christian Heilmann; the first entitled &#8220;<a href="http://www.wait-till-i.com/index.php?p=467">Show love to the Module Pattern</a>&#8221; and the second, &#8220;<a href="http://www.wait-till-i.com/index.php?p=476">Again with the Module Pattern</a>&#8220;. Before reading this post, I&#8217;d recommend you read all of these articles otherwise this is going to make very little sense!</p>
<p>Having used the pattern quite regularly over the last six months or so, I&#8217;d like to add my two-pennies-worth to the discussion with a couple of variations on the theme&hellip;</p>
<p> <a href="http://nefariousdesigns.co.uk/archive/2007/08/javascript-module-pattern-variations/#more-171" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nefariousdesigns.co.uk/archive/2007/08/javascript-module-pattern-variations/feed/</wfw:commentRss>
		<feedburner:origLink>http://nefariousdesigns.co.uk/archive/2007/08/javascript-module-pattern-variations/</feedburner:origLink></item>
		<item>
		<title>Fixing label in Safari</title>
		<link>http://feeds.feedburner.com/~r/nefariousdesigns/~3/150017899/</link>
		<comments>http://nefariousdesigns.co.uk/archive/2007/08/fixing-label-in-safari/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 09:46:33 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://nefariousdesigns.co.uk/archive/2007/08/fixing-label-in-safari/</guid>
		<description><![CDATA[Safari, the excellent WebKit-based browser from Apple, has long neglected to include functionality that activates a form element (such as an input, a textarea, a select etc.) when its relevant label is clicked.
Although this behaviour has been fixed in the beta of version 3, any users still browsing with version 2 or below still suffer [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.apple.com/safari/">Safari</a>, the excellent WebKit-based browser from Apple, has long neglected to include functionality that activates a form element (such as an <code>input</code>, a <code>textarea</code>, a <code>select</code> etc.) when its relevant <code>label</code> is clicked.</p>
<p>Although this behaviour has been fixed in the beta of version 3, any users still browsing with version 2 or below still suffer this needless blight on web accessibility.</p>
<p>I&#8217;ve recently reworked the JavaScript used in <a href="http://nascentguruism.com/journal/search-and-ye-shall-fail">Steve Marshall&#8217;s tasty channelled search solution</a>, which requires the <code>label</code> to be clickable, as it hides the corresponding radio <code>input</code>. For this reason, I&#8217;ve written a quick bit of JavaScript to activate this behaviour.</p>
<p> <a href="http://nefariousdesigns.co.uk/archive/2007/08/fixing-label-in-safari/#more-172" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nefariousdesigns.co.uk/archive/2007/08/fixing-label-in-safari/feed/</wfw:commentRss>
		<feedburner:origLink>http://nefariousdesigns.co.uk/archive/2007/08/fixing-label-in-safari/</feedburner:origLink></item>
		<item>
		<title>AjaxEvent: Using YUI custom events with Ajax</title>
		<link>http://feeds.feedburner.com/~r/nefariousdesigns/~3/133285682/</link>
		<comments>http://nefariousdesigns.co.uk/archive/2007/07/ajaxevent-using-yui-custom-events-with-ajax/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 08:58:27 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Ajax]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://nefariousdesigns.co.uk/archive/2007/07/ajaxevent-using-yui-custom-events-with-ajax/</guid>
		<description><![CDATA[Recently, I&#8217;ve been working on some fairly Ajax intensive pages and, because I&#8217;m working in a team environment, the need arose for a simple bit of script to handle all the different Ajax &#8220;events&#8221;. This script needed to be small yet easy to implement
Enter the YUI. *cue Enter The Dragon theme*
So here&#8217;s a tasty little [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I&#8217;ve been working on some fairly Ajax intensive pages and, because I&#8217;m working in a team environment, the need arose for a simple bit of script to handle all the different Ajax &#8220;events&#8221;. This script needed to be small yet easy to implement</p>
<p>Enter the <a href="http://developer.yahoo.com/yui/"><acronym title="Yahoo! User Interface library">YUI</acronym></a>. *cue Enter The Dragon theme*</p>
<p>So here&#8217;s a tasty little script that wraps Ajax requests and a <acronym title="Yahoo! User Interface library">YUI</acronym> Custom Event in an instantiable object that works as an Ajax <acronym title="Data Access Object">DAO</acronym>&hellip;</p>
<p> <a href="http://nefariousdesigns.co.uk/archive/2007/07/ajaxevent-using-yui-custom-events-with-ajax/#more-169" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nefariousdesigns.co.uk/archive/2007/07/ajaxevent-using-yui-custom-events-with-ajax/feed/</wfw:commentRss>
		<feedburner:origLink>http://nefariousdesigns.co.uk/archive/2007/07/ajaxevent-using-yui-custom-events-with-ajax/</feedburner:origLink></item>
		<item>
		<title>Babies!</title>
		<link>http://feeds.feedburner.com/~r/nefariousdesigns/~3/126319437/</link>
		<comments>http://nefariousdesigns.co.uk/archive/2007/06/babies/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 07:27:38 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://nefariousdesigns.co.uk/archive/2007/06/babies/</guid>
		<description><![CDATA[You may have noticed that I&#8217;ve been neglecting my blog over the last 9 months. This is due to Meegan falling pregnant with twins, and their subsequent arrival.
Isabella Ada Huegdon (5lb 10oz) and Am&#233;lie Isla Huegdon (5lb 5oz) arrived at 10:02am and 10:27am respectively on the 23rd of May, 2007. I haven&#8217;t had time to [...]]]></description>
			<content:encoded><![CDATA[<p>You may have noticed that I&#8217;ve been neglecting my blog over the last 9 months. This is due to Meegan falling pregnant with twins, and their subsequent arrival.</p>
<p>Isabella Ada Huegdon (5lb 10oz) and Am&eacute;lie Isla Huegdon (5lb 5oz) arrived at 10:02am and 10:27am respectively on the 23rd of May, 2007. I haven&#8217;t had time to upload loads of pictures yet, but watch <a href="http://flickr.com/photos/nefarioustim/">my Flickr stream</a>; there are a few there already.</p>
<p>I&#8217;m very happy to be a Dad although it&#8217;s pretty hard going at the moment; in fact, I reckon one baby must be an absolute doddle. To be fair though, Meegan is doing the majority of the work at the moment since I leave for work at 6:30am and get home at 8pm.</p>
<p>Anyway, as far as the blog is concerned, normal service will resume shortly (I&#8217;m writing a couple of posts at the moment).</p>
]]></content:encoded>
			<wfw:commentRss>http://nefariousdesigns.co.uk/archive/2007/06/babies/feed/</wfw:commentRss>
		<feedburner:origLink>http://nefariousdesigns.co.uk/archive/2007/06/babies/</feedburner:origLink></item>
		<item>
		<title>As featured in .net magazine!</title>
		<link>http://feeds.feedburner.com/~r/nefariousdesigns/~3/109253393/</link>
		<comments>http://nefariousdesigns.co.uk/archive/2007/04/as-featured-in-net-magazine/#comments</comments>
		<pubDate>Sun, 15 Apr 2007 16:15:59 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[Literature]]></category>

		<category><![CDATA[Reference]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Web Standards]]></category>

		<category><![CDATA[Writing]]></category>

		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://nefariousdesigns.co.uk/archive/2007/04/as-featured-in-net-magazine/</guid>
		<description><![CDATA[
I&#8217;m featured in the &#8220;Expert Advice&#8221; section of .net magazine this month. I&#8217;ve written a short piece on understanding HTML&#8217;s element identifiers; IDs and classes.
.net magazine is a great resource for both experienced and newbie web developers. It contains invaluable tutorials, great articles, and a wealth of web development information. So if you haven&#8217;t already [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/nefarioustim/460040199/"><img src="/blog/images/net-article-teaser.jpg" alt="An open copy of .net magazine featuring my article" class="framed" /></a></p>
<p>I&#8217;m featured in the &#8220;Expert Advice&#8221; section of .net magazine this month. I&#8217;ve written a short piece on understanding HTML&#8217;s element identifiers; IDs and classes.</p>
<p>.net magazine is a great resource for both experienced and newbie web developers. It contains invaluable tutorials, great articles, and a wealth of web development information. So if you haven&#8217;t already got it, you should definitely go out and buy it right now!</p>
<p>I&#8217;m on page 106. Please don&#8217;t be put off by my horribly deformed exterior &#8212; I&#8217;m beautiful on the <em>inside</em>.</p>
<p><a href="http://flickr.com/photos/nefarioustim/460040199/">You can find a photograph of the article on my Flickr account.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nefariousdesigns.co.uk/archive/2007/04/as-featured-in-net-magazine/feed/</wfw:commentRss>
		<feedburner:origLink>http://nefariousdesigns.co.uk/archive/2007/04/as-featured-in-net-magazine/</feedburner:origLink></item>
		<item>
		<title>Semantics and Structure</title>
		<link>http://feeds.feedburner.com/~r/nefariousdesigns/~3/99438951/</link>
		<comments>http://nefariousdesigns.co.uk/archive/2007/03/semantics-and-structure/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 10:54:12 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Web Standards]]></category>

		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://nefariousdesigns.co.uk/archive/2007/03/semantics-and-structure/</guid>
		<description><![CDATA[I&#8217;m currently working on improving nefariousdesigns.co.uk - both in design and in technology. I&#8217;ve continued to learn lots of great web development &#8220;stuff&#8221; over the past year, and it&#8217;s time I updated my personal site to reflect that burgeoning knowledge.
My first port of call is the underlying structure of my HTML - it&#8217;s ok, but [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working on improving nefariousdesigns.co.uk - both in design and in technology. I&#8217;ve continued to learn lots of great web development &#8220;stuff&#8221; over the past year, and it&#8217;s time I updated my personal site to reflect that burgeoning knowledge.</p>
<p>My first port of call is the underlying structure of my HTML - it&#8217;s ok, but it could definitely be improved.</p>
<p>I recently had a fantastic conversation with <a href="http://www.heavydog.co.uk/">Mike Pearce</a> - an old colleague (who&#8217;s now a good friend) - regarding document structure in HTML. Whilst peer-reviewing some of his code, I noticed some not-uncommon structural characteristics that, although not wrong, definitely didn&#8217;t convey the best semantics within the document. For this reason I thought I&#8217;d document some of the stuff I&#8217;ve learned about structured HTML and open it up for comment.</p>
<p> <a href="http://nefariousdesigns.co.uk/archive/2007/03/semantics-and-structure/#more-161" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nefariousdesigns.co.uk/archive/2007/03/semantics-and-structure/feed/</wfw:commentRss>
		<feedburner:origLink>http://nefariousdesigns.co.uk/archive/2007/03/semantics-and-structure/</feedburner:origLink></item>
		<item>
		<title>Learning JavaScript</title>
		<link>http://feeds.feedburner.com/~r/nefariousdesigns/~3/83369468/</link>
		<comments>http://nefariousdesigns.co.uk/archive/2007/01/learning-javascript/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 09:06:01 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Books]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Reference]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://nefariousdesigns.co.uk/archive/2007/01/learning-javascript/</guid>
		<description><![CDATA[There&#8217;s no doubt about it; I have more than a passing fancy for JavaScript. We loves it, doesn&#8217;t we, precious? In fact, I&#8217;d go as far as to say that it&#8217;s my personal favourite programming language.
Sure, JavaScript has it&#8217;s flaws and shortcomings; but then, so does my wife and I still love her! (Although, obviously [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s no doubt about it; I have more than a passing fancy for JavaScript. We <em>loves</em> it, doesn&#8217;t we, precious? In fact, I&#8217;d go as far as to say that it&#8217;s my personal favourite programming language.</p>
<p>Sure, JavaScript has it&#8217;s flaws and shortcomings; but then, so does my wife and I still love her! (Although, obviously she&#8217;d disagreed. She&#8217;d probably have something to say about being compared to a programming language too - just as well she doesn&#8217;t read my blog then, eh?)</p>
<p>Anyhoo, recently I&#8217;ve had the pleasure of working rather extensively with my afore-mentioned <em>language du jour</em>. For this reason, I needed to dig out the reference material and, since I haven&#8217;t blogged anything remotely useful for a while, I thought I&#8217;d share my choice cuts with the blogosphere.</p>
<p> <a href="http://nefariousdesigns.co.uk/archive/2007/01/learning-javascript/#more-160" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nefariousdesigns.co.uk/archive/2007/01/learning-javascript/feed/</wfw:commentRss>
		<feedburner:origLink>http://nefariousdesigns.co.uk/archive/2007/01/learning-javascript/</feedburner:origLink></item>
		<item>
		<title>Alegria</title>
		<link>http://feeds.feedburner.com/~r/nefariousdesigns/~3/74824464/</link>
		<comments>http://nefariousdesigns.co.uk/archive/2007/01/alegria/#comments</comments>
		<pubDate>Sat, 13 Jan 2007 10:40:21 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Life]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://nefariousdesigns.co.uk/archive/2007/01/alegria/</guid>
		<description><![CDATA[
Last night I went to see Cirque du Soleil perform &#8220;Alegria&#8221;, their new show, at the Royal Albert Hall.
It was my mother-in-law&#8217;s birthday; but we hadn&#8217;t told her where we were going so, when her and Meeg turned up outside my office late yesterday afternoon, she was none-the-wiser. When I finally made it downstairs to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cirquedusoleil.com"><img src="/blog/images/alegria.jpg" alt="Lloyds TSB Corporate Markets presents Alegria - Cirque du Soleil" class="framed" /></a></p>
<p>Last night I went to see <a href="http://www.cirquedusoleil.com">Cirque du Soleil</a> perform &#8220;Alegria&#8221;, their new show, at the <a href="http://www.royalalberthall.com/">Royal Albert Hall</a>.</p>
<p>It was my mother-in-law&#8217;s birthday; but we hadn&#8217;t told her where we were going so, when her and Meeg turned up outside my office late yesterday afternoon, she was none-the-wiser. When I finally made it downstairs to the street, they were both clearly very excited (although I&#8217;m not sure whether that was due to what might be coming or the fact that they&#8217;d just spent 5 or 10 minutes staring into the window of Angels&#8217; Fancy Dress shop).</p>
<p> <a href="http://nefariousdesigns.co.uk/archive/2007/01/alegria/#more-158" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nefariousdesigns.co.uk/archive/2007/01/alegria/feed/</wfw:commentRss>
		<feedburner:origLink>http://nefariousdesigns.co.uk/archive/2007/01/alegria/</feedburner:origLink></item>
		<item>
		<title>Look at the SIZE of that thing…</title>
		<link>http://feeds.feedburner.com/~r/nefariousdesigns/~3/71566426/</link>
		<comments>http://nefariousdesigns.co.uk/archive/2007/01/look-at-the-size-of-that-thing/#comments</comments>
		<pubDate>Sat, 06 Jan 2007 13:14:33 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Science]]></category>

		<category><![CDATA[The Future]]></category>

		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://nefariousdesigns.co.uk/archive/2007/01/look-at-the-size-of-that-thing/</guid>
		<description><![CDATA[Terabyte hard drive anyone?
The exponential growth of processor speeds and memory and hard drive sizes sometimes catches me off guard. I mean, I&#8217;m well aware of Moore&#8217;s Law; but since I can still remember the days of programming with only 16k at your disposal, the mind boggles!
Jesse James Garrett raises an interesting point whilst contemplating [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://news.com.com/2100-1041_3-6147409.html">Terabyte hard drive</a> anyone?</p>
<p>The exponential growth of processor speeds and memory and hard drive sizes sometimes catches me off guard. I mean, I&#8217;m well aware of <a href="http://en.wikipedia.org/wiki/Moore's_law">Moore&#8217;s Law</a>; but since I can still remember the days of programming with only 16k at your disposal, the mind boggles!</p>
<p>Jesse James Garrett raises an interesting point whilst contemplating <a href="http://blog.jjg.net/weblog/2007/01/the_desktop_ter.html">The Desktop Terabyte</a>.</p>
<p>Still, at least <a href="/archive/2007/01/happy-new-year/">server-side back-up scripts</a> won&#8217;t cause so many problems with all that lovely extra space&hellip; Uh&hellip; Right Stu?</p>
]]></content:encoded>
			<wfw:commentRss>http://nefariousdesigns.co.uk/archive/2007/01/look-at-the-size-of-that-thing/feed/</wfw:commentRss>
		<feedburner:origLink>http://nefariousdesigns.co.uk/archive/2007/01/look-at-the-size-of-that-thing/</feedburner:origLink></item>
		<item>
		<title>Happy New Year!</title>
		<link>http://feeds.feedburner.com/~r/nefariousdesigns/~3/69785614/</link>
		<comments>http://nefariousdesigns.co.uk/archive/2007/01/happy-new-year/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 15:42:28 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://nefariousdesigns.co.uk/archive/2007/01/happy-new-year/</guid>
		<description><![CDATA[Happy New Year everybody; I hope you all had a very merry Christmas.
My website has been down for a couple of days due to a couple of server issues, but it&#8217;s all back up and running now thanks to some hard work from my server-buddy, Stu.
Needless to say, having spent the Christmas period away from [...]]]></description>
			<content:encoded><![CDATA[<p>Happy New Year everybody; I hope you all had a very merry Christmas.</p>
<p>My website has been down for a couple of days due to a couple of server issues, but it&#8217;s all back up and running now thanks to some hard work from my server-buddy, <a href="http://muffinresearch.co.uk">Stu</a>.</p>
<p>Needless to say, having spent the Christmas period away from my computer and the blogosphere, I have returned revitalised and refreshed. I&#8217;m also pretty good at <a href="http://www.vivapinata.com/">Viva Pinata</a> now as well.</p>
<p> <img src='http://nefariousdesigns.co.uk/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://nefariousdesigns.co.uk/archive/2007/01/happy-new-year/feed/</wfw:commentRss>
		<feedburner:origLink>http://nefariousdesigns.co.uk/archive/2007/01/happy-new-year/</feedburner:origLink></item>
	</channel>
</rss>
