<?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>intermediate &#8211; jsDay 2016</title>
	<atom:link href="/level/intermediate/feed/" rel="self" type="application/rss+xml" />
	<link>/</link>
	<description>The international Javascript Conference</description>
	<lastBuildDate>Wed, 11 May 2016 15:18:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.7.2</generator>
	<item>
		<title>16 Milliseconds or Bust</title>
		<link>/talk/16-milliseconds-or-bust/</link>
		<pubDate>Mon, 09 May 2016 12:56:55 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
		
		<guid isPermaLink="false">/?post_type=talk&#038;p=520</guid>
		<description><![CDATA[It&#8217;s never been more important for your web page to maintain a silky-smooth 60 frames per second. That means there&#8217;s only 16 milliseconds for Javascript to execute between each frame. We&#8217;ll learn several techniques for improving UI performance by stopping Javascript from blocking UI updates.]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s never been more important for your web page to maintain a silky-smooth 60 frames per second. That means there&#8217;s only 16 milliseconds for Javascript to execute between each frame. We&#8217;ll learn several techniques for improving UI performance by stopping Javascript from blocking UI updates.</p>
]]></content:encoded>
			</item>
		<item>
		<title>Building Graphical Command Line Apps</title>
		<link>/talk/building-graphical-command-line-apps/</link>
		<pubDate>Mon, 09 May 2016 12:54:58 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
		
		<guid isPermaLink="false">/?post_type=talk&#038;p=519</guid>
		<description><![CDATA[It is not uncommon for people to think of the command line as an ancient, impenetrable and impossible interface to get any real work done. Even if you are a veteran vim user, the thought of actually creating anything other than a single line, argument based interface will probably seem like something out of reach [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>It is not uncommon for people to think of the command line as an ancient, impenetrable and impossible interface to get any real work done. Even if you are a veteran vim user, the thought of actually creating anything other than a single line, argument based interface will probably seem like something out of reach for almost anyone. Not so! Using nothing but JavaScript, you can create rich, compelling, command line interfaces that leverage keyboard and mouse input, and more!</p>
]]></content:encoded>
			</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/

 Served from: 2016.jsday.it @ 2017-02-13 21:20:39 by W3 Total Cache -->