<?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>ridiculous_fish</title>
	<atom:link href="http://ridiculousfish.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://ridiculousfish.com/blog</link>
	<description>serious code</description>
	<lastBuildDate>Fri, 23 Jul 2010 06:43:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Will it optimize?</title>
		<link>http://ridiculousfish.com/blog/archives/2010/07/23/will-it-optimize/</link>
		<comments>http://ridiculousfish.com/blog/archives/2010/07/23/will-it-optimize/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 06:43:31 +0000</pubDate>
		<dc:creator>ridiculous_fish</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://ridiculousfish.com/blog/?p=679</guid>
		<description><![CDATA[.fish_quiz_pre {
	margin-top: 0px;
	margin-bottom: 0px;
}
.fish_quiz_question {
	display: table;
	table-layout: fixed;
	border-spacing: 15px 0px;
	width: 100%;
}
.fish_quiz_question div {
	display: table-cell;
	width: 50%;
	background: #F0F0F8;
	border-style: groove;
	border-width: 2px;
	padding: 5px;
}
.fish_quiz_choices {
	display: table;
	table-layout: fixed;
	border-spacing: 15px 15px;
	width: 100%;
}
.fish_quiz_choices a {
	display: table-cell;
	margin: 5px
	color: black;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	border-style: outset;
	border-width: 2px;
	font-size: 12pt;
	width: 100%;
}
.fish_quiz_choices a:link {
	color: inherit;
}
a.choice_yes {
	background-color: #97fe97;
}
a.choice_no {
	background-color: #fcfd97;
}
a.choice_incorrect {
	background-color: #fe9797;
}
.fish_quiz_choices a:hover {
	border-style: solid;
	border-color: #AAA;
}
.choice_yes {
	background-color: #97fe97;
}
.choice_no {
	background-color: #fcfd97;
}
.choice_incorrect {
	background-color: #fe9797;
}
.fish_answer [...]]]></description>
			<content:encoded><![CDATA[