<?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: Building, Extending and Calling ColdFusion Components</title>
	<atom:link href="http://code.christophervigliotti.com/2009/05/coldfusion-components/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.christophervigliotti.com/2009/05/coldfusion-components/</link>
	<description>Christopher Vigliotti often speaks in ColdFusion, Flash, SQL, CSS, Java and JavaScript.</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:45:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: ColdFusion error: &#8220;Branch target offset too large for short&#8221; &#171; Codes.Like.A.Girl</title>
		<link>http://code.christophervigliotti.com/2009/05/coldfusion-components/comment-page-1/#comment-151</link>
		<dc:creator>ColdFusion error: &#8220;Branch target offset too large for short&#8221; &#171; Codes.Like.A.Girl</dc:creator>
		<pubDate>Fri, 14 Jan 2011 15:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://code.christophervigliotti.com/?p=130#comment-151</guid>
		<description>[...] This is a nice tutorial on CFCs and extending them if you are a bit rusty or if this concept is new. [...]</description>
		<content:encoded><![CDATA[<p>[...] This is a nice tutorial on CFCs and extending them if you are a bit rusty or if this concept is new. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Vigliotti</title>
		<link>http://code.christophervigliotti.com/2009/05/coldfusion-components/comment-page-1/#comment-9</link>
		<dc:creator>Christopher Vigliotti</dc:creator>
		<pubDate>Mon, 18 May 2009 19:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://code.christophervigliotti.com/?p=130#comment-9</guid>
		<description>I&#039;m not certain, but I don&#039;t think that the above code will work in ColdFusion.  If I&#039;m missing something please post a link to a code sample somewhere.  Note that I did use the term &quot; Psuedo-Constructor&quot; in my post.

Also, thanks for your comments!</description>
		<content:encoded><![CDATA[<p>I&#8217;m not certain, but I don&#8217;t think that the above code will work in ColdFusion.  If I&#8217;m missing something please post a link to a code sample somewhere.  Note that I did use the term &#8221; Psuedo-Constructor&#8221; in my post.</p>
<p>Also, thanks for your comments!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radekg</title>
		<link>http://code.christophervigliotti.com/2009/05/coldfusion-components/comment-page-1/#comment-8</link>
		<dc:creator>radekg</dc:creator>
		<pubDate>Mon, 18 May 2009 19:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://code.christophervigliotti.com/?p=130#comment-8</guid>
		<description>To make it more &quot;constructor like&quot; you should do:

cfcomponent
  cfset init()
  cffunction name=&quot;init&quot;

Constructor never returns any value.</description>
		<content:encoded><![CDATA[<p>To make it more &#8220;constructor like&#8221; you should do:</p>
<p>cfcomponent<br />
  cfset init()<br />
  cffunction name=&#8221;init&#8221;</p>
<p>Constructor never returns any value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Vigliotti</title>
		<link>http://code.christophervigliotti.com/2009/05/coldfusion-components/comment-page-1/#comment-7</link>
		<dc:creator>Christopher Vigliotti</dc:creator>
		<pubDate>Mon, 18 May 2009 02:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://code.christophervigliotti.com/?p=130#comment-7</guid>
		<description>Good question!  In the above example there is no point...but in situations where you would want to set variables and/or perform some logic when you create a new instance of an object having an init() method can be helpful.</description>
		<content:encoded><![CDATA[<p>Good question!  In the above example there is no point&#8230;but in situations where you would want to set variables and/or perform some logic when you create a new instance of an object having an init() method can be helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radekg</title>
		<link>http://code.christophervigliotti.com/2009/05/coldfusion-components/comment-page-1/#comment-6</link>
		<dc:creator>radekg</dc:creator>
		<pubDate>Sun, 17 May 2009 14:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://code.christophervigliotti.com/?p=130#comment-6</guid>
		<description>What is the point of an init() function if the result is exactly the same as without the init()?</description>
		<content:encoded><![CDATA[<p>What is the point of an init() function if the result is exactly the same as without the init()?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

