<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>CFTalk at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/CFTalk/</link>
    <description>ColdFusion Talk (CFTalk) List archives</description>

    <item>
      <title>Re: SOT: I need a new IDE.</title>
      <pubDate>Mon, 09 Nov 2009 19:44:40 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/154361</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/154361</guid>
      <description>Oh I&#39;ve played with just about every setting I can to get it to behave the way I want it to, but I&#39;m just fed up with having to beat my IDE into shape. I&#39;m</description>
    </item>
    <item>
      <title>Re: SOT: I need a new IDE.</title>
      <pubDate>Mon, 09 Nov 2009 19:24:17 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/154360</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/154360</guid>
      <description>before you jump to a different ide (which is not saying it&#39;s a bad idea), configure dw to work only in code view and see if that makes your life easier. it&#39;s a</description>
    </item>
    <item>
      <title>Re: SOT: I need a new IDE.</title>
      <pubDate>Mon, 09 Nov 2009 18:31:08 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/154359</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/154359</guid>
      <description>Both CFE and CFB can do what you want. Since they are based on Eclipse you can add a number of SVN, CVS and GIT clients. As for which one, that is a matter of</description>
    </item>
    <item>
      <title>Re: Deleting contents within a folder</title>
      <pubDate>Mon, 09 Nov 2009 18:22:02 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/154358</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/154358</guid>
      <description>I agree with Barney just deleting the directory and recreating it. Having to get a list of everything in the directory and then loop through that list and</description>
    </item>
    <item>
      <title>SOT: I need a new IDE.</title>
      <pubDate>Mon, 09 Nov 2009 17:55:40 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/154357</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/154357</guid>
      <description>I&#39;ve been using Dreamweaver for the last couple iterations (7 through CS4) and I&#39;m done.  Can&#39;t stand it anymore.  I&#39;m a coder, not a drag/drop, re-write</description>
    </item>
    <item>
      <title>Re: Deleting contents within a folder</title>
      <pubDate>Mon, 09 Nov 2009 16:33:52 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/154356</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/154356</guid>
      <description>cfdirectory action=list loop through the list cffile delete based on list contents ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| </description>
    </item>
    <item>
      <title>Re: Deleting contents within a folder</title>
      <pubDate>Mon, 09 Nov 2009 16:33:52 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/154355</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/154355</guid>
      <description>You could use &lt;CFDirectory&gt; to get the listings of the directory, then loop over that calling FileDelete() on the results... ... </description>
    </item>
    <item>
      <title>Re: Deleting contents within a folder</title>
      <pubDate>Mon, 09 Nov 2009 16:33:49 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/154354</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/154354</guid>
      <description>Use cfdirectory to list the content of the directory. Then loop through the contents and delete the files you don&#39;t want. &lt;cfdirectory action=&quot;list&quot; directory</description>
    </item>
    <item>
      <title>Re: Deleting contents within a folder</title>
      <pubDate>Mon, 09 Nov 2009 16:33:43 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/154353</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/154353</guid>
      <description>Get a list of the files with cfdirectory action=&quot;list&quot; then loop over the files. Delete the files with cffile action=&quot;delete&quot; ... From: Damo Drumm</description>
    </item>
    <item>
      <title>Re: Deleting contents within a folder</title>
      <pubDate>Mon, 09 Nov 2009 16:33:41 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/154352</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/154352</guid>
      <description>If you don&#39;t mind synchronizing, you can just delete the directory (as you are now) and then recreate an empty one after you&#39;re done. Otherwise you&#39;ll need to</description>
    </item>
    <item>
      <title>Deleting contents within a folder</title>
      <pubDate>Mon, 09 Nov 2009 16:16:32 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/154351</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/154351</guid>
      <description>Hi Im trying to delete all the contents within a folder using coldfusion, but its deleting the actual folder each time The contents of the folder contains be</description>
    </item>
    <item>
      <title>Re: SOT: flex App not working in IE</title>
      <pubDate>Mon, 09 Nov 2009 13:29:07 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/154350</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/154350</guid>
      <description>Thanks Dave.  It wasn&#39;t my web server settings, but some changes I&#39;d made to the code caused some cfheader and cfcontent statements to be included in calls to</description>
    </item>
    <item>
      <title>Re: Element thumbnail is undefined in a Java object of type class co</title>
      <pubDate>Mon, 09 Nov 2009 12:47:38 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/154349</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/154349</guid>
      <description>... LOL, thanks Dave. That&#39;s what I get for not reading the fine print ;-) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach</description>
    </item>
    <item>
      <title>Re: CF8 web service invocation error - possibly when under high load</title>
      <pubDate>Mon, 09 Nov 2009 09:07:02 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/154348</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/154348</guid>
      <description>... Hi, It looks as though this issue was resolved.  The above I think was a total red herring.  There was a task running on another server calling a script</description>
    </item>
    <item>
      <title>&lt;!DOCTYPE double byte issue</title>
      <pubDate>Mon, 09 Nov 2009 02:38:29 GMT</pubDate>
      <dc:creator>archive@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/CFTalk/message/154347</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/CFTalk/message/154347</guid>
      <description>Hi all, I have a strange problem where with: &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot; &quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&quot;&gt; pages in IE 8</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Mon Nov  9 11:52:36 PST 2009 -->
