<?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; Moved to PW</title>
	<atom:link href="http://technotes.kimmwiens.com/category/moved-to-pw/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>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>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>
		<item>
		<title>ColdFusion:  Redirect a page to a page on an external site</title>
		<link>http://technotes.kimmwiens.com/2009/coldfusion-redirect-a-apage-to-a-page-on-an-external-site/</link>
		<comments>http://technotes.kimmwiens.com/2009/coldfusion-redirect-a-apage-to-a-page-on-an-external-site/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 18:07:08 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[Moved to PW]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/?p=224</guid>
		<description><![CDATA[&#60;cflocation url=&#34;http://www.yoursite.com/MEM/Default.asp&#34;&#62;]]></description>
			<content:encoded><![CDATA[<p>&lt;cflocation url=&quot;http://www.yoursite.com/MEM/Default.asp&quot;&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2009/coldfusion-redirect-a-apage-to-a-page-on-an-external-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

