<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>coldfusion-howto at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/coldfusion-howto/</link>
    <description>ColdFusion Tips Tutorial Help Questions</description>

    <item>
      <title>coldfusion, IIS and hotlink prevention - how to secure images</title>
      <pubDate>Mon, 09 Nov 2009 22:32:31 GMT</pubDate>
      <dc:creator>Linda Burnside</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44527</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44527</guid>
      <description>I&#39;m looking for some general guidance - the answers may be Coldfusion related or might be more server/software related (i.e. might be off topic a bit). I have</description>
    </item>
    <item>
      <title>Re: html editors</title>
      <pubDate>Thu, 05 Nov 2009 14:27:11 GMT</pubDate>
      <dc:creator>LACKEY, DARYL (ATTSI)</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44526</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44526</guid>
      <description>When you implement these editors, how do you check the character length of the textarea so that you aren&#39;t sending data that is larger than the field length in</description>
    </item>
    <item>
      <title>Re: html editors</title>
      <pubDate>Thu, 05 Nov 2009 13:55:56 GMT</pubDate>
      <dc:creator>Hank Miller</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44525</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44525</guid>
      <description>The reason I was asking what version you are using... if you are using cf8 or above... fckeditor is now built in. You can use it in the following way. </description>
    </item>
    <item>
      <title>Re: html editors</title>
      <pubDate>Thu, 05 Nov 2009 13:24:52 GMT</pubDate>
      <dc:creator>Linda Burnside</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44524</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44524</guid>
      <description>I found one that I use all the time and it works very well for me. http://www.dynamicdrive.com/dynamicindex16/richtexteditor/index.htm Linda Burnside _____ </description>
    </item>
    <item>
      <title>Re: html editors</title>
      <pubDate>Thu, 05 Nov 2009 06:25:22 GMT</pubDate>
      <dc:creator>John Bartlett</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44523</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44523</guid>
      <description>I found FCKEditor to be extremely easy to integrate.  How were you using it? My code: &lt;cfmodule template=&quot;/fckeditor/fckeditor.cfm&quot; basePath=&quot;/fckeditor/&quot; </description>
    </item>
    <item>
      <title>Re: html editors</title>
      <pubDate>Thu, 05 Nov 2009 06:07:22 GMT</pubDate>
      <dc:creator>Hank Miller</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44522</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44522</guid>
      <description>What version of cf are you running?  -hankcfman ________________________________ From: joseph l &lt;raehm@...&gt; To: coldfusion-howto@yahoogroups.com Sent:</description>
    </item>
    <item>
      <title>html editors</title>
      <pubDate>Wed, 04 Nov 2009 22:42:50 GMT</pubDate>
      <dc:creator>joseph l</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44521</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44521</guid>
      <description>I (and my clients )would love to incorporate a html text capability to my textareas.  Problem is, I&#39;ve never been able to get FCKeditor or TinyMCE or NicEdit</description>
    </item>
    <item>
      <title>Re: date function counting backwards...revisited</title>
      <pubDate>Wed, 04 Nov 2009 13:44:41 GMT</pubDate>
      <dc:creator>Hank Miller</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44520</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44520</guid>
      <description>One correction... &lt;cfset newDate = dateAdd(&quot;d&quot;, -1*(form.asearch), now())&gt; you wanted to go backwards 30, 60, 90  -hankcfman ________________________________ </description>
    </item>
    <item>
      <title>Re: date function counting backwards...revisited</title>
      <pubDate>Wed, 04 Nov 2009 13:18:01 GMT</pubDate>
      <dc:creator>joseph l</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44519</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44519</guid>
      <description>Success!  Thanks!</description>
    </item>
    <item>
      <title>Re: date function counting backwards...revisited</title>
      <pubDate>Wed, 04 Nov 2009 01:16:33 GMT</pubDate>
      <dc:creator>Hank Miller</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44518</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44518</guid>
      <description>try replacing the  &lt;cfset dtstart = createdate(Year(Now()), Month(Now()), Day(Now()) - form.asearch)&gt; with &lt;cfset newDate = dateAdd(&quot;d&quot;, form.asearch,</description>
    </item>
    <item>
      <title>Re: date function counting backwards...revisited</title>
      <pubDate>Tue, 03 Nov 2009 21:14:36 GMT</pubDate>
      <dc:creator>joseph l</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44517</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44517</guid>
      <description>asearch can be 7, 14, 30, 60, or 90</description>
    </item>
    <item>
      <title>Re: date function counting backwards...revisited</title>
      <pubDate>Tue, 03 Nov 2009 20:08:40 GMT</pubDate>
      <dc:creator>John</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44516</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44516</guid>
      <description>What&#39;s form.asearch set to? As a FYI, you do not need the # symbols in this line: &lt;cfset astartdate = &quot;#dateformat(dtmonth/dtday/dtyear,&quot;mm/dd/yy&quot;)#&quot;&gt; You can</description>
    </item>
    <item>
      <title>date function counting backwards...revisited</title>
      <pubDate>Tue, 03 Nov 2009 19:18:59 GMT</pubDate>
      <dc:creator>joseph l</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44515</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44515</guid>
      <description>This code worked fine, at least until Nov 1 arrived. Error: DAY_OF_MONTH 11 : 12 : &lt;cfset dtstart = createdate(Year(Now()), Month(Now()), Day(Now()) - My Code:</description>
    </item>
    <item>
      <title>Re: How to insert cfmail contents into a table field ?</title>
      <pubDate>Wed, 28 Oct 2009 16:35:41 GMT</pubDate>
      <dc:creator>Hank Miller</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44513</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44513</guid>
      <description>check out the type attribute of cfmail &lt;cfmail to=&quot;&quot; from=&quot;&quot; subject=&quot;&quot; type=&quot;HTML&quot;&gt;  -hankcfman ________________________________ From: Uraidiot</description>
    </item>
    <item>
      <title>How to insert cfmail contents into a table field ?</title>
      <pubDate>Wed, 28 Oct 2009 14:37:39 GMT</pubDate>
      <dc:creator>Uraidiot</dc:creator>
      <link>http://tech.groups.yahoo.com/group/coldfusion-howto/message/44512</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/coldfusion-howto/message/44512</guid>
      <description>I have an application that will send out a cfmail (3 or 4 lines of content only). If is formatted in a table. I also have a history log table where every</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Thu Dec  3 16:20:41 PST 2009 -->
