<?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>For Geniuses &#187; AJAX</title>
	<atom:link href="http://www.forgeniuses.com/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forgeniuses.com</link>
	<description>Tired of being called a dummy?</description>
	<lastBuildDate>Thu, 26 Nov 2009 20:31:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>gBeard Forces the Pirate Google to Walk the Plank</title>
		<link>http://www.forgeniuses.com/2009/08/23/gbeard-forces-the-pirate-google-to-walk-the-plank/</link>
		<comments>http://www.forgeniuses.com/2009/08/23/gbeard-forces-the-pirate-google-to-walk-the-plank/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 03:55:56 +0000</pubDate>
		<dc:creator>Levi Senft</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://www.forgeniuses.com/?p=195</guid>
		<description><![CDATA[A while back I was reading an article on Arstechnica about The Pirate Google.  The Pirate Google was created as a response to the verdict in the Pirate Bay Trial.  The argument was that Google indexes torrents as does the pirate bay &#8211; why isn’t anyone prosecuting Google?  The Pirate Google works by appending filetype:torrent to the end [...]]]></description>
		<wfw:commentRss>http://www.forgeniuses.com/2009/08/23/gbeard-forces-the-pirate-google-to-walk-the-plank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSON Pretty Printer</title>
		<link>http://www.forgeniuses.com/2007/11/14/json-pretty-printer/</link>
		<comments>http://www.forgeniuses.com/2007/11/14/json-pretty-printer/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 20:54:48 +0000</pubDate>
		<dc:creator>Levi Senft</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://www.forgeniuses.com/?p=21</guid>
		<description><![CDATA[Yesterday I was trying to deserialize a JSON object in flash. The object was delivered from a JSP app that I didn&#8217;t have access to. The object was written out on a single line with no spaces. Which is as it should be for optimization reasons, but it was very hard to decipher. So I [...]]]></description>
		<wfw:commentRss>http://www.forgeniuses.com/2007/11/14/json-pretty-printer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding a Persistent Flash Element to an Ajax Application</title>
		<link>http://www.forgeniuses.com/2007/11/05/adding-a-persistent-flash-element-to-an-ajax-application/</link>
		<comments>http://www.forgeniuses.com/2007/11/05/adding-a-persistent-flash-element-to-an-ajax-application/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 05:32:05 +0000</pubDate>
		<dc:creator>Levi Senft</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Prototype]]></category>

		<guid isPermaLink="false">http://www.forgeniuses.com/?p=18</guid>
		<description><![CDATA[To illustrate adding statefulness to our application I&#8217;m going to add a flash music player to our application. Using web 1.0 techniques getting our player to remain static would require either a pop-up or some sort of frames setup. We&#8217;re going to add the player to the masthead of our page and let the ajax [...]]]></description>
		<wfw:commentRss>http://www.forgeniuses.com/2007/11/05/adding-a-persistent-flash-element-to-an-ajax-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ajax Anchor Component for Prototype</title>
		<link>http://www.forgeniuses.com/2007/11/05/ajax-anchor-component-for-prototype/</link>
		<comments>http://www.forgeniuses.com/2007/11/05/ajax-anchor-component-for-prototype/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 01:50:52 +0000</pubDate>
		<dc:creator>Levi Senft</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Prototype]]></category>

		<guid isPermaLink="false">http://www.forgeniuses.com/?p=17</guid>
		<description><![CDATA[The Ajax Anchor Component allows you to quickly create ajax applications with a minimal amount of code. When the component is initialized it looks for anchor elements with rel attributes starting with a hash. Like this: &#60;a href=&#34;page.html&#34; rel=&#34;#content&#34;&#62;Link Text&#60;/a&#62; When the script finds an anchor like this it attaches an onclick event that uses [...]]]></description>
		<wfw:commentRss>http://www.forgeniuses.com/2007/11/05/ajax-anchor-component-for-prototype/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
