<?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>EvereQ &#187; Windows 7</title>
	<atom:link href="http://blog.evereq.com/blog/index.php/tag/windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.evereq.com/blog</link>
	<description>Everything reQuired</description>
	<lastBuildDate>Sun, 11 Jul 2010 08:35:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FXCop10 &#8211; free code analysis tool from Microsoft</title>
		<link>http://blog.evereq.com/blog/index.php/2010/06/fxcop10-free-code-analysis-tool-from-microsoft/</link>
		<comments>http://blog.evereq.com/blog/index.php/2010/06/fxcop10-free-code-analysis-tool-from-microsoft/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 20:00:11 +0000</pubDate>
		<dc:creator>evereq</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[code analysis]]></category>
		<category><![CDATA[FxCop]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.evereq.com/blog/?p=672</guid>
		<description><![CDATA[For developers that just cannot get Visual Studio Premium, but still want to use some code analysis tool, I would recommend to take a look into new version of FXCop 10 from Microsoft.
Now it&#8217;s a part of official  Microsoft Windows SDK for Windows 7 and .NET Framework 4. You can download it for your version [...]]]></description>
			<content:encoded><![CDATA[<p>For developers that just cannot get Visual Studio Premium, but still want to use some code analysis tool, I would recommend to take a look into new version of FXCop 10 from Microsoft.</p>
<p>Now it&#8217;s a part of official  Microsoft Windows SDK for Windows 7 and .NET Framework 4. You can download it for your version of OS (x86, x64 etc) from <a href="http://www.microsoft.com/downloads/details.aspx?familyid=35AEDA01-421D-4BA5-B44B-543DC8C33A20&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?familyid=35AEDA01-421D-4BA5-B44B-543DC8C33A20&amp;displaylang=en</a></p>
<p>After you install SDK, just go to %<em>ProgramFiles</em>%\Microsoft SDKs\Windows\v7.1\Bin\FXCop folder and run setup for FXCop from here.</p>
<p>Ah, and be sure &#8211; new version support both .NET 2.0 / 3.5 and latest 4.0!</p>
<p>Hope this helps somebody <img src='http://blog.evereq.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.evereq.com/blog/index.php/2010/06/fxcop10-free-code-analysis-tool-from-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips and Tricks in Django on Windows 7</title>
		<link>http://blog.evereq.com/blog/index.php/2009/12/tips-and-tricks-in-django-on-windows-7/</link>
		<comments>http://blog.evereq.com/blog/index.php/2009/12/tips-and-tricks-in-django-on-windows-7/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 20:59:09 +0000</pubDate>
		<dc:creator>evereq</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[Slow]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[very]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.evereq.com/blog/?p=631</guid>
		<description><![CDATA[Some Tips and Tricks how to use Django on Windows 7 

Question (Q): Why Django build-in Web Server (development server) works VERY SLOWLY on Windows 7 ? And how to fix this?
 Answer (A): seems it&#8217;s all about DNS&#8230; To fix this just open C:\Windows\system32\drivers\etc\hosts file (in notepad for example) and uncomment (i.e. remove &#8220;#&#8221;) [...]]]></description>
			<content:encoded><![CDATA[<div><strong>Some Tips and Tricks how to use Django on Windows 7 </strong></div>
<ul>
<li><strong>Question </strong><strong>(Q):</strong> Why Django build-in Web Server (development server) works VERY SLOWLY on Windows 7 ? And how to fix this?<br />
<strong> Answer (A):</strong> seems it&#8217;s all about DNS&#8230; To fix this just open C:\Windows\system32\drivers\etc\hosts file (in notepad for example) and uncomment (i.e. remove &#8220;#&#8221;) in the following line: <span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre;">127.0.0.1 localhost</span></li>
</ul>
<ul>
<li>to be continue&#8230;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.evereq.com/blog/index.php/2009/12/tips-and-tricks-in-django-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable IIS7 with ASP.NET and WCF HTTP Activation in Windows 7 for Azure / WCF Development</title>
		<link>http://blog.evereq.com/blog/index.php/2009/10/enable-iis7-with-asp-net-and-wcf-http-activation-in-windows-7-for-azure-wcf-development/</link>
		<comments>http://blog.evereq.com/blog/index.php/2009/10/enable-iis7-with-asp-net-and-wcf-http-activation-in-windows-7-for-azure-wcf-development/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 12:10:40 +0000</pubDate>
		<dc:creator>evereq</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[WCF Http Activation]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.evereq.com/?p=214</guid>
		<description><![CDATA[In Windows 7, Go to Control Panel \ All Control Panel Items \ Programs and Features
Press &#8220;Turn Windows features on or off&#8221; and make sure that you select following features:

Under Internet Information Services make sure that you select available options (including options in sub nodes), that you going to use. Usually it is everything, except [...]]]></description>
			<content:encoded><![CDATA[<p>In Windows 7, Go to Control Panel \ All Control Panel Items \ Programs and Features</p>
<p>Press &#8220;Turn Windows features on or off&#8221; and make sure that you select following features:</p>
<ul>
<li>Under Internet Information Services make sure that you select available options (including options in sub nodes), that you going to use. Usually it is everything, except probably ASP (but make sure you select ASP.NET instead), CGI (if you going to use any CGI development, PHP for example, you need to select this feature), Server-Side Includes, FTP Server (if you not need to setup own FTP Server) etc:</li>
</ul>
<p><img class="alignnone size-full wp-image-215" title="WindowsFeatures" src="http://blog.evereq.com/wp-content/uploads/2009/10/WindowsFeatures.png" alt="WindowsFeatures" width="467" height="543" /></p>
<ul>
<li>Make sure you select Windows Communication Foundation HTTP Activation and Non-HTTP Activation features (features used for example for Azure or WCF development) &#8211; see illustration above</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.evereq.com/blog/index.php/2009/10/enable-iis7-with-asp-net-and-wcf-http-activation-in-windows-7-for-azure-wcf-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
