<?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; js</title>
	<atom:link href="http://boakes.org/tag/js/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>Mon, 21 May 2012 20:46:46 +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>JS Conf Videos</title>
		<link>http://boakes.org/js-conf-videos/</link>
		<comments>http://boakes.org/js-conf-videos/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 22:45:44 +0000</pubDate>
		<dc:creator>rich_on_google_plus</dc:creator>
				<category><![CDATA[Google+]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[JSConf]]></category>

		<guid isPermaLink="false">http://boakes.org/js-conf-videos-videos-from-js-conf-us-2012-are-online-get-em-while-theyre-hot-javascript-j/</guid>
		<description><![CDATA[Videos from JSConf US 2012 are online. Get &#039;em while they&#039;re hot. Comment on Google+]]></description>
			<content:encoded><![CDATA[<p>Videos from <a href="http://2012.jsconf.us/">JSConf US 2012</a> are online. Get &#039;em while they&#039;re hot.</p>
<p><a href='https://plus.google.com/116888307955004050450/posts/Et5EAgBz7bZ'>Comment on Google+</a></p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/js-conf-videos/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>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>Async CSS Loading</title>
		<link>http://boakes.org/links/async-css/</link>
		<comments>http://boakes.org/links/async-css/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 22:25:25 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
				<category><![CDATA[blocking]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[webperf]]></category>

		<guid isPermaLink="false">http://boakes.org/eliminating-the-css-bottleneck-blaze-io/</guid>
		<description><![CDATA[Using JS to asynchronously load CSS can improve load times. This is interesting, but for me falls into the category of rarely useful. There will be cases where this is needed, but the maintenance then moves to a specialism that is costly.]]></description>
			<content:encoded><![CDATA[<p>Using JS to asynchronously load CSS can improve load times.  This is interesting, but for me falls into the category of rarely useful.  There will be cases where this is needed, but the maintenance then moves to a specialism that is costly.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/async-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eliminating the CSS bottleneck &#124; Blaze.io</title>
		<link>http://boakes.org/links/eliminating-the-css-bottleneck-blaze-io/</link>
		<comments>http://boakes.org/links/eliminating-the-css-bottleneck-blaze-io/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 22:25:25 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[blocking]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[webperf]]></category>

		<guid isPermaLink="false">http://boakes.org/links/eliminating-the-css-bottleneck-blaze-io/</guid>
		<description><![CDATA[Using JS to asynchronously load CSS can improve load times. This is interesting, but for me falls into the category of rarely useful. There will be cases where this is needed, but the maintenance then moves to a specialism that is costly.]]></description>
			<content:encoded><![CDATA[<p>Using JS to asynchronously load CSS can improve load times.  This is interesting, but for me falls into the category of rarely useful.  There will be cases where this is needed, but the maintenance then moves to a specialism that is costly.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/eliminating-the-css-bottleneck-blaze-io/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>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>spin.js</title>
		<link>http://boakes.org/links/spin-js/</link>
		<comments>http://boakes.org/links/spin-js/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 11:13:12 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[indicator]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[spinner]]></category>
		<category><![CDATA[throbber]]></category>
		<category><![CDATA[wait]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[working]]></category>

		<guid isPermaLink="false">http://boakes.org/links/spin-js/</guid>
		<description><![CDATA[A cute CSS+JS library for creating AJAX spinners without the use of an animated GIF. Opens up some nice colur opportunities.]]></description>
			<content:encoded><![CDATA[<p>A cute CSS+JS library for creating AJAX spinners without the use of an animated GIF.  Opens up some nice colur opportunities.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/spin-js/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>STT Library for Processing</title>
		<link>http://boakes.org/links/stt-library-for-processing/</link>
		<comments>http://boakes.org/links/stt-library-for-processing/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 05:12:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[recognition]]></category>
		<category><![CDATA[Speech]]></category>
		<category><![CDATA[SpeechTotext]]></category>
		<category><![CDATA[Spoken]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[TextToSpeech]]></category>
		<category><![CDATA[voice]]></category>

		<guid isPermaLink="false">http://boakes.org/links/stt-library-for-processing/</guid>
		<description><![CDATA[Dictation in the browser is still a way off, but it&#8217;s promising.]]></description>
			<content:encoded><![CDATA[<p>Dictation in the browser is still a way off, but it&#8217;s promising.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/stt-library-for-processing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scott Schiller on HTML5 Audio</title>
		<link>http://boakes.org/links/scott-schiller-on-html5-audio/</link>
		<comments>http://boakes.org/links/scott-schiller-on-html5-audio/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 18:45:47 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://boakes.org/links/scott-schiller-on-html5-audio/</guid>
		<description><![CDATA[nother great video in the YUI Theatre series, this time on HTML5 Audio.]]></description>
			<content:encoded><![CDATA[<p>nother great video in the YUI Theatre series, this time on HTML5 Audio.</p>
]]></content:encoded>
			<wfw:commentRss>http://boakes.org/links/scott-schiller-on-html5-audio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

