<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: ColdFusion Function: Display a US States pulldown menu</title>
	<atom:link href="http://www.webveteran.com/blog/index.php/web-coding/coldfusion/coldfusion-function-display-a-us-states-pulldown-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/coldfusion-function-display-a-us-states-pulldown-menu/</link>
	<description>Programming: coldfusion, php, javascript, sql, css, scriptaculous, seo</description>
	<lastBuildDate>Wed, 30 Jun 2010 14:15:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan Vega</title>
		<link>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/coldfusion-function-display-a-us-states-pulldown-menu/comment-page-1/#comment-56</link>
		<dc:creator>Dan Vega</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webveteran.com/blog/index.cfm/2008/9/29/ColdFusion-Function-Display-a-US-States-pulldown-menu#comment-56</guid>
		<description>I am not a huge fan of using functions for presentation. I think wherever you can get away from it you should. I think a simple solution would be to just return the html needed. Another practice to get away from is trying to stuff a bunch of helper functions into a Util component. Try and abstract related functions into objects. You can see here that there would be some related form methods here.  I also think you should get away from loading this &quot;Util&quot; component into session scope. Unless you need to store data that is related to the session this component would be a singleton and there for created only 1x. 

Just my 2 cents</description>
		<content:encoded><![CDATA[<p>I am not a huge fan of using functions for presentation. I think wherever you can get away from it you should. I think a simple solution would be to just return the html needed. Another practice to get away from is trying to stuff a bunch of helper functions into a Util component. Try and abstract related functions into objects. You can see here that there would be some related form methods here.  I also think you should get away from loading this &quot;Util&quot; component into session scope. Unless you need to store data that is related to the session this component would be a singleton and there for created only 1x. </p>
<p>Just my 2 cents</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jules</title>
		<link>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/coldfusion-function-display-a-us-states-pulldown-menu/comment-page-1/#comment-57</link>
		<dc:creator>Jules</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webveteran.com/blog/index.cfm/2008/9/29/ColdFusion-Function-Display-a-US-States-pulldown-menu#comment-57</guid>
		<description>Hi Dan, this was used for an admin - updating company and user records and such. Lots of use. But I understand your recommendation. Thanks for the post!</description>
		<content:encoded><![CDATA[<p>Hi Dan, this was used for an admin &#8211; updating company and user records and such. Lots of use. But I understand your recommendation. Thanks for the post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
