<?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>Kit Menke&#039;s Blog &#187; Hello World</title>
	<atom:link href="http://kitmenke.com/blog/tag/hello-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://kitmenke.com/blog</link>
	<description>Experiences with SharePoint, web development, and programming</description>
	<lastBuildDate>Fri, 20 Aug 2010 14:19:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress hello world!</title>
		<link>http://kitmenke.com/blog/2009/05/19/test-code-post/</link>
		<comments>http://kitmenke.com/blog/2009/05/19/test-code-post/#comments</comments>
		<pubDate>Wed, 20 May 2009 00:42:28 +0000</pubDate>
		<dc:creator>Kit</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Hello World]]></category>

		<guid isPermaLink="false">http://asquareorange.com/blog/?p=8</guid>
		<description><![CDATA[Finally decided to get my blog started instead of just playing L4D everyday! Haven&#8217;t even eaten dinner yet. Luckily it worked really well and was super easy to set up. The only real &#8220;programming&#8221; thing I had to do was modify the simpla theme to allow widgets so that I could add the Twitter Tools [...]]]></description>
			<content:encoded><![CDATA[<p>Finally decided to get my blog started instead of just playing L4D everyday! Haven&#8217;t even eaten dinner yet. Luckily it worked really well and was super easy to set up.</p>
<p>The only real &#8220;programming&#8221; thing I had to do was modify the <a title="Simpla" href="http://ifelse.co.uk/simpla">simpla theme</a> to allow widgets so that I could add the Twitter Tools gadget.</p>
<p>All I had to do was create a /wp-content/themes/simpla/functions.php :</p>
<pre lang="php" escaped="true">&lt;?php
if ( function_exists('register_sidebar') )
 register_sidebar();
?&gt;</pre>
<p>And then edit /wp-content/themes/simpla/sidebar.php :</p>
<pre lang="php" escaped="true">&lt;div id="sidebar"&gt;
&lt;?php if ( !function_exists('dynamic_sidebar')
 || !dynamic_sidebar() ) : ?&gt;
&lt;h2&gt;Pages&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="&lt;?php echo get_settings('home'); ?&gt;/"&gt;Home&lt;/a&gt;&lt;/li&gt;
&lt;?php wp_list_pages('title_li='); ?&gt;
&lt;/ul&gt;
&lt;h2&gt;Categories&lt;/h2&gt;
&lt;ul&gt;
&lt;?php wp_list_cats('sort_column=name&amp;optioncount=1&amp;hierarchical=0'); ?&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;?php get_links_list(); ?&gt;
&lt;/ul&gt;
&lt;?php endif; ?&gt;
&lt;/div&gt;</pre>
<p>Plugins:</p>
<ul>
<li>WP-Syntax</li>
<li>WP-Syntax Button</li>
<li>TwitterTools</li>
</ul>
<img src="http://kitmenke.com/blog/?ak_action=api_record_view&id=8&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://kitmenke.com/blog/2009/05/19/test-code-post/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
