<?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>Ankit Jain &#187; firefox</title>
	<atom:link href="http://ankitjain.info/ankit/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://ankitjain.info/ankit</link>
	<description>» It’s all about Ankit and Web! «</description>
	<lastBuildDate>Thu, 02 Jun 2011 16:54:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>ProxySwitcher &#8211; My First Firefox Extension</title>
		<link>http://ankitjain.info/ankit/2010/01/10/iitk-proxy-switcher/</link>
		<comments>http://ankitjain.info/ankit/2010/01/10/iitk-proxy-switcher/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 12:29:14 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[Programming/Code]]></category>
		<category><![CDATA[Quick Tricks]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[proxy-server]]></category>

		<guid isPermaLink="false">http://ankitjain.info/ankit/?p=354</guid>
		<description><![CDATA[At IITK we have two Internet proxy-servers. Sometimes, one server goes down and we are required to switch to another by navigating to Tools > Options > Advanced > Network > Settings. With Firefox, I tried to simplify this effort with following extension &#8211; one click proxy switcher! Once installed, you will see IITK&#8217;s Proxy [...]]]></description>
			<content:encoded><![CDATA[<p>At IITK we have two Internet proxy-servers. Sometimes, one server goes down and we are required to switch to another by navigating to Tools > Options > Advanced > Network > Settings. With Firefox, I tried to simplify this effort with following extension &#8211; <em>one click proxy switcher</em>!<br />
<center><br />
<a title="Download - One Click Proxy Switcher" jsinstallmethod="browser_app_addon_install"  href="/ankit/wp-content/proxyswitcher.xpi"><img src="/ankit/wp-content/addtoFirefox.png"/></a><br />
</center></p>
<p>Once installed, you will see <strong>IITK&#8217;s Proxy Switcher</strong> in Tools menu. This extension switches between <u><em>direct connection</em>, <em>bsnlproxy</em> and <em>vsnlproxy</em></u>. It only modifies server-address and leaves PORT number as it is.<br />
<span id="more-354"></span><br />
<center><br />
<img src="/ankit/wp-content/proxy-switcher.png" alt="tools-menu-proxy-sqwitcher" /><br />
</center></p>
<p><small>* This software/extension is provided &#8220;as is&#8221; and without any warranty or support. The author will not be liable for data loss, damages or any other kind of loss while using or misusing this software. The extension is FREE and copy left.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://ankitjain.info/ankit/2010/01/10/iitk-proxy-switcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding Errors</title>
		<link>http://ankitjain.info/ankit/2009/11/05/firefox-compression/</link>
		<comments>http://ankitjain.info/ankit/2009/11/05/firefox-compression/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 20:50:15 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Quick Tricks]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://ankitjain.info/ankit/?p=347</guid>
		<description><![CDATA[The following solution just came random to my mind and it worked! Problem: While surfing around, I came across a website whose content encoding is not being supported with my latest Firefox v3.5.4 showed me unsupported compression error. Content Encoding Error The page you are trying to view cannot be shown because it uses an [...]]]></description>
			<content:encoded><![CDATA[<p>The following solution just came random to my mind and it worked! </p>
<p><strong>Problem</strong>: While surfing around, I came across a website whose content encoding is not being supported with my latest Firefox v3.5.4 showed me unsupported compression error. </p>
<p><code><strong>Content Encoding Error</strong><br />
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.<br />
    *   Please contact the website owners to inform them of this problem.</code></p>
<p><strong>Solution</strong>: As per my knowledge web-servers generally use GZ compression and Firefox well supports that. Then what&#8217;s wrong here? Digging a bit into Firefox&#8217;s &#8216;<a target="_blank" href="http://kb.mozillazine.org/Firefox_:_FAQs_:_About:config_Entries">about:config</a>&#8216;, I did a search for &#8216;gz&#8217;. The setting <code>network.http.accept-encoding</code> was set to <code>gzip,deflate</code>. What&#8217;s wrong? Let&#8217;s try setting it <code>gzip,deflate,gz</code>. And it worked!. The catch here is gzip and gz are two different extensions used for the same <code>gzip</code> compression. Eventually,  the questions is who&#8217;s in fault, Firefox or the website?</p>
<p>- ankit</p>
]]></content:encoded>
			<wfw:commentRss>http://ankitjain.info/ankit/2009/11/05/firefox-compression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

