<?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>Sans Pantalones</title>
	<atom:link href="http://www.sanspantalones.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanspantalones.com</link>
	<description>Don Pedro and the Sans Pantalones Orchestra</description>
	<lastBuildDate>Sun, 29 Apr 2012 20:10:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>I just got the iPad 3!!</title>
		<link>http://www.sanspantalones.com/2012/04/29/i-just-got-the-ipad-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=i-just-got-the-ipad-3</link>
		<comments>http://www.sanspantalones.com/2012/04/29/i-just-got-the-ipad-3/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 20:10:35 +0000</pubDate>
		<dc:creator>Don Pedro</dc:creator>
				<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://www.sanspantalones.com/2012/04/29/i-just-got-the-ipad-3/</guid>
		<description><![CDATA[I said I wasn&#8217;t going to get one, but somehow I managed to end up with an iPad 3. So far it&#8217;s been pretty cool, I like the voice dictation the speed is impressive and the graphics are pretty cool. In fact I&#8217;m writing this blog post without touching the keyboard. The only thing that [...]]]></description>
			<content:encoded><![CDATA[<p class='bloggerplus_text_section' align='left' style='clear:both;'>I said I wasn&#8217;t going to get one, but somehow I managed to end up with an iPad 3. So far it&#8217;s been pretty cool, I like the voice dictation the speed is impressive and the graphics are pretty cool. In fact I&#8217;m writing this blog post without touching the keyboard. The only thing that annoys me is the fact that nobody makes a decent case for it. I bought two cases from Amazon and I don&#8217;t like either one of them. Why doesn&#8217;t anybody make the original iPad case in an iPad 3 format?</p>
<p>I also bought the Apple TV so that I can play games on the big screen. Airplay is a little finicky at times but overall I think it&#8217;s pretty neat. I wanted to play Need for Speed but the connection speed was a little choppy. Apparently I need to check my network and stop people from downloading all sorts of crap. Oh wait, maybe that was me.</p>
<p>Did I need a new iPad? No. Do I like the new iPad? Yes!</p>
<p>Seriously, this voice recognition is kick ass! Ha ha I made the computer write ass.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanspantalones.com/2012/04/29/i-just-got-the-ipad-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox Cannot register the image because UUID already exists</title>
		<link>http://www.sanspantalones.com/2012/04/24/virtualbox-cannot-register-the-image-because-uuid-already-exists/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=virtualbox-cannot-register-the-image-because-uuid-already-exists</link>
		<comments>http://www.sanspantalones.com/2012/04/24/virtualbox-cannot-register-the-image-because-uuid-already-exists/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 23:19:16 +0000</pubDate>
		<dc:creator>Don Pedro</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[virtual disk]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.sanspantalones.com/2012/04/24/virtualbox-cannot-register-the-image-because-uuid-already-exists/</guid>
		<description><![CDATA[I&#8217;ve ran into a snag with VirtualBox. I made some images on my work laptop and when I try to load them on my home desktop machine I run into the following error: Cannot register the image &#8216;C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso&#8217; with UUID &#8216;{4a16c3ed-691e-4878-9576-d1113bc5a699}&#8217; because a &#8216;C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso&#8217; with UUID {&#8230;} already exists It turns out the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve ran into a snag with VirtualBox. I made some images on my work laptop and when I try to load them on my home desktop machine I run into the following error:</p>
<p>Cannot register the image &#8216;C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso&#8217; with UUID &#8216;{4a16c3ed-691e-4878-9576-d1113bc5a699}&#8217;   <br />because a &#8216;C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso&#8217; with UUID {&#8230;} already exists</p>
<p>It turns out the Guest Additions ISO is loaded for one of the images, but I have no idea which one since UUIDs mean nothing to me. Basically, the Virtual Machine won&#8217;t load and there doesn&#8217;t seem to be a whole you can do about it from the UI.</p>
<p>After doing some digging I believe I have a way to get around the problem quite easily.</p>
<p>Go into the directory where the Virtual Machine file is located and open the .VBOX file. It&#8217;s an XML and is easily read by an editor such as Notepad++.</p>
<p>Look for the line: &lt;HardDisk uuid=&quot;{4a16c3ed-691e-4878-9576-d1113bc5a699}&quot; location=&quot;Windows 2008.vdi&quot; format=&quot;VDI&quot; type=&quot;Normal&quot;/&gt; as in this example:</p>
<p>&lt;HardDisks&gt;   <br />&#160; &lt;HardDisk uuid=&quot;{4a16c3ed-691e-4878-9576-d1113bc5a699}&quot; location=&quot;Windows 2008.vdi&quot; format=&quot;VDI&quot; type=&quot;Normal&quot;/&gt;    <br />&lt;/HardDisks&gt;</p>
<p>Remove the whole HardDisk uuid= entry so that there is no entry between the two HardDisk tags.</p>
<p>Save the file and double-click the .VBOX filename again. It should load correctly and the image should appear in the list of machines. You can add the Guest Additions back in once the machine starts up again.</p>
<p>You may also see this error when trying to clone the drive:</p>
<p>&quot;Failed to clone the virtual machine &lt;name&gt;.   <br />Cannot register the image &#8216;C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso&#8217;    <br />with UUID { &lt;number&gt; } because a CD/DVD image &#8216;C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso&#8217;    <br />with UUID { &lt;number&gt; } already exists.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanspantalones.com/2012/04/24/virtualbox-cannot-register-the-image-because-uuid-already-exists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What do you get when you blend a typewriter and the iPad?</title>
		<link>http://www.sanspantalones.com/2012/04/24/what-do-you-get-when-you-blend-a-typewriter-and-the-ipad/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-do-you-get-when-you-blend-a-typewriter-and-the-ipad</link>
		<comments>http://www.sanspantalones.com/2012/04/24/what-do-you-get-when-you-blend-a-typewriter-and-the-ipad/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 17:25:30 +0000</pubDate>
		<dc:creator>Don Pedro</dc:creator>
				<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://www.sanspantalones.com/2012/04/24/what-do-you-get-when-you-blend-a-typewriter-and-the-ipad/</guid>
		<description><![CDATA[I find this to be incredibly cool and downright sexy in it&#8217;s own little way. I don&#8217;t know that I would use it, I don&#8217;t that I could use it, but I sure as hell would love to have one! Check out the blending of old style typewriter and USB connections. That thing just screams [...]]]></description>
			<content:encoded><![CDATA[<p>I find this to be incredibly cool and downright sexy in it&#8217;s own little way. I don&#8217;t know that I would use it, I don&#8217;t that I <em>could</em> use it, but I sure as hell would love to have one! Check out the blending of old style typewriter and USB connections. That thing just screams for lashings of leather and brass!</p>
<p><a href="http://www.sanspantalones.com/wp-content/uploads/2012/04/typewriterusb.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="typewriter-usb" border="0" alt="typewriter-usb" src="http://www.sanspantalones.com/wp-content/uploads/2012/04/typewriterusb_thumb.jpg" width="472" height="543" /></a> </p>
<h3><a href="http://www.dailymail.co.uk/sciencetech/article-2134208/Typewriter-obsolete-USB-joking-Technology-allows-vintage-models-used-modern-era.html" target="_blank">Typewriter obsolete? USB Technology allows vintage models to be used in the modern era</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.sanspantalones.com/2012/04/24/what-do-you-get-when-you-blend-a-typewriter-and-the-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>25% off Norton Internet Security 2012 or Norton 360 v6.0</title>
		<link>http://www.sanspantalones.com/2012/04/14/25-off-norton-internet-security-2012-or-norton-360-v6-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=25-off-norton-internet-security-2012-or-norton-360-v6-0</link>
		<comments>http://www.sanspantalones.com/2012/04/14/25-off-norton-internet-security-2012-or-norton-360-v6-0/#comments</comments>
		<pubDate>Sat, 14 Apr 2012 20:22:00 +0000</pubDate>
		<dc:creator>Don Pedro</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[anti-virus]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Norton]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[Symantec]]></category>
		<category><![CDATA[system protection]]></category>

		<guid isPermaLink="false">http://www.sanspantalones.com/2012/04/14/25-off-norton-internet-security-2012-or-norton-360-v6-0/</guid>
		<description><![CDATA[I don&#8217;t know why Norton/Symantec does it this way, but it&#8217;s always cheaper to buy a new version of their app rather go through the renewal process. Norton Internet Security 2012 costs nearly $50, but you can buy a new copy from Amazon for $27. How does that make sense? In reality, I&#8217;m not buying [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know why Norton/Symantec does it this way, but it&#8217;s always cheaper to buy a new version of their app rather go through the renewal process. Norton Internet Security 2012 costs nearly $50, but you can buy a new copy from Amazon for $27. How does that make sense? In reality, I&#8217;m not buying a new version, I&#8217;m just extending the amount of time I can download virus definitions. It&#8217;s not like they&#8217;re actually &quot;giving&quot; me anything when I renew. But oh well, their choice. If it&#8217;s cheaper to buy the program again then so be it.</p>
<p>And that&#8217;s where we are, renewal time again. It&#8217;s time to keep the anti-virus apps up to date and keep the flaming toilet papers rolls of the Internet away from my machine. The Internet is not a Superhighway. It&#8217;s a pothole ridden backroad with ruts and ill-tempered dogs that want to eat you. It can be an ugly place. Prevention is the best medicine!</p>
<p>So, where to get a cheap copy of NIS 2012? That&#8217;s easy actually. You have two major choices, the Norton website itself, or Amazon. There&#8217;s really only a dollar difference. Strangely, if you go to the Norton site you can <a href="http://antivirus.norton.com/norton/ps/1up_ca_fr_360t2.html?om_sem_cid=hho_sem_sy:us:ggl:en:b%7Ckw0000002017%7C7356693196&amp;om_sem_site=" target="_blank">Norton Internet Security 2012</a> or <a href="http://antivirus.norton.com/norton/ps/1up_ca_fr_360t2.html?om_sem_cid=hho_sem_sy:us:ggl:en:b%7Ckw0000002017%7C7356693196&amp;om_sem_site=" target="_blank">Norton 360 v6.0</a> for the same price. They both come out to $29 and change with a coupon code.</p>
<p>Go to <a href="http://antivirus.norton.com/norton/ps/1up_ca_fr_360t2.html?om_sem_cid=hho_sem_sy:us:ggl:en:b%7Ckw0000002017%7C7356693196&amp;om_sem_site=" target="_blank">Norton site</a> and use:</p>
<p><strong><em>CPNPAL25NORTON &#8211; 25% Discount</em></strong></p>
<p><strong><em>CSHARESYM20 &#8211; 20% Discount</em></strong></p>
<p>They both should work, but there&#8217;s two of them just in case.</p>
<p>You can also go to <a href="http://www.amazon.com/s/ref=nb_sb_ss_i_0_7?url=search-alias%3Daps&amp;field-keywords=norton+internet+security+2012&amp;sprefix=norton+%2Caps%2C227" target="_blank">Amazon</a> and get either the 3PC version ($27) or the Single PC version for $18. The 3PC version is a Digital Download while the other is an actual box. Again, kinda strange. But cheap prices no matter how you look at it.</p>
<p>I&#8217;ve been extremely pleased with Norton the past couple of year. It&#8217;s jumped in to intervene to keep me from making a mess of things. There are some ugly little programs out there. A couple of naughty sites too.</p>
<p>Seriously though, for less than $30 you will get some big league protection. You can go with free AV software if you want, but you get what you pay for.</p>
<p>As a side note, if you don&#8217;t already have a copy I would HIGHLY recommend getting SuperAntiSpyware to compliment your system protection. It has an odd name, but the software is extremely powerful. It stops undesirable programs from launching, stops toolbars and other useless web trinkets from loading and you can get a LIFETIME license for $20. For the price of a couple of those damn coffees you could completely protect your system for life. Nice deal.</p>
<p><a href="http://antivirus.norton.com/norton/ps/1up_ca_fr_360t2.html?om_sem_cid=hho_sem_sy:us:ggl:en:b%7Ckw0000002017%7C7356693196&amp;om_sem_site=" target="_blank">Norton Internet Security from Norton.com</a></p>
<p><a href="http://www.amazon.com/s/ref=nb_sb_ss_i_0_7?url=search-alias%3Daps&amp;field-keywords=norton+internet+security+2012&amp;sprefix=norton+%2Caps%2C227" target="_blank">Norton Internet Security from Amazon.com</a></p>
<p><a href="http://www.superantispyware.com/shoppingcart.html?action=add&amp;sku=SASSP000&amp;tag=WHATSNEW" target="_blank">SusperAntiSpyware with Lifetime Updates</a></p>
<p><strong><em>Update:</em></strong></p>
<p>I found another link that truly offers Norton Internet Security 2012 for $34.99. When you add the 25% off coupon of <strong><em>CPNPAL25NORTON</em></strong> the total drops to $26.24. That&#8217;s a pretty sweet discount. So there you go, another avenue to get Norton Internet Security for a hefty discount.</p>
<p><a href="http://www.symantec.com/norton/ps/3up_nl_nl_navnis360t1.html" target="_blank">Norton Internet Security 2012 &#8211; $26.24</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanspantalones.com/2012/04/14/25-off-norton-internet-security-2012-or-norton-360-v6-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Salvation from Viruses, Rootkits, Malware and Spyware. How to protect yourself.</title>
		<link>http://www.sanspantalones.com/2012/04/13/salvation-from-viruses-rootkits-malware-and-spyware-how-to-protect-yourself/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=salvation-from-viruses-rootkits-malware-and-spyware-how-to-protect-yourself</link>
		<comments>http://www.sanspantalones.com/2012/04/13/salvation-from-viruses-rootkits-malware-and-spyware-how-to-protect-yourself/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 16:24:50 +0000</pubDate>
		<dc:creator>Don Pedro</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[anti-virus]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[rootkit]]></category>
		<category><![CDATA[software protection]]></category>
		<category><![CDATA[spyware]]></category>

		<guid isPermaLink="false">http://www.sanspantalones.com/2012/04/13/salvation-from-viruses-rootkits-malware-and-spyware-how-to-protect-yourself/</guid>
		<description><![CDATA[A friend of mine at work has found himself battling some serious computer demons. &#34;A friend of his wife&#8217;s&#34;, (the story always starts that way) has a laptop that is running slow and causing problems. It took only a couple of minutes to determine it was the victim of some malware, probably had a virus [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of mine at work has found himself battling some serious computer demons. &quot;A friend of his wife&#8217;s&quot;, (the story always starts that way) has a laptop that is running slow and causing problems. It took only a couple of minutes to determine it was the victim of some malware, probably had a virus and some spyware seeping through. </p>
<p>Oh course the machine has an OEM copy of Windows, no recovery disks and as for anti-virus, I&#8217;m not sure it even had any. If it did, it sure as hell wasn&#8217;t working. Anyway, the battle began on Monday night. I met back up with him on Thursday and he looked to be a defeated man. He told stories of at least 10 viruses on the system, quite possibly a rootkit, definitely Malware and Spyware and since he didn&#8217;t have any disks, getting to scan the machine before Windows loaded was proving to be problematic.</p>
<p>I&#8217;ve been there. I&#8217;ve been given this laptop before. I&#8217;ve had that &quot;friend&quot;. After much discussion and gnashing of teeth I offered my suggestions on how to get around this mess. I have a few tricks up my sleeve, but who knows if he can resurrect this machine. We all agreed the best thing to do is reformat the beast, but they don&#8217;t have the Windows disks.</p>
<p>So here are my suggestions:</p>
<p>Go to Amazon and buy a copy of <a href="http://www.amazon.com/s/ref=nb_sb_ss_i_0_7?url=search-alias%3Daps&amp;field-keywords=norton+internet+security+2012&amp;sprefix=norton+%2Caps%2C227" target="_blank">Norton Internet Security 2012</a>. You can buy a single PC license for $18 or a 3 PC license for $27. Let me just say this and cut through the haze, free anti-virus is bullshit! There are times when you get what you pay for and if you&#8217;re going to hang your ass out on the Internet all day, every day, you better protect it. Do you trust free condoms from strangers? Really? Pay the $30 and get some real protection in there.</p>
<p>Next, go to Norton and download the <a href="http://security.symantec.com/nbrt/nbrt.aspx" target="_blank">Norton Bootable Recovery Tool</a>. This is the Boot CD or Boot Disk so you can get right at the machine before it starts. You may also need to download <a href="http://security.symantec.com/nbrt/npe.aspx?lcid=1033" target="_blank">Norton Power Eraser</a> which is specially designed to aggressively target scamware. That sounds wickedly powerful, so yes, give it a go. But seriously, download the Boot Disk and scan your machine with that if it&#8217;s infected.</p>
<p>Next, download <a href="http://www.superantispyware.com/" target="_blank">SuperAntiSpyware</a>. It does indeed have a silly name, but it&#8217;s damn powerful software. It&#8217;s stops Malware, Spyware and Viruses from getting onto your system. It does a lot more than just clean up some tracking cookies. If you try and click on something evil, it will pull you out of the fire. For system that have more bugs than a Thai Bath House, there is portable version so you can boot it off a USB key. You can get a LIFETIME license to the full version for $20.</p>
<p>There is also <a href="http://www.malwarebytes.org/" target="_blank">MalwareBytes</a>. Like SuperAntiSpyware it will get onto your machine looking for all sorts of ill. They have a free version so you can run it against your infected machine and yourself out of the soup.</p>
<p>But seriously, before you start calling up your local tech guy, who obviously has nothing better to do than mess with your laptop, spend the $50 to protect yourself. Get a copy of NIS 2012 so that when you click on the things you shouldn&#8217;t it will stop programs from sucking the life out of your machine. Spend the $20 for a good Malware, Spyware app so that when sites try to attack you, there&#8217;s a barrier. You don&#8217;t go swimming naked in shark infested waters covered in bacon grease do you? Why do you jeopardize your machine so?</p>
<p>Just remember, don&#8217;t be cheap. So far, my friend has invested 4 hours in this problem and has made no advances yet. There&#8217;s at least another 4-6 hours of work ahead. Considering the technical depth of his knowledge, you wouldn&#8217;t even get him to look a machine for less than $50 an hour. This project will waste over $500 by the time it&#8217;s done and more than likely will get this person shunned from his house and not invited over to the next party. And I tell you what, if I were doing this work, you for damn sure would be buying me a bottle of top shelf Vodka or Whiskey and we know $50 isn&#8217;t gonna cut it there. AND you&#8217;ll be buying the AV and Malware apps anyway, because I&#8217;m not going through this crap again.</p>
<p>As the saying goes, pay a little now, save a lot later.</p>
<p>Think about it, what the right choice here?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanspantalones.com/2012/04/13/salvation-from-viruses-rootkits-malware-and-spyware-how-to-protect-yourself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write errors with Google XML Sitemap Generator and WordPress</title>
		<link>http://www.sanspantalones.com/2012/04/13/write-errors-with-google-xml-sitemap-generator-and-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=write-errors-with-google-xml-sitemap-generator-and-wordpress</link>
		<comments>http://www.sanspantalones.com/2012/04/13/write-errors-with-google-xml-sitemap-generator-and-wordpress/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 15:35:01 +0000</pubDate>
		<dc:creator>Don Pedro</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.sanspantalones.com/2012/04/13/write-errors-with-google-xml-sitemap-and-wordpress/</guid>
		<description><![CDATA[I&#8217;ve run into a problem where my Google Sitemap Generator plugin for WordPress keeps generating an error that there&#8217;s been a problem and it can&#8217;t write to either sitemap.xml or sitemap.xml.gz. The error I get is: &#34;There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more There [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve run into a problem where my Google Sitemap Generator plugin for WordPress keeps generating an error that there&#8217;s been a problem and it can&#8217;t write to either sitemap.xml or sitemap.xml.gz.</p>
<p>The error I get is: </p>
<p><strong><em>&quot;There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more        <br />There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn more&quot;</em></strong></p>
<p>This seems to have started since I upgraded to Google XML Sitemaps 3.2.6. If I rebuild the sitemap manually, everything works fine, the file is written and I don&#8217;t get any errors. But left to it&#8217;s own devices, things don&#8217;t go so well. </p>
<p>I haven&#8217;t really solved the problem, but I believe I&#8217;ve managed to work around it. First, I downgraded back to <a href="http://downloads.wordpress.org/plugin/google-sitemap-generator.3.1.6.zip" target="_blank">Google XML Sitemaps 3.1.6</a>. Since I have a blog running under IIS, there might be another change to make. If you go to Settings &#8211; XML Sitemap, Under the Location of your sitemap file:</p>
<p>I selected Custom Location and then put in the full pathname to the file such as C:\Inetpub\blog directory\wordpress\sitemap.xml</p>
<p>With those changes in place, the plugin seems to be working again. After a post, the sitemap.xml file is updated and I don&#8217;t get the write protection error. I&#8217;m not sure if it was one change or the other, but it&#8217;s fixed and I&#8217;m not messing with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanspantalones.com/2012/04/13/write-errors-with-google-xml-sitemap-generator-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Father of Commodore 64 Passes Away at Age 83</title>
		<link>http://www.sanspantalones.com/2012/04/11/father-of-commodore-64-passes-away-at-age-83/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=father-of-commodore-64-passes-away-at-age-83</link>
		<comments>http://www.sanspantalones.com/2012/04/11/father-of-commodore-64-passes-away-at-age-83/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 16:11:41 +0000</pubDate>
		<dc:creator>Don Pedro</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Commodore 64]]></category>

		<guid isPermaLink="false">http://www.sanspantalones.com/2012/04/11/father-of-commodore-64-passes-away-at-age-83/</guid>
		<description><![CDATA[Another computer great passes on. What a wonderful machine and so many memories. It really was the heady days of the computer revolution. Ultima III on the C64? RIP Father of Commodore 64 Passes Away at Age 83]]></description>
			<content:encoded><![CDATA[<p>Another computer great passes on. </p>
<p>What a wonderful machine and so many memories. It really was the heady days of the computer revolution. </p>
<p>Ultima III on the C64?</p>
<p>RIP</p>
<p><a href="http://www.maximumpc.com/article/news/father_commodore_64_passes_away_age_83" target="_blank">Father of Commodore 64 Passes Away at Age 83</a></p>
<p><a href="http://www.sanspantalones.com/wp-content/uploads/2012/04/commodore_64.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 10px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="commodore_64" border="0" alt="commodore_64" src="http://www.sanspantalones.com/wp-content/uploads/2012/04/commodore_64_thumb.jpg" width="404" height="271" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanspantalones.com/2012/04/11/father-of-commodore-64-passes-away-at-age-83/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cradle of Rome &#8211; Free for a limited time</title>
		<link>http://www.sanspantalones.com/2012/04/08/cradle-of-rome-free-for-a-limited-time/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cradle-of-rome-free-for-a-limited-time</link>
		<comments>http://www.sanspantalones.com/2012/04/08/cradle-of-rome-free-for-a-limited-time/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 03:17:06 +0000</pubDate>
		<dc:creator>Don Pedro</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[city building]]></category>
		<category><![CDATA[discount]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[match 3]]></category>
		<category><![CDATA[price drop]]></category>
		<category><![CDATA[sale]]></category>

		<guid isPermaLink="false">http://www.sanspantalones.com/2012/04/08/cradle-of-rome-free-for-a-limited-time/</guid>
		<description><![CDATA[I picked this up as a free download and have been quite impressed. It&#8217;s a pretty nice Match-3 game like 10 Talismans, but with a city building element. Earn gold and resources by the tiles you match then use that to buy buildings for your city. Start as a peasant in a hut and work [...]]]></description>
			<content:encoded><![CDATA[<p class='bloggerplus_text_section' align='left' style='clear:both;'>I picked this up as a free download and have been quite impressed. It&#8217;s a pretty nice Match-3 game like 10 Talismans, but with a city building element. Earn gold and resources by the tiles you match then use that to buy buildings for your city. Start as a peasant in a hut and work your way up. It&#8217;s a pretty ice variation and you can&#8217;t beat free. I&#8217;m sure it&#8217;s only free for the Easter weekend so you better hurry.</p>
<p><a href='http://appshopper.com/games/cradle-of-rome' target='_blank'>Cradle of Rome 2 HD</a></p>
<p class='bloggerplus_text_section' align='left' style='clear:both;'>
]]></content:encoded>
			<wfw:commentRss>http://www.sanspantalones.com/2012/04/08/cradle-of-rome-free-for-a-limited-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AirDisk Pro &#8211; Wireless Flash Drive &#8211; Free for Easter!</title>
		<link>http://www.sanspantalones.com/2012/04/08/airdisk-pro-wireless-flash-drive-free-for-easter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=airdisk-pro-wireless-flash-drive-free-for-easter</link>
		<comments>http://www.sanspantalones.com/2012/04/08/airdisk-pro-wireless-flash-drive-free-for-easter/#comments</comments>
		<pubDate>Sun, 08 Apr 2012 10:16:56 +0000</pubDate>
		<dc:creator>Don Pedro</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[discount]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[flash drive]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[price drop]]></category>
		<category><![CDATA[sale]]></category>
		<category><![CDATA[thumbdrive]]></category>
		<category><![CDATA[transfer]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless flash drive]]></category>

		<guid isPermaLink="false">http://www.sanspantalones.com/2012/04/08/airdisk-pro-wireless-flash-drivefree-for-easter/</guid>
		<description><![CDATA[This is one of my favorite utilities right now, and not only did it get an update, they’ve dropped the price to FREE for Easter! Now that’s a heck of a gift! If you’re looking for a quick and easy way to transfer files to the iPad this is the way to go. This app [...]]]></description>
			<content:encoded><![CDATA[<p>This is one of my favorite utilities right now, and not only did it get an update, they’ve dropped the price to <strong>FREE</strong> for Easter! Now that’s a heck of a gift! If you’re looking for a quick and easy way to transfer files to the iPad this is the way to go. This app is a fantastic buy at $0.99, so getting it for free is one hell of a thing! If you haven&#8217;t download a copy, you best get a move on. </p>
<p><a href="http://itunes.apple.com/app/airdisk-pro-wireless-flash/id505904421?mt=8" target="_blank">AirDisk Pro &#8211; Wireless Flash Drive</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanspantalones.com/2012/04/08/airdisk-pro-wireless-flash-drive-free-for-easter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Copy of O&amp;O DriveLED for Easter, plus a coupon</title>
		<link>http://www.sanspantalones.com/2012/04/06/free-copy-of-oo-driveled-for-easter-plus-a-coupon/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=free-copy-of-oo-driveled-for-easter-plus-a-coupon</link>
		<comments>http://www.sanspantalones.com/2012/04/06/free-copy-of-oo-driveled-for-easter-plus-a-coupon/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 11:10:59 +0000</pubDate>
		<dc:creator>Don Pedro</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[coupon]]></category>
		<category><![CDATA[disk management]]></category>
		<category><![CDATA[disk utilities]]></category>
		<category><![CDATA[driveled]]></category>
		<category><![CDATA[Easter]]></category>
		<category><![CDATA[Easter egg]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[O&O]]></category>
		<category><![CDATA[price drop]]></category>
		<category><![CDATA[sale]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System Utilities]]></category>

		<guid isPermaLink="false">http://www.sanspantalones.com/2012/04/06/free-copy-of-oo-driveled-for-easter/</guid>
		<description><![CDATA[O&#38;O Software has an Easter Egg on their site that gives you a free license to O&#38;O DriveLED v4.0. Since it&#8217;s an Easter Egg you have to go searching for it. But where to start? Actually, it&#8217;s not that hard. Let your fingers do the walking and let the site help you out. Maybe you [...]]]></description>
			<content:encoded><![CDATA[<p>O&amp;O Software has an Easter Egg on their site that gives you a free license to O&amp;O DriveLED v4.0. Since it&#8217;s an Easter Egg you have to go searching for it. But where to start? Actually, it&#8217;s not that hard. Let your fingers do the walking and let the site help you out. Maybe you could do a search for &quot;Easter Egg&quot; and see what comes back.</p>
<p>While you&#8217;re out there you can use the coupon code &quot;<strong>EASTER2012</strong>&quot; to save 30% off anything in the online store. Not a bad deal.</p>
<p><a href="http://www.oo-software.com/en" target="_blank">Shop the O&amp;O Online Store</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanspantalones.com/2012/04/06/free-copy-of-oo-driveled-for-easter-plus-a-coupon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

