<?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: FB3lite as a Custom Tag</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2009/05/22/fb3lite-as-a-custom-tag/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2009/05/22/fb3lite-as-a-custom-tag/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2009/05/22/fb3lite-as-a-custom-tag/comment-page-1/#comment-179401</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Wed, 27 May 2009 06:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=981#comment-179401</guid>
		<description>Thanks.  I assume you&#039;ll be publicizing your project when it&#039;s complete?  It&#039;s always interesting to dissect other people implementations of common functionality.</description>
		<content:encoded><![CDATA[<p>Thanks.  I assume you'll be publicizing your project when it's complete?  It's always interesting to dissect other people implementations of common functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeepDown</title>
		<link>https://www.barneyb.com/barneyblog/2009/05/22/fb3lite-as-a-custom-tag/comment-page-1/#comment-179398</link>
		<dc:creator>DeepDown</dc:creator>
		<pubDate>Wed, 27 May 2009 06:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=981#comment-179398</guid>
		<description>This is cool, I am finalising a similar project at the moment which is cfc based and implements the same features. Your code is really small though :)</description>
		<content:encoded><![CDATA[<p>This is cool, I am finalising a similar project at the moment which is cfc based and implements the same features. Your code is really small though :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2009/05/22/fb3lite-as-a-custom-tag/comment-page-1/#comment-178667</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Fri, 22 May 2009 19:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=981#comment-178667</guid>
		<description>Nothing that complex, just added &quot;, false&quot; to the structAppend calls and reversed them.  ;)  FB3lite is just that: lite.  The entire framework is about 70 lines if you strip the comments.</description>
		<content:encoded><![CDATA[<p>Nothing that complex, just added ", false" to the structAppend calls and reversed them.  ;)  FB3lite is just that: lite.  The entire framework is about 70 lines if you strip the comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter J. Farrell</title>
		<link>https://www.barneyb.com/barneyblog/2009/05/22/fb3lite-as-a-custom-tag/comment-page-1/#comment-178666</link>
		<dc:creator>Peter J. Farrell</dc:creator>
		<pubDate>Fri, 22 May 2009 19:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=981#comment-178666</guid>
		<description>Darn, need to escape the chevrons...

&lt;cfset var overwriteFormParams = (getParameterPrecedence() EQ &quot;url&quot;) /&gt;

&lt;!--- Build event args from form/url/SES ---&gt;
&lt;cfset StructAppend(eventArgs, form) /&gt;
&lt;cfset StructAppend(eventArgs, url, overwriteFormParams) /&gt;
&lt;cfset StructAppend(eventArgs, getAppManager().getRequestManager().parseSesParameters(cgi.PATH_INFO), overwriteFormParams) /&gt;</description>
		<content:encoded><![CDATA[<p>Darn, need to escape the chevrons&#8230;</p>
<p>&lt;cfset var overwriteFormParams = (getParameterPrecedence() EQ "url") /&gt;</p>
<p>&lt;!&#8212; Build event args from form/url/SES &#8212;&gt;<br />
&lt;cfset StructAppend(eventArgs, form) /&gt;<br />
&lt;cfset StructAppend(eventArgs, url, overwriteFormParams) /&gt;<br />
&lt;cfset StructAppend(eventArgs, getAppManager().getRequestManager().parseSesParameters(cgi.PATH_INFO), overwriteFormParams) /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter J. Farrell</title>
		<link>https://www.barneyb.com/barneyblog/2009/05/22/fb3lite-as-a-custom-tag/comment-page-1/#comment-178664</link>
		<dc:creator>Peter J. Farrell</dc:creator>
		<pubDate>Fri, 22 May 2009 19:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=981#comment-178664</guid>
		<description>Sounds like you came up with a similar solution to what we did in Mach-II (about six years ago):



&lt;!--- Build event args from form/url/SES --&gt;


</description>
		<content:encoded><![CDATA[<p>Sounds like you came up with a similar solution to what we did in Mach-II (about six years ago):</p>
<p><!--- Build event args from form/url/SES --></p>
]]></content:encoded>
	</item>
</channel>
</rss>
