<?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>Tim Mahoney</title>
	<atom:link href="http://timothymahoney.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://timothymahoney.com</link>
	<description>What the hell.</description>
	<lastBuildDate>Wed, 17 Feb 2010 20:03:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My Experience with Wikipedia, and School</title>
		<link>http://timothymahoney.com/2010/02/my-experience-with-wikipedi/</link>
		<comments>http://timothymahoney.com/2010/02/my-experience-with-wikipedi/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 20:03:43 +0000</pubDate>
		<dc:creator>Tim Mahoney</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://timothymahoney.com/?p=74</guid>
		<description><![CDATA[I dropped out of college when I found that I was not ready (read: too lazy) to finish a degree the third try around. I got a job, and ended up working my way around New Jersey and New York until I found myself in the enviable position of opening the Interactive Team at Fort [...]]]></description>
		<wfw:commentRss>http://timothymahoney.com/2010/02/my-experience-with-wikipedi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Management</title>
		<link>http://timothymahoney.com/2010/02/project-management/</link>
		<comments>http://timothymahoney.com/2010/02/project-management/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 04:50:04 +0000</pubDate>
		<dc:creator>Tim Mahoney</dc:creator>
				<category><![CDATA[Misc Tools]]></category>

		<guid isPermaLink="false">http://timothymahoney.com/?p=71</guid>
		<description><![CDATA[Since for some reason I can&#8217;t find a good project management program written in PHP, I&#8217;m going with a Google Spreadsheet, shared with whoever is on the project with me. Archaic, yes. But I need something so that I can be organized.
]]></description>
		<wfw:commentRss>http://timothymahoney.com/2010/02/project-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resuming development on mpCMS</title>
		<link>http://timothymahoney.com/2010/02/resuming-development-on-mpcms/</link>
		<comments>http://timothymahoney.com/2010/02/resuming-development-on-mpcms/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 04:22:37 +0000</pubDate>
		<dc:creator>Tim Mahoney</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://timothymahoney.com/?p=69</guid>
		<description><![CDATA[I use a number of open source development things. CMS Made Simple, Wordpress, and a couple of others.
CMS Made Simple is excellent for deploying a fast website, landing page, personalized URL, or otherwise easy project.
Wordpress simply can&#8217;t be beat for blogging.
As a developer, I want more. I had started my own CMS, but I&#8217;m dusting [...]]]></description>
		<wfw:commentRss>http://timothymahoney.com/2010/02/resuming-development-on-mpcms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Tidy</title>
		<link>http://timothymahoney.com/2010/02/html-tidy/</link>
		<comments>http://timothymahoney.com/2010/02/html-tidy/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 16:40:35 +0000</pubDate>
		<dc:creator>Tim Mahoney</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Misc Tools]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://timothymahoney.com/2010/02/html-tidy/</guid>
		<description><![CDATA[Today is apparently Web Developer Tools day.
Ever copy and paste from Work or Outlook, put it online, and have someone call you screaming about &#8220;weird characters&#8221;?
This is because Microsoft like to &#8220;help&#8221; you output nice text. Down side is, it comes along with a copy and paste. 
Clean that bad markup&#160;with HTML Tidy! Paste in [...]]]></description>
		<wfw:commentRss>http://timothymahoney.com/2010/02/html-tidy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset and Rebuild CSS</title>
		<link>http://timothymahoney.com/2010/02/reset-and-rebuild-css/</link>
		<comments>http://timothymahoney.com/2010/02/reset-and-rebuild-css/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 16:02:15 +0000</pubDate>
		<dc:creator>Tim Mahoney</dc:creator>
				<category><![CDATA[Misc Tools]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://timothymahoney.com/2010/02/reset-and-rebuild-css/</guid>
		<description><![CDATA[Browsers bug me. Compensating for the differences between them is always a chore, and can consume hours. 
Enter Reset CSS and Rebuild CSS.
Eric Meyer&#160;basically sets every HTML tag to nothing. 
Blueprint basically builds it back up, standardized.
Importing these two files at the top of your CSS, like so:
@import url('styles/reset.css'); 
@import url('styles/rebuild.css'); 
basically allows your to [...]]]></description>
		<wfw:commentRss>http://timothymahoney.com/2010/02/reset-and-rebuild-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
