<?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>FettesPS &#187; microsoft</title>
	<atom:link href="http://www.fettesps.com/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fettesps.com</link>
	<description>Fettes Programming Solutions</description>
	<lastBuildDate>Sun, 22 Jan 2012 18:21:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Uninstalling Visual Studio&#8217;s Productivity Power Tools</title>
		<link>http://www.fettesps.com/uninstalling-visual-studios-productivity-power-tools/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uninstalling-visual-studios-productivity-power-tools</link>
		<comments>http://www.fettesps.com/uninstalling-visual-studios-productivity-power-tools/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 04:00:52 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[productivity tools]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[vs.net]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/?p=1750</guid>
		<description><![CDATA[Took me far too long to find this option. Powertools had some annoying quirks that I just couldn&#8217;t get passed and I wasn&#8217;t using any of it&#8217;s good features. Plus either it or the SP1 upgrade has left Visual Studio 2010 in a less than stable state, I find it crashing several times a day. [...]]]></description>
			<content:encoded><![CDATA[<p>Took me far too long to find this option. Powertools had some annoying quirks that I just couldn&#8217;t get passed and I wasn&#8217;t using any of it&#8217;s good features.  Plus either it or the SP1 upgrade has left Visual Studio 2010 in a less than stable state, I find it crashing several times a day.  So today I have removed Productivity Power Tools using the following method:</p>
<p><strong>Tools -> Extension Manager -> Productivity Power Tools -> Uninstall</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/uninstalling-visual-studios-productivity-power-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing IIS&#8217;s &#8220;Failed to start monitoring changes to [...] because access is denied&#8221; Error</title>
		<link>http://www.fettesps.com/fixing-iiss-failed-to-start-monitoring-changes-to-because-access-is-denied-error/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fixing-iiss-failed-to-start-monitoring-changes-to-because-access-is-denied-error</link>
		<comments>http://www.fettesps.com/fixing-iiss-failed-to-start-monitoring-changes-to-because-access-is-denied-error/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 01:01:51 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/?p=1512</guid>
		<description><![CDATA[Ran into a weird error today. I had IIS serving pages on my devel machine and after working out the kinks in my code I went to FTP them to the production server. Since that machine didn&#8217;t have FTP I shared the folder and uploaded them from another machine that was on my desk. After [...]]]></description>
			<content:encoded><![CDATA[<p>Ran into a weird error today.  I had IIS serving pages on my devel machine and after working out the kinks in my code I went to FTP them to the production server.  Since that machine didn&#8217;t have FTP I shared the folder and uploaded them from another machine that was on my desk.  After that I went to reload the page and got the following error:</p>
<pre class="brush: plain; title: ; notranslate">Failed to start monitoring changes to [...] because access is denied </pre>
<p>I figured it was because I had shared the page and IIS must not like that, so I unshared it expecting that to resolve the issue &#8212; it did not.  From there I dug through many pages of Google results all telling me to make sure the files weren&#8217;t marked Read Only and to make sure the ASPNET user had permissions.  Interestingly enough such a user did not exist on my machine, possibly due to a different version of IIS or the fact that I do not have Visual Studio.net installed on that system.</p>
<p>It wasn&#8217;t until I compared permissions with another web folder that still worked that I spotted the difference.  One had permission granted access to &#8220;Authenticated Users&#8221; and given it Modify permissions.  After following these steps I was once again able to serve pages:</p>
<ol>
<li>Right Click the Virtual Directory in IIS</li>
<li>Click &#8220;Edit Permissions&#8230;&#8221;</li>
<li>Select the Security Tab</li>
<li>Click the Edit button</li>
<li>Click the Add button</li>
<li>Type &#8220;Authenticated  Users&#8221; †</li>
<li>Click the Check Names button to ensure that it recognizes the name</li>
<li>Click OK</li>
<li>Ensure the Modify checkbox is checked</li>
<li>Click OK until all remaining popup windows are closed</li>
</ol>
<p>† If a name is not recognized it will pop up a &#8220;Name Not Found&#8221; box, whereas if it is recognized it will prefix it with your computer name and underline it (e.g.: <u>fettesps\username</u>).<br />
If Authenicated Users is not recognized as a user, try ASPNET instead, which is what most guides suggested (but did not work for me).</p>
<p>After making these changes you should now be able to access your site again.  If not, please consult <a href="http://support.microsoft.com/kb/317955">Microsoft&#8217;s Knowledge Base</a> article for more possible solutions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/fixing-iiss-failed-to-start-monitoring-changes-to-because-access-is-denied-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Enable or Disable Aero Peek in Windows 7</title>
		<link>http://www.fettesps.com/how-to-enable-or-disable-aero-peek-in-windows-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-enable-or-disable-aero-peek-in-windows-7</link>
		<comments>http://www.fettesps.com/how-to-enable-or-disable-aero-peek-in-windows-7/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 19:33:46 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[aero]]></category>
		<category><![CDATA[aero peek]]></category>
		<category><![CDATA[desktop preview]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[win7]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/?p=724</guid>
		<description><![CDATA[Aero Peek, which is also known as Desktop Preview, is a new feature in Windows 7 that allows you to quickly hide all the windows open and view your desktop. It can be activated by clicking the Show Desktop icon at the far right of the superbar or by holding the windows key and hitting [...]]]></description>
			<content:encoded><![CDATA[<p>Aero Peek, which is also known as Desktop Preview, is a new feature in Windows 7 that allows you to quickly hide all the windows open and view your desktop.  It can be activated by clicking the <strong>Show Desktop</strong> icon at the far right of the superbar or by holding the windows key and hitting space.</p>
<p><a href="http://www.fettesps.com/wp-content/uploads/2010/01/peek.png"><img src="http://www.fettesps.com/wp-content/uploads/2010/01/peek-300x225.png" alt="Aero Peek" title="Aero Peek" width="300" height="225" class="alignnone size-medium wp-image-815" style="float:left; margin: 5px 15px 5px 0px;" /></a>Desktop Preview is a new feature in Windows 7 which is otherwise also known as AeroPeak (Desktop Preview is a feature enabled by Aero Peek desktop enhancement function). Desktop Preview allows user to temporarily minimize all open windows and make open windows transparent in order to preview what is on desktop when user place the mouse pointer to mouse over the “Show Desktop” bar on the far right end of the taskbar.</p>
<p>Illustration above shows the effect of Desktop Preview, where user mouse over the Show Desktop (without actually clicking on it) on the far end of the Windows Taskbar.</p>
<ul>
<li>Right click on the Start button and click on Properties</li>
<li>Select the Taskbar tab</li>
<li>Uncheck the Use Desktop Preview checkbox</li>
<li>Click OK</li>
</ul>
<p>Desktop Preview is now disabled.  If you would like to re-enable it, simply follow the same steps again making sure to check the Desktop Preview option this time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/how-to-enable-or-disable-aero-peek-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bing.com Traffic Analysis</title>
		<link>http://www.fettesps.com/bingcom-traffic-analysis/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bingcom-traffic-analysis</link>
		<comments>http://www.fettesps.com/bingcom-traffic-analysis/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 03:59:49 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[search enine]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/?p=169</guid>
		<description><![CDATA[Update: If you are looking for instructions on how to get rid of Bing please read the article How To Uninstall Bing I noticed an interesting trend today when looking at they keywords searched that lead people to my site.  The majority of them were regarding Bing, and not one of them was positive.  Looks [...]]]></description>
			<content:encoded><![CDATA[<p style="font-weight:bold;border:1px dotted; margin-top:5px;padding:5px;">Update:  If you are looking for instructions on how to get rid of Bing please read the article <a href="http://www.fettesps.com/?p=232">How To Uninstall Bing</a></p>
<p>I noticed an interesting trend today when looking at they keywords searched that lead people to my site.  The majority of them were regarding Bing, and not one of them was positive.  Looks like people just aren&#8217;t very happy with Bing.</p>
<p><strong>Search Term</strong><br />
disable bing<br />
i hate bing<br />
bing google<br />
bing sucks<br />
but its not google<br />
ubuntu custom apache2 404 page<br />
how to disable bing<br />
bing &#8230; all this hype and it sucks<br />
bing or google<br />
wordpress bing submit<br />
get rid of bing<br />
who is bing.com<br />
bing is stupid<br />
get rid of bing<br />
dont want bing how to remove<br />
i don&#8217;t link bing<br />
ubuntu 8.10 upgrade 8.10 to 9.04 is it safe?<br />
is bing any different than google<br />
stop bing window<br />
what i bing<br />
don&#8217;t not want to use bing<br />
i hate bing search<br />
bing and google<br />
ftpd ubuntu 8.04<br />
uninstall bing<br />
bing doesn&#8217;t list my website<br />
bing pros cons<br />
bing impressions<br />
background of bing.com where is it?<br />
don&#8217;t want bing search<br />
ubuntu pure ftp account disabled</p>
<p>bing and google searches<br />
disable bing.com<br />
bing.com background<br />
how to remove bing.com<br />
bing search suggestion link<br />
i hate bing browser<br />
what is bing.com<br />
how to remove bing search<br />
ubuntu 9.04 pure data install<br />
how to disable bing search</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/bingcom-traffic-analysis/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>3 Reasons to Hate Microsoft</title>
		<link>http://www.fettesps.com/3-reasons-to-hate-microsoft/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=3-reasons-to-hate-microsoft</link>
		<comments>http://www.fettesps.com/3-reasons-to-hate-microsoft/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 18:00:43 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[frontpage]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/blog/?p=69</guid>
		<description><![CDATA[As I develop this site, and others in the past, I have begun to hate Microsoft increasingly more. I used to be an avid fan of Microsoft, and would back all of their products. But then they got too greedy, and most of all, too lazy. One by one, I am dropping their programs for [...]]]></description>
			<content:encoded><![CDATA[<p>As I develop this site, and others in the past, I have begun to hate Microsoft increasingly more.  I used to be an avid fan of Microsoft, and would back all of their products.  But then they got too greedy, and most of all, too lazy.  One by one, I am dropping their programs for alternatives that do the job far better than Microsoft.<br />
During the summer I finally ditched FrontPage and started developing in Dreamweaver MX.  Why I waited so long is beyond me, but I just got sick of having FrontPage rewrite my code however it liked.<br />
<strong>Reason #1 &#8211; FrontPage thinks it&#8217;s a better programmer than you, and will rewrite your code at will.</strong><br />
Since I&#8217;ve switched, I&#8217;ve openned myself up to a whole new world of webdesign.  Just a few days ago I discovered how to arrange element boxes freely within Dreamweaver, which is how I created this new site layout.  Sure you can do the same in FP with tables, but come on&#8230; tables? Who creates table layouts now that we have CSS?<br />
Turns out that Microsoft really messed up when it came to CSS.  Internet Explorer will render CSS pages differently than any other web browser, and many CSS standards are not supported/followed.  On top of that, they made up their own!  iFrame?  C&#8217;mon, I thought we got rid of Frames for a reason&#8230;<br />
<strong>Reason #2 &#8211; Microsoft does not follow CSS standards, and think they hold the right to make up new standards.</strong><br />
Speaking of Internet Explorer, nearly every time I have a friend or family member ask me to fix their computer for them, it is INFESTED with spyware, malware, worms, dataminers&#8230; You name it, they&#8217;ve got it.  Where does all this crap come from?  You guessed it, IE and its ActiveX support.<br />
<strong>Reason #3 &#8211; Internet Explorer is insecure, and vulnerable to the vast majority of malicious code.</strong><br />
So what&#8217;s the alternative?  Well there are many products available to you, there&#8217;s still <a href="http://www.netscape.com">Netscape</a>, but I was never a huge fan of it to begin with.  There&#8217;s also <a href="http://www.opera.com/">Opera</a>, which I would rate second best.  But the one that stands above the others is <a href="http://www.firefox.com">Firefox</a>. Perhaps in the future I will write up a detailed comparison of the three alterntives vs IE, but I&#8217;ll say that for another day.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/3-reasons-to-hate-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

