<?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>Death of a Gremmie &#187; Blog</title>
	<atom:link href="http://deathofagremmie.com/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://deathofagremmie.com</link>
	<description>by Brian Neal</description>
	<lastBuildDate>Wed, 14 Jul 2010 02:31:19 +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>Posting Code</title>
		<link>http://deathofagremmie.com/2008/12/03/posting-code/</link>
		<comments>http://deathofagremmie.com/2008/12/03/posting-code/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 01:24:45 +0000</pubDate>
		<dc:creator>gremmie</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://deathofagremmie.com/?p=40</guid>
		<description><![CDATA[I guess if I am going to start posting code, I need to make sure I can do that with WordPress. It turns out there are a couple of plugins available to make this task easier. I am currently trying out SyntaxHighlighter Plus for syntax highlighting, and Visual Code Editor to allow one to continue [...]]]></description>
			<content:encoded><![CDATA[<p>I guess if I am going to start posting code, I need to make sure I can do that with WordPress. It turns out there are a couple of plugins available to make this task easier. I am currently trying out <a title="SyntaxHighlighter Plus" href="http://wordpress.org/extend/plugins/syntaxhighlighter-plus/">SyntaxHighlighter Plus</a> for syntax highlighting, and <a title="Visual Code Editor" href="http://wordpress.org/extend/plugins/visual-code-editor/">Visual Code Editor</a> to allow one to continue using the visual editor when posting code.</p>
<p>So let&#8217;s see how they work!</p>
<p>Here is some C++:</p>
<pre class="brush: c++">
#include &lt;iostream&gt;
#include &lt;ostream&gt;
int main()
{
std::cout &lt;&lt; &quot;Hello World!&quot; &lt;&lt; std::endl;
return 0;
}
</pre>
<p>And here is some Python:</p>
<pre class="brush: python">
def index(request, page=1):
stories = Story.objects.all()
paginator = create_paginator(stories)
try:
the_page = paginator.page(int(page))
except InvalidPage:
raise Http404
</pre>
<p>Pretty cool! A big thank-you to the plugin authors!</p>
]]></content:encoded>
			<wfw:commentRss>http://deathofagremmie.com/2008/12/03/posting-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>State of the Blog</title>
		<link>http://deathofagremmie.com/2008/12/02/state-of-the-blog/</link>
		<comments>http://deathofagremmie.com/2008/12/02/state-of-the-blog/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 00:09:13 +0000</pubDate>
		<dc:creator>gremmie</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://deathofagremmie.com/?p=34</guid>
		<description><![CDATA[Just an update on the blog itself. I&#8217;m getting the hang of wordpress and even managed to update it. It was about the same process as updating a Nuke site. I looked around for a theme for a while, and nothing jumped out at me. I finally settled on this nice Google Chrome theme. It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Just an update on the blog itself. I&#8217;m getting the hang of wordpress and even managed to update it. It was about the same process as updating a Nuke site. I looked around for a theme for a while, and nothing jumped out at me. I finally settled on this nice <a title="Google Chrome WordPress Theme" href="http://ericulous.com/2008/09/09/wp-theme-google-chrome">Google Chrome theme</a>. It&#8217;s simple and clean and seems like it will do the job just fine.</p>
<p>I&#8217;ve been wanting to blog some more about the SG101 2.0 project. I can see that blogging isn&#8217;t an easy task. A lot of time has passed on some of the subjects I wanted to write about, so the lesson learned is to blog while it is fresh in your mind. With that in mind, I&#8217;m about halfway through the shoutbox application, so I&#8217;ll start a series of posts on how that is going.</p>
]]></content:encoded>
			<wfw:commentRss>http://deathofagremmie.com/2008/12/02/state-of-the-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to my blog&#8230;</title>
		<link>http://deathofagremmie.com/2008/11/16/welcome-to-my-blog/</link>
		<comments>http://deathofagremmie.com/2008/11/16/welcome-to-my-blog/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 18:32:48 +0000</pubDate>
		<dc:creator>gremmie</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://deathofagremmie.com/?p=3</guid>
		<description><![CDATA[Greetings. This is Brian, aka, in some circles, Gremmie. Never in my right mind did I think I would start a blog. However I&#8217;ve recently started a web development project in Django, and I thought it would be fun to use a blog to document its progress, design decisions, and to receive feedback from other [...]]]></description>
			<content:encoded><![CDATA[<p>Greetings. This is Brian, aka, in some circles, Gremmie. Never in my right mind did I think I would start a blog. However I&#8217;ve recently started a web development project in <a title="django" href="http://djangoproject.com">Django</a>, and I thought it would be fun to use a blog to document its progress, design decisions, and to receive feedback from other developers. Blogs seem to be <strong>thee</strong> way for web developers to exchange ideas these days, so I thought I would give it a go. I&#8217;m sure I will also throw in a post about my other interests from time to time: surf music and gaming.</p>
<p>Yes I am using WordPress, and yes I am using the default theme. I know the cool kids write their own blogging software as a rite of passage, but I am spending what little free time I have coding my main project in Django. I&#8217;ve never used WordPress before, but I&#8217;ll give it a whirl (mainly to show I don&#8217;t completely suffer from the &#8220;not invented here&#8221; syndrome). As for the default theme, I&#8217;m still looking for a good one.</p>
<p>More to come. Thanks for reading and be sure to leave me feedback!</p>
]]></content:encoded>
			<wfw:commentRss>http://deathofagremmie.com/2008/11/16/welcome-to-my-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
