<?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</title>
	<atom:link href="http://technotes.kimmwiens.com/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>Moving WordPress posts from one blog to another</title>
		<link>http://technotes.kimmwiens.com/2009/moving-wordpress-posts-from-one-blog-to-another/</link>
		<comments>http://technotes.kimmwiens.com/2009/moving-wordpress-posts-from-one-blog-to-another/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 16:28:44 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://technotes.kimmwiens.com/?p=346</guid>
		<description><![CDATA[http://visnum.com/how-to-transfer-a-single-post-or-selected-posts-from-one-blog-to-another/]]></description>
			<content:encoded><![CDATA[<p><a href="http:// http://visnum.com/how-to-transfer-a-single-post-or-selected-posts-from-one-blog-to-another/"><br />
</a></p>
<p><a href="http:// http://visnum.com/how-to-transfer-a-single-post-or-selected-posts-from-one-blog-to-another/">http://visnum.com/how-to-transfer-a-single-post-or-selected-posts-from-one-blog-to-another/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2009/moving-wordpress-posts-from-one-blog-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSCook Menu &#8211; Change Pointer Cursor to Hand Cursor</title>
		<link>http://technotes.kimmwiens.com/2009/jscook-menu-change-point-cursor-to-hand-cursor/</link>
		<comments>http://technotes.kimmwiens.com/2009/jscook-menu-change-point-cursor-to-hand-cursor/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 15:09:25 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[Moved to PW]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/?p=265</guid>
		<description><![CDATA[For some reason the JSCook Menu draws a pointer cursor rather than a hand cursor for its menus.&#160; Thanks to yuanheng.org, here&#39;s a solution: &#160; .ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive, .ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive { &#160;&#160;&#160; cursor: pointer; &#160;&#160;&#160; white-space: nowrap; &#160;&#160;&#160; cursor: hand; }]]></description>
			<content:encoded><![CDATA[<p>For some reason the JSCook Menu draws a pointer cursor rather than a hand cursor for its menus.&nbsp; Thanks to yuanheng.org, here&#39;s a solution:</p>
<blockquote>
<p>&nbsp;</p>
<p>.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive,<br />
		.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive<br />
		{<br />
		&nbsp;&nbsp;&nbsp; cursor: pointer;<br />
		&nbsp;&nbsp;&nbsp; white-space: nowrap;<br />
		&nbsp;&nbsp;&nbsp; cursor: hand; <br />
		}</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2009/jscook-menu-change-point-cursor-to-hand-cursor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add code between DNN Header Tags</title>
		<link>http://technotes.kimmwiens.com/2009/add-code-between-dnn-header-tags/</link>
		<comments>http://technotes.kimmwiens.com/2009/add-code-between-dnn-header-tags/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 17:30:40 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[DNN DotNetNuke]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/?p=263</guid>
		<description><![CDATA[1) Go to the Settings for the page where you want to add the headers 2) Expand Advanced Settings 3) Put your code in the Page Header Tags field.]]></description>
			<content:encoded><![CDATA[<p>1) Go to the Settings for the page where you want to add the headers<br />
2) Expand Advanced Settings<br />
3) Put your code in the Page Header Tags field.</p>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2009/add-code-between-dnn-header-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; Dotted line in Firefox 3.0</title>
		<link>http://technotes.kimmwiens.com/2009/css-dotted-line-in-firefox-30/</link>
		<comments>http://technotes.kimmwiens.com/2009/css-dotted-line-in-firefox-30/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 16:19:49 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/?p=259</guid>
		<description><![CDATA[Add outline:none; to body style]]></description>
			<content:encoded><![CDATA[<p>Add</p>
<blockquote>
<p>outline:none;</p>
</blockquote>
<p>to body style</p>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2009/css-dotted-line-in-firefox-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Dotted Horizontal Rule in CSS</title>
		<link>http://technotes.kimmwiens.com/2009/dotted-horizontal-rule-in-css/</link>
		<comments>http://technotes.kimmwiens.com/2009/dotted-horizontal-rule-in-css/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 20:39:01 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/?p=247</guid>
		<description><![CDATA[.line {border-top: 2px dotted #535152; margin-top: 5px; }]]></description>
			<content:encoded><![CDATA[<blockquote>
<p>.line {border-top: 2px dotted #535152;<br />
margin-top: 5px; }</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2009/dotted-horizontal-rule-in-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; Style style dropdown list / menu in forms</title>
		<link>http://technotes.kimmwiens.com/2009/css-style-style-dropdown-list-menu-in-forms/</link>
		<comments>http://technotes.kimmwiens.com/2009/css-style-style-dropdown-list-menu-in-forms/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 17:45:17 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/?p=238</guid>
		<description><![CDATA[You can add items to the list / menu select code &#60;form action=&#34;&#34; method=&#34;get&#34;&#62;&#60;select name=&#34;DropDownList&#34;&#62; &#160;&#160;&#160; &#60;option&#62;red&#60;/option&#62; &#60;/select&#62;&#60;/form&#62; like these: style=&#34;background:&#160;black;&#160;color:&#160;red;&#160;text-decoration;&#160;none;&#160;border:&#160;1px&#160;solid&#160;red;&#34; &#60;form method=&#34;get&#34; action=&#34;&#34;&#62; &#160;&#160;&#160; &#60;select name=&#34;DropDownList&#34; style=&#34;border: 2px solid #7ed01d; width: 115px; color: #ff9d33;&#34;&#62; &#160;&#160;&#160; &#60;option&#62;red&#60;/option&#62; &#160; &#60;option&#62;blue&#60;/option&#62; &#160;&#60;option&#62;green&#60;/option&#62; &#160;&#160;&#160; &#60;/select&#62; &#60;/form&#62; red blue green &#160;]]></description>
			<content:encoded><![CDATA[<p>You can add items to the list / menu select code</p>
<blockquote>
<p>&lt;form action=&quot;&quot; method=&quot;get&quot;&gt;&lt;select name=&quot;DropDownList&quot;&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;option&gt;red&lt;/option&gt;<br />
&lt;/select&gt;&lt;/form&gt;</p>
</blockquote>
<p>like these:</p>
<blockquote>
<p>style=&quot;background:&nbsp;black;&nbsp;color:&nbsp;red;&nbsp;text-decoration;&nbsp;none;&nbsp;border:&nbsp;1px&nbsp;solid&nbsp;red;&quot;</p>
</blockquote>
<blockquote>
<p>&lt;form method=&quot;get&quot; action=&quot;&quot;&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;select name=&quot;DropDownList&quot; style=&quot;border: 2px solid #7ed01d; width: 115px; color: #ff9d33;&quot;&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;option&gt;red&lt;/option&gt;<br />
&nbsp; &lt;option&gt;blue&lt;/option&gt;<br />
&nbsp;&lt;option&gt;green&lt;/option&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;/select&gt;<br />
&lt;/form&gt;</p>
<form action="" method="get">
<select style="border: 2px solid #7ed01d; width: 115px; color: rgb(255, 157, 51);" name="DropDownList">
<option>red</option>
<option>blue</option>
<option>green</option>
</select>
</form>
</blockquote>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2009/css-style-style-dropdown-list-menu-in-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Align button image between form elements &#8211; dropdown list, input box etc.</title>
		<link>http://technotes.kimmwiens.com/2009/align-button-image-between-form-elements-dropdown-list-input-box-etc/</link>
		<comments>http://technotes.kimmwiens.com/2009/align-button-image-between-form-elements-dropdown-list-input-box-etc/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 02:20:56 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[Adobe After Effects]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/?p=235</guid>
		<description><![CDATA[Finding this code made my month! input[type=image]{ position:relative; top:5px; }]]></description>
			<content:encoded><![CDATA[<p>Finding this code made my month!</p>
<p>input[type=image]{<br />
position:relative;<br />
top:5px;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2009/align-button-image-between-form-elements-dropdown-list-input-box-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google pdf tracking code</title>
		<link>http://technotes.kimmwiens.com/2009/google-pdf-tracking-code/</link>
		<comments>http://technotes.kimmwiens.com/2009/google-pdf-tracking-code/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 19:19:28 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[Moved to PW]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/?p=232</guid>
		<description><![CDATA[Google&#8217;s recommendation for placement of their analytics code is to always place it directly above the closing body tag.&#160; &#160; See:&#160; http://www.google.com/support/googleanalytics/bin/answer.py?answer=55574&#38;topic=11126 &#160; However Google does state an exception on the instructions for using the special pdf tracking code: &#160; &#160; &#8220;Important: if your pages include a call to _trackPageview, _setAllowLinker _trackTrans(), your Analytics tracking [...]]]></description>
			<content:encoded><![CDATA[<div><span style="font-size: medium;"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(54, 95, 145);">Google&rsquo;s recommendation for placement of their analytics code is to always place it directly above the closing body tag.&nbsp; </span></span></div>
<div><span style="font-size: medium;">&nbsp;</span></div>
<div><span style="font-size: medium;"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31, 73, 125);">See:&nbsp; </span></span><span style="font-size: 10pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(54, 95, 145);"><a href="http://www.google.com/support/googleanalytics/bin/answer.py?answer=55574&amp;topic=11126"><span style="font-size: medium;"><span style="color: rgb(54, 95, 145);">http://www.google.com/support/googleanalytics/bin/answer.py?answer=55574&amp;topic=11126</span></span></a></span></div>
<div><span style="font-size: medium;">&nbsp;</span></div>
<div><span style="font-size: medium;"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(54, 95, 145);">However Google does state an exception on the instructions for using the special pdf tracking code:</span></span></div>
<div style="margin-left: 1in;">&nbsp;</div>
<p>&nbsp;</p>
<div style="margin-left: 1in;"><span style="font-size: medium;"><b><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: black;">&ldquo;Important</span></b><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: black;">: <i>if your pages include a call to </i></span><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(79, 98, 40);">_trackPageview</span><i><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: black;">, _setAllowLinker _trackTrans(), your Analytics tracking code must be placed in your HTML code above any of these calls. In these cases the tracking code can be placed anywhere between the opening &lt;body&gt; tag and the JavaScript call. &ldquo;</span></i></span></div>
<div><span style="font-size: medium;"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(79, 98, 40);">_trackPageview</span><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(54, 95, 145);">is a part of the standard Google Analytics code so to use the PDF tracking the analytics code would have to be moved to higher up on the page.</span></span><span style="font-size: 10pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(54, 95, 145);"><br />
	</span></div>
<div>&nbsp;</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2009/google-pdf-tracking-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

