<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>ColdFusion Talk (CF-Talk) Mailing List RSS Feed</title> 
<link>http://www.houseoffusion.com/groups/cf-talk</link> 
<description>CF-Talk is a high volume mailing list for the ColdFusion community to discuss technical issues concerning the ColdFusion language. Off Topic postings (i.e. non-technical) should be sent to the CF-Community or CF-OT list. </description> 
<language>en-us</language> 
<copyright>Copyright &#169; 2011, House of Fusion</copyright> 
<lastBuildDate>Sat, 04 Feb 2012 02:46:56 GMT</lastBuildDate> 
<webMaster>Michael Dinowitz (mdinowit@houseoffusion.com)</webMaster> 
<category>Mailing List</category>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
	<title><![CDATA[cfhttp oddity]]></title> 
	<description><![CDATA[Hoping someone can see what might be happening here. I have:<br>
	<br>
	&lt;cfset aFileContent = arraynew(1)&gt;<br>
	&lt;cfset i = 0&gt;<br>
	&lt;cfloop query=&quot;myquery&quot;&gt;<br>
	&lt;cfset i = i + 1&gt;<br>
	&lt;cfhttp method=&quot;post&quot; url=&quot;http://site.com&quot;&gt;<br>
	&lt;cfhttpparam type=&quot;header&quot; name=&quot;id&quot; value=&quot;#<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349772"  title="ColdFusion Talk (CF-Talk): cfhttp oddity">more</A>]]]></description> 
	<pubDate>Fri, 03 Feb 2012 05:18:00 GMT</pubDate> 
	<dc:author>John M Bliss </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349772</guid> 
</item>

<item>
	<title><![CDATA[Opinion: Abuse of session variables]]></title> 
	<description><![CDATA[On Fri, Feb 3, 2012 at 12:10 PM, Dave Watts &lt;dwatts@figleaf.com&gt; wrote:<br>
	<br>
	&gt; I'm not sure I'm disagreeing with you. Most race conditions that I see<br>
	&gt; can be resolved without CFLOCK, but not all - specifically around<br>
	&gt; components used during <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349771"  title="ColdFusion Talk (CF-Talk): Opinion: Abuse of session variables">more</A>]]]></description> 
	<pubDate>Fri, 03 Feb 2012 12:43:00 GMT</pubDate> 
	<dc:author>Cameron Childress </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349771</guid> 
</item>

<item>
	<title><![CDATA[deanlaw]]></title> 
	<description><![CDATA[I'm running CF9.01 on OSX Lion 64 bit. I've had problems displaying the info page in the admin and with cfdocument. I came across a blog post at <A HREF="http://blog.maestropublishing.com/adobe-coldfusion-9-on-mac-lion-fix-for-hangin">http://blog.maestropublishing.com/adobe-coldfusion-9-on-mac-lion-fix-for-hangin</A> which fixed my problem with <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349770"  title="ColdFusion Talk (CF-Talk): deanlaw">more</A>]]]></description> 
	<pubDate>Fri, 03 Feb 2012 12:38:00 GMT</pubDate> 
	<dc:author>Dean Lawrence </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349770</guid> 
</item>

<item>
	<title><![CDATA[Opinion: Abuse of session variables]]></title> 
	<description><![CDATA[&gt;Race conditions certainly exist.&nbsp;&nbsp;Specifically though, race conditions<br>
	&gt;involving session variables which can be resolved using CFLOCK, are<br>
	&gt;relatively uncommon.<br>
	&gt;<br>
	&gt;In my personal experience anyway...<br>
	<br>
	+! <br>
	<br>
	In my experience anything that would <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349769"  title="ColdFusion Talk (CF-Talk): Opinion: Abuse of session variables">more</A>]]]></description> 
	<pubDate>Fri, 03 Feb 2012 12:23:00 GMT</pubDate> 
	<dc:author>Mary Jo Sminkey </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349769</guid> 
</item>

<item>
	<title><![CDATA[Opinion: Abuse of session variables]]></title> 
	<description><![CDATA[&gt; &gt; &gt; ...and this is a pretty unusual use case with all the analytics packages<br>
	&gt; &gt; &gt; out there. Really, I have a pretty hard time thinking of a good use case<br>
	&gt; &gt; &gt; with race conditions that goes beyond a contrived impractical example.<br>
	&gt; &gt;<br>
	&gt; &gt; Someone <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349768"  title="ColdFusion Talk (CF-Talk): Opinion: Abuse of session variables">more</A>]]]></description> 
	<pubDate>Fri, 03 Feb 2012 12:10:00 GMT</pubDate> 
	<dc:author>Dave Watts </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349768</guid> 
</item>

<item>
	<title><![CDATA[Opinion: Abuse of session variables]]></title> 
	<description><![CDATA[On Fri, Feb 3, 2012 at 11:03 AM, Dave Watts &lt;dwatts@figleaf.com&gt; wrote:<br>
	<br>
	&gt; &gt; ...and this is a pretty unusual use case with all the analytics packages<br>
	&gt; &gt; out there. Really, I have a pretty hard time thinking of a good use case<br>
	&gt; &gt; with race conditions<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349767"  title="ColdFusion Talk (CF-Talk): Opinion: Abuse of session variables">more</A>]]]></description> 
	<pubDate>Fri, 03 Feb 2012 11:42:00 GMT</pubDate> 
	<dc:author>Cameron Childress </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349767</guid> 
</item>

<item>
	<title><![CDATA[Opinion: Abuse of session variables]]></title> 
	<description><![CDATA[&gt; ...and this is a pretty unusual use case with all the analytics packages<br>
	&gt; out there. Really, I have a pretty hard time thinking of a good use case<br>
	&gt; with race conditions that goes beyond a contrived impractical example.<br>
	<br>
	Someone on cf-talk had a <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349766"  title="ColdFusion Talk (CF-Talk): Opinion: Abuse of session variables">more</A>]]]></description> 
	<pubDate>Fri, 03 Feb 2012 11:03:00 GMT</pubDate> 
	<dc:author>Dave Watts </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349766</guid> 
</item>

<item>
	<title><![CDATA[Opinion: Abuse of session variables]]></title> 
	<description><![CDATA[On Thu, Feb 2, 2012 at 10:22 AM, Raymond Camden &lt;raymondcamden@gmail.com&gt;<br>
	 wrote:<br>
	<br>
	&gt; I'd also argue that sometimes race conditions may not matter.<br>
	&gt;<br>
	<br>
	On project I've worked on, this is true 99.9% of the time.<br>
	<br>
	&gt; Consider a session variable that <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349765"  title="ColdFusion Talk (CF-Talk): Opinion: Abuse of session variables">more</A>]]]></description> 
	<pubDate>Fri, 03 Feb 2012 10:58:00 GMT</pubDate> 
	<dc:author>Cameron Childress </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349765</guid> 
</item>

<item>
	<title><![CDATA[Crossed Accounts Issue]]></title> 
	<description><![CDATA[On Wed, Feb 1, 2012 at 4:28 PM, Eric Williams wrote:<br>
	&gt; &lt;CFSCRIPT&gt;<br>
	&gt;        if(NOT IsDefined(&quot;APPLICATION.oUser&quot;)){<br>
	&gt;                APPLICATION.oUser=CreateObject(&quot;component&quot;,&quot;#APPLICATION.G.CFC_PATH#User&quot;);<br>
	&gt;        }<br>
	&gt;        APPLICATION.oUser.DSN=<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349764"  title="ColdFusion Talk (CF-Talk): Crossed Accounts Issue">more</A>]]]></description> 
	<pubDate>Fri, 03 Feb 2012 02:16:00 GMT</pubDate> 
	<dc:author>Jochem van Dieten </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349764</guid> 
</item>

<item>
	<title><![CDATA[cfinput toggle readonly or disabled]]></title> 
	<description><![CDATA[Thanks for that - I'll use your option 1 - I did think of that but it didn't seem particularly elegant, but it's simple and it works. And I can't get option 2 to work<br>
	<br>
	&gt; It worked for me in Chrome, but didn't test in other browsers.<br>
	&gt; <br>
	&gt; Two other <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349763"  title="ColdFusion Talk (CF-Talk): cfinput toggle readonly or disabled">more</A>]]]></description> 
	<pubDate>Thu, 02 Feb 2012 10:31:00 GMT</pubDate> 
	<dc:author>Seamus Campbell </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349763</guid> 
</item>

<item>
	<title><![CDATA[Santizing User Input]]></title> 
	<description><![CDATA[Sorry for the OT post but I could not help but think of &quot;Little Bobby<br>
	Tables&quot;.<br>
	<br>
	<A HREF="http://imgs.xkcd.com/comics/exploits_of_a_mom.png">http://imgs.xkcd.com/comics/exploits_of_a_mom.png</A><br>
	<br>
	G!<br>
	<br>
	On Thu, Feb 2, 2012 at 9:42 PM, Andrew Grosset &lt;rushglen@yahoo.com&gt; wrote:<br>
	<br>
	&gt;<br>
	&gt; I second that.<br>
	&gt;<br>
	&gt; &gt;The <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349762"  title="ColdFusion Talk (CF-Talk): Santizing User Input">more</A>]]]></description> 
	<pubDate>Thu, 02 Feb 2012 10:20:00 GMT</pubDate> 
	<dc:author>Gerald Guido </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349762</guid> 
</item>

<item>
	<title><![CDATA[Santizing User Input]]></title> 
	<description><![CDATA[I second that.<br>
	<br>
	&gt;The AntiSamy project is maybe the best way to sanitize any user input out<br>
	&gt;there.<br>
	&gt;<br>
	&gt;<br>
	&gt;-- <br>
	&gt;Regards,<br>
	&gt;Andrew Scott<br>
	&gt;WebSite: <A HREF="http://www.andyscott.id.au/">http://www.andyscott.id.au/</A><br>
	&gt;Google+: <A HREF="http://plus.google.com/108193156965451149543">http://plus.google.com/108193156965451149543</A><br>
	&gt;<br>
	&gt;<br>
	&gt;<br>
	&gt;<br>
	&gt;On Thu<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349761"  title="ColdFusion Talk (CF-Talk): Santizing User Input">more</A>]]]></description> 
	<pubDate>Thu, 02 Feb 2012 09:42:00 GMT</pubDate> 
	<dc:author>Andrew Grosset </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349761</guid> 
</item>

<item>
	<title><![CDATA[Santizing User Input]]></title> 
	<description><![CDATA[&gt;The AntiSamy project is maybe the best way to sanitize any user input out<br>
	&gt;there.<br>
	&gt;<br>
	&gt;<br>
	&gt;-- <br>
	&gt;Regards,<br>
	&gt;Andrew Scott<br>
	&gt;WebSite: <A HREF="http://www.andyscott.id.au/">http://www.andyscott.id.au/</A><br>
	&gt;Google+: <A HREF="http://plus.google.com/108193156965451149543">http://plus.google.com/108193156965451149543</A><br>
	&gt;<br>
	&gt;<br>
	&gt;<br>
	&gt;<br>
	&gt;On Thu, Feb 2, 2012 at 8<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349760"  title="ColdFusion Talk (CF-Talk): Santizing User Input">more</A>]]]></description> 
	<pubDate>Thu, 02 Feb 2012 09:40:00 GMT</pubDate> 
	<dc:author>Andrew Grosset </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349760</guid> 
</item>

<item>
	<title><![CDATA[Crossed Accounts Issue]]></title> 
	<description><![CDATA[Is it no possible that you set your data to session once you knw the data is validated so that it uses the data passed in your argument and b'se you already have a clock inside it will prevent race condition. Return true if validated and set to session <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349759"  title="ColdFusion Talk (CF-Talk): Crossed Accounts Issue">more</A>]]]></description> 
	<pubDate>Thu, 02 Feb 2012 06:03:00 GMT</pubDate> 
	<dc:author>priya23a24</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349759</guid> 
</item>

<item>
	<title><![CDATA[Video Processing?]]></title> 
	<description><![CDATA[Peter,<br>
	<br>
	They are really basic at this point, but I figure some documentation is better than no documentation. If anyone has any questions, I'll amend the file or add documentation accordingly.<br>
	<br>
	Thanks,<br>
	<br>
	Steve<br>
	<br>
	&gt;Hello Steve and everyone,<br>
	&gt;<br>
	&gt;Bring<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349758"  title="ColdFusion Talk (CF-Talk): Video Processing?">more</A>]]]></description> 
	<pubDate>Thu, 02 Feb 2012 03:52:00 GMT</pubDate> 
	<dc:author>Steve Bryant </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349758</guid> 
</item>

<item>
	<title><![CDATA[cfinput toggle readonly or disabled]]></title> 
	<description><![CDATA[It worked for me in Chrome, but didn't test in other browsers.<br>
	<br>
	Two other options are:<br>
	<br>
	1) Put your cfinput in an if/else with/without that attributes.<br>
	<br>
	2) Pass all the attributes in as an attributeCollection [1]<br>
	&lt;cfset inputArgs = {id=&quot;addr&quot;, name<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349757"  title="ColdFusion Talk (CF-Talk): cfinput toggle readonly or disabled">more</A>]]]></description> 
	<pubDate>Thu, 02 Feb 2012 03:29:00 GMT</pubDate> 
	<dc:author>.jonah</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349757</guid> 
</item>

<item>
	<title><![CDATA[Video Processing?]]></title> 
	<description><![CDATA[Justin,<br>
	<br>
	I'll work on docs for my solution soon. In the meantime, you might also look at PandaStream if you are willing to use 3rd party pay-per-use libraries.<br>
	<br>
	<A HREF="http://www.pandastream.com/">http://www.pandastream.com/</A><br>
	<br>
	Steve<br>
	<br>
	&gt;@Mack - Thanks for the confirmation, that lets me<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349756"  title="ColdFusion Talk (CF-Talk): Video Processing?">more</A>]]]></description> 
	<pubDate>Thu, 02 Feb 2012 02:38:00 GMT</pubDate> 
	<dc:author>Steve Bryant </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349756</guid> 
</item>

<item>
	<title><![CDATA[Invisible Scheduled Task]]></title> 
	<description><![CDATA[Hey, all - thanks for the ideas.&nbsp;&nbsp;I ended up manually going through the neo-cron.xml file for all our many, many instances and finally found it - it was in a very old instance that had been re-purposed a long time ago<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349755"  title="ColdFusion Talk (CF-Talk): Invisible Scheduled Task">more</A>]]]></description> 
	<pubDate>Thu, 02 Feb 2012 01:43:00 GMT</pubDate> 
	<dc:author>Matthew Gersting </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349755</guid> 
</item>

<item>
	<title><![CDATA[Video Processing?]]></title> 
	<description><![CDATA[@Mack - Thanks for the confirmation, that lets me know it's possible<br>
	which is a good start.<br>
	<br>
	@Steve - Interesting, I will take a look at that as soon as I can.&nbsp;&nbsp;If<br>
	it's just a wrapper for ffmpeg I can probably extend it to handle<br>
	stitching if needed<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349754"  title="ColdFusion Talk (CF-Talk): Video Processing?">more</A>]]]></description> 
	<pubDate>Thu, 02 Feb 2012 12:38:00 GMT</pubDate> 
	<dc:author>Justin Scott </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349754</guid> 
</item>



<item>
	<title><![CDATA[The Flex Authority Volume 1, Issue 2 is out now]]></title> 
	<description><![CDATA[If you want your Flex skills to be up-to-date then you need the Flex Authority. The current issue is all about Components: The Building Blocks of Your Applications.
	
	Order now]]></description> 
	<guid>http://www.flex-authority.com/issues/components-application-building-blocks/</guid>
	<pubDate>Sat, 04 Feb 2012 02:46:56 GMT</pubDate> 
	<dc:author>Flex Authority</dc:author> 
</item>

<item>
	<title><![CDATA[Session info lost on BlackBerry]]></title> 
	<description><![CDATA[Is it connected to <A HREF="http://kb2.adobe.com/cps/181/tn_18171.html">http://kb2.adobe.com/cps/181/tn_18171.html</A><BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349753"  title="ColdFusion Talk (CF-Talk): Session info lost on BlackBerry">more</A>]]]></description> 
	<pubDate>Thu, 02 Feb 2012 12:10:00 GMT</pubDate> 
	<dc:author>Brian McCairn </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349753</guid> 
</item>

<item>
	<title><![CDATA[The Fusion Authority Quarterly Update Volume 3, Issue 1 is out now]]></title> 
	<description><![CDATA[If you want your ColdFusion skills to be up-to-date then you need the Fusion Authority Quarterly Update. The current issue is all about Data and how to make it work for you. Just what we all need.
	
	Order now]]></description> 
	<guid>http://www.fusionauthority.com/quarterly/data-how-to-make-it-work-for-you/</guid>
	<pubDate>Sat, 04 Feb 2012 02:46:56 GMT</pubDate> 
	<dc:author>Fusion Authority</dc:author> 
</item>


</channel>
</rss>


