<?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>PaulHobson.com &#187; Development</title>
	<atom:link href="http://www.paulhobson.com/wordpress/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulhobson.com/wordpress</link>
	<description>My Thoughts About God, Government, Geeks, Games, and Goofy.</description>
	<lastBuildDate>Thu, 29 Jul 2010 00:00:39 +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>What Time Traveling Paul Would Tell Past Paul</title>
		<link>http://www.paulhobson.com/wordpress/2010/07/what-time-traveling-paul-would-tell-past-paul/</link>
		<comments>http://www.paulhobson.com/wordpress/2010/07/what-time-traveling-paul-would-tell-past-paul/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 23:46:26 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Personal Development]]></category>
		<category><![CDATA[Steven Hawking]]></category>
		<category><![CDATA[Time Travel]]></category>

		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=4500</guid>
		<description><![CDATA[The Preamble
Steven Hawking has recently announced his theory of time travel and stated that he believes traveling into the future is a possibility. His theory, in my unqualified summary, states that if a ship could be built to travel faster than the speed of light, it could also travel faster ]]></description>
		<wfw:commentRss>http://www.paulhobson.com/wordpress/2010/07/what-time-traveling-paul-would-tell-past-paul/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Correcting A .NET Server.Transfer, Resource Not Found Issue</title>
		<link>http://www.paulhobson.com/wordpress/2010/07/correcting-a-net-server-transfer-resource-not-found-issue/</link>
		<comments>http://www.paulhobson.com/wordpress/2010/07/correcting-a-net-server-transfer-resource-not-found-issue/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 00:50:54 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=4483</guid>
		<description><![CDATA[I ran into an issue trying to utilize .NET&#8217;s Server.Transfer method attempting to pass variables from one form, located in a sub directory, to another form, located in a different sub directory. Passing .NET&#8217;s Server.Transfer method an absolute path of the desired location should have been enough to redirect the ]]></description>
		<wfw:commentRss>http://www.paulhobson.com/wordpress/2010/07/correcting-a-net-server-transfer-resource-not-found-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Closing Slashes and Cold Fusion Tags</title>
		<link>http://www.paulhobson.com/wordpress/2010/05/closing-slashes-and-cold-fusion-tags/</link>
		<comments>http://www.paulhobson.com/wordpress/2010/05/closing-slashes-and-cold-fusion-tags/#comments</comments>
		<pubDate>Thu, 27 May 2010 00:05:13 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[Olivia Munn]]></category>

		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=4204</guid>
		<description><![CDATA[A couple of developers and I have been discussing the practice of adding a closing slash to single line Cold Fusion tags. IE:


&#60;cfset variables.sexyLady = &#34;Olivia Munn&#34;&#62;

&#60;!--- Vs. ---&#62;

&#60;cfset variables.sexyLady = &#34;Olivia Munn&#34; /&#62;


Some are of the camp that the closing slash is an extra key stroke and a waste ]]></description>
		<wfw:commentRss>http://www.paulhobson.com/wordpress/2010/05/closing-slashes-and-cold-fusion-tags/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Displaying .NET User Controls within Pages that Inherit from a Master Page</title>
		<link>http://www.paulhobson.com/wordpress/2010/04/displaying-net-user-controls-within-pages-that-inherit-from-a-master-page/</link>
		<comments>http://www.paulhobson.com/wordpress/2010/04/displaying-net-user-controls-within-pages-that-inherit-from-a-master-page/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 23:58:23 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Master Page]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Web User Control]]></category>

		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=3923</guid>
		<description><![CDATA[I ran across an odd situation this morning regarding a web application I&#8217;m building. The business rules for the application calls for a certain form to be used during multiple transactions &#8212; hence multiple pages. Rather than creating the same form elements multiple times, I wanted to take advantage of ]]></description>
		<wfw:commentRss>http://www.paulhobson.com/wordpress/2010/04/displaying-net-user-controls-within-pages-that-inherit-from-a-master-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Correcting the Error: Failed to Access IIS Metabase</title>
		<link>http://www.paulhobson.com/wordpress/2010/04/correcting-the-error-failed-to-access-iis-metabase/</link>
		<comments>http://www.paulhobson.com/wordpress/2010/04/correcting-the-error-failed-to-access-iis-metabase/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 23:57:45 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=3895</guid>
		<description><![CDATA[I recently FUBAR&#8217;ed my computer at work. I&#8217;m not sure exactly how or why my system went down, but I the trigger for the crash was uninstalling the Xpise application. I the application worked very well while it was installed &#8212; I was using it for well over 6 months ]]></description>
		<wfw:commentRss>http://www.paulhobson.com/wordpress/2010/04/correcting-the-error-failed-to-access-iis-metabase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
