<?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>Codepolice.net &#187; Safari</title>
	<atom:link href="http://codepolice.net/tag/safari/feed/" rel="self" type="application/rss+xml" />
	<link>http://codepolice.net</link>
	<description>C#, ASP.NET, MVC, LINQ, Wordpress and stuff like that</description>
	<lastBuildDate>Wed, 01 Sep 2010 08:05:39 +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>Slow IIS on Vista with Firefox, Chrome or Safari</title>
		<link>http://codepolice.net/2009/02/19/slow-iis-on-vista-with-firefox-chrome-or-safari/</link>
		<comments>http://codepolice.net/2009/02/19/slow-iis-on-vista-with-firefox-chrome-or-safari/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 20:54:06 +0000</pubDate>
		<dc:creator>Ola</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Slow]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Webkit]]></category>

		<guid isPermaLink="false">http://codepolice.net/?p=145</guid>
		<description><![CDATA[Ever noticed that sites are way slower in Firefox / Safari / Chrome and so on when you try to debug a website localhost on Vista.  Apperently there is some kind of DNS bug caused by IPv6. To fix it in Firefox you can type about:config and look up network.dns.disableIPv6 but this doesn&#8217;t fix the [...]]]></description>
			<content:encoded><![CDATA[<p>Ever noticed that sites are way slower in Firefox / Safari / Chrome and so on when you try to debug a website localhost on Vista.  Apperently there is some kind of <a href="http://weblogs.asp.net/dwahlin/archive/2007/06/17/fixing-firefox-slowness-with-localhost-on-vista.aspx">DNS bug caused by IPv6</a>. To fix it in Firefox you can type<strong> <em>about:config</em></strong> and look up <em><strong>network.dns.disableIPv6</strong> </em>but this doesn&#8217;t fix the issues for other browser.</p>
<p>To fix it system-wide for all browsers edit your hosts file. You find it in %SystemRoot%\System32\drivers\etc.</p>
<p>127.0.0.1       localhost<br />
::1             localhost &lt;- Comment this line<br />
127.0.0.1       .host</p>
<p>Thanks to commenter in<a href="http://weblogs.asp.net/bleroy/archive/2008/12/29/why-are-scripts-slow-to-load-in-firefox-when-using-visual-studio-s-built-in-development-web-server-a-k-a-cassini.aspx"> this post</a> for this.</p>
]]></content:encoded>
			<wfw:commentRss>http://codepolice.net/2009/02/19/slow-iis-on-vista-with-firefox-chrome-or-safari/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->