<?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; Prototype</title>
	<atom:link href="http://www.forgeniuses.com/tag/prototype/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>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>
