<?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 &#187; Web Development</title>
	<atom:link href="http://timothymahoney.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://timothymahoney.com</link>
	<description>Infrequent updates from a PHP programmer.</description>
	<lastBuildDate>Thu, 26 Aug 2010 20:42:03 +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>The next iteration of Flash</title>
		<link>http://timothymahoney.com/2010/05/iteration-flash/</link>
		<comments>http://timothymahoney.com/2010/05/iteration-flash/#comments</comments>
		<pubDate>Tue, 11 May 2010 13:19:44 +0000</pubDate>
		<dc:creator>Tim Mahoney</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://timothymahoney.com/?p=105</guid>
		<description><![CDATA[Adobe&#8217;s been taking quite a beating lately from a lot of folks. Apple won&#8217;t support it on it&#8217;s mobile devices, everyone is touting HTML5 as a &#8220;Flash killer,&#8221; and all in all the PR for them has been rather awful. All that being said, this could be an opportunity for Adobe to turn around and [...]]]></description>
		<wfw:commentRss>http://timothymahoney.com/2010/05/iteration-flash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating an administration area</title>
		<link>http://timothymahoney.com/2010/05/creating-an-administration-area/</link>
		<comments>http://timothymahoney.com/2010/05/creating-an-administration-area/#comments</comments>
		<pubDate>Thu, 06 May 2010 13:47:18 +0000</pubDate>
		<dc:creator>Tim Mahoney</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Panes]]></category>

		<guid isPermaLink="false">http://timothymahoney.com/?p=98</guid>
		<description><![CDATA[I&#8217;ve been hard at work, and I think I have the first iteration of the database schema ready to start building around. I&#8217;m planning to start with the administration portion, because without it, I don&#8217;t have any content to display on the front end at all. Sort of a Data / Logic / Presentation thing [...]]]></description>
		<wfw:commentRss>http://timothymahoney.com/2010/05/creating-an-administration-area/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My SEO Experiment</title>
		<link>http://timothymahoney.com/2010/04/my-seo-experiment/</link>
		<comments>http://timothymahoney.com/2010/04/my-seo-experiment/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 20:20:46 +0000</pubDate>
		<dc:creator>Tim Mahoney</dc:creator>
				<category><![CDATA[CMS Made Simple]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://timothymahoney.com/?p=86</guid>
		<description><![CDATA[I created a site last week, and submitted the URL, sitemap, and other information to Google, Yahoo, and Bing yesterday. The point of the site was to see if by doing a few things, I could get my site listed well in the big three search engines, and hopefully even get on the front page [...]]]></description>
		<wfw:commentRss>http://timothymahoney.com/2010/04/my-seo-experiment/feed/</wfw:commentRss>
		<slash:comments>1</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! [...]]]></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 [...]]]></description>
		<wfw:commentRss>http://timothymahoney.com/2010/02/reset-and-rebuild-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
