<?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>RobPlatt.com &#187; Fixes</title>
	<atom:link href="http://www.robplatt.com/index.php/category/fixes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robplatt.com</link>
	<description>My name is Rob. Here are the things I find useful or amusing. Enjoy.</description>
	<lastBuildDate>Tue, 13 Jul 2010 18:09:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Google Viewer</title>
		<link>http://www.robplatt.com/index.php/2010/06/28/google-viewer/</link>
		<comments>http://www.robplatt.com/index.php/2010/06/28/google-viewer/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 18:34:02 +0000</pubDate>
		<dc:creator>robplatt</dc:creator>
				<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.robplatt.com/?p=187</guid>
		<description><![CDATA[We used to use Adobe FlashPaper to embed pdfs into our site. This made viewing a pdf  easy, most people have flash installed, right? No&#8230; and chances are, if they don&#8217;t have adobe reader, they probably don&#8217;t have flash. A better/free solution would be Google Docs Viewer. Use Google Docs to quickly view documents online [...]]]></description>
			<content:encoded><![CDATA[<p>We used to use <a href="http://www.adobe.com/products/flashpaper/">Adobe FlashPaper</a> to embed pdfs into our site. This made viewing a pdf  easy, most people have flash installed, right?</p>
<p>No&#8230; and chances are, if they don&#8217;t have adobe reader, they probably don&#8217;t have flash.</p>
<p>A better/free solution would be <a href="http://docs.google.com/viewer">Google Docs Viewer</a>.</p>
<blockquote><p>Use Google Docs to quickly view documents online without leaving your browser.</p></blockquote>
<p>Embedding Docs Viewer into your page, gives you the same usability as FlashPaper, but without Flash needing to be installed. Now we can give our users the ability to view our pdfs, directly in our browser, without any third-party dependencies. (You may also provide a non-embedded url, to open in full screen)</p>
<p>We did run into one problem. We received this error on one of our pdfs:</p>
<blockquote><p>Sorry we are unable to generate a view of the document at this time</p></blockquote>
<p>Replacing the spaces in the filename with %2520 solved the issue. %20 and + did not.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robplatt.com/index.php/2010/06/28/google-viewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TAB Key In Command Prompt Doesn&#8217;t Auto Complete</title>
		<link>http://www.robplatt.com/index.php/2010/06/18/tab-key-command-prompt-auto-complete/</link>
		<comments>http://www.robplatt.com/index.php/2010/06/18/tab-key-command-prompt-auto-complete/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 16:30:20 +0000</pubDate>
		<dc:creator>robplatt</dc:creator>
				<category><![CDATA[Fixes]]></category>

		<guid isPermaLink="false">http://www.robplatt.com/?p=176</guid>
		<description><![CDATA[For some reason, I lost the ability to auto-complete in the command prompt, using the TAB key. Setting the following registry key to 0&#215;9 solved the problem. How it got changed in the first place is beyond me. [HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor] &#8220;CompletionChar&#8221;=0&#215;9]]></description>
			<content:encoded><![CDATA[<p>For some reason, I lost the ability to auto-complete in the command prompt, using the TAB key.</p>
<p>Setting the following registry key to 0&#215;9 solved the problem. How it got changed in the first place is beyond me.</p>
<p>[HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor]<br />
&#8220;CompletionChar&#8221;=0&#215;9</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robplatt.com/index.php/2010/06/18/tab-key-command-prompt-auto-complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed.</title>
		<link>http://www.robplatt.com/index.php/2010/06/15/multiple-connections-server-shared-resource-user-user-allowed/</link>
		<comments>http://www.robplatt.com/index.php/2010/06/15/multiple-connections-server-shared-resource-user-user-allowed/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 02:12:47 +0000</pubDate>
		<dc:creator>robplatt</dc:creator>
				<category><![CDATA[Fixes]]></category>

		<guid isPermaLink="false">http://www.robplatt.com/?p=170</guid>
		<description><![CDATA[Had this happen at a clients today&#8230; Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. I tried &#8220;net use * /d&#8221;&#8230; I checked DNS settings&#8230; that didn&#8217;t help. In my case, my client had the same administrator:password login, both on the local machine, [...]]]></description>
			<content:encoded><![CDATA[<p>Had this happen at a clients today&#8230;</p>
<blockquote><p>Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed.</p></blockquote>
<p>I tried &#8220;net use * /d&#8221;&#8230; I checked DNS settings&#8230; that didn&#8217;t help.</p>
<p>In my case, my client had the same administrator:password login, both on the local machine, and as the domain account. So, even while the computer was disjoined from the domain, the local admin account had rights to the server. This defeated using the server credentials when trying to add the computer to the domain. Changing the local administrator password to something else solved the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robplatt.com/index.php/2010/06/15/multiple-connections-server-shared-resource-user-user-allowed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireless Windows Domain Login</title>
		<link>http://www.robplatt.com/index.php/2010/06/15/wireless-windows-domain-login/</link>
		<comments>http://www.robplatt.com/index.php/2010/06/15/wireless-windows-domain-login/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 02:08:28 +0000</pubDate>
		<dc:creator>robplatt</dc:creator>
				<category><![CDATA[Fixes]]></category>

		<guid isPermaLink="false">http://www.robplatt.com/?p=168</guid>
		<description><![CDATA[Having trouble logging into a new account, from XP, over wireless? Did you make sure the wireless zero config was controlling the wireless connection? Can you ping the computer from a remote desktop while it&#8217;s at the login screen? Try this&#8230; Log on with an already trusted account. Lock the computer. Try to unlock the [...]]]></description>
			<content:encoded><![CDATA[<p>Having trouble logging into a new account, from XP, over wireless? Did you make sure the wireless zero config was controlling the wireless connection? Can you ping the computer from a remote desktop while it&#8217;s at the login screen?</p>
<p>Try this&#8230;</p>
<p>Log on with an already trusted account. Lock the computer. Try to unlock the computer with the new account. It should cache the login credentials and let you log in. <a href="http://forums.wi-fiplanet.com/showthread.php?t=3924">Read on for more help with this problem</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robplatt.com/index.php/2010/06/15/wireless-windows-domain-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WatchGuard firewall blocks WordPress login</title>
		<link>http://www.robplatt.com/index.php/2010/03/01/watchguard-firewall-blocks-wordpress-login/</link>
		<comments>http://www.robplatt.com/index.php/2010/03/01/watchguard-firewall-blocks-wordpress-login/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 17:32:44 +0000</pubDate>
		<dc:creator>robplatt</dc:creator>
				<category><![CDATA[Fixes]]></category>
		<category><![CDATA[watchguard]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wsod]]></category>

		<guid isPermaLink="false">http://www.robplatt.com/?p=93</guid>
		<description><![CDATA[If you&#8217;re behind a WatchGuard firewall, and your /wp-admin/ page shows up white / blank, then your firewall may be the culprit. The default Header-Response for an http proxy is set to strip. Which prevents the admin page from redirecting you to /wp-login.php You can test this by manually typing in http://site/wp-login.php. Once you log [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.robplatt.com/wp-content/uploads/2010/03/block_wordpress.png"><img class="alignright size-full wp-image-107" title="block_wordpress" src="http://www.robplatt.com/wp-content/uploads/2010/03/block_wordpress.png" alt="" width="115" height="116" /></a>If you&#8217;re behind a WatchGuard firewall, and your /wp-admin/ page shows up white / blank, then your firewall may be the culprit.</p>
<p>The default Header-Response for an http proxy is set to strip. Which prevents the admin page from redirecting you to /wp-login.php</p>
<p>You can test this by manually typing in http://site/wp-login.php. Once you log in (it wont redirect you), type http://site/wp-admin/ and your dashboard should load.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robplatt.com/index.php/2010/03/01/watchguard-firewall-blocks-wordpress-login/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
