<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The TaleCrafter&#039;s Scribbles</title>
	<atom:link href="http://thetalecrafter.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thetalecrafter.wordpress.com</link>
	<description>what story does your site tell?</description>
	<lastBuildDate>Mon, 16 Jan 2012 20:26:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thetalecrafter.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The TaleCrafter&#039;s Scribbles</title>
		<link>http://thetalecrafter.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thetalecrafter.wordpress.com/osd.xml" title="The TaleCrafter&#039;s Scribbles" />
	<atom:link rel='hub' href='http://thetalecrafter.wordpress.com/?pushpress=hub'/>
		<item>
		<title>On Pattern Hating</title>
		<link>http://thetalecrafter.wordpress.com/2011/10/07/on-pattern-hating/</link>
		<comments>http://thetalecrafter.wordpress.com/2011/10/07/on-pattern-hating/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 04:50:21 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[patterns]]></category>
		<category><![CDATA[problem solving]]></category>

		<guid isPermaLink="false">http://thetalecrafter.wordpress.com/?p=126</guid>
		<description><![CDATA[I have long considered myself a Java hater. I now think it really has nothing to do with the language itself. Sure it was easy to point at slow performance (hasn&#8217;t been true for a long time now), or mourn for missing syntactic sugar (Pattern.compile(&#8216;abc&#8217;, Pattern.CASE_INSENSITIVE) vs /abc/i), but really I think my problem with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetalecrafter.wordpress.com&amp;blog=3410853&amp;post=126&amp;subd=thetalecrafter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thetalecrafter.wordpress.com/2011/10/07/on-pattern-hating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d76e85574160d109a616605a8fc29fb1?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">Andy VanWagoner</media:title>
		</media:content>
	</item>
		<item>
		<title>CommonJS in the Browser</title>
		<link>http://thetalecrafter.wordpress.com/2011/09/22/commonjs-in-the-browser/</link>
		<comments>http://thetalecrafter.wordpress.com/2011/09/22/commonjs-in-the-browser/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 20:33:25 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[CommonJS]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[require]]></category>

		<guid isPermaLink="false">http://thetalecrafter.wordpress.com/?p=109</guid>
		<description><![CDATA[I&#8217;ve been thinking a lot lately about how to use CommonJS modules in my web applications. I even started a repository on github for my implementation. As is apparent from searching, the task is non-trivial, and there are lots of people trying to do the same thing, and every one of them has a different [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetalecrafter.wordpress.com&amp;blog=3410853&amp;post=109&amp;subd=thetalecrafter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thetalecrafter.wordpress.com/2011/09/22/commonjs-in-the-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d76e85574160d109a616605a8fc29fb1?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">Andy VanWagoner</media:title>
		</media:content>
	</item>
		<item>
		<title>Some thoughts on Web 4.0</title>
		<link>http://thetalecrafter.wordpress.com/2011/04/16/some-thoughts-on-web-4-0/</link>
		<comments>http://thetalecrafter.wordpress.com/2011/04/16/some-thoughts-on-web-4-0/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 14:57:57 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[svg]]></category>

		<guid isPermaLink="false">http://thetalecrafter.wordpress.com/?p=75</guid>
		<description><![CDATA[The web has undergone some significant changes since its inception. 1.0 consisted mostly of HTML documents, with simple CSS style, and little or no JavaScript interaction. 2.0 was the AJAX revolution, making dynamic sites with complex JavaScript. Some have suggested we are already in 3.0, with HTML5 and SVG well supported in the latest version [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetalecrafter.wordpress.com&amp;blog=3410853&amp;post=75&amp;subd=thetalecrafter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thetalecrafter.wordpress.com/2011/04/16/some-thoughts-on-web-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d76e85574160d109a616605a8fc29fb1?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">Andy VanWagoner</media:title>
		</media:content>
	</item>
		<item>
		<title>Load only when needed, or Preload everything?</title>
		<link>http://thetalecrafter.wordpress.com/2011/04/13/load-only-when-needed-or-preload-everything/</link>
		<comments>http://thetalecrafter.wordpress.com/2011/04/13/load-only-when-needed-or-preload-everything/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 19:47:07 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[minify]]></category>
		<category><![CDATA[require]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://thetalecrafter.wordpress.com/?p=93</guid>
		<description><![CDATA[As JavaScript and web application best practices have formed over the last several years, there have appeared two contesting patterns in loading the scripts needed for an application: Don&#8217;t load any JavaScript until you know you need it. I usually feel like this is the way to go, because a lot of my code is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetalecrafter.wordpress.com&amp;blog=3410853&amp;post=93&amp;subd=thetalecrafter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thetalecrafter.wordpress.com/2011/04/13/load-only-when-needed-or-preload-everything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d76e85574160d109a616605a8fc29fb1?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">Andy VanWagoner</media:title>
		</media:content>
	</item>
		<item>
		<title>I thought I new you(JavaScript);</title>
		<link>http://thetalecrafter.wordpress.com/2011/04/04/i-thought-i-new-you-javascript/</link>
		<comments>http://thetalecrafter.wordpress.com/2011/04/04/i-thought-i-new-you-javascript/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 23:08:01 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[inheritance]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[understand]]></category>

		<guid isPermaLink="false">http://thetalecrafter.wordpress.com/?p=73</guid>
		<description><![CDATA[This is the first of hopefully many posts aiming to demystify javascript. The first thing to get over is the name. JavaScript is not Java. The name came from trying to ride on Java&#8217;s hype. JavaScript is to Java as Hamster is to Ham. Understand? Moving on&#8230; Hopefully, most programmers now know that JavaScript is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetalecrafter.wordpress.com&amp;blog=3410853&amp;post=73&amp;subd=thetalecrafter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thetalecrafter.wordpress.com/2011/04/04/i-thought-i-new-you-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d76e85574160d109a616605a8fc29fb1?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">Andy VanWagoner</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScript Require Update</title>
		<link>http://thetalecrafter.wordpress.com/2010/08/21/javascript-require-update/</link>
		<comments>http://thetalecrafter.wordpress.com/2010/08/21/javascript-require-update/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 19:47:42 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[require]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://thetalecrafter.wordpress.com/?p=62</guid>
		<description><![CDATA[I&#8217;ve updated the code I use to require scripts and styles on my web pages. Check it out, or fork it at github: http://github.com/thetalecrafter/require Usage: main file: plugin file: require css: Any requirement matching /\.css$/i will be treated as a css requirement. require image: Any requirement matching /\.(?:gif&#124;jpe?g&#124;png)$/i will be treated as an image requirement.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetalecrafter.wordpress.com&amp;blog=3410853&amp;post=62&amp;subd=thetalecrafter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thetalecrafter.wordpress.com/2010/08/21/javascript-require-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d76e85574160d109a616605a8fc29fb1?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">Andy VanWagoner</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScript require in 100 lines of code</title>
		<link>http://thetalecrafter.wordpress.com/2010/01/30/javascript-require-in-100-lines-of-code/</link>
		<comments>http://thetalecrafter.wordpress.com/2010/01/30/javascript-require-in-100-lines-of-code/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 01:32:41 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[require]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://thetalecrafter.wordpress.com/?p=49</guid>
		<description><![CDATA[UPDATE: I&#8217;ve changed up my code a bit in the follow up post: JavaScript Require Update UPDATE: Although my initial intent was to write require with minimal code, my latest version in github is much longer, but preforms better and is much more feature rich. Check it out, or fork it at github: http://github.com/thetalecrafter/require Lately [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetalecrafter.wordpress.com&amp;blog=3410853&amp;post=49&amp;subd=thetalecrafter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thetalecrafter.wordpress.com/2010/01/30/javascript-require-in-100-lines-of-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d76e85574160d109a616605a8fc29fb1?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">Andy VanWagoner</media:title>
		</media:content>
	</item>
		<item>
		<title>Accessing AWS SimpleDB from PHP</title>
		<link>http://thetalecrafter.wordpress.com/2009/02/19/accessing-aws-simpledb-from-php/</link>
		<comments>http://thetalecrafter.wordpress.com/2009/02/19/accessing-aws-simpledb-from-php/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 02:13:10 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Distributed System Design]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Amazon.com]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[SimpleDB]]></category>

		<guid isPermaLink="false">http://thetalecrafter.wordpress.com/?p=43</guid>
		<description><![CDATA[This week, as I built part of my App Server for Distributed Systems Design, I hit another stumbling block. The library that Amazon provides in PHP for accessing SimpleDB requires PHP 5.2. I should have known that I need to use the latest version. Not only did Amazon&#8217;s library not work for me, but it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetalecrafter.wordpress.com&amp;blog=3410853&amp;post=43&amp;subd=thetalecrafter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thetalecrafter.wordpress.com/2009/02/19/accessing-aws-simpledb-from-php/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d76e85574160d109a616605a8fc29fb1?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">Andy VanWagoner</media:title>
		</media:content>
	</item>
		<item>
		<title>JSON and POST in PHP</title>
		<link>http://thetalecrafter.wordpress.com/2009/02/04/json-and-post-in-php/</link>
		<comments>http://thetalecrafter.wordpress.com/2009/02/04/json-and-post-in-php/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 05:25:03 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Distributed System Design]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[multipart]]></category>
		<category><![CDATA[multipart/form-data]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[POST]]></category>

		<guid isPermaLink="false">http://thetalecrafter.wordpress.com/?p=37</guid>
		<description><![CDATA[As I&#8217;ve been trying to do Lab 2 without having to modify my ami or change my apache configuration, I&#8217;ve found some nice helpers. First, trying to encode and decode JSON in PHP 5.2 is easy&#8230; you just use the built in functions json_encode() and json_decode(). However, my Fedora ami is only running PHP 5.03. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetalecrafter.wordpress.com&amp;blog=3410853&amp;post=37&amp;subd=thetalecrafter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thetalecrafter.wordpress.com/2009/02/04/json-and-post-in-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d76e85574160d109a616605a8fc29fb1?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">Andy VanWagoner</media:title>
		</media:content>
	</item>
		<item>
		<title>Distributed System Design</title>
		<link>http://thetalecrafter.wordpress.com/2009/01/19/distributed-system-design/</link>
		<comments>http://thetalecrafter.wordpress.com/2009/01/19/distributed-system-design/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 18:38:25 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Distributed System Design]]></category>

		<guid isPermaLink="false">http://thetalecrafter.wordpress.com/?p=30</guid>
		<description><![CDATA[This is my last semester at BYU, and I am taking Distributes System Design. As I go through the preocess of creating (with my classmates) a distributed web application, I will be logging my progress and experiences here. P.S. &#8211; Happy Civil Rights Day! I&#8217;m using this holiday to catch up on my homework.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetalecrafter.wordpress.com&amp;blog=3410853&amp;post=30&amp;subd=thetalecrafter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://thetalecrafter.wordpress.com/2009/01/19/distributed-system-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d76e85574160d109a616605a8fc29fb1?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">Andy VanWagoner</media:title>
		</media:content>
	</item>
	</channel>
</rss>
