<?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>Monday By Noon &#187; JavaScript</title>
	<atom:link href="http://mondaybynoon.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://mondaybynoon.com</link>
	<description>A resource for Web designers and developers to read about and discuss their craft.</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:49:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>TypedJS</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20120208%2Ftypedjs%2F&#038;seed_title=TypedJS</link>
		<comments>http://mondaybynoon.com/20120208/typedjs/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 13:49:41 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[TypedJS]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2715</guid>
		<description><![CDATA[TypedJS: Home. This is a neat little library that allows you to: Harness the power of type annotations and program specifications to make your code robust. It&#8217;s easy to get started. It&#8217;s a quick process: Annotate your functions with type signatures TYPEDJS tests the annotated functions automatically Find some bugs (but probably not all of [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2715&c=799425545' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2715&c=799425545' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href='http://typedjs.com/'>TypedJS: Home</a>.</p>
<p>This is a neat little library that allows you to:</p>
<blockquote><p>Harness the power of type annotations and program specifications to make your code robust. It&#8217;s easy to get started.</p></blockquote>
<p>It&#8217;s a quick process:</p>
<ol>
<li>Annotate your functions with type signatures</li>
<li>TYPEDJS tests the annotated functions automatically</li>
<li>Find some bugs (but probably not all of them)</li>
</ol>
<p>I think this is pretty neat.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2715&c=140695967' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2715&c=140695967' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20120208/typedjs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Differences Between jQuery .bind() vs .live() vs .delegate() vs .on()</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20120207%2Fdifferences-between-jquery-bind-vs-live-vs-delegate-vs-on%2F&#038;seed_title=Differences+Between+jQuery+.bind%28%29+vs+.live%28%29+vs+.delegate%28%29+vs+.on%28%29</link>
		<comments>http://mondaybynoon.com/20120207/differences-between-jquery-bind-vs-live-vs-delegate-vs-on/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 13:26:38 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2704</guid>
		<description><![CDATA[Web Dev .NET: Differences Between jQuery .bind() vs .live() vs .delegate() vs .on(). With jQuery 1.7 came on() and went live(). live() was used and abused by many, so if you haven&#8217;t kept up with its deprecation, this article is for you. Document are becoming even more dynamic, so managing your events can become a [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2704&c=802963942' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2704&c=802963942' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://mondaybynoon.com/wp-content/uploads/35xqx9.jpeg" alt="" class="alignright" /></p>
<p><a href='http://www.elijahmanor.com/2012/02/differences-between-jquery-bind-vs-live.html'>Web Dev .NET: Differences Between jQuery .bind() vs .live() vs .delegate() vs .on()</a>.</p>
<p>With jQuery 1.7 came <a href="http://api.jquery.com/on/"><code>on()</code></a> and went <a href="http://api.jquery.com/live/"><code>live()</code></a>. <code>live()</code> was used and abused by many, so if you haven&#8217;t kept up with its deprecation, this article is for you.</p>
<p>Document are becoming even more dynamic, so managing your events can become a true test of your planning and logic skills. Unfortunately it&#8217;s also somewhat common to take the easy way out and end up with a situation in which you&#8217;re not careful with binding events. That leads to a degraded experience and slow running pages, something we want to avoid at all cost.</p>
<p>Elijah Manor is a super smart guy, and he&#8217;s put together an extremely straightforward piece outlining the difference between the <a href="http://www.elijahmanor.com/2012/02/differences-between-jquery-bind-vs-live.html">various methods of binding in jQuery</a>. Definitely set aside some time to give it a read.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2704&c=1799069591' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2704&c=1799069591' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20120207/differences-between-jquery-bind-vs-live-vs-delegate-vs-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>alexmic/filtrr &#8211; GitHub</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20120206%2Falexmicfiltrr-github%2F&#038;seed_title=alexmic%2Ffiltrr+%26%238211%3B+GitHub</link>
		<comments>http://mondaybynoon.com/20120206/alexmicfiltrr-github/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 12:47:44 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[Instagram]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2696</guid>
		<description><![CDATA[alexmic/filtrr &#8211; GitHub. Instagram in JavaScript. I&#8217;m continually interested in learning more about canvas and really need to get in gear.<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2696&c=761344254' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2696&c=761344254' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href='https://github.com/alexmic/filtrr'>alexmic/filtrr &#8211; GitHub</a>.</p>
<p>Instagram in JavaScript.</p>
<p><a href="https://github.com/alexmic/filtrr"><img src="http://mondaybynoon.com/wp-content/uploads/Screen-Shot-2012-02-06-at-7.46.14-AM.png" alt="" /></a></p>
<p>I&#8217;m continually interested in learning more about <code>canvas</code> and really need to get in gear.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2696&c=386471606' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2696&c=386471606' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20120206/alexmicfiltrr-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Román Cortés » 1k Rose</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20120206%2Froman-cortes-1k-rose%2F&#038;seed_title=Rom%C3%A1n+Cort%C3%A9s+%C2%BB+1k+Rose</link>
		<comments>http://mondaybynoon.com/20120206/roman-cortes-1k-rose/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 12:30:45 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[Cortés]]></category>
		<category><![CDATA[js1k]]></category>
		<category><![CDATA[Román]]></category>
		<category><![CDATA[rose]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2677</guid>
		<description><![CDATA[Román Cortés » 1k Rose. Speaking of js1k, my gosh check this out: I mentioned that I enjoy trying to pick apart submissions to see just how they were done, but Román does that for us here. Awesome.<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2677&c=1253724982' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2677&c=1253724982' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.romancortes.com/blog/1k-rose/'>Román Cortés » 1k Rose</a>.</p>
<p>Speaking of <a href="http://mondaybynoon.com/20120206/js1k-com-a-lovely-js-competition/">js1k</a>, my gosh check this out:</p>
<p><a href="http://www.romancortes.com/blog/1k-rose/"><img src='http://mondaybynoon.com/wp-content/uploads/rose.jpg' alt='' /></a></p>
<p>I mentioned that I enjoy trying to pick apart submissions to see just how they were done, but Román does that for us here. Awesome.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2677&c=697287354' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2677&c=697287354' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20120206/roman-cortes-1k-rose/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>js1k.com &#8211; A lovely js competition</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20120206%2Fjs1k-com-a-lovely-js-competition%2F&#038;seed_title=js1k.com+%26%238211%3B+A+lovely+js+competition</link>
		<comments>http://mondaybynoon.com/20120206/js1k-com-a-lovely-js-competition/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 12:28:59 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Current Events]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[competition]]></category>
		<category><![CDATA[js1k]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2678</guid>
		<description><![CDATA[js1k.com &#8211; A lovely js competition. It&#8217;s that time of year again. If you&#8217;re not familiar with js1k, it&#8217;s defined as: The object of this competition is to create a cool JavaScript &#8220;application&#8221; no larger than 1k. Starting out as a joke, the first version ended with a serious amount of submissions, prizes and quality. [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2678&c=1925051713' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2678&c=1925051713' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href='http://js1k.com/2012-love/'>js1k.com &#8211; A lovely js competition</a>.</p>
<p>It&#8217;s that time of year again. If you&#8217;re not familiar with js1k, it&#8217;s defined as:</p>
<blockquote><p>The object of this competition is to create a cool JavaScript &#8220;application&#8221; no larger than 1k. Starting out as a joke, the first version ended with a serious amount of submissions, prizes and quality.</p></blockquote>
<p>The entries are often quite impressive and more than that, primed for learning. I always like spending some time digging through the submissions to see how creative people can get with their obfuscation.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2678&c=898158785' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2678&c=898158785' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20120206/js1k-com-a-lovely-js-competition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>flotr2: A Canvas Graphing Library</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20120203%2Fflotr2-a-canvas-graphing-library%2F&#038;seed_title=flotr2%3A+A+Canvas+Graphing+Library</link>
		<comments>http://mondaybynoon.com/20120203/flotr2-a-canvas-graphing-library/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 14:38:19 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2650</guid>
		<description><![CDATA[flotr2. This is an impressive piece of work. I&#8217;ve always been a sucker for nice looking charts and graphs, and flotr2 helps you build your own in canvas. I&#8217;m definitely keeping this bookmarked for a project or two I&#8217;ve got in mind.<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2650&c=1635230531' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2650&c=1635230531' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://humblesoftware.com/flotr2/">flotr2</a>.</p>
<p>This is an impressive piece of work. I&#8217;ve always been a sucker for nice looking charts and graphs, and <a href="http://humblesoftware.com/flotr2/">flotr2</a> helps you build your own in <code>canvas</code>.</p>
<p><a href="http://humblesoftware.com/flotr2/"><img src="http://mondaybynoon.com/wp-content/uploads/flotr2.jpg" alt="Sample graph" /></a></p>
<p>I&#8217;m definitely keeping this bookmarked for a project or two I&#8217;ve got in mind.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2650&c=1713959076' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2650&c=1713959076' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20120203/flotr2-a-canvas-graphing-library/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>psd.js &#8211; A Photoshop PSD file parser in JavaScript</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20120201%2Fpsd-js-a-photoshop-psd-file-parser-in-javascript%2F&#038;seed_title=psd.js+%26%238211%3B+A+Photoshop+PSD+file+parser+in+JavaScript</link>
		<comments>http://mondaybynoon.com/20120201/psd-js-a-photoshop-psd-file-parser-in-javascript/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 12:37:04 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[PSD]]></category>
		<category><![CDATA[psd.js]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2615</guid>
		<description><![CDATA[psd.js &#8211; A Photoshop PSD file parser in Javascript. This is kind of blowing my mind right now, I&#8217;m not sure if it&#8217;s because of just seeing zip.js, but the fact that the goal of this library is to parse PSDs is amazing! I made a quick test PSD catered to psd.js&#8217;s capabilities so far [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2615&c=1372497369' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2615&c=1372497369' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href='http://meltingice.github.com/psd.js/'>psd.js &#8211; A Photoshop PSD file parser in Javascript</a>.</p>
<p>This is kind of blowing my mind right now, I&#8217;m not sure if it&#8217;s because of just seeing <a href="http://mondaybynoon.com/20120201/zip-js/">zip.js</a>, but the fact that the goal of this library is to <strong>parse PSDs</strong> is amazing!</p>
<p>I made a quick test PSD catered to psd.js&#8217;s capabilities so far and it worked great. Testing a PSD from my latest client project proved to be a challenge but that&#8217;s completely expected and I hope to be able to take some time to review the code in more depth to see just how this thing is working.</p>
<p>Perhaps what excites me most is the roadmap for psd.js. I&#8217;m imagining the Photoshop-less tools that could be made to either extract data or more impressively convert data to new file formats for alternative image editors that have similar functionality to Photoshop.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2615&c=363544971' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2615&c=363544971' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20120201/psd-js-a-photoshop-psd-file-parser-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zip.js</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20120201%2Fzip-js%2F&#038;seed_title=zip.js</link>
		<comments>http://mondaybynoon.com/20120201/zip-js/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 12:31:22 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[unzip]]></category>
		<category><![CDATA[zip]]></category>
		<category><![CDATA[zip.js]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2613</guid>
		<description><![CDATA[zip.js. I still nearly do a double take when I see headlines like this. JavaScript for disk operations? The true scope of HTML 5 is still settling in for me I suppose, but libraries like these are going to bring Web apps to the next level. Beyond that, a part of me feels that HTML [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2613&c=1769374387' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2613&c=1769374387' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href='http://gildas-lormeau.github.com/zip.js/'>zip.js</a>.</p>
<p>I still nearly do a double take when I see headlines like this. JavaScript for disk operations? The true scope of HTML 5 is still settling in for me I suppose, but libraries like these are going to bring Web apps to the next level. Beyond that, a part of me feels that HTML 5 has surpassed the term &#8220;Web app&#8221; and something more appropriate should take it&#8217;s place, I just have no idea what that phrase should be.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2613&c=1971835729' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2613&c=1971835729' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20120201/zip-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote-Tilt &#8211; emulate motion events</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20120131%2Fremote-tilt-emulate-motion-events%2F&#038;seed_title=Remote-Tilt+%26%238211%3B+emulate+motion+events</link>
		<comments>http://mondaybynoon.com/20120131/remote-tilt-emulate-motion-events/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 20:18:04 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[motion]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[tilt]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2609</guid>
		<description><![CDATA[Remote-Tilt &#8211; emulate motion events. This is a crazy awesome piece of genius from @rem: As our Web apps become more mobile-aware, having a reliable way to develop and test with a primary consideration of motion was a tedious and difficult task, until today.<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2609&c=1135941195' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2609&c=1135941195' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href='http://remote-tilt.com/'>Remote-Tilt &#8211; emulate motion events</a>.</p>
<p>This is a crazy awesome piece of genius from <a href="http://twitter.com/rem">@rem</a>:</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/UXQDYYNUPgc?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>As our Web apps become more mobile-aware, having a reliable way to develop and test with a primary consideration of motion was a tedious and difficult task, until today.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2609&c=33604675' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2609&c=33604675' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20120131/remote-tilt-emulate-motion-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arctext.js &#8211; Curving Text with CSS3 and jQuery</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20120130%2Farctext-js-curving-text-with-css3-and-jquery%2F&#038;seed_title=Arctext.js+%26%238211%3B+Curving+Text+with+CSS3+and+jQuery</link>
		<comments>http://mondaybynoon.com/20120130/arctext-js-curving-text-with-css3-and-jquery/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 14:20:33 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Arctext.js]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Lettering.js]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=2602</guid>
		<description><![CDATA[Arctext.js &#8211; Curving Text with CSS3 and jQuery &#124; Codrops. This is quite impressive. Based on Lettering.js, Arctext.js facilitates curving the path of text along an arc. Check out the demo for some nice examples.<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2602&c=1894860078' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2602&c=1894860078' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href='http://tympanus.net/codrops/2012/01/24/arctext-js-curving-text-with-css3-and-jquery/'>Arctext.js &#8211; Curving Text with CSS3 and jQuery | Codrops</a>.</p>
<p><a href="http://tympanus.net/codrops/2012/01/24/arctext-js-curving-text-with-css3-and-jquery/"><img src='http://mondaybynoon.com/wp-content/uploads/Arctext.jpg' alt='' /></a></p>
<p>This is quite impressive. Based on <a href="http://letteringjs.com/">Lettering.js</a>, <a href='http://tympanus.net/codrops/2012/01/24/arctext-js-curving-text-with-css3-and-jquery/'>Arctext.js</a> facilitates curving the path of text along an arc. Check out <a href="http://tympanus.net/Development/Arctext/">the demo</a> for some nice examples.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2602&c=1380673724' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=2602&c=1380673724' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20120130/arctext-js-curving-text-with-css3-and-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 1/120 queries in 0.119 seconds using apc
Object Caching 1773/1939 objects using apc

Served from: www.mondaybynoon.com @ 2012-02-11 09:55:17 -->
