<?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>nicola hibbert</title>
	<atom:link href="http://nicolahibbert.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicolahibbert.com</link>
	<description>freelance front end web developer</description>
	<lastBuildDate>Sun, 06 May 2012 16:05:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Accordion Pro</title>
		<link>http://nicolahibbert.com/accordion-pro/</link>
		<comments>http://nicolahibbert.com/accordion-pro/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 12:09:52 +0000</pubDate>
		<dc:creator>nikki</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Accordion Pro]]></category>
		<category><![CDATA[liteAccordion]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://nicolahibbert.com/?p=1343</guid>
		<description><![CDATA[When I released liteAccordion v1 in February last year, a few people asked if I would consider doing a WordPress version.  After releasing v2 in November, I set about creating ...]]></description>
		<wfw:commentRss>http://nicolahibbert.com/accordion-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Review: MongoDB in Action</title>
		<link>http://nicolahibbert.com/book-review-mongodb-in-action/</link>
		<comments>http://nicolahibbert.com/book-review-mongodb-in-action/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 16:20:06 +0000</pubDate>
		<dc:creator>nikki</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[MongoDB in Action]]></category>
		<category><![CDATA[Mongoose.js]]></category>
		<category><![CDATA[Node.js]]></category>
		<category><![CDATA[NoSQL]]></category>

		<guid isPermaLink="false">http://nicolahibbert.com/?p=1219</guid>
		<description><![CDATA[Happy New Year everyone!  I&#8217;ve been a bit quiet lately, owing to the holidays and work obligations, but I&#8217;m going to make a concerted effort this year to be a ...]]></description>
		<wfw:commentRss>http://nicolahibbert.com/book-review-mongodb-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>liteAccordion v2</title>
		<link>http://nicolahibbert.com/liteaccordion-v2/</link>
		<comments>http://nicolahibbert.com/liteaccordion-v2/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 12:26:43 +0000</pubDate>
		<dc:creator>nikki</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery Plugin]]></category>

		<guid isPermaLink="false">http://nicolahibbert.com/?p=1175</guid>
		<description><![CDATA[I&#8217;ve been promising to release liteAccordion v2 for ages, but I&#8217;ve been snowed under with client work as of late. Last night I finally found the time to complete the ...]]></description>
		<wfw:commentRss>http://nicolahibbert.com/liteaccordion-v2/feed/</wfw:commentRss>
		<slash:comments>96</slash:comments>
		</item>
		<item>
		<title>Terminal Productivity Tips for Web Developers</title>
		<link>http://nicolahibbert.com/terminal-productivity-tips-web-developers/</link>
		<comments>http://nicolahibbert.com/terminal-productivity-tips-web-developers/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 21:45:57 +0000</pubDate>
		<dc:creator>nikki</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://nicolahibbert.com/?p=1033</guid>
		<description><![CDATA[When I&#8217;m working, the three applications I&#8217;m guaranteed to have open are Chrome, Textmate and Terminal. Terminal can look pretty intimidating at first, but once you&#8217;ve picked up some of ...]]></description>
		<wfw:commentRss>http://nicolahibbert.com/terminal-productivity-tips-web-developers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Quick Tip: CSS3 Transition End Event</title>
		<link>http://nicolahibbert.com/quick-tip-css3-transition-end-event/</link>
		<comments>http://nicolahibbert.com/quick-tip-css3-transition-end-event/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 15:01:57 +0000</pubDate>
		<dc:creator>nikki</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://nicolahibbert.com/?p=1018</guid>
		<description><![CDATA[If you&#8217;re working with CSS3 transforms and transitions, you detect the completion of an animation with the vendorTransitionEnd event. So in Chrome and Safari: document.addEventListener('webkitTransitionEnd', function(e) { console.log(e); }, false); ...]]></description>
		<wfw:commentRss>http://nicolahibbert.com/quick-tip-css3-transition-end-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimising HTML5 Canvas games</title>
		<link>http://nicolahibbert.com/optimising-html5-canvas-games/</link>
		<comments>http://nicolahibbert.com/optimising-html5-canvas-games/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 13:48:04 +0000</pubDate>
		<dc:creator>nikki</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Browser Games]]></category>
		<category><![CDATA[HTML5 Games]]></category>
		<category><![CDATA[JavaScript Games]]></category>

		<guid isPermaLink="false">http://nicolahibbert.com/?p=932</guid>
		<description><![CDATA[In this blog post I&#8217;m going to share a few tips and tricks I&#8217;ve picked up from the process of refactoring HTML5 Breakout. Some of these will be common sense ...]]></description>
		<wfw:commentRss>http://nicolahibbert.com/optimising-html5-canvas-games/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Curved and sloped tiles in JavaScript platform games</title>
		<link>http://nicolahibbert.com/curved-sloped-tiles-javascript-games/</link>
		<comments>http://nicolahibbert.com/curved-sloped-tiles-javascript-games/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 15:00:21 +0000</pubDate>
		<dc:creator>nikki</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Browser Games]]></category>
		<category><![CDATA[HTML5 Canvas]]></category>
		<category><![CDATA[HTML5 Games]]></category>
		<category><![CDATA[JavaScript Games]]></category>

		<guid isPermaLink="false">http://nicolahibbert.com/?p=804</guid>
		<description><![CDATA[Demo: http://nicolahibbert.com/demo/javascript-tile-map-editor/ If you&#8217;ve been reading along recently, you&#8217;ll know that HTML5 Breakout is at a stage where I&#8217;m not entirely embarrassed by it, and I&#8217;m making a start on ...]]></description>
		<wfw:commentRss>http://nicolahibbert.com/curved-sloped-tiles-javascript-games/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HTML5 Canvas Breakout Game</title>
		<link>http://nicolahibbert.com/html5-canvas-breakout-game/</link>
		<comments>http://nicolahibbert.com/html5-canvas-breakout-game/#comments</comments>
		<pubDate>Sun, 29 May 2011 19:39:23 +0000</pubDate>
		<dc:creator>nikki</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Browser Games]]></category>
		<category><![CDATA[HTML5 Audio]]></category>
		<category><![CDATA[HTML5 Canvas]]></category>
		<category><![CDATA[HTML5 Games]]></category>
		<category><![CDATA[JavaScript Games]]></category>

		<guid isPermaLink="false">http://nicolahibbert.com/?p=743</guid>
		<description><![CDATA[Demo page: http://nicolahibbert.com/demo/breakout/ Some time last year, I started learning the HTML5 Canvas API. One of the most popular tutorials for this was (and still is) Bill Mill&#8217;s Canvas Tutorial, ...]]></description>
		<wfw:commentRss>http://nicolahibbert.com/html5-canvas-breakout-game/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Portfolio Redesign</title>
		<link>http://nicolahibbert.com/portfolio-redesign/</link>
		<comments>http://nicolahibbert.com/portfolio-redesign/#comments</comments>
		<pubDate>Fri, 27 May 2011 20:33:11 +0000</pubDate>
		<dc:creator>nikki</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Browser Games]]></category>
		<category><![CDATA[HTML5 Audio]]></category>
		<category><![CDATA[HTML5 Canvas]]></category>
		<category><![CDATA[HTML5 Games]]></category>
		<category><![CDATA[JavaScript Games]]></category>

		<guid isPermaLink="false">http://nicolahibbert.com/?p=774</guid>
		<description><![CDATA[The redesign of my portfolio has finally gone live, I hope you like it! I wanted something a bit cleaner looking than the old site &#8211; I fiddled around for ...]]></description>
		<wfw:commentRss>http://nicolahibbert.com/portfolio-redesign/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Form Widgets with jQuery UI</title>
		<link>http://nicolahibbert.com/form-widgets-jquery-ui/</link>
		<comments>http://nicolahibbert.com/form-widgets-jquery-ui/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 01:11:47 +0000</pubDate>
		<dc:creator>nikki</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5 Forms]]></category>

		<guid isPermaLink="false">http://nicolahibbert.com/?p=523</guid>
		<description><![CDATA[Hello!  In this tutorial we&#8217;re going to (finally!) finish the HTML5 contact form we&#8217;ve been developing.  Just a quick recap &#8211; in part one we went over the HTML markup ...]]></description>
		<wfw:commentRss>http://nicolahibbert.com/form-widgets-jquery-ui/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

