<?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>boakes.org &#187; javascript</title>
	<atom:link href="http://boakes.org/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://boakes.org</link>
	<description>A place for words and data that I publish (for the benefit of persons unknown).</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:34:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Scaling JS</title>
		<link>http://boakes.org/links/scaling-js/</link>
		<comments>http://boakes.org/links/scaling-js/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 17:27:27 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[scaling]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[talks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://boakes.org/links/scaling-js/</guid>
		<description><![CDATA[Series of talks on writing scalable JavaScript applications.]]></description>
			<content:encoded><![CDATA[<p>Series of talks on writing scalable JavaScript applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/scaling-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sharejs.org</title>
		<link>http://boakes.org/links/sharejs-org/</link>
		<comments>http://boakes.org/links/sharejs-org/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 21:43:52 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[authors]]></category>
		<category><![CDATA[coffeescript]]></category>
		<category><![CDATA[concurrent]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[etherpad]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[realtime]]></category>

		<guid isPermaLink="false">http://boakes.org/links/sharejs-org/</guid>
		<description><![CDATA[LIbrary for concurrent editing on the web.]]></description>
			<content:encoded><![CDATA[<p>LIbrary for concurrent editing on the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/sharejs-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SourceMap</title>
		<link>http://boakes.org/links/sourcemap/</link>
		<comments>http://boakes.org/links/sourcemap/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 11:14:09 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[coffeescript]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[SpiderMonkey]]></category>

		<guid isPermaLink="false">http://boakes.org/links/sourcemap/</guid>
		<description><![CDATA[This could grow into a useful tool &#8211; a system for mapping between compiled javascript (e.g. something thats been minified) and it&#8217;s original source form. Would make browser debugging much easier.]]></description>
			<content:encoded><![CDATA[<p>This could grow into a useful tool &#8211; a system for mapping between compiled javascript (e.g. something thats been minified) and it&#8217;s original source form.  Would make browser debugging much easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/sourcemap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Runtime Performance Measurement of Box2D</title>
		<link>http://boakes.org/links/runtime-performance-measurement-of-box2d/</link>
		<comments>http://boakes.org/links/runtime-performance-measurement-of-box2d/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 09:33:50 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[benchmark]]></category>
		<category><![CDATA[Box2D]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[jvm]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[nacl]]></category>
		<category><![CDATA[NativeApps]]></category>
		<category><![CDATA[NativeVsWeb]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://boakes.org/links/runtime-performance-measurement-of-box2d/</guid>
		<description><![CDATA[Several implementation s of Box2D are compared, showing that for common tasks JavaScript is still* orders of magnitude slower that native compiled code. (*and probably always will be for many types of problem)]]></description>
			<content:encoded><![CDATA[<p>Several implementation s of Box2D are compared, showing that for common tasks JavaScript is still* orders of magnitude slower that native compiled code.  (*and probably always will be for many types of problem)</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/runtime-performance-measurement-of-box2d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moment.js &#8211; A lightweight javascript date library</title>
		<link>http://boakes.org/links/moment-js-a-lightweight-javascript-date-library/</link>
		<comments>http://boakes.org/links/moment-js-a-lightweight-javascript-date-library/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 04:55:39 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[date]]></category>
		<category><![CDATA[dates]]></category>
		<category><![CDATA[formatter]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[parsing]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://boakes.org/links/moment-js-a-lightweight-javascript-date-library/</guid>
		<description><![CDATA[A date and time library for JavaScript, available via node package manager.]]></description>
			<content:encoded><![CDATA[<p>A date and time library for JavaScript, available via node package manager.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/moment-js-a-lightweight-javascript-date-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 context menus</title>
		<link>http://boakes.org/links/html5-context-menus/</link>
		<comments>http://boakes.org/links/html5-context-menus/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 15:27:34 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
				<category><![CDATA[context menu]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[menuitem]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://boakes.org/html5-context-menus/</guid>
		<description><![CDATA[A brief video guide to using the menu element in HTML.]]></description>
			<content:encoded><![CDATA[<p>A brief video guide to using the menu element in HTML.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/html5-context-menus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page Visibility API</title>
		<link>http://boakes.org/links/page-visibility-api/</link>
		<comments>http://boakes.org/links/page-visibility-api/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 13:41:01 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[aurora]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[visibility]]></category>
		<category><![CDATA[webapp]]></category>

		<guid isPermaLink="false">http://boakes.org/links/page-visibility-api/</guid>
		<description><![CDATA[Aurora 10&#8242;s just landed and it includes the Page Visibility API &#8211; enabling JS apps to know when they&#8217;re in the background, and thus throttle down, or perhaps get on with some housekeeping that woudl otherwise interrupt the user.]]></description>
			<content:encoded><![CDATA[<p>Aurora 10&#8242;s just landed and it includes the Page Visibility API &#8211; enabling JS apps to know when they&#8217;re in the background, and thus throttle down, or perhaps get on with some housekeeping that woudl otherwise interrupt the user.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/page-visibility-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome Experiments Workshop</title>
		<link>http://boakes.org/links/chrome-experiments-workshop/</link>
		<comments>http://boakes.org/links/chrome-experiments-workshop/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 19:47:58 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[linked data]]></category>
		<category><![CDATA[semantic]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webgl]]></category>

		<guid isPermaLink="false">http://boakes.org/links/chrome-experiments-workshop/</guid>
		<description><![CDATA[A new set of data visualisation norms is beginning to emerge on the web. For that to happen, there need to be simple tools, that enable larger numbers of people to want to publishing their data in forms that can be made beautiful. These are some very useful tools.]]></description>
			<content:encoded><![CDATA[<p>A new set of data visualisation norms is beginning to emerge on the web.  For that to happen, there need to be simple tools, that enable larger numbers of people to want to publishing their data in forms that can be made beautiful.  These are some very useful tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/chrome-experiments-workshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Convergence</title>
		<link>http://boakes.org/links/the-convergence/</link>
		<comments>http://boakes.org/links/the-convergence/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 10:46:10 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[game]]></category>
		<category><![CDATA[gameprogramming]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://boakes.org/links/the-convergence/</guid>
		<description><![CDATA[Neat example of how an old school platform puzzle can easily make the jump to the web using HTML5&#8242;s canvas element and JavaScript.]]></description>
			<content:encoded><![CDATA[<p>Neat example of how an old school platform puzzle can easily make the jump to the web using HTML5&#8242;s canvas element and JavaScript.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/the-convergence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSConf.EU Slides</title>
		<link>http://boakes.org/links/jsconf-eu-slides/</link>
		<comments>http://boakes.org/links/jsconf-eu-slides/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 22:20:40 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
				<category><![CDATA[conference]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[JSConf]]></category>
		<category><![CDATA[slides]]></category>

		<guid isPermaLink="false">http://boakes.org/jsconf-eu-slides/</guid>
		<description><![CDATA[A collection of the slides from JSConf.eu 2011]]></description>
			<content:encoded><![CDATA[<p>A collection of the slides from JSConf.eu 2011</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/jsconf-eu-slides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CORS with Modern Browsers</title>
		<link>http://boakes.org/links/cors-with-modern-browsers/</link>
		<comments>http://boakes.org/links/cors-with-modern-browsers/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 22:17:19 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
				<category><![CDATA[cors]]></category>
		<category><![CDATA[cross-domain]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://boakes.org/cors-with-modern-browsers/</guid>
		<description><![CDATA[Useful review of some of the gotchas and workarounds needed if you&#8217;re wanting CORS code to work in multiple browsers.]]></description>
			<content:encoded><![CDATA[<p>Useful review of some of the gotchas and workarounds needed if you&#8217;re wanting CORS code to work in multiple browsers.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/cors-with-modern-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Open Web Stack</title>
		<link>http://boakes.org/links/the-open-web-stack/</link>
		<comments>http://boakes.org/links/the-open-web-stack/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 19:41:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[stack]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[XHR]]></category>

		<guid isPermaLink="false">http://boakes.org/links/the-open-web-stack/</guid>
		<description><![CDATA[An extensive summary of the web technology stack.]]></description>
			<content:encoded><![CDATA[<p>An extensive summary of the web technology stack.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/the-open-web-stack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bergie/VIE &#8211; GitHub</title>
		<link>http://boakes.org/links/bergievie-github/</link>
		<comments>http://boakes.org/links/bergievie-github/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 19:29:31 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[rdfa]]></category>

		<guid isPermaLink="false">http://boakes.org/links/bergievie-github/</guid>
		<description><![CDATA[In-page RDFa editing&#8230; ]]></description>
			<content:encoded><![CDATA[<p>In-page RDFa editing&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/bergievie-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>heatwave</title>
		<link>http://boakes.org/links/heatwave/</link>
		<comments>http://boakes.org/links/heatwave/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 13:39:01 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[coverage]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://boakes.org/links/heatwave/</guid>
		<description><![CDATA[A realtime heatmap / codecoverage tool for JS.]]></description>
			<content:encoded><![CDATA[<p>A realtime heatmap / codecoverage tool for JS.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/heatwave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Node Tuts</title>
		<link>http://boakes.org/links/node-tuts/</link>
		<comments>http://boakes.org/links/node-tuts/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 00:36:20 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://boakes.org/links/node-tuts/</guid>
		<description><![CDATA[Note JS screencast tutorials.]]></description>
			<content:encoded><![CDATA[<p>Note JS screencast tutorials.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/node-tuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSON-LD 1.0</title>
		<link>http://boakes.org/links/json-ld-1-0/</link>
		<comments>http://boakes.org/links/json-ld-1-0/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 20:43:48 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
				<category><![CDATA[graph]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[linked]]></category>
		<category><![CDATA[linkeddata]]></category>
		<category><![CDATA[semantic]]></category>
		<category><![CDATA[semweb]]></category>

		<guid isPermaLink="false">http://boakes.org/json-ld-1-0/</guid>
		<description><![CDATA[Draft level (but promising) ideas for context based modelling of linked data in JS.]]></description>
			<content:encoded><![CDATA[<p>Draft level (but promising) ideas for context based modelling of linked data in JS.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/json-ld-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSMeter Project</title>
		<link>http://boakes.org/links/jsmeter-project/</link>
		<comments>http://boakes.org/links/jsmeter-project/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 14:51:00 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[optimise]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://boakes.org/jsmeter-project/</guid>
		<description><![CDATA[Microsoft analyse JS benchmarks and find they have no relevance to common JS-based web apps.]]></description>
			<content:encoded><![CDATA[<p>Microsoft analyse JS benchmarks and find they have no relevance to common JS-based web apps.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/jsmeter-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freebase Suggest</title>
		<link>http://boakes.org/links/freebase-suggest/</link>
		<comments>http://boakes.org/links/freebase-suggest/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 09:06:51 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[complete]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[semantic]]></category>
		<category><![CDATA[semweb]]></category>
		<category><![CDATA[suggest]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://boakes.org/links/freebase-suggest/</guid>
		<description><![CDATA[Very cute indeed. An autosuggest client &#38; service for jQuery that provides renderable objects with detailed info.]]></description>
			<content:encoded><![CDATA[<p>Very cute indeed.  An autosuggest client &amp; service for jQuery that provides renderable objects with detailed info.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/freebase-suggest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UglifyJS</title>
		<link>http://boakes.org/links/uglifyjs/</link>
		<comments>http://boakes.org/links/uglifyjs/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 20:19:49 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[abstract]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[tree]]></category>

		<guid isPermaLink="false">http://boakes.org/links/uglifyjs/</guid>
		<description><![CDATA[Uglify contains an Abstract Syntax Tree, so anyone interested in doing any language parsing JS tools or projects might like to give it a look.]]></description>
			<content:encoded><![CDATA[<p>Uglify contains an Abstract Syntax Tree, so anyone interested in doing any language parsing JS tools or projects might like to give it a look.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/uglifyjs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kue</title>
		<link>http://boakes.org/links/kue/</link>
		<comments>http://boakes.org/links/kue/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 14:52:19 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[ja]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[queue]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://boakes.org/links/kue/</guid>
		<description><![CDATA[Kue &#8211; a javascript job queueing system.  Details on GitHub]]></description>
			<content:encoded><![CDATA[<p>Kue &#8211; a javascript job queueing system.  Details on <a href="https://github.com/learnboost/kue">GitHub</a></p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/kue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

