<?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>Greg Allard &#187; Personal Projects</title>
	<atom:link href="http://gregallard.com/category/personal-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregallard.com</link>
	<description>The portfolio of the web developer.</description>
	<lastBuildDate>Fri, 11 Sep 2009 00:41:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Relentlessly Resourceful</title>
		<link>http://gregallard.com/relentlessly-resourceful/</link>
		<comments>http://gregallard.com/relentlessly-resourceful/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 16:28:14 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Personal Projects]]></category>

		<guid isPermaLink="false">http://gregallard.com/?p=120</guid>
		<description><![CDATA[I read 
Paul Graham&#8217;s essay 
Be Relentlessly Resourceful and liked the term so much I bought 
relentlesslyresourceful.com and pointed it here. I don&#8217;t think that is an example of what he meant by relentlessly resourceful. It&#8217;s more like an example of a domain hoarder. I have way too many. 
]]></description>
		<wfw:commentRss>http://gregallard.com/relentlessly-resourceful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I Made isthemarketdown.com</title>
		<link>http://gregallard.com/how-i-made-isthemarketdown/</link>
		<comments>http://gregallard.com/how-i-made-isthemarketdown/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 17:19:09 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[BeautifulSoup]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://gregallard.com/?p=75</guid>
		<description><![CDATA[The idea came on inauguration day when someone was wondering how the stock market was doing. I had been to 
http://isobamapresident.com/ earlier in the day and the single serving site idea for the stock market came to mind.
It only took about 3 hours to create after I had the idea.
First 30 minutes: Find free data. [...]]]></description>
		<wfw:commentRss>http://gregallard.com/how-i-made-isthemarketdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Beautiful Soup for Screen Scraping</title>
		<link>http://gregallard.com/using-beautiful-soup-for-screen-scraping/</link>
		<comments>http://gregallard.com/using-beautiful-soup-for-screen-scraping/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 23:16:44 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[BeautifulSoup]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Magic]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Screen Scraping]]></category>
		<category><![CDATA[urllib]]></category>

		<guid isPermaLink="false">http://gregallard.com/?p=55</guid>
		<description><![CDATA[I&#8217;ve been curious to learn more about screen scraping for some time. And then I heard about 
a python script that is great for parsing html. Since I&#8217;ve also been learning python, I thought now was the perfect time to explore some scraping.
In the past I had some trouble with using php to parse the [...]]]></description>
		<wfw:commentRss>http://gregallard.com/using-beautiful-soup-for-screen-scraping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going with Slicehost Instead of AWS EC2</title>
		<link>http://gregallard.com/going-with-slicehost-instead-of-aws-ec2/</link>
		<comments>http://gregallard.com/going-with-slicehost-instead-of-aws-ec2/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 20:04:32 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[EBS]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[mod_python]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[slicehost]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[webfaction]]></category>

		<guid isPermaLink="false">http://gregallard.com/?p=38</guid>
		<description><![CDATA[I ran into some trouble with python2.4 and the django code I was using. The previous server had 2.5 and I didn&#8217;t notice any problems, so I tried upgrading to 2.5 and 
changing which version of python Debian uses as default (this was on Debian Etch). I was having some difficulty getting a few of [...]]]></description>
		<wfw:commentRss>http://gregallard.com/going-with-slicehost-instead-of-aws-ec2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AWS, EBS, S3, EC2, Debian, Django, Apache, and mod_python</title>
		<link>http://gregallard.com/aws-ebs-s3-ec2-debian-django-apache-and-mod_python/</link>
		<comments>http://gregallard.com/aws-ebs-s3-ec2-debian-django-apache-and-mod_python/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 00:12:36 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[EBS]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[mod_python]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[S3]]></category>

		<guid isPermaLink="false">http://gregallard.com/?p=32</guid>
		<description><![CDATA[Yesterday I dove into amazon&#8217;s web services to check it out as a solution for a project I&#8217;m working on. I followed a guide to setup django development server on a default amazon machine image to start off. Then I decided to go with a debian AMI and do a full production server. I used [...]]]></description>
		<wfw:commentRss>http://gregallard.com/aws-ebs-s3-ec2-debian-django-apache-and-mod_python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Network Built with Django</title>
		<link>http://gregallard.com/social-network-built-with-django/</link>
		<comments>http://gregallard.com/social-network-built-with-django/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 14:50:30 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[elgg]]></category>
		<category><![CDATA[open souce]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[social network]]></category>

		<guid isPermaLink="false">http://www.gregallard.com/?p=26</guid>
		<description><![CDATA[I was learning 
python and django earlier to build a social network. So far, I have created the ability for users to

create an account with e-mail activation
login/out
add other users as friends and confirm friendship that other users requested
send/reply/forward messages

This was the base for a niche social network to be built upon.
Soon after completing those features, [...]]]></description>
		<wfw:commentRss>http://gregallard.com/social-network-built-with-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Spatter</title>
		<link>http://gregallard.com/code-spatter/</link>
		<comments>http://gregallard.com/code-spatter/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 22:39:52 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[CyTE]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.pyrodius.com/test_blog/code-spatter/</guid>
		<description><![CDATA[
Code Spatter is a personal project that I started when I thought it would be useful to have a Weblog about projects and other things involving web development to be used by myself and other co-workers. It was also a chance to use 
CyTE for a practical application and start development on 
MorfU. Both are [...]]]></description>
		<wfw:commentRss>http://gregallard.com/code-spatter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tragedy Guild Website</title>
		<link>http://gregallard.com/tragedy-guild-website/</link>
		<comments>http://gregallard.com/tragedy-guild-website/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 20:10:18 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[CyTE]]></category>
		<category><![CDATA[lua]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpbb]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.pyrodius.com/test_blog/tragedy-guild-website/</guid>
		<description><![CDATA[The Guild
Tragedy was a guild in 
World of Warcraft that had up to 40 members in a single raid event as often as 4-5 nights a week. There was a lot of information that needed to be saved from the raids. It was important to know which members attended them and which monsters were defeated [...]]]></description>
		<wfw:commentRss>http://gregallard.com/tragedy-guild-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pyrodius, Inc</title>
		<link>http://gregallard.com/pyrodius-inc/</link>
		<comments>http://gregallard.com/pyrodius-inc/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 20:07:03 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[CyTE]]></category>
		<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpbb]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.pyrodius.com/test_blog/pyrodius-inc/</guid>
		<description><![CDATA[All of my web development experience started with Pyrodius.com. I learned PHP and MySQL to allow the website to dynamically add movie reviews to the website and allow users to post their own reviews. I created a blog to display the news of the website before I even heard the word “blog”.
At the moment the [...]]]></description>
		<wfw:commentRss>http://gregallard.com/pyrodius-inc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MorfU</title>
		<link>http://gregallard.com/morfu/</link>
		<comments>http://gregallard.com/morfu/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 20:05:36 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[CyTE]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.pyrodius.com/test_blog/morfu/</guid>
		<description><![CDATA[MorfU is a project that I conceived that will combine all of the features of wikis, blogs, and forums. The name is an anagram of forum and is pronounced like morph you.
Current the only development that has been done on it is with Codespatter which only has limited blog functionalities.
This is a module for CyTE [...]]]></description>
		<wfw:commentRss>http://gregallard.com/morfu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
