<?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>code.commongroove.com &#187; FireFox</title>
	<atom:link href="http://code.commongroove.com/category/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.commongroove.com</link>
	<description>C#, T-SQL, and general IT mojo</description>
	<lastBuildDate>Thu, 26 Jan 2012 03:00:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sys.WebForms.PageRequestManagerServerErrorException in FireFox with MSFT Ajax</title>
		<link>http://code.commongroove.com/2008/12/11/sys-webforms-pagerequestmanagerservererrorexception-in-firefox-with-msft-ajax/</link>
		<comments>http://code.commongroove.com/2008/12/11/sys-webforms-pagerequestmanagerservererrorexception-in-firefox-with-msft-ajax/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 02:18:10 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://code.commongroove.com/archive/2008/12/10/sys.webforms.pagerequestmanagerservererrorexception-in-firefox-with-msft-ajax.aspx</guid>
		<description><![CDATA[If you encounter this error while navigating away from an AJAX-enabled page with a non-IE browser, you can silence it with the following JavaScript: if &#40;!document.all&#41; //non-ie &#123; window.onbeforeunload = function&#40;&#41; &#123; Sys.WebForms.PageRequestManager.getInstance&#40;&#41;.add_endRequest&#40;ignoreOnEndRequest&#41;; &#125; &#125; function ignoreOnEndRequest&#40;sender, e&#41; &#123; err &#8230; <a href="http://code.commongroove.com/2008/12/11/sys-webforms-pagerequestmanagerservererrorexception-in-firefox-with-msft-ajax/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you encounter this error while navigating away from an AJAX-enabled page with a non-IE browser, you can silence it with the following JavaScript:</p>
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:550px;"><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span>document.<span style="color: #660066;">all</span><span style="color: #009900;">&#41;</span> <span style="color: #006600; font-style: italic;">//non-ie</span><br />
<span style="color: #009900;">&#123;</span><br />
window.<span style="color: #660066;">onbeforeunload</span> <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
Sys.<span style="color: #660066;">WebForms</span>.<span style="color: #660066;">PageRequestManager</span>.<span style="color: #660066;">getInstance</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">add_endRequest</span><span style="color: #009900;">&#40;</span>ignoreOnEndRequest<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span><br />
<span style="color: #009900;">&#125;</span><br />
<br />
<span style="color: #003366; font-weight: bold;">function</span> ignoreOnEndRequest<span style="color: #009900;">&#40;</span>sender<span style="color: #339933;">,</span> e<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
err <span style="color: #339933;">=</span> e.<span style="color: #660066;">get_error</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>err<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>err.<span style="color: #000066;">name</span> <span style="color: #339933;">==</span> <span style="color: #3366CC;">&quot;Sys.WebForms.PageRequestManagerServerErrorException&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
e.<span style="color: #660066;">set_errorHandled</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span><br />
<span style="color: #009900;">&#125;</span><br />
<span style="color: #009900;">&#125;</span></div></div>
<p>Hope it works for you!<br />
﻿</p>
]]></content:encoded>
			<wfw:commentRss>http://code.commongroove.com/2008/12/11/sys-webforms-pagerequestmanagerservererrorexception-in-firefox-with-msft-ajax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix FireFox SLOWdown on Vista while Debugging localhost</title>
		<link>http://code.commongroove.com/2007/10/28/fix-firefox-slowdown-on-vista-while-debugging-localhost/</link>
		<comments>http://code.commongroove.com/2007/10/28/fix-firefox-slowdown-on-vista-while-debugging-localhost/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 04:37:07 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://code.commongroove.com/archive/2007/10/27/fix-firefox-slowdown-on-vista-while-debugging-localhost.aspx</guid>
		<description><![CDATA[If you use FireFox to debug on Windows Vista, you most likely have noticed how ridiculously slow it is rendering localhost requests versus Internet Explorer.  No, this isn&#8217;t a conspiracy, just an issue with IPv6, FireFox, and Windows Vista. To &#8230; <a href="http://code.commongroove.com/2007/10/28/fix-firefox-slowdown-on-vista-while-debugging-localhost/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you use FireFox to debug on Windows Vista, you most likely have noticed how ridiculously slow it is rendering localhost requests versus Internet Explorer.  No, this isn&#8217;t a conspiracy, just an issue with IPv6, FireFox, and Windows Vista. </p>
<p>To fix this issue, do the following:</p>
<p>1) Open up <span style="font-weight: bold;">about:config</span> in your FireFox browser<br />
2) Filter or scroll down to <span style="font-weight: bold;">network.dns.disableIPv6</span> and set this value to <span style="font-weight: bold;">true</span><br />
3) Restart FireFox and you should be good to go!</p>
]]></content:encoded>
			<wfw:commentRss>http://code.commongroove.com/2007/10/28/fix-firefox-slowdown-on-vista-while-debugging-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FireFox caches JavaScript state</title>
		<link>http://code.commongroove.com/2007/09/27/firefox-caches-javascript-state/</link>
		<comments>http://code.commongroove.com/2007/09/27/firefox-caches-javascript-state/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 00:57:19 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://code.commongroove.com/archive/2008/12/10/firefox-caches-javascript-state.aspx</guid>
		<description><![CDATA[Firefox uses in memory caching for JavaScript and can cause strange errors in your MSFT ASP.NET Ajax applications. Try adding this to your load event to prevent those errors: if &#40;Request.Browser.MSDomVersion.Major == 0&#41; // Non IE Browser?) &#123; Response.Cache.SetNoStore&#40;&#41;; // &#8230; <a href="http://code.commongroove.com/2007/09/27/firefox-caches-javascript-state/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Firefox uses in memory caching for JavaScript and can cause strange errors in your MSFT ASP.NET Ajax applications.</p>
<p>Try adding this to your load event to prevent those errors:</p>
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:550px;"><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>Request.<span style="color: #660066;">Browser</span>.<span style="color: #660066;">MSDomVersion</span>.<span style="color: #660066;">Major</span> <span style="color: #339933;">==</span> <span style="color: #CC0000;">0</span><span style="color: #009900;">&#41;</span> <span style="color: #006600; font-style: italic;">// Non IE Browser?)</span><br />
<span style="color: #009900;">&#123;</span><br />
Response.<span style="color: #660066;">Cache</span>.<span style="color: #660066;">SetNoStore</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// No client side cashing for non IE browsers</span><br />
<span style="color: #009900;">&#125;</span></div></div>
<p>﻿</p>
]]></content:encoded>
			<wfw:commentRss>http://code.commongroove.com/2007/09/27/firefox-caches-javascript-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

