<?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; CSS</title>
	<atom:link href="http://www.forgeniuses.com/tag/css/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>Joomla 1.5.x &#8211; Unique Page Styles</title>
		<link>http://www.forgeniuses.com/2008/11/19/joomla-15x-unique-page-styles/</link>
		<comments>http://www.forgeniuses.com/2008/11/19/joomla-15x-unique-page-styles/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 08:18:59 +0000</pubDate>
		<dc:creator>Levi Senft</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.forgeniuses.com/?p=151</guid>
		<description><![CDATA[In the past couple months I&#8217;ve worked on several Joomla 1.5.x sites. I&#8217;m starting to develop a bag of tricks. This trick will allow you to assign a unique css class or id for each page. I&#8217;ve used this technique to assign different header graphics to individual pages. I&#8217;m far from calling myself a &#8220;Joomla [...]]]></description>
		<wfw:commentRss>http://www.forgeniuses.com/2008/11/19/joomla-15x-unique-page-styles/feed/</wfw:commentRss>
		<slash:comments>0</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>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>
	</channel>
</rss>
