<?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/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>Wed, 08 Feb 2012 00:39:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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 .NET&#8217;s reusable code flavor: Web [...]]]></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>ColdFusion, PreserveSingleQuotes(), And Array Values</title>
		<link>http://www.paulhobson.com/wordpress/2009/10/coldfusion-preservesinglequotes-and-array-values/</link>
		<comments>http://www.paulhobson.com/wordpress/2009/10/coldfusion-preservesinglequotes-and-array-values/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 22:00:22 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[PreserveSinlgeQuotes()]]></category>

		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=2047</guid>
		<description><![CDATA[I think I may have stumbled upon some odd, unexpected and (definitely) undesired behavior with ColdFusion. The application that I&#8217;m working on has a module which needs to create a bit of dynamic SQL. Not a problem here, as I step through my conditions I&#8217;m populating an array that I can later loop through to [...]]]></description>
		<wfw:commentRss>http://www.paulhobson.com/wordpress/2009/10/coldfusion-preservesinglequotes-and-array-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Past FireFox Aggressive Caching</title>
		<link>http://www.paulhobson.com/wordpress/2009/06/getting-past-firefox-aggressive-caching/</link>
		<comments>http://www.paulhobson.com/wordpress/2009/06/getting-past-firefox-aggressive-caching/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 10:00:04 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=1110</guid>
		<description><![CDATA[As a web developer caching is a part of my world. It&#8217;s something I have to deal with and account for on a regular basis, but lately something has been really getting to me. Does anybody else think that FireFox&#8217;s style caching is way to aggressive? 
While working with Firebug, I&#8217;m constantly making smaller changes [...]]]></description>
		<wfw:commentRss>http://www.paulhobson.com/wordpress/2009/06/getting-past-firefox-aggressive-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coldfusion .columnList Variable Attribute Presents A Problem.</title>
		<link>http://www.paulhobson.com/wordpress/2008/12/coldfusion-columnlist-variable-attribute-presents-a-problem/</link>
		<comments>http://www.paulhobson.com/wordpress/2008/12/coldfusion-columnlist-variable-attribute-presents-a-problem/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 10:00:08 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[Programming Logic]]></category>

		<guid isPermaLink="false">http://www.paulhobson.com/wordpress/?p=453</guid>
		<description><![CDATA[The problem:
I need to grab both column labels and row values from my database based on nothing more than a passed table name. Getting the data is easy, and getting the column labels is easier thanks Coldfusion&#8217;s variable attributes but it isn&#8217;t quite what I want. 

The cfquery results attribute &#8220;.columnList&#8221; returns the table&#8217;s column [...]]]></description>
		<wfw:commentRss>http://www.paulhobson.com/wordpress/2008/12/coldfusion-columnlist-variable-attribute-presents-a-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

