<?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 2010, House of Fusion</copyright> 
<lastBuildDate>Mon, 22 Mar 2010 12:46:47 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[ColdFusion 8 cfselect ajax features - what am I missing?]]></title> 
	<description><![CDATA[Firebug is essential for debugging this sort of thing. It will show you<br>
	every ajax call and let you see if anything is failing.<br>
	<br>
	mxAjax / CFAjax docs and other useful articles:<br>
	<A HREF="http://www.bifrost.com.au/blog/">http://www.bifrost.com.au/blog/</A><br>
	<br>
	On 22 March 2010 05:31, James Milks &lt;<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331925"  title="ColdFusion Talk (CF-Talk): CF8 cfselect ajax features - what am I missing?">more</A>]]]></description> 
	<pubDate>Sun, 21 Mar 2010 09:07:00 GMT</pubDate> 
	<dc:author>James Holmes </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331925</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion 8 cfselect ajax features - what am I missing?]]></title> 
	<description><![CDATA[Well, I got the cfselect to work, but when I placed the code into a page displayed in a lightbox (facebox actually) it doesn't work.<br>
	<br>
	I suspect there is an Ajax call in the generated JS that is failing. Is this a question for cf-talk or the ajax list<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331924"  title="ColdFusion Talk (CF-Talk): CF8 cfselect ajax features - what am I missing?">more</A>]]]></description> 
	<pubDate>Sun, 21 Mar 2010 05:39:00 GMT</pubDate> 
	<dc:author>James Milks </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331924</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion 8 cfselect ajax features - what am I missing?]]></title> 
	<description><![CDATA[Thank you - I was sure I tried trimming, but I guess not.<br>
	<br>
	James<br>
	<br>
	-----Original Message-----<br>
	From: Azadi Saryev [mailto:azadi.saryev@gmail.com] <br>
	Sent: March 21, 2010 8:41 AM<br>
	To: cf-talk<br>
	Subject: Re: CF8 cfselect ajax features - what am I missing<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331923"  title="ColdFusion Talk (CF-Talk): CF8 cfselect ajax features - what am I missing?">more</A>]]]></description> 
	<pubDate>Sun, 21 Mar 2010 03:27:00 GMT</pubDate> 
	<dc:author>James Milks </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331923</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion 8 cfselect ajax features - what am I missing?]]></title> 
	<description><![CDATA[oh wow that was weird... all those | in my pasted firebug output...<br>
	in any case, look at the generated html source of your page and you will<br>
	see the options in first cfselect all have lots of trailing whitespace.<br>
	<br>
	Azadi<br>
	<br>
	On 21/03/2010 20:40, Azadi <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331922"  title="ColdFusion Talk (CF-Talk): CF8 cfselect ajax features - what am I missing?">more</A>]]]></description> 
	<pubDate>Sun, 21 Mar 2010 08:49:00 GMT</pubDate> 
	<dc:author>Azadi Saryev </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331922</guid> 
</item>

<item>
	<title><![CDATA[Mura and Forums?]]></title> 
	<description><![CDATA[Christopher Stowell wrote on 2010-03-20:<br>
	&gt; Has anyone found a forums software that will integrate with Mura easily?<br>
	&gt; Only one I've found so far is way over the budget of site I'm working on<br>
	&gt; so looking for something simple, easy to use.&nbsp;&nbsp;Thanks in <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331921"  title="ColdFusion Talk (CF-Talk): Mura and Forums?">more</A>]]]></description> 
	<pubDate>Sun, 21 Mar 2010 08:45:00 GMT</pubDate> 
	<dc:author>Hugo Ahlenius </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331921</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion 8 cfselect ajax features - what am I missing?]]></title> 
	<description><![CDATA[First place I'd look is your query. Try spoofing it up outside the ajax<br>
	scenario, send it some values and see what comes back.<br>
	<br>
	-----Original Message-----<br>
	From: James Milks [mailto:jamesmilks@noncubicle.com] <br>
	Sent: 21 March 2010 12:16<br>
	To: cf-talk<br>
	<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331920"  title="ColdFusion Talk (CF-Talk): CF8 cfselect ajax features - what am I missing?">more</A>]]]></description> 
	<pubDate>Sun, 21 Mar 2010 08:45:00 GMT</pubDate> 
	<dc:author>Will Swain</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331920</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion 8 cfselect ajax features - what am I missing?]]></title> 
	<description><![CDATA[for some reason - maybe to do with data type of underlying db column -<br>
	the values of options in your letterList cfselect have trailing spaces.<br>
	hence the arguments passed to your getTeamsByLetter() cfc method look<br>
	like this: |{&quot;letter&quot;:&quot;M|| ||&quot;}|, and <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331919"  title="ColdFusion Talk (CF-Talk): CF8 cfselect ajax features - what am I missing?">more</A>]]]></description> 
	<pubDate>Sun, 21 Mar 2010 08:42:00 GMT</pubDate> 
	<dc:author>Azadi Saryev </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331919</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion 8 cfselect ajax features - what am I missing?]]></title> 
	<description><![CDATA[Hi,<br>
	Have been away from CF for a long time. Retooling a site to use more modern features and I would like to use the CFSELECT bind features to link to select lists.<br>
	<br>
	I followed the example by Forta on the Adobe site, but it is just not working.&nbsp;&nbsp;have <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331918"  title="ColdFusion Talk (CF-Talk): CF8 cfselect ajax features - what am I missing?">more</A>]]]></description> 
	<pubDate>Sun, 21 Mar 2010 08:23:00 GMT</pubDate> 
	<dc:author>James Milks </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331918</guid> 
</item>

<item>
	<title><![CDATA[Google Weather API XML Question:  Getting the value of a node]]></title> 
	<description><![CDATA[Azadi,<br>
	<br>
	Thank you very much.&nbsp;&nbsp;That also worked perfectly.<br>
	<br>
	This is why I love this forum and community.<br>
	<br>
	Developers helping other Developers, it is just so cool.<br>
	<br>
	Thanks again for the help.<br>
	<br>
	Chuck<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331917"  title="ColdFusion Talk (CF-Talk): Google Weather API XML Question:  Getting the value of a node">more</A>]]]></description> 
	<pubDate>Fri, 19 Mar 2010 11:36:00 GMT</pubDate> 
	<dc:author>Chuck</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331917</guid> 
</item>

<item>
	<title><![CDATA[Google Weather API XML Question:  Getting the value of a node]]></title> 
	<description><![CDATA[Kym,<br>
	<br>
	Thank you very much.&nbsp;&nbsp;The worked perfectly.&nbsp;&nbsp;It never crossed my mind to<br>
	user XmlSearch().<br>
	<br>
	Chuck<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331916"  title="ColdFusion Talk (CF-Talk): Google Weather API XML Question:  Getting the value of a node">more</A>]]]></description> 
	<pubDate>Fri, 19 Mar 2010 11:32:00 GMT</pubDate> 
	<dc:author>Chuck</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331916</guid> 
</item>

<item>
	<title><![CDATA[Google Weather API XML Question:  Getting the value of a node]]></title> 
	<description><![CDATA[just replace 'xml_api_reply' with 'xmlroot' (without the quotes, of course):<br>
	<br>
	Condition =<br>
	xmlGoogle.xmlroot.weather.current_conditions.condition.xmlAttributes.data;<br>
	<br>
	Azadi<br>
	<br>
	On 20/03/2010 10:33, Chuck Weidler wrote:<br>
	&gt; I have been trying to figure <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331915"  title="ColdFusion Talk (CF-Talk): Google Weather API XML Question:  Getting the value of a node">more</A>]]]></description> 
	<pubDate>Fri, 19 Mar 2010 11:25:00 GMT</pubDate> 
	<dc:author>Azadi Saryev </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331915</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>Mon, 22 Mar 2010 12:46:47 GMT</pubDate> 
	<dc:author>Flex Authority</dc:author> 
</item>

<item>
	<title><![CDATA[Google Weather API XML Question:  Getting the value of a node]]></title> 
	<description><![CDATA[On 20/03/2010 13:33, Chuck Weidler wrote:<br>
	&gt;<br>
	&gt; I have been trying to figure this one out for a while now.&nbsp;&nbsp;Running the below code will bring back a valid XML string and the XmlParse() is working just fine.&nbsp;&nbsp;The problem is trying to get the value for <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331914"  title="ColdFusion Talk (CF-Talk): Google Weather API XML Question:  Getting the value of a node">more</A>]]]></description> 
	<pubDate>Fri, 19 Mar 2010 11:11:00 GMT</pubDate> 
	<dc:author>Kym Kovan </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331914</guid> 
</item>

<item>
	<title><![CDATA[Google Weather API XML Question:  Getting the value of a node]]></title> 
	<description><![CDATA[I have been trying to figure this one out for a while now.&nbsp;&nbsp;Running the below code will bring back a valid XML string and the XmlParse() is working just fine.&nbsp;&nbsp;The problem is trying to get the value for Condition in the &lt;cfscript&gt;.&nbsp;&nbsp;The error I'm getting <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331913"  title="ColdFusion Talk (CF-Talk): Google Weather API XML Question:  Getting the value of a node">more</A>]]]></description> 
	<pubDate>Fri, 19 Mar 2010 10:40:00 GMT</pubDate> 
	<dc:author>Chuck Weidler </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331913</guid> 
</item>

<item>
	<title><![CDATA[Mura and Forums?]]></title> 
	<description><![CDATA[Has anyone found a forums software that will integrate with Mura easily?&nbsp;&nbsp;Only one I've found so far is way over the budget of site I'm working on so looking for something simple, easy to use.&nbsp;&nbsp;Thanks in advance<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331912"  title="ColdFusion Talk (CF-Talk): Mura and Forums?">more</A>]]]></description> 
	<pubDate>Fri, 19 Mar 2010 08:49:00 GMT</pubDate> 
	<dc:author>Christopher Stowell </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331912</guid> 
</item>

<item>
	<title><![CDATA[Coldfusion 8 Webservice Help!]]></title> 
	<description><![CDATA[&quot;i have installed soxml and msxml6&quot;<br>
	<br>
	Why?<br>
	<br>
	Just create a CFC and use access=&quot;remote&quot; - now you have a webservice.<br>
	<br>
	mxAjax / CFAjax docs and other useful articles:<br>
	<A HREF="http://www.bifrost.com.au/blog/">http://www.bifrost.com.au/blog/</A><br>
	<br>
	On 20 March 2010 03:52, Ken Willis &lt;ken@<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331911"  title="ColdFusion Talk (CF-Talk): Coldfusion 8 Webservice Help!">more</A>]]]></description> 
	<pubDate>Fri, 19 Mar 2010 07:38:00 GMT</pubDate> 
	<dc:author>James Holmes </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331911</guid> 
</item>

<item>
	<title><![CDATA[cfoutput query within cfoutput query]]></title> 
	<description><![CDATA[I think my first post failed :-(<br>
	<br>
	SQL with JOIN<br>
	CFOUTPUT with group<br>
	<br>
	&lt;cfquery datasource=&quot;#dsn#&quot; name=&quot;qryPetPerson&quot;&gt;<br>
	 SELECT tblPerson.id, tblPerson.name,<br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tblPets.pet<br>
	 FROM tblPerson, tblPets<br>
	 WHERE tblPets.ownerID = tblPerson.id<br>
	<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331910"  title="ColdFusion Talk (CF-Talk): cfoutput query within cfoutput query">more</A>]]]></description> 
	<pubDate>Fri, 19 Mar 2010 07:08:00 GMT</pubDate> 
	<dc:author>AJ Mercer </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331910</guid> 
</item>

<item>
	<title><![CDATA[cfoutput query within cfoutput query]]></title> 
	<description><![CDATA[Hi Brandon,<br>
	<br>
	1) Use a cfloop in place of a cfoutput tag for the inner loop.<br>
	2) in situations like these I recommend also scoping your variables, eg. the<br>
	pets in the inner loop would be #pets.pet#<br>
	3) in general your approach should be revisited, <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331909"  title="ColdFusion Talk (CF-Talk): cfoutput query within cfoutput query">more</A>]]]></description> 
	<pubDate>Fri, 19 Mar 2010 07:04:00 GMT</pubDate> 
	<dc:author>Dan Baughman </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331909</guid> 
</item>

<item>
	<title><![CDATA[cfoutput query within cfoutput query]]></title> 
	<description><![CDATA[I have a situation where i need to display info from two queries on the same row of a table.&nbsp;&nbsp;Here is the background, each person in a database table has a name and ID which is then linked to another table that lists pets.&nbsp;&nbsp;Each person can have as many as<BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331908"  title="ColdFusion Talk (CF-Talk): cfoutput query within cfoutput query">more</A>]]]></description> 
	<pubDate>Fri, 19 Mar 2010 06:40:00 GMT</pubDate> 
	<dc:author>brandon kennedy </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331908</guid> 
</item>

<item>
	<title><![CDATA[null vs Zero]]></title> 
	<description><![CDATA[&lt;cfqueryparam cfsqltype=&quot;cf_sql_integer&quot; value=&quot;#myValue#&quot; null=&quot;#not <br>
	isNumeric(myValue)#&quot; /&gt;<br>
	<br>
	On 3/19/2010 4:45 PM, Frank Liu wrote:<br>
	&gt; Hello,<br>
	&gt;<br>
	&gt; In my table, I have several fields with numberic data type.<br>
	&gt; After the form is submitted, I found <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331907"  title="ColdFusion Talk (CF-Talk): null vs Zero">more</A>]]]></description> 
	<pubDate>Fri, 19 Mar 2010 05:19:00 GMT</pubDate> 
	<dc:author>Jason Fisher </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331907</guid> 
</item>

<item>
	<title><![CDATA[null vs Zero]]></title> 
	<description><![CDATA[Hello,<br>
	<br>
	In my table, I have several fields with numberic data type.<br>
	After the form is submitted, I found out zero are inserted into those fields in the table if those fields are left blank in the form. However, I want null value in my table. Please <BR> [<A href="http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331906"  title="ColdFusion Talk (CF-Talk): null vs Zero">more</A>]]]></description> 
	<pubDate>Fri, 19 Mar 2010 04:53:00 GMT</pubDate> 
	<dc:author>Frank Liu </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331906</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>Mon, 22 Mar 2010 12:46:47 GMT</pubDate> 
	<dc:author>Fusion Authority</dc:author> 
</item>


</channel>
</rss>

