<?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"
	>

<channel>
	<title>Dave Hildebrand.com</title>
	<atom:link href="http://www.davehildebrand.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davehildebrand.com</link>
	<description>The IT Crowd</description>
	<pubDate>Fri, 01 Aug 2008 15:40:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>More Registry Goodies</title>
		<link>http://www.davehildebrand.com/2008/07/16/more-registry-goodies/</link>
		<comments>http://www.davehildebrand.com/2008/07/16/more-registry-goodies/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 17:06:56 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
		
		<category><![CDATA[Tech Help]]></category>

		<category><![CDATA[Desktop Authority]]></category>

		<category><![CDATA[registry]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=134</guid>
		<description><![CDATA[We are in the process of installing a policy and procedure management application at the hospital.  It has been setup so that users are not required to enter their user name and password to access the site, it is done via LDAP.  To get the single-sign-on benefits of the LDAP look ups we [...]]]></description>
			<content:encoded><![CDATA[<p>We are in the process of installing a policy and procedure management application at <a href="http://www.slmhc.on.ca/">the hospital</a>.  It has been setup so that users are not required to enter their user name and password to access the site, it is done via <a href="http://en.wikipedia.org/wiki/LDAP">LDAP</a>.  To get the single-sign-on benefits of the LDAP look ups we needed to add the domain name to the list of trusted sites in IE.  This can be done via <a href="http://en.wikipedia.org/wiki/Group_Policy">Group Policy</a>, but, my experiences with this group policy setting has been mixed.  Each time I configured this <a href="http://en.wikipedia.org/wiki/Group_Policy_Object">Group Policy Object</a> setting it turned off the option for the user to add sites.  Each new site needed to be added by me in to the GPO.  While I limit what my users can change and access I do not like getting calls for simple stuff like this.  What was I to do?<span id="more-134"></span></p>
<p><a href="http://www.scriptlogic.com/products/desktopauthority/">Desktop Authority</a> and registry settings to the rescue.  </p>
<p>I searched <a href="http://www.google.ca">Google</a> for the location of the registry key used to set the zones and came up with:</p>
<blockquote><p>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\<em>thedomainname.com</em>\<em>thesubdomain</em></p>
<p>Type: RED_DWORD<br />
Value: http<br />
Data: 1
</p></blockquote>
<p>I added my required site as a DWORD value in to DA, which can been seen below:</p>
<p><center><img src="http://www.davehildebrand.com/wp-content/uploads/2008/07/da_reg_local_sites1.jpg" alt="" title="da_reg_local_sites1" width="459" height="201" class="alignnone size-full wp-image-136" /></center></p>
<p>I then applied this policy to my users and the next time they log in the setting will be applied for them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2008/07/16/more-registry-goodies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Set the IE homepage via the registry</title>
		<link>http://www.davehildebrand.com/2008/07/11/ie-homepage-via-the-registry/</link>
		<comments>http://www.davehildebrand.com/2008/07/11/ie-homepage-via-the-registry/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 16:27:01 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
		
		<category><![CDATA[Tech Help]]></category>

		<category><![CDATA[Desktop Authority]]></category>

		<category><![CDATA[registry]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=132</guid>
		<description><![CDATA[We just got in a batch of HP desktops and so far they look to be a good investment.  There isn&#8217;t much crap/bloat ware installed on it, so we can get them out the door to our users quite quickly.  We have had only 1 minor issue with them.  For each new [...]]]></description>
			<content:encoded><![CDATA[<p>We just got in a batch of <a href="http://h10010.www1.hp.com/wwpc/us/en/sm/WF05a/12454-12454-64287-321860-3328896-3658082.html?jumpid=reg_R1002_USEN">HP desktops</a> and so far they look to be a good investment.  There isn&#8217;t much crap/bloat ware installed on it, so we can get them out the door to our users quite quickly.  We have had only 1 minor issue with them.  For each new user who logs in, the system sets the IE homepage to an HP/AOL site, not our corporate intranet.  Instead of emailing our users instructing them on how to set the  homepage back to our intranet site I logged into our <a href="http://www.scriptlogic.com">Desktop Authority</a> server and added a new option under the registry settings.<span id="more-132"></span></p>
<p>They registry key to use is:</p>
<blockquote><p>[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]<br />
&#8220;Start Page&#8221;=&#8221;http://www.howtogeek.com/&#8221;</p></blockquote>
<p>Here is a screen cap of the DA settings I used:<br />
<a href='http://www.davehildebrand.com/wp-content/uploads/2008/07/da_reg_ie_settings.jpg'><img src="http://www.davehildebrand.com/wp-content/uploads/2008/07/da_reg_ie_settings.jpg" alt="Desktop Authority Registry Settings" title="Desktop Authority Registry Settings" width="464" height="207" class="aligncenter size-full wp-image-133" /></a></p>
<p>After replicating this to our domain controllers each user who logs in will have their homepage set to http://<a href="http://www.microsoft.com/Sharepoint/default.mspx">sharepoint</a>/. </p>
<p>NOTE:  The above procedure was used because my <a href="http://en.wikipedia.org/wiki/Group_Policy">GPO</a> for setting the default homepage was not working on these HP desktops.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2008/07/11/ie-homepage-via-the-registry/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IT Humour</title>
		<link>http://www.davehildebrand.com/2008/07/03/it-humour/</link>
		<comments>http://www.davehildebrand.com/2008/07/03/it-humour/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 18:15:42 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[IT Hell]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=131</guid>
		<description><![CDATA[After years in the IT field, I have seen incidents and users like this.  I laughed my ass off when the IT guys goes into his boss&#8217; email and deleted the DO NOT REBOOT THE WEB SERVER!!!!!!! email.

IT Guy Vs Dumb Employees - Watch more free videos

The guys/gals that produced this gem should win [...]]]></description>
			<content:encoded><![CDATA[<p>After years in the IT field, I have seen incidents and users like this.  I laughed my ass off when the IT guys goes into his boss&#8217; email and deleted the <font color="red">DO NOT REBOOT THE WEB SERVER!!!!!!!</font> email.<br />
<center><br />
<object width="464" height="392"><param name="movie" value="http://embed.break.com/NTI5Njkz"></param><param name="allowScriptAccess" value="always"></param><embed src="http://embed.break.com/NTI5Njkz" type="application/x-shockwave-flash" allowScriptAccess=always width="464" height="392"></embed></object><br /><font size=1><a href="http://www.break.com/index/it-guy-vs-dumb-employees.html">IT Guy Vs Dumb Employees</a> - Watch more <a href="http://www.break.com/">free videos</a></font><br />
</center></p>
<p>The <a href="http://www.thewebsiteisdown.com/">guys/gals</a> that produced this gem should win an award.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2008/07/03/it-humour/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox v3.0 First Impressions</title>
		<link>http://www.davehildebrand.com/2008/06/18/firefox-v30-first-impressions/</link>
		<comments>http://www.davehildebrand.com/2008/06/18/firefox-v30-first-impressions/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 02:53:27 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
		
		<category><![CDATA[Tech Help]]></category>

		<category><![CDATA[Tech News]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=129</guid>
		<description><![CDATA[
Firefox 3 was released yesterday to much fanfare.  The first tallies are showing over 8 million downloads in 1 day.  Of that total 269,901 were by Canadians.
Update June 19:  Download total is now over 11 million, 320,000+ by Canada.
I&#8217;ve been using it for about a day, here are my initial impressions.
I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<div class="alignright"><div id="attachment_130" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.davehildebrand.com/wp-content/uploads/2008/06/ff3.jpg"><img src="http://www.davehildebrand.com/wp-content/uploads/2008/06/ff3-300x235.jpg" alt="Browse Safe with Firefox 3" title="ff3" width="300" height="235" class="size-medium wp-image-130" /></a><p class="wp-caption-text">Browse Safe with Firefox 3</p></div></div>
<p><a href="http://www.spreadfirefox.com/">Firefox 3</a> was released yesterday to much <a href="http://www.spreadfirefox.com/en-US/worldrecord/">fanfare</a>.  The first tallies are showing over 8 million downloads in 1 day.  Of that total 269,901 were by Canadians.</p>
<p><em>Update June 19:  Download total is now over 11 million, 320,000+ by Canada.</em></p>
<p>I&#8217;ve been using it for about a day, here are my initial impressions.</p>
<p>I don&#8217;t have any stats to back it up, but Firefox 3 seems faster.  Pages come up fast, there is very little lag when switching tabs and so far the memory used by Firefox 3 is not growing by the second.  Now I never had the memory issues <a href="http://community.winsupersite.com/blogs/paul/archive/2008/03/12/firefox-3-memory-usage.aspx">some users of Firefox 2 have had</a>, but, I regularly have 8-10 tabs open a time, often even more, and Firefox 3 so far seems to hang around 120-140K.  Much like my old install of Firefox 2.  This may be because I keep the amount of add-ons I use to a minimum, so I was never affected by the memory issues.</p>
<p>After installing Firefox 3 the first thing I noticed was the update interface.  Thankfully Mozilla didn&#8217;t mess with the standard browser placement like Microsoft did in IE7.  I also noticed that a new folder showed up on my toolbar.  Firefox 3 adds a &#8220;Most Visited&#8221; folder.  I&#8217;m not sure if i will use it yet, but could see how it could be useful.</p>
<p>I&#8217;m still learning &#038; playing with all the <a href="http://en-us.www.mozilla.com/en-US/firefox/features/">new features</a> in Firefox 3, and getting used to the <a href="http://en-us.www.mozilla.com/en-US/firefox/features/#location-bar">new url bar</a>, but, so far I like the new version.  This is a required upgrade to all Firefox 2 users.  I also strongly recommend IE users to take the plunge and give FF3 a try.  I really think you will be impressed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2008/06/18/firefox-v30-first-impressions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>US Style DMCA Proposed in Canada</title>
		<link>http://www.davehildebrand.com/2008/06/17/us-style-dmca/</link>
		<comments>http://www.davehildebrand.com/2008/06/17/us-style-dmca/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 04:13:37 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
		
		<category><![CDATA[Tech News]]></category>

		<category><![CDATA[Canada]]></category>

		<category><![CDATA[copyright]]></category>

		<category><![CDATA[DMCA]]></category>

		<category><![CDATA[Parlement]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=127</guid>
		<description><![CDATA[
On June 12th the first reading of Bill C-61 took place in the House of Commons.  This is a terrible bill that takes the power of copyright law out of the hands of lawmakers and into the hands of corporations.  I&#8217;ve gathered up a few links to get you up to speed on [...]]]></description>
			<content:encoded><![CDATA[<div class="alignright"><img src="http://www.davehildebrand.com/wp-content/uploads/2008/06/sticker-dmca-large-300x300.jpg" alt="" title="sticker-dmca-large" width="150 height="150" class="alignnone size-medium wp-image-128" /></div>
<p>On June 12th the first reading of <a href="http://www2.parl.gc.ca/HousePublications/Publication.aspx?Docid=3570473&#038;file=4">Bill C-61</a> took place in the House of Commons.  This is a terrible bill that takes the power of copyright law out of the hands of lawmakers and into the hands of corporations.  I&#8217;ve gathered up a few links to get you up to speed on the issue.  You can read them <a href="http://www.boingboing.net/2008/06/12/canadians-write-to-y.html">here</a>, <a href="http://www.defectivebydesign.org/fight-the-canadian-dmca">here</a> &#038; <a href="http://www.michaelgeist.ca/content/view/3025/125/">here</a>.</p>
<p>You can get a simple form letter to e-mail your MP <a href="http://www.copyrightforcanadians.ca/action/firstlook/">here</a>.  After e-mailing your MP make sure to drop a copy of the letter in the mail, no stamp needed, to;</p>
<blockquote><p><em>Your MP&#8217;s Name</em><br />
c/o House of Commons<br />
Ottawa, ON<br />
K1A0A6</p></blockquote>
<p>Completing the process takes no time at all.  Our MP&#8217;s need to know that Canadians will not stand for this loony law.  Check out <a href="http://www.userfriendly.org/">UserFriendly&#8217;s cartoon strip</a> for a slightly humorous slant.  <a href="http://ars.userfriendly.org/cartoons/?id=20080616&#038;mode=classic">June 16th</a> &#038; <a href="http://ars.userfriendly.org/cartoons/?id=20080617&#038;mode=classic">June 17th</a> strips.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2008/06/17/us-style-dmca/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Who is a failure?</title>
		<link>http://www.davehildebrand.com/2008/06/16/who-is-a-failure/</link>
		<comments>http://www.davehildebrand.com/2008/06/16/who-is-a-failure/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 05:47:57 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[Tech News]]></category>

		<category><![CDATA[George Bush]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[internet]]></category>

		<category><![CDATA[President]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=125</guid>
		<description><![CDATA[Everything that I had read said that Google had adjusted their algorithms to combat link bombs, also known as Google bombs.  Turns out this may, or may not be the case.  
Head on over to Google and search for the term &#8220;who is a failure?&#8220;.  The #1 result should look like the [...]]]></description>
			<content:encoded><![CDATA[<p>Everything that I had read said that <a href="http://www.google.ca">Google</a> had adjusted their algorithms to combat link bombs, also known as <a href="http://en.wikipedia.org/wiki/Google_bomb">Google bombs</a>.  Turns out this <a href="http://nithinkamath.info/archives/2005/08/who-is-a-failure/">may</a>, or <a href="http://searchengineland.com/080221-180743.php">may not</a> be the case.  </p>
<p>Head on over to Google and search for the term &#8220;<a href="http://www.google.ca/search?hl=en&#038;q=who+is+a+failure%3F&#038;meta=">who is a failure?</a>&#8220;.  The <a href="http://www.whitehouse.gov/president/">#1</a> result should look like the photo below.</p>
<p><center><img src="http://www.davehildebrand.com/wp-content/uploads/2008/06/gbomb-300x98.jpg" alt="" title="gbomb" width="300" height="98" /></center></p>
<p>This story originally broke back in February.  Perhaps this isnt a true Google Bomb, and is just an unfortunate coincidence for <a href="http://www.davehildebrand.com/2007/03/12/thank-you-mr-bush-mr-gates/">Mr. Bush</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2008/06/16/who-is-a-failure/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wayback Machine Fun&#8230;</title>
		<link>http://www.davehildebrand.com/2008/06/15/wayback-machine-fun/</link>
		<comments>http://www.davehildebrand.com/2008/06/15/wayback-machine-fun/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 02:00:24 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[Tech News]]></category>

		<category><![CDATA[History]]></category>

		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/?p=122</guid>
		<description><![CDATA[I stumbled upon the Internet Wayback Machine today.  It was great fun looking back a the early days of the web.  Google, MSN, NBC, CBC have all come a long way since the static web pages that we were treated to in the late 90&#8217;s.
MSN then:

And Now

]]></description>
			<content:encoded><![CDATA[<p>I stumbled upon the <a href="http://web.archive.org/">Internet Wayback Machine</a> today.  It was great fun looking back a the early days of the web.  <a href="http://web.archive.org/web/19981111184551/http://google.com/">Google</a>, <a href="http://web.archive.org/web/19961022175327/http://msn.com/">MSN</a>, <a href="http://web.archive.org/web/19961022175054/http://nbc.com/">NBC</a>, <a href="http://web.archive.org/web/19961031095442/http://www.cbc.ca/">CBC</a> have all come a long way since the static web pages that we were treated to in the late 90&#8217;s.</p>
<p>MSN then:<br />
<center><a href='http://www.davehildebrand.com/wp-content/uploads/2008/06/msn_2000.jpg'><img src="http://www.davehildebrand.com/wp-content/uploads/2008/06/msn_2000-150x150.jpg" alt="" title="msn_2000" width="150" height="150" /></a></center></p>
<p>And Now<br />
<center><a href='http://www.davehildebrand.com/wp-content/uploads/2008/06/msn_2008.jpg'><img src="http://www.davehildebrand.com/wp-content/uploads/2008/06/msn_2008-150x150.jpg" alt="" title="msn_2008" width="150" height="150" /></a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2008/06/15/wayback-machine-fun/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Print Head Cleaning&#8230;</title>
		<link>http://www.davehildebrand.com/2008/05/27/print-head-cleaning/</link>
		<comments>http://www.davehildebrand.com/2008/05/27/print-head-cleaning/#comments</comments>
		<pubDate>Wed, 28 May 2008 03:52:52 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
		
		<category><![CDATA[Tech Help]]></category>

		<category><![CDATA[Canon]]></category>

		<category><![CDATA[MP390]]></category>

		<category><![CDATA[Print Head]]></category>

		<category><![CDATA[printer]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/2008/05/27/print-head-cleaning/</guid>
		<description><![CDATA[
Our Canon MP390 has been printing black text poorly for a weeks.  Running the cleaning application did nothing to help the poor prints.  Luckily the MP390 has a removable print head.  Unlike most other printer manufacturers, Canon does not build print heads into the new ink cartridges.  Instead of paying for [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.davehildebrand.com/wp-content/uploads/2008/05/mp390_240x240.gif" class="alignright" alt="Canon MP390" /><br />
Our <a href="http://canon.ca/english/index-products.asp?lng=en&#038;prodid=583&#038;sgid=20&#038;gid=2&#038;ovr=1&#038;arch=1"  target="new">Canon MP390</a> has been printing black text poorly for a weeks.  Running the cleaning application did nothing to help the poor prints.  Luckily the MP390 has a removable print head.  Unlike most other printer manufacturers, <a href="http://canon.ca/english/home.asp" target="new">Canon</a> does not build print heads into the new ink cartridges.  Instead of paying for a new print head I popped it out and took it to the sink.  A few minutes running under warm/hot water flushed it out.  I then used a paper towel to get most of the water off of it.  Make sure to not rub the print head, dab it onto a paper towel only.  A can of compressed air does a good job of getting the last few droplets off the print head.  After reinserting the ink cartridges, a few print head cleanings, an alignment and the printer was back printing like when it came out of the box.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2008/05/27/print-head-cleaning/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Do they want to know the truth?</title>
		<link>http://www.davehildebrand.com/2008/04/21/do-they-want-to-know-the-truth/</link>
		<comments>http://www.davehildebrand.com/2008/04/21/do-they-want-to-know-the-truth/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 17:11:51 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[sioux lookout]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/2008/04/21/do-they-want-to-know-the-truth/</guid>
		<description><![CDATA[Or is the better question, can they handle the truth?  Either way residents of our little town need to let it be known that things are not o.k.  I urge everyone to take this survey, and give the town the straight dope.
Here is a short clip for your viewing pleasure, and yes he [...]]]></description>
			<content:encoded><![CDATA[<p>Or is the better question, <a href="http://www.imdb.com/title/tt0104257/" target="new">can they handle the truth?</a>  Either way residents of our <a href="http://www.siouxlookout.ca/" target="new">little town</a> need to let it be known that things are not o.k.  I urge everyone to take <a href="http://www.surveymonkey.com/s.aspx?sm=gNlU4gTmOoUcOKEaxz31Bg_3d_3d" target="new">this survey</a>, and give the town the <a href="http://en.wikipedia.org/wiki/Straight_Dope" target="new">straight dope</a>.</p>
<p>Here is a short clip for your viewing pleasure, and yes he is from town.<br />
<center><img src="http://www.davehildebrand.com/wp-content/plugins/flash-video-player/default_video_player.gif" /></center><br /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2008/04/21/do-they-want-to-know-the-truth/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Beware the Mustache&#8230;</title>
		<link>http://www.davehildebrand.com/2008/02/21/beware-the-mustache/</link>
		<comments>http://www.davehildebrand.com/2008/02/21/beware-the-mustache/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 05:23:16 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
		
		<category><![CDATA[Sports]]></category>

		<category><![CDATA[Baseball]]></category>

		<category><![CDATA[Blue Jays]]></category>

		<category><![CDATA[Mustashe]]></category>

		<guid isPermaLink="false">http://www.davehildebrand.com/2008/02/21/beware-the-mustache/</guid>
		<description><![CDATA[Update June 15th:  The original video has been pulled.  I&#8217;ve replaced it with a recent interview with former Blue Jay Rance Mulliniks.

WPvideo 1.10


Download!

]]></description>
			<content:encoded><![CDATA[<p><em>Update June 15th</em>:  The original video has been pulled.  I&#8217;ve replaced it with a recent interview with former Blue Jay Rance Mulliniks.</p>
<div class="wpv_videoc">
<div class="wpv_self"><a href="http://www.skarcha.com/wp-plugins/wpvideo/">WPvideo 1.10</a></div>
<div class="wpv_video"><object data="http://www.youtube.com/v/5pV317NUueg" type="application/x-shockwave-flash" width="100%" height="100%"><param name="movie" value="http://www.youtube.com/v/5pV317NUueg"></param></object></div>
<div class="wpv_titleauthor"></div>
<div class="wpv_download"><a target="_blank" href="http://downthisvideo.com/?url=http://www.youtube.com/watch?v=5pV317NUueg">Download!</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.davehildebrand.com/2008/02/21/beware-the-mustache/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
