<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Slacy's Blog &#187; javascript</title>
	<atom:link href="http://slacy.com/blog/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://slacy.com/blog</link>
	<description>This site is solar powered!</description>
	<lastBuildDate>Tue, 01 May 2012 05:50:47 +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>Quick experiment: A QR-Code clock.</title>
		<link>http://slacy.com/blog/2011/05/quick-experiment-a-qr-code-clock/</link>
		<comments>http://slacy.com/blog/2011/05/quick-experiment-a-qr-code-clock/#comments</comments>
		<pubDate>Thu, 05 May 2011 21:29:48 +0000</pubDate>
		<dc:creator>slacy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[qr code]]></category>

		<guid isPermaLink="false">http://slacy.com/blog/?p=1553</guid>
		<description><![CDATA[What will happen if you use your phone&#8217;s QR code scanner to try to scan a QR code that&#8217;s not static?  For example, what if you implemented a clock as a QR code?]]></description>
			<content:encoded><![CDATA[<p>What will happen if you use your phone&#8217;s QR code scanner to try to scan a QR code that&#8217;s not static?  For example, what if you <a title="QR Clock" href="http://slacy.com/blog/wp-content/uploads/2011/05/qr_clock.html" target="_blank">implemented a clock as a QR code</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://slacy.com/blog/2011/05/quick-experiment-a-qr-code-clock/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
	</item>
		<item>
		<title>A re-introduction to JavaScript</title>
		<link>http://slacy.com/blog/2008/03/a-re-introduction-to-javascript/</link>
		<comments>http://slacy.com/blog/2008/03/a-re-introduction-to-javascript/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 01:26:52 +0000</pubDate>
		<dc:creator>slacy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://slacy.com/blog/index.php/2008/03/01/a-re-introduction-to-javascript/</guid>
		<description><![CDATA[I&#8217;m just starting to learn and program in JavaScript for some simple web app development I&#8217;m doing at home, and have had a hard time finding a good reference &#038; introduction to the language and its somewhat quirky constructs. I found the article A Re-Introduction to JavaScript on developer.mozilla.org, and found it really useful, especially [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just starting to learn and program in JavaScript for some simple web app development I&#8217;m doing at home, and have had a hard time finding a good reference &#038; introduction to the language and its somewhat quirky constructs.  I found the article <a href="http://developer.mozilla.org/en/docs/A_re-introduction_to_JavaScript">A Re-Introduction to JavaScript</a> on developer.mozilla.org, and found it really useful, especially the discussion around functions, inner functions, closures, etc. </p>
]]></content:encoded>
			<wfw:commentRss>http://slacy.com/blog/2008/03/a-re-introduction-to-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Drive Score, take 2</title>
		<link>http://slacy.com/blog/2007/12/drive-score-take-2/</link>
		<comments>http://slacy.com/blog/2007/12/drive-score-take-2/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 23:40:03 +0000</pubDate>
		<dc:creator>slacy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[drive score]]></category>
		<category><![CDATA[drivescore]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[walk score]]></category>
		<category><![CDATA[walkscore]]></category>

		<guid isPermaLink="false">http://slacy.com/blog/index.php/2007/12/04/drive-score-take-2/</guid>
		<description><![CDATA[The Drive Score website is now back online, so I can tell you: 1. Death Valley, CA gets a &#8220;7/100&#8243; (If you can find someplace thats less drivable, let me know) 2. Area 51, NV gets an &#8220;8/100&#8243; 2. Pony, Montana gets a &#8220;12/100&#8243; 3. New York, NY gets an &#8220;83/100&#8243; (NB: In real life, [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://drivescore.fizber.com/">Drive Score</a> website is now back online, so I can tell you:</p>
<p>1. Death Valley, CA gets a &#8220;7/100&#8243;  (If you can find someplace thats less drivable, let me know)<br />
2. Area 51, NV gets an &#8220;8/100&#8243;<br />
2. Pony, Montana gets a &#8220;12/100&#8243;<br />
3. New York, NY gets an &#8220;83/100&#8243; (NB: In real life, do you think New York is more or less &#8216;drive-able&#8217; than Death Valley?) </p>
<p>Thinking about this site more, I now suspect that its just a straight javascript rip-off of the walkscore site.  Lots of these types of mash-ups are only implemented in Javascript, and thus, are very easy to rip off and tailor to your own needs.  I bet thats whats happened here.  </p>
]]></content:encoded>
			<wfw:commentRss>http://slacy.com/blog/2007/12/drive-score-take-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

