<?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; JavaScript</title>
	<atom:link href="http://www.forgeniuses.com/tag/javascript/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>JavaScript For Testing Layouts</title>
		<link>http://www.forgeniuses.com/2008/09/30/javascript-for-testing-layouts/</link>
		<comments>http://www.forgeniuses.com/2008/09/30/javascript-for-testing-layouts/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 08:13:31 +0000</pubDate>
		<dc:creator>Levi Senft</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.forgeniuses.com/?p=137</guid>
		<description><![CDATA[Here is a little script I wrote for testing layouts. It injects random lorem ipsum texts, lists and headings into a documents content area. To start using it include the script at the bottom of your HTML page and give your content container an the id stretchme. An absolutely positioned div with links to inject [...]]]></description>
		<wfw:commentRss>http://www.forgeniuses.com/2008/09/30/javascript-for-testing-layouts/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>
		<item>
		<title>Playing a Wav File with a IE CSS Expression</title>
		<link>http://www.forgeniuses.com/2007/10/31/playing-a-wav-file-with-a-ie-css-expression/</link>
		<comments>http://www.forgeniuses.com/2007/10/31/playing-a-wav-file-with-a-ie-css-expression/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 05:34:10 +0000</pubDate>
		<dc:creator>Levi Senft</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Cow Bell]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.forgeniuses.com/?p=16</guid>
		<description><![CDATA[Earlier today at Humaniz we were making fun of evil web practices like background sounds and I got the idea of playing a sound in IE using CSS expressions, which are in general another evil practice, although sometimes necessary. After I got this bad boy working in IE I thought I would make it cross [...]]]></description>
		<wfw:commentRss>http://www.forgeniuses.com/2007/10/31/playing-a-wav-file-with-a-ie-css-expression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Syntax Highlighting for Online Code Snippets</title>
		<link>http://www.forgeniuses.com/2007/04/23/syntax-highlighting-for-online-code-snippets/</link>
		<comments>http://www.forgeniuses.com/2007/04/23/syntax-highlighting-for-online-code-snippets/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 20:27:04 +0000</pubDate>
		<dc:creator>Levi Senft</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Syntax Highlighting]]></category>

		<guid isPermaLink="false">http://www.forgeniuses.com/?p=55</guid>
		<description><![CDATA[Dream Projection&#8217;s syntax highlighter script transforms source code in a &#60;textarea&#62; tag to colored code with line numbers. http://www.dreamprojections.com/syntaxhighlighter/]]></description>
		<wfw:commentRss>http://www.forgeniuses.com/2007/04/23/syntax-highlighting-for-online-code-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
