<?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>Turbulent Sky &#187; Windows</title>
	<atom:link href="http://turbulentsky.com/tag/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://turbulentsky.com</link>
	<description>Tech Tips, Tricks and Solutions</description>
	<lastBuildDate>Sun, 22 Jan 2012 23:53:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Middle-click/Cmd+click on a Link Doesn&#8217;t Open Tabs in Firefox 6.0.2</title>
		<link>http://turbulentsky.com/middle-clickcmdclick-on-a-link-doesnt-open-tabs-in-firefox-6-0-2.html</link>
		<comments>http://turbulentsky.com/middle-clickcmdclick-on-a-link-doesnt-open-tabs-in-firefox-6-0-2.html#comments</comments>
		<pubDate>Wed, 07 Sep 2011 16:41:23 +0000</pubDate>
		<dc:creator>Peter Ridge</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://turbulentsky.com/?p=526</guid>
		<description><![CDATA[Last night, I updated to Firefox 6.0.2 and after it was finished installing, lo and behold the middle mouse button no longer opened links in new tabs. Using a middle click (Command+click on the Mac) on a link normally opens the destination in a background tab, but it just stopped working. However, I could still [...]]]></description>
		<wfw:commentRss>http://turbulentsky.com/middle-clickcmdclick-on-a-link-doesnt-open-tabs-in-firefox-6-0-2.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>PuTTY and VI/VIM Cursor Keys Not Working in Insert Mode</title>
		<link>http://turbulentsky.com/putty-vi-vim-cursor-keys-insert-mode.html</link>
		<comments>http://turbulentsky.com/putty-vi-vim-cursor-keys-insert-mode.html#comments</comments>
		<pubDate>Wed, 16 Mar 2011 22:31:09 +0000</pubDate>
		<dc:creator>Peter Ridge</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PuTTY]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://turbulentsky.com/?p=327</guid>
		<description><![CDATA[When using PuTTY to SSH to a Linux server and edit files, I&#8217;ve encountered on several occasions where navigating in vim using the cursor (arrow) keys on the keyboard while in insert mode results in control characters and/or new lines being inserted. Here are a couple of ways to rectify the situation. Check if the [...]]]></description>
		<wfw:commentRss>http://turbulentsky.com/putty-vi-vim-cursor-keys-insert-mode.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PuTTY Displays Box Characters Instead of Hyphens in Man Pages</title>
		<link>http://turbulentsky.com/putty-displays-box-characters-hyphens-man-pages.html</link>
		<comments>http://turbulentsky.com/putty-displays-box-characters-hyphens-man-pages.html#comments</comments>
		<pubDate>Sat, 01 May 2010 00:39:20 +0000</pubDate>
		<dc:creator>Peter Ridge</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[PuTTY]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://turbulentsky.com/?p=329</guid>
		<description><![CDATA[A couple of posts ago, I wrote about fixing the incorrect characters that appear in man pages when using PuTTY. If, however, you see a box or rectangle where a character should be, then here&#8217;s the solution for that. Although PuTTY and Cygwin support UTF-8, some fonts have more character coverage than others. In the [...]]]></description>
		<wfw:commentRss>http://turbulentsky.com/putty-displays-box-characters-hyphens-man-pages.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cygwin 1.7 Has Funny Characters on Man Pages in PuTTY</title>
		<link>http://turbulentsky.com/cygwin-funny-characters-man-pages-putty.html</link>
		<comments>http://turbulentsky.com/cygwin-funny-characters-man-pages-putty.html#comments</comments>
		<pubDate>Tue, 02 Feb 2010 19:32:50 +0000</pubDate>
		<dc:creator>Peter Ridge</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[PuTTY]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://turbulentsky.com/?p=322</guid>
		<description><![CDATA[Do you see strange characters on man pages in your Cygwin? After upgrading to Cygwin 1.7, I noticed that the soft hyphens in man pages were replaced with the &#8220;â&#8221; character. Somehow, the character set wasn&#8217;t right. I remember having to deal with this problem several years ago, but couldn&#8217;t recall how I solved it. [...]]]></description>
		<wfw:commentRss>http://turbulentsky.com/cygwin-funny-characters-man-pages-putty.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Pidgin Received Unexpected Response from AIM and ICQ</title>
		<link>http://turbulentsky.com/pidgin-received-unexpected-response-aim-icq.html</link>
		<comments>http://turbulentsky.com/pidgin-received-unexpected-response-aim-icq.html#comments</comments>
		<pubDate>Wed, 13 Jan 2010 04:13:33 +0000</pubDate>
		<dc:creator>Peter Ridge</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[AIM]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[ICQ]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://turbulentsky.com/?p=307</guid>
		<description><![CDATA[Today, my Pidgin IM client started giving the error, &#8220;Received unexpected response from http://api.oscar.aol.com/aim/startOSCARSession&#8221;, when connecting to the AOL Instant Messenger (AIM) server. Apparently, it can also happen when connecting to ICQ. Fortuantely, the fix/workaround on Windows and Linux is really easy. Go to Accounts Modify the AIM or ICQ account On the Advanced tab, [...]]]></description>
		<wfw:commentRss>http://turbulentsky.com/pidgin-received-unexpected-response-aim-icq.html/feed</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
		<item>
		<title>Fix Firefox Crash: Part 2</title>
		<link>http://turbulentsky.com/fix-firefox-crash-part-2.html</link>
		<comments>http://turbulentsky.com/fix-firefox-crash-part-2.html#comments</comments>
		<pubDate>Fri, 22 Feb 2008 00:10:00 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Yahoo Mail]]></category>

		<guid isPermaLink="false">http://stage.turbulentsky.com/fix-firefox-crash-part-2.html</guid>
		<description><![CDATA[Previously in the post, Fix Firefox Crash with Yahoo Mail, I covered a very simple way to eliminate a very frequently occurring crash problem due to a conflict between ad blocking addons and a module installed by Yahoo! Instant Messenger. That fix significantly reduced the crashes that I encountered. However, I was still getting occasional [...]]]></description>
		<wfw:commentRss>http://turbulentsky.com/fix-firefox-crash-part-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Can&#8217;t Download Anymore</title>
		<link>http://turbulentsky.com/firefox-cant-download-anymore.html</link>
		<comments>http://turbulentsky.com/firefox-cant-download-anymore.html#comments</comments>
		<pubDate>Fri, 08 Feb 2008 18:21:00 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://stage.turbulentsky.com/firefox-cant-download-anymore.html</guid>
		<description><![CDATA[Yesterday, someone at work was having a problem where his Firefox would no longer download files. The Downloads dialog was empty but Firefox refused to downloading anything even when selecting to save manually. This is usually caused by a corrupt completed-downloads file. Here&#8217;s how to fix this download problem: Close Firefox Open your favorite file [...]]]></description>
		<wfw:commentRss>http://turbulentsky.com/firefox-cant-download-anymore.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Firefox Crash With Yahoo Mail</title>
		<link>http://turbulentsky.com/fix-firefox-crash-with-yahoo-mail.html</link>
		<comments>http://turbulentsky.com/fix-firefox-crash-with-yahoo-mail.html#comments</comments>
		<pubDate>Wed, 06 Feb 2008 18:57:00 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Yahoo Mail]]></category>

		<guid isPermaLink="false">http://stage.turbulentsky.com/fix-firefox-crash-with-yahoo-mail.html</guid>
		<description><![CDATA[For a while, my Firefox 2 on Windows XP would crash almost every time I logged out of Yahoo! Mail. Sometimes it would even happen if I just switched from Yahoo! Mail to another tab or closed the tab. The problem appears to be caused by a plugin installed by Yahoo! Instant Messenger (YIM) conflicting [...]]]></description>
		<wfw:commentRss>http://turbulentsky.com/fix-firefox-crash-with-yahoo-mail.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flashback: Windows 386</title>
		<link>http://turbulentsky.com/flashback-windows-386.html</link>
		<comments>http://turbulentsky.com/flashback-windows-386.html#comments</comments>
		<pubDate>Fri, 21 Dec 2007 15:59:00 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://stage.turbulentsky.com/flashback-windows-386.html</guid>
		<description><![CDATA[Previously, I had posted about good ole Windows 1.0. Oh the memories! Well, if that wasn&#8217;t enough retro for you, here&#8217;s some Windows/386 nostalgia. In addition to running multiple Windows applications, Windows/386 was able to run multiple DOS programs simultaneously utilizing the 80386 CPU&#8217;s protected (a.k.a. virtual 8086) mode. Each program would get its own [...]]]></description>
		<wfw:commentRss>http://turbulentsky.com/flashback-windows-386.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Test Live CDs via Virtualization with VirtualBox</title>
		<link>http://turbulentsky.com/test-live-cds-via-virtualization-with.html</link>
		<comments>http://turbulentsky.com/test-live-cds-via-virtualization-with.html#comments</comments>
		<pubDate>Sat, 20 Oct 2007 18:27:00 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://stage.turbulentsky.com/test-live-cds-via-virtualization-with-virtualbox.html</guid>
		<description><![CDATA[Last month, I posted about the free VirtualBox virtualization software and how you can use it to run various operating systems on Windows, Linux and Mac OS X (Intel CPU version) computers. Virtualization is also handy for quick and painless operating system evaluation purposes. There are many Live CDs available today spanning a plethora of [...]]]></description>
		<wfw:commentRss>http://turbulentsky.com/test-live-cds-via-virtualization-with.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

