<?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>david kerr &#187; wordpress</title>
	<atom:link href="http://www.davidmkerr.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidmkerr.com</link>
	<description>Weapons designer. Innovator, inventor, world changer</description>
	<lastBuildDate>Thu, 20 May 2010 14:30:12 +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>Scrollbars for code</title>
		<link>http://www.davidmkerr.com/misc/scrollbars-for-code/</link>
		<comments>http://www.davidmkerr.com/misc/scrollbars-for-code/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 01:34:35 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.davidmkerr.com/?p=53</guid>
		<description><![CDATA[A lot of the things I want want to post here are too wide for my theme. to accommodate I&#8217;ll use scroll-bars. It took a little googling to find out how to do it. &#60; pre style="overflow-x:auto; overflow-y:hidden" &#62;]]></description>
			<content:encoded><![CDATA[<p>A lot of the things I want want to post here are too wide for my theme.<br />
to accommodate I&#8217;ll use scroll-bars. It took a little googling to find out how to do it.</p>
<pre>
&lt; pre style="overflow-x:auto; overflow-y:hidden" &gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.davidmkerr.com/misc/scrollbars-for-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monospaced code/command line snippets with wordpress</title>
		<link>http://www.davidmkerr.com/misc/monospaced-codecommand-line-snippets-with-wordpress/</link>
		<comments>http://www.davidmkerr.com/misc/monospaced-codecommand-line-snippets-with-wordpress/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 21:51:51 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.davidmkerr.com/?p=36</guid>
		<description><![CDATA[After messing around with various &#60;code&#62; and &#60;pre&#62; tags in wordpress I finally just took at look at the source and found the CSSs it was calling and added this to one of them: pre { font-size: small; border:1px solid #ccc; } Gives it that nice box around the code and keeps everything monospaced.]]></description>
			<content:encoded><![CDATA[<p>After messing around with various &lt;code&gt; and &lt;pre&gt; tags in wordpress I finally just took at look at the source and found the CSSs it was calling and added this to one of them:</p>
<pre>
pre { font-size: small;
      border:1px solid #ccc; }
</pre>
<p>Gives it that nice box around the code and keeps everything monospaced.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidmkerr.com/misc/monospaced-codecommand-line-snippets-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
