<?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>Evolutionary Theme &#187; code</title>
	<atom:link href="http://evolutionary.timgweb.com/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://evolutionary.timgweb.com</link>
	<description>A blog theme by Tim Gieseking.</description>
	<lastBuildDate>Fri, 01 Jan 2010 20:14:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Code Snippets, Blockquotes, and Tables</title>
		<link>http://evolutionary.timgweb.com/2009/09/code-snippets-blockquotes-and-more/</link>
		<comments>http://evolutionary.timgweb.com/2009/09/code-snippets-blockquotes-and-more/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 01:56:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Sample]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>

		<guid isPermaLink="false">http://timgweb.com/evolutionary/?p=17</guid>
		<description><![CDATA[This post shows examples of code snippets, blockquotes, and tables. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.]]></description>
			<content:encoded><![CDATA[<p>This post shows examples of code snippets, blockquotes, and tables. </p>
<blockquote><p>There is a theory which states that if ever anybody discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable. There is another theory which states that this has already happened. <cite>Douglas Adams</cite></p>
</blockquote>
<p>Continue reading to see examples of code snippets and tables.</p>
<p><span id="more-17"></span></p>
<p>To display a code snippet, wrap your code in pre and code tags (e.g., &#60;pre>&#60;code>code here&#60;/code>&#60;/pre>).</p>
<pre><code>code {
font-family: 'andale mono', 'lucida console', monospace;
font-size: 90%;
line-height: 2;
}</code></pre>
<p>Here is a table:</p>
<table>
<caption>This is a test caption</caption>
<tr>
<th>Table Header</th>
<th>Table Header 2</th>
</tr>
<tr>
<td>Table Row</td>
<td>Table Row</td>
</tr>
<tr>
<td>Table Row</td>
<td>Table Row</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://evolutionary.timgweb.com/2009/09/code-snippets-blockquotes-and-more/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
