<?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; PowerWeb</title>
	<atom:link href="http://technotes.kimmwiens.com/category/powerweb/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>
		<item>
		<title>ColdFusion &#8211; remove decimals</title>
		<link>http://technotes.kimmwiens.com/2009/coldfusion-remove-decimals/</link>
		<comments>http://technotes.kimmwiens.com/2009/coldfusion-remove-decimals/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 18:19:58 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[PowerWeb]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/?p=249</guid>
		<description><![CDATA[#lsnumberformat]]></description>
			<content:encoded><![CDATA[<blockquote>
<p>#lsnumberformat</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2009/coldfusion-remove-decimals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove &#8220;Buy this Book&#8221; from Google &#8220;Book Search&#8221; Feature</title>
		<link>http://technotes.kimmwiens.com/2009/remove-buy-this-book-from-google-book-search-feature/</link>
		<comments>http://technotes.kimmwiens.com/2009/remove-buy-this-book-from-google-book-search-feature/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 23:10:57 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[Google - Book]]></category>
		<category><![CDATA[PowerWeb]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/?p=208</guid>
		<description><![CDATA[&#160; It is possible to remove the &#34;Buy this book&#34; link from the Google&#8217;s Book Search feature.&#160; You must contact Google support and ask them to remove &#34;third party Buy links&#34; for your URL.&#160; You also need to add this to your Book Search code: &#160; &#60;script&#62;GBS_setViewerOptions({showLinkChrome: false});&#60;/script&#62; directly following: &#60;script src=&#34;http://books.google.com/books/previewlib.js&#34;&#62;&#60;/script&#62;]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img height="501" width="603" src="http://kimmtech.all-around-us.com/wp-content/uploads/image/GoogleBookSearch(1).jpg" alt="" /></p>
<p>&nbsp;
</p>
<p style="text-align: left;">It is possible to remove the &quot;Buy this book&quot; link from the Google&#8217;s <strong>Book Search</strong> feature.&nbsp; You must <strong>contact Google support</strong> and ask them to remove &quot;third party Buy links&quot; for your URL.&nbsp; You also need to add this to your Book Search code:</p>
<p>&nbsp;</p>
<blockquote>
<p class="MsoPlainText">&lt;script&gt;GBS_setViewerOptions({showLinkChrome: false});&lt;/script&gt;<br />
<o:p></o:p></p>
<p class="MsoPlainText">directly following:</p>
<p class="MsoPlainText">&lt;script src=&quot;<a href="http://books.google.com/books/previewlib.js">http://books.google.com/books/previewlib.js</a>&quot;&gt;&lt;/script&gt;</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2009/remove-buy-this-book-from-google-book-search-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

