<?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/tag/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>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>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>
		<item>
		<title>Obtaining the Current Row and Row Count from .NET, Data-bound Controls</title>
		<link>http://www.paulhobson.com/wordpress/2010/04/obtaining-the-current-row-and-row-count-from-net-data-bound-controls/</link>
		<comments>http://www.paulhobson.com/wordpress/2010/04/obtaining-the-current-row-and-row-count-from-net-data-bound-controls/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 10:00:08 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=3849</guid>
		<description><![CDATA[In my current project, I needed a the ability to output the current iteration while traversing through data-bound control as well as the report total sum of rows bound to the item using .NET. I needed something comparable to CurrentRow and RecordCount methods built into the Coldfusion query object.
I&#8217;m not ]]></description>
		<wfw:commentRss>http://www.paulhobson.com/wordpress/2010/04/obtaining-the-current-row-and-row-count-from-net-data-bound-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing Content to HTML Using ArrayLists and Repeaters [ASP.NET]</title>
		<link>http://www.paulhobson.com/wordpress/2010/03/writing-content-to-html-using-arraylists-and-repeaters-asp-net/</link>
		<comments>http://www.paulhobson.com/wordpress/2010/03/writing-content-to-html-using-arraylists-and-repeaters-asp-net/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 10:00:56 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ArrayList]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Container.DataItem]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Repeater]]></category>
		<category><![CDATA[vb.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=3799</guid>
		<description><![CDATA[I had to figure out how to perform just such a process for a project I&#8217;m currently working on. Being relatively new ASP.NET the first thing I did was head out to the internet to try and find a solid tutorial that would help me quickly figure out what I ]]></description>
		<wfw:commentRss>http://www.paulhobson.com/wordpress/2010/03/writing-content-to-html-using-arraylists-and-repeaters-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
