<?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>Nate Reed</title>
	<atom:link href="http://blog.natereed.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.natereed.com</link>
	<description>Thoughts about anything I think about</description>
	<lastBuildDate>Wed, 31 Aug 2011 16:21:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Learning</title>
		<link>http://blog.natereed.com/?p=42</link>
		<comments>http://blog.natereed.com/?p=42#comments</comments>
		<pubDate>Wed, 31 Aug 2011 16:20:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.natereed.com/?p=42</guid>
		<description><![CDATA[I have many interests.  Too many, perhaps. Although I do server-side Java development in my day job, I&#8217;m brushing up on Javascript, HTML (including HTML5) and CSS in my spare time.  I&#8217;ve been looking for low-cost online resources to supplement my reading, and I&#8217;ve come across several that look promising: Learnable net&#124;tuts+ Udemy Youtube (lots [...]]]></description>
			<content:encoded><![CDATA[<p>I have many interests.  Too many, perhaps. <img src='http://blog.natereed.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Although I do server-side Java development in my day job, I&#8217;m brushing up on Javascript, HTML (including HTML5) and CSS in my spare time.  I&#8217;ve been looking for low-cost online resources to supplement my reading, and I&#8217;ve come across several that look promising:</p>
<ul>
<li>Learnable</li>
<li>net|tuts+</li>
<li>Udemy</li>
<li>Youtube (lots of lectures and online screencasts on web development topics)</li>
<li>Appsumo (time-sensitive deals for web geeks, includes courses from some of the sites listed above)</li>
</ul>
<p>I think I will have a lot of fun with this one: http://net.tutsplus.com/tutorials/html-css-techniques/build-your-first-game-with-html5/</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.natereed.com/?feed=rss2&#038;p=42</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running JavaScript from the command line</title>
		<link>http://blog.natereed.com/?p=38</link>
		<comments>http://blog.natereed.com/?p=38#comments</comments>
		<pubDate>Mon, 22 Aug 2011 12:52:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.natereed.com/?p=38</guid>
		<description><![CDATA[I was looking for a way to develop and test JavaScript outside of a browser, and I came across Rhino, an open source Java implementation of JavaScript.  Interestingly, it has been part of Java as of Sun&#8217;s JSE 1.6 (released 2006). To run a JavaScript file, use &#8216;jrunscript&#8217;: jrunscript -f hello.js It also supports inline [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for a way to develop and test JavaScript outside of a browser, and I came across Rhino, an open source Java implementation of JavaScript.  Interestingly, it has been part of Java as of Sun&#8217;s JSE 1.6 (released 2006).</p>
<p>To run a JavaScript file, use &#8216;jrunscript&#8217;:</p>
<pre>jrunscript -f hello.js</pre>
<p>It also supports inline scripts:</p>
<pre>jrunscript -e 'print("hello");'</pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.natereed.com/?feed=rss2&#038;p=38</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

