<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Karl's Place</title>
	
	<link>http://blogs.kranich.org/karl</link>
	<description />
	<pubDate>Mon, 29 Jun 2009 21:49:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/KarlsPlace" type="application/rss+xml" /><feedburner:emailServiceId>KarlsPlace</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Lego Arcade</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/-CAbJAWR7a0/</link>
		<comments>http://blogs.kranich.org/karl/2009/06/29/lego-arcade/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 21:49:46 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[theWeb]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=211</guid>
		<description><![CDATA[This is awesome!

http://www.youtube.com/watch?v=KhkR-vHXO28

]]></description>
			<content:encoded><![CDATA[<p>This is awesome!</p>
<div class="vvqbox vvqyoutube" style="width:425px;height:355px;">
<p id="vvq4a5601693812a"><a href="http://www.youtube.com/watch?v=KhkR-vHXO28">http://www.youtube.com/watch?v=KhkR-vHXO28</a></p>
</div>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/-CAbJAWR7a0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2009/06/29/lego-arcade/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2009/06/29/lego-arcade/</feedburner:origLink></item>
		<item>
		<title>Volkswagen’s transparent factory</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/4L1kHSRI_ro/</link>
		<comments>http://blogs.kranich.org/karl/2009/06/26/volkswagens-transparent-factory/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 21:55:24 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[theWeb]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=209</guid>
		<description><![CDATA[
http://www.youtube.com/watch?v=nd5WGLWNllA

]]></description>
			<content:encoded><![CDATA[<div class="vvqbox vvqyoutube" style="width:425px;height:355px;">
<p id="vvq4a5601693b00c"><a href="http://www.youtube.com/watch?v=nd5WGLWNllA">http://www.youtube.com/watch?v=nd5WGLWNllA</a></p>
</div>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/4L1kHSRI_ro" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2009/06/26/volkswagens-transparent-factory/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2009/06/26/volkswagens-transparent-factory/</feedburner:origLink></item>
		<item>
		<title>Acronis True Image won’t write to Server 2008 shares</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/NSpJML-0Kvw/</link>
		<comments>http://blogs.kranich.org/karl/2009/06/04/acronis-true-image-wont-write-to-server-2008-shares/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 18:58:20 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[tips&#038;tricks]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=207</guid>
		<description><![CDATA[We were trying to write some machine images to a Server 2008 share with Acronis True Image.  True Image would see the shares, but would fail with a strange &#8220;bad file name&#8221; error.
It turned out to be the same issue that stopped Mac OS 10.4 from talking to my Server 2008 shares at a different [...]]]></description>
			<content:encoded><![CDATA[<p>We were trying to write some machine images to a Server 2008 share with Acronis True Image.  True Image would see the shares, but would fail with a strange &#8220;bad file name&#8221; error.</p>
<p>It turned out to be the same issue that stopped Mac OS 10.4 from talking to my Server 2008 shares at a different location:  the security policies on Server 2008 require SMB message signing.  Both Mac OS 10.4 and the version of True Image that we&#8217;re running don&#8217;t support SMB message signing.</p>
<p>Here&#8217;s how we disabled the message signing requirement (SMB messages will still be signed when a client supports it):</p>
<ol>
<li>Open Group Policy Management and edit the Default Domain Controller Policy</li>
<li>Go To Computer Configuration, Policies, Windows Settings, Security Settings, Local Policies, Security Options</li>
<li>Scroll down and find the entry Microsoft network server: Digitally sign communications (always)</li>
<li>Set this option to Disabled</li>
<li>Execute gpupdate on the DC and the file server to apply the new GPO ruleset.</li>
</ol>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/NSpJML-0Kvw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2009/06/04/acronis-true-image-wont-write-to-server-2008-shares/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2009/06/04/acronis-true-image-wont-write-to-server-2008-shares/</feedburner:origLink></item>
		<item>
		<title>Dotnetnuke Menu Bar Broken in Firefox</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/CkVdf56N-5c/</link>
		<comments>http://blogs.kranich.org/karl/2009/05/28/dotnetnuke-menu-bar-broken-in-firefox/#comments</comments>
		<pubDate>Thu, 28 May 2009 21:03:16 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[tips&#038;tricks]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=201</guid>
		<description><![CDATA[When our users started upgrading to Firefox 3.0.10, they began noticing that our Dotnetnuke intranet&#8217;s menu bar was broken &#8212; only &#8220;Home&#8221; showed up, not the rest of the page titles.
It turns out that DNN uses a config file to tell it what capabilities the various browser versions support.  For some reason, the user agent [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="size-full wp-image-202 aligncenter" title="menubar" src="http://blogs.kranich.org/karl/wp-content/uploads/2009/05/menubar.gif" alt="menubar" width="170" height="27" />When our users started upgrading to Firefox 3.0.10, they began noticing that our Dotnetnuke intranet&#8217;s menu bar was broken &#8212; only &#8220;Home&#8221; showed up, not the rest of the page titles.</p>
<p>It turns out that DNN uses a config file to tell it what capabilities the various browser versions support.  For some reason, the user agent string from Firefox 3.0.10 isn&#8217;t recognized.</p>
<p>I empathize with the arguments on the DNN forums that it&#8217;s not a good practice to maintain a table like this, but I&#8217;m not going to try to rewrite DNN.  Since I&#8217;m not worried about really old versions of Firefox accessing our Intranet site, my fix was to edit the file \js\ClientAPICaps.config and add this to the first section:</p>
<p><code>browser contains="Firefox"</code></p>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/CkVdf56N-5c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2009/05/28/dotnetnuke-menu-bar-broken-in-firefox/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2009/05/28/dotnetnuke-menu-bar-broken-in-firefox/</feedburner:origLink></item>
		<item>
		<title>Word Mail Merge fails to see MS Access data source</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/l7yQV075eow/</link>
		<comments>http://blogs.kranich.org/karl/2009/05/28/word-mail-merge-fails-to-see-ms-access-data-source/#comments</comments>
		<pubDate>Thu, 28 May 2009 20:42:34 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[tips&#038;tricks]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=197</guid>
		<description><![CDATA[We have an Access database that has been used for years as a data source for merging Word documents.  A button in the Access app would run a MakeTable query and then launch Word, which would open a document that looked to the table as a data source.
Two weeks ago, the mail merge documents began [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-198" title="transfertext" src="http://blogs.kranich.org/karl/wp-content/uploads/2009/05/transfertext.gif" alt="transfertext" width="488" height="102" />We have an Access database that has been used for years as a data source for merging Word documents.  A button in the Access app would run a MakeTable query and then launch Word, which would open a document that looked to the table as a data source.</p>
<p>Two weeks ago, the mail merge documents began refusing to see the data source.  I read all of the tips about using Internet Explorer&#8217;s security settings to put the network path in the Intranet or Trusted Sites zones.  That actually helped on some machines, but not most.</p>
<p>My solution was to use the VBA (Visual Basic for Applications) function &#8220;TransferText&#8221; to export the table to a text file on the local hard drive.  I then reconfigured all of the merge documents to look to that local file.  The basic instructions can be found <a title="MS Access export specifications" href="http://www.blueclaw-db.com/export-specifications.htm">here.</a></p>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/l7yQV075eow" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2009/05/28/word-mail-merge-fails-to-see-ms-access-data-source/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2009/05/28/word-mail-merge-fails-to-see-ms-access-data-source/</feedburner:origLink></item>
		<item>
		<title>VNC to Mac OS 10.5 from Windows</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/DGHeTDZAAZo/</link>
		<comments>http://blogs.kranich.org/karl/2009/04/17/vnc-to-mac-os-105-from-windows/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 20:13:58 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[cool tools]]></category>

		<category><![CDATA[tips&#038;tricks]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=195</guid>
		<description><![CDATA[I&#8217;ve been trying for a while to get the Mac &#8220;Screen Sharing&#8221; to work.  I want to control the Mac from a Windows Vista machine.  Even though Screen Sharing is just a VNC server, my RealVNC client would seem to connect for a split second and then the connection would go away.
I finally found the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying for a while to get the Mac &#8220;Screen Sharing&#8221; to work.  I want to control the Mac from a Windows Vista machine.  Even though Screen Sharing is just a VNC server, my RealVNC client would seem to connect for a split second and then the connection would go away.</p>
<p>I finally found the solution: in the VNC client (vncviewer) options, set the encoding to &#8220;Hextile&#8221; and the color level to &#8220;Full&#8221;.  Now it connects fine!</p>
<p><img class="alignleft size-full wp-image-196" title="vncviewer" src="http://blogs.kranich.org/karl/wp-content/uploads/2009/04/vncviewer.gif" alt="vncviewer settings" width="361" height="211" /></p>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/DGHeTDZAAZo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2009/04/17/vnc-to-mac-os-105-from-windows/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2009/04/17/vnc-to-mac-os-105-from-windows/</feedburner:origLink></item>
		<item>
		<title>Verizon Math Problem</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/GKjAQGHQ8g4/</link>
		<comments>http://blogs.kranich.org/karl/2009/02/06/verizon-math-problem/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 22:11:38 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[LifeIsStrange]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=194</guid>
		<description><![CDATA[
http://www.youtube.com/watch?v=lCJ3Oz5JVKs

]]></description>
			<content:encoded><![CDATA[<div class="vvqbox vvqyoutube" style="width:425px;height:355px;">
<p id="vvq4a56016947b2d"><a href="http://www.youtube.com/watch?v=lCJ3Oz5JVKs">http://www.youtube.com/watch?v=lCJ3Oz5JVKs</a></p>
</div>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/GKjAQGHQ8g4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2009/02/06/verizon-math-problem/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2009/02/06/verizon-math-problem/</feedburner:origLink></item>
		<item>
		<title>The Onion does it again…</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/JkzPNo4_Ck8/</link>
		<comments>http://blogs.kranich.org/karl/2009/02/02/the-onion-does-it-again/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 19:20:53 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[theWeb]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=193</guid>
		<description><![CDATA[&#8220;Nothing is more than a few hundred clicks away&#8230;&#8221;

Apple Introduces Revolutionary New Laptop With No Keyboard
]]></description>
			<content:encoded><![CDATA[<p>&#8220;Nothing is more than a few hundred clicks away&#8230;&#8221;<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="file=http://www.theonion.com/content/xml/92328/video&amp;autostart=false&amp;image=http://www.theonion.com/content/files/images/NO_KEYBOARD_article.jpg&amp;bufferlength=3&amp;embedded=true&amp;title=Apple%20Introduces%20Revolutionary%20New%20Laptop%20With%20No%20Keyboard" /><param name="src" value="http://www.theonion.com/content/themes/common/assets/videoplayer2/flvplayer.swf" /><param name="wmode" value="transparent" /><embed type="application/x-shockwave-flash" width="400" height="355" src="http://www.theonion.com/content/themes/common/assets/videoplayer2/flvplayer.swf" wmode="transparent" flashvars="file=http://www.theonion.com/content/xml/92328/video&amp;autostart=false&amp;image=http://www.theonion.com/content/files/images/NO_KEYBOARD_article.jpg&amp;bufferlength=3&amp;embedded=true&amp;title=Apple%20Introduces%20Revolutionary%20New%20Laptop%20With%20No%20Keyboard"></embed></object><br />
<a href="http://www.theonion.com/content/video/apple_introduces_revolutionary?utm_source=embedded_video">Apple Introduces Revolutionary New Laptop With No Keyboard</a></p>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/JkzPNo4_Ck8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2009/02/02/the-onion-does-it-again/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2009/02/02/the-onion-does-it-again/</feedburner:origLink></item>
		<item>
		<title>Art via technology</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/SmERP9359BQ/</link>
		<comments>http://blogs.kranich.org/karl/2008/11/03/art-via-technology/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 22:03:02 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[theWeb]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=192</guid>
		<description><![CDATA[This water display is amazing!

http://www.youtube.com/watch?v=4tP5Ays_eUk

]]></description>
			<content:encoded><![CDATA[<p>This water display is amazing!</p>
<div class="vvqbox vvqyoutube" style="width:425px;height:355px;">
<p id="vvq4a5601694d8f1"><a href="http://www.youtube.com/watch?v=4tP5Ays_eUk">http://www.youtube.com/watch?v=4tP5Ays_eUk</a></p>
</div>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/SmERP9359BQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2008/11/03/art-via-technology/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2008/11/03/art-via-technology/</feedburner:origLink></item>
		<item>
		<title>Taxes</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/QMnDKE748fU/</link>
		<comments>http://blogs.kranich.org/karl/2008/10/30/taxes/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 15:32:56 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[aha]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=191</guid>
		<description><![CDATA[Nobody seems to know who wrote this originally, and there are many versions out there.  Regardless, it makes you think&#8230;
Suppose that every day, ten men go out for beer and the bill for all ten comes to $100. If they paid their bill the way we pay our taxes, it would go something like this:
The [...]]]></description>
			<content:encoded><![CDATA[<p>Nobody seems to know who wrote this originally, and there are many versions out there.  Regardless, it makes you think&#8230;</p>
<p>Suppose that every day, ten men go out for beer and the bill for all ten comes to $100. If they paid their bill the way we pay our taxes, it would go something like this:</p>
<p>The first four men (the poorest) would pay nothing.<br />
The fifth would pay $1.<br />
The sixth would pay $3.<br />
The seventh would pay $7.<br />
The eighth would pay $12.<br />
The ninth would pay $18.<br />
The tenth man (the richest) would pay $59.</p>
<p>So, that&#8217;s what they decided to do. The ten men drank in the bar every day and seemed quite happy with the arrangement, until one day, the owner threw them a curve. &#8220;Since you are all such good customers,&#8221; he said, &#8220;I&#8217;m going to reduce the cost of your daily beer by $20.&#8221; Drinks for the ten now cost just $80.</p>
<p>The group still wanted to pay their bill the way we pay our taxes so the first four men were unaffected. They would still drink for free. But what about the other six men - the paying customers? How could they divide the $20 windfall so that everyone would get his &#8220;fair share?&#8221; They realized that $20 divided by six is $3.33. But if they subtracted that from everybody&#8217;s share, then the fifth man and the sixth man would each end up being paid to drink his beer. So, the bar owner suggested that it would be fair to reduce each man&#8217;s bill by roughly the same amount, and he proceeded to work out the amounts each should pay.</p>
<p>And so:<br />
The fifth man, like the first four, now paid nothing (100% savings).<br />
The sixth now paid $2 instead of $3 (33%savings).<br />
The seventh now paid $5 instead of $7 (28%savings).<br />
The eighth now paid $9 instead of $12 (25% savings).<br />
The ninth now paid $14 instead of $18 (22% savings).<br />
The tenth now paid $49 instead of $59 (16% savings).</p>
<p>Each of the six was better off than before. And the first four continued to drink for free. But once outside the restaurant, the men began to compare their savings.</p>
<p>&#8220;I only got a dollar out of the $20&#8243;, declared the sixth man. He pointed to the tenth man, &#8220;but he got $10!&#8221;<br />
&#8220;Yeah, that&#8217;s right&#8221;, exclaimed the fifth man. &#8220;I only saved a dollar, too. It&#8217;s unfair that he got ten times more than I!&#8221;  &#8220;That&#8217;s true!!&#8221; shouted the seventh man. &#8220;Why should he get $10 back when I got only two? The wealthy get all the breaks!&#8221;</p>
<p>&#8220;Wait a minute,&#8221; yelled the first four men in unison. &#8220;We didn&#8217;t get anything at all. The system exploits the poor!&#8221;</p>
<p>The nine men surrounded the tenth and beat him up.</p>
<p>The next night the tenth man didn&#8217;t show up for drinks, so the nine sat down and had beers without him. But when it came time to pay the bill, they discovered something important. They didn&#8217;t have enough money between all of them for even half of the bill!</p>
<p>And that, boys and girls, journalists and college professors, is how our tax system works. The people who pay the highest taxes get the most benefit from a tax reduction. Tax them too much, attack them for being wealthy, and they just may not show up anymore. In fact, they might start drinking overseas where the atmosphere is somewhat friendlier.</p>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/QMnDKE748fU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2008/10/30/taxes/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2008/10/30/taxes/</feedburner:origLink></item>
		<item>
		<title>Injection-proof SQL</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/NoIl1ujC9oo/</link>
		<comments>http://blogs.kranich.org/karl/2008/10/16/injection-proof-sql/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 14:22:06 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=190</guid>
		<description><![CDATA[Bruce Schneier points to an Oracle paper on How to Write Injection-proof SQL.  Sixty-two pages that I hope to look at some day&#8230;
]]></description>
			<content:encoded><![CDATA[<p><a title="Bruce Schneier" href="http://www.schneier.com/index.html">Bruce Schneier</a> points to an Oracle paper on <a title="How to Write Injection-proof SQL" href="http://www.schneier.com/blog/archives/2008/10/how_to_write_in.html">How to Write Injection-proof SQL</a>.  Sixty-two pages that I hope to look at some day&#8230;</p>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/NoIl1ujC9oo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2008/10/16/injection-proof-sql/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2008/10/16/injection-proof-sql/</feedburner:origLink></item>
		<item>
		<title>Fonts Alive!</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/7OFWdELYw8U/</link>
		<comments>http://blogs.kranich.org/karl/2008/09/23/fonts-alive/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 18:24:40 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[theWeb]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=189</guid>
		<description><![CDATA[
http://www.youtube.com/watch?v=i3k5oY9AHHM

]]></description>
			<content:encoded><![CDATA[<div class="vvqbox vvqyoutube" style="width:425px;height:355px;">
<p id="vvq4a56016957539"><a href="http://www.youtube.com/watch?v=i3k5oY9AHHM">http://www.youtube.com/watch?v=i3k5oY9AHHM</a></p>
</div>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/7OFWdELYw8U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2008/09/23/fonts-alive/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2008/09/23/fonts-alive/</feedburner:origLink></item>
		<item>
		<title>Castaway / Fedex spoof</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/9RBtIdF_NQ8/</link>
		<comments>http://blogs.kranich.org/karl/2008/09/15/castaway-fedex-spoof/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 14:16:33 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[theWeb]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=188</guid>
		<description><![CDATA[
http://www.youtube.com/watch?v=XvX7ovvf-LI

]]></description>
			<content:encoded><![CDATA[<div class="vvqbox vvqyoutube" style="width:425px;height:355px;">
<p id="vvq4a5601695c357"><a href="http://www.youtube.com/watch?v=XvX7ovvf-LI">http://www.youtube.com/watch?v=XvX7ovvf-LI</a></p>
</div>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/9RBtIdF_NQ8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2008/09/15/castaway-fedex-spoof/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2008/09/15/castaway-fedex-spoof/</feedburner:origLink></item>
		<item>
		<title>Dangers of Nylon</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/j6unt7rCgx0/</link>
		<comments>http://blogs.kranich.org/karl/2008/08/18/dangers-of-nylon/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 15:47:58 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[theWeb]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=186</guid>
		<description><![CDATA[I don&#8217;t know if this was a real test or not, but it makes sense to me.
What would happen if you built up a lot of static electricity before or while pumping gas? &#8230;

http://www.youtube.com/watch?v=qnl4bK_veg0

]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know if this was a real test or not, but it makes sense to me.</p>
<p>What would happen if you built up a lot of static electricity before or while pumping gas? &#8230;</p>
<div class="vvqbox vvqyoutube" style="width:425px;height:355px;">
<p id="vvq4a56016963077"><a href="http://www.youtube.com/watch?v=qnl4bK_veg0">http://www.youtube.com/watch?v=qnl4bK_veg0</a></p>
</div>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/j6unt7rCgx0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2008/08/18/dangers-of-nylon/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2008/08/18/dangers-of-nylon/</feedburner:origLink></item>
		<item>
		<title>GE’s Cool “Crane” Commercial</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/TOQYhKZkkyo/</link>
		<comments>http://blogs.kranich.org/karl/2008/08/11/ges-cool-crane-commercial/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 01:49:25 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[theWeb]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=183</guid>
		<description><![CDATA[I love the &#8220;Crane&#8221; commercial that GE is running during the Olympics.
Watch it here.

The turtles at the end are a great touch&#8230;

]]></description>
			<content:encoded><![CDATA[<p>I love the &#8220;Crane&#8221; commercial that GE is running during the Olympics.</p>
<p>Watch it <a title="GE Olympics ads" href="http://www.ge.com/company/advertising/ads_olympic_games.html">here</a>.</p>
<p><img class="alignnone size-full wp-image-184" title="Crane Commercial" src="http://blogs.kranich.org/karl/wp-content/uploads/2008/08/crane.png" alt="" width="468" height="270" /></p>
<p>The turtles at the end are a great touch&#8230;</p>
<p><img class="alignnone size-full wp-image-185" title="Cranes and Turtles" src="http://blogs.kranich.org/karl/wp-content/uploads/2008/08/crane-turtles.png" alt="" width="468" height="270" /></p>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/TOQYhKZkkyo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2008/08/11/ges-cool-crane-commercial/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2008/08/11/ges-cool-crane-commercial/</feedburner:origLink></item>
		<item>
		<title>NBC Olympics Online Coverage</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/e6VU9rMzxbU/</link>
		<comments>http://blogs.kranich.org/karl/2008/08/10/nbc-olympics-online-coverage/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 04:16:23 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[news]]></category>

		<category><![CDATA[theWeb]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=180</guid>
		<description><![CDATA[I learned about NBC&#8217;s plans to offer extensive online video coverage of the Olympics at the Microsoft Server 2008 launch event earlier this year.  It&#8217;s definitely impressive.  I&#8217;ve used IE and Firefox and had no problem (I already had Silverlight installed).  I&#8217;m especially impressed with the &#8220;Live Video Control Room&#8221; that lets you follow 4 [...]]]></description>
			<content:encoded><![CDATA[<p>I learned about NBC&#8217;s plans to offer extensive online video coverage of the Olympics at the Microsoft Server 2008 launch event earlier this year.  It&#8217;s definitely impressive.  I&#8217;ve used IE and Firefox and had no problem (I already had Silverlight installed).  I&#8217;m especially impressed with the &#8220;Live Video Control Room&#8221; that lets you follow 4 events at one time, swapping them between the big windows and the small windows.</p>
<p>If you&#8217;re watching video and trying to find the Control Room, click on &#8220;Enlarge video&#8221; and then the Control Room icon:</p>
<p><img class="alignnone size-full wp-image-181" title="Video Control" src="http://blogs.kranich.org/karl/wp-content/uploads/2008/08/video-control.png" alt="" width="227" height="380" /></p>
<p><img class="alignnone size-full wp-image-182" title="Olympics Video" src="http://blogs.kranich.org/karl/wp-content/uploads/2008/08/olympics-video.png" alt="" width="500" height="413" /></p>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/e6VU9rMzxbU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2008/08/10/nbc-olympics-online-coverage/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2008/08/10/nbc-olympics-online-coverage/</feedburner:origLink></item>
		<item>
		<title>Server Performance Monitoring</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/KmLSo4t-uZM/</link>
		<comments>http://blogs.kranich.org/karl/2008/08/04/server-performance-monitoring/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 20:48:37 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[cool tools]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=177</guid>
		<description><![CDATA[The August issue of Technet Magazine contained a great article called &#8220;Taking Your Server&#8217;s Pulse&#8220;.  I especially appreciated learning about the counters that the Microsoft Service Support Engineers look at when troubleshooting problems.

]]></description>
			<content:encoded><![CDATA[<p>The <em><a title="Technet mag, August 2008" href="http://technet.microsoft.com/en-us/magazine/cc707780.aspx">August issue of Technet Magazine</a></em> contained a great article called &#8220;<a title="Taking Your Server's Pulse" href="http://technet.microsoft.com/en-us/magazine/cc718984.aspx">Taking Your Server&#8217;s Pulse</a>&#8220;.  I especially appreciated learning about the counters that the Microsoft Service Support Engineers look at when troubleshooting problems.</p>
<p><img class="alignnone size-full wp-image-178" title="perfmon" src="http://blogs.kranich.org/karl/wp-content/uploads/2008/08/perfmon.png" alt="perfmon" width="205" height="212" /></p>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/KmLSo4t-uZM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2008/08/04/server-performance-monitoring/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2008/08/04/server-performance-monitoring/</feedburner:origLink></item>
		<item>
		<title>ABC News report about aged tires</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/MoB76tjO1vo/</link>
		<comments>http://blogs.kranich.org/karl/2008/08/04/abc-news-report-about-aged-tires/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 15:31:53 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=176</guid>
		<description><![CDATA[
http://www.youtube.com/watch?v=Ch_CBgcX_20

Or see on ABC News site here: abcnews.go.com/video/playerIndex?id=4826897
]]></description>
			<content:encoded><![CDATA[<div class="vvqbox vvqyoutube" style="width:425px;height:355px;">
<p id="vvq4a56016971ad9"><a href="http://www.youtube.com/watch?v=Ch_CBgcX_20">http://www.youtube.com/watch?v=Ch_CBgcX_20</a></p>
</div>
<p>Or see on ABC News site here: <a title="ABC News report" href="http://abcnews.go.com/video/playerIndex?id=4826897">abcnews.go.com/video/playerIndex?id=4826897</a></p>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/MoB76tjO1vo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2008/08/04/abc-news-report-about-aged-tires/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2008/08/04/abc-news-report-about-aged-tires/</feedburner:origLink></item>
		<item>
		<title>iTunes lost my music library</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/HUjBoYYkJx8/</link>
		<comments>http://blogs.kranich.org/karl/2008/08/01/itunes-lost-my-music-library/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 15:21:16 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[tips&#038;tricks]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=175</guid>
		<description><![CDATA[Hoping that this will help someone who experiences this in the future, I thought I&#8217;d briefly write up what happened when I switched my Windows machine from one domain to another, and my iTunes library disappeared.
What happened:  My machine had been a member of domain A, and I had redirected &#8220;My Documents&#8221; and all of [...]]]></description>
			<content:encoded><![CDATA[<p>Hoping that this will help someone who experiences this in the future, I thought I&#8217;d briefly write up what happened when I switched my Windows machine from one domain to another, and my iTunes library disappeared.</p>
<p>What happened:  My machine had been a member of domain A, and I had redirected &#8220;My Documents&#8221; and all of its subfolders (noteably &#8220;My Music&#8221;) to D:\MyDocuments.  My iTunes music was in d:\MyDocuments\My Music\iTunes\iTunes Music and the corresponding .itl and .xml files were right above that in d:\MyDocuments\My Music\iTunes.</p>
<p>I moved my computer to domain B, knowing that I would get a new profile and a lot of cleanup work.  I should have remapped My Documents right away, but I didn&#8217;t.  I ran iTunes, and it had to do some reinstallation under the new user profile.  It finally opened, showing an empty music library.</p>
<p>After reading some articles online, I thought I could go into Preferences, Advanced tab, and just point iTunes to d:\MyDocuments\My Music\iTunes\iTunes Music.  All of the documentation seems to indicate this, but it doesn&#8217;t work.  It turns out that the pointer in the Advanced tab probably only tells iTunes to look there for the music, but not for the .itl and .xml files that describe the library.  iTunes was still looking in my new profile path at a blank set of those file.  Of course, it took me hours to figure that out.</p>
<p>There are probably two solutions:  move the correct .itl and .xml files to the new profile path, or repoint My Documents again so that iTunes finds the existing files in d:\MyDocuments\My Music\iTunes.  I chose the second, and it worked well.</p>
<p>By the way, I couldn&#8217;t remember how I&#8217;d originally remapped My Documents, so I downloaded TweakUI.  The only downside was that TweakUI has you individually map My Documents, My Music, My Pictures, etc.  The method that I&#8217;d used before mapped them all when you remapped My Documents.</p>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/HUjBoYYkJx8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2008/08/01/itunes-lost-my-music-library/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2008/08/01/itunes-lost-my-music-library/</feedburner:origLink></item>
		<item>
		<title>Cornhole</title>
		<link>http://feedproxy.google.com/~r/KarlsPlace/~3/t31Q-5Gq9CU/</link>
		<comments>http://blogs.kranich.org/karl/2008/07/30/cornhole/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 19:18:14 +0000</pubDate>
		<dc:creator>karl.kranich</dc:creator>
		
		<category><![CDATA[theWeb]]></category>

		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=174</guid>
		<description><![CDATA[Here&#8217;s a tribute to a game that I&#8217;d never seen until moving to Indiana.  Of course, my new Indiana friends bear no resemblance to these boys&#8230;

http://www.youtube.com/watch?v=Io8X4pz_QJ0

]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a tribute to a game that I&#8217;d never seen until moving to Indiana.  Of course, my new Indiana friends bear no resemblance to these boys&#8230;</p>
<div class="vvqbox vvqyoutube" style="width:425px;height:355px;">
<p id="vvq4a560169797d8"><a href="http://www.youtube.com/watch?v=Io8X4pz_QJ0">http://www.youtube.com/watch?v=Io8X4pz_QJ0</a></p>
</div>
<img src="http://feeds.feedburner.com/~r/KarlsPlace/~4/t31Q-5Gq9CU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.kranich.org/karl/2008/07/30/cornhole/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.kranich.org/karl/2008/07/30/cornhole/</feedburner:origLink></item>
	</channel>
</rss>
