<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kimmtech &#187; ColdFusion</title>
	<atom:link href="http://technotes.kimmwiens.com/category/coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://technotes.kimmwiens.com</link>
	<description>technical tips and tricks</description>
	<lastBuildDate>Tue, 12 Jan 2010 16:10:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ColdFusion &#8211; Read from a text file.  Truncate Article with &#8220;more . . . &#8221; link</title>
		<link>http://technotes.kimmwiens.com/2009/coldfusion-read-from-a-text-file-truncate-article-with-more-link/</link>
		<comments>http://technotes.kimmwiens.com/2009/coldfusion-read-from-a-text-file-truncate-article-with-more-link/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 23:39:39 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[PowerWeb]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/?p=256</guid>
		<description><![CDATA[&#60;!&#8212;&#60;cfset TXTPath = ExpandPath(&#34;/client/client_pages/ArticleText/ReadReflect.txt&#34;)&#62; &#60;cffile action=&#34;read&#34; &#160;&#160;&#160; file=&#34;#TXTPath#&#34; &#160;&#160;&#160; variable=&#34;article&#34;&#62; &#60;cfif CGI.SCRIPT_NAME contains &#34;/index.cfm&#34;&#62; &#160;&#160;&#160; &#60;cfoutput&#62; &#160;&#160;&#160; &#160;&#160;&#160; &#60;cfset articleTrunc = Left(article, 350)&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; #articleTrunc#&#8230; &#160;&#160;&#160; &#160;&#160;&#160; &#60;cfset articleTrunc = &#8216; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#60;div class=&#34;expanderHeadText&#34;&#62; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#60;!&#8212;&#60;img id=&#34;imagechange&#34; src=&#34;#application.site.PWROOT#/client/client_images/readmore.gif&#34; alt=&#34;Expand for more info&#34; border=&#34;0&#34;&#62;&#8212;&#62; &#160;&#160;&#160; [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<p>&lt;!&#8212;&lt;cfset TXTPath = ExpandPath(&quot;/client/client_pages/ArticleText/ReadReflect.txt&quot;)&gt;<br />
&lt;cffile action=&quot;read&quot;<br />
&nbsp;&nbsp;&nbsp; file=&quot;#TXTPath#&quot;<br />
&nbsp;&nbsp;&nbsp; variable=&quot;article&quot;&gt;<br />
&lt;cfif CGI.SCRIPT_NAME contains &quot;/index.cfm&quot;&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;cfoutput&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;cfset articleTrunc = Left(article, 350)&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #articleTrunc#&#8230;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;cfset articleTrunc = &#8216;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;div class=&quot;expanderHeadText&quot;&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;!&#8212;&lt;img id=&quot;imagechange&quot; src=&quot;#application.site.PWROOT#/client/client_images/readmore.gif&quot; alt=&quot;Expand for more info&quot; border=&quot;0&quot;&gt;&#8212;&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;div class=&quot;readmore&quot;&gt;&nbsp;&nbsp;&nbsp; &lt;a title=&quot;show/hide&quot; style=&quot;cursor:hand;&quot; id=&quot;exp1088095638_link&quot; href=&quot;#application.site.PWROOT#/client/client_pages/Read_Reflect_Pray.cfm&quot;&gt;Read More&lt;/a&gt;&lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;div id=&quot;exp1088095638&quot; class=&quot;childExpander&quot; style=&quot;display:none&quot;&gt;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;div class=&quot;description&quot;&gt;#articleTrunc#&lt;/div&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/div&gt;&#8217;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #articleTrunc#<br />
&lt;/cfoutput&gt;</p>
<p>&lt;cfelse&gt;<br />
&lt;cfoutput&gt;<br />
&lt;br&gt;<br />
&lt;br&gt;<br />
&lt;h1&gt;Title&lt;/h1&gt;<br />
&lt;img src=&quot;/client/client_images/template/ctnr_hr.gif&quot; alt=&quot;horizontal rule&quot;&gt;<br />
&lt;div id=&quot;article&quot;&gt;#article#&lt;/div&gt;<br />
&lt;/cfoutput&gt;</p>
<p>&lt;/cfif&gt;&#8212;&gt;</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2009/coldfusion-read-from-a-text-file-truncate-article-with-more-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

