<?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>Burad&#039;s Blog &#187; firefox</title>
	<atom:link href="http://www.aburad.com/blog/tag/firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aburad.com/blog</link>
	<description>A computer nerd who would soon be an MBA</description>
	<lastBuildDate>Thu, 28 Oct 2010 15:53:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Turn off beep sound in firefox</title>
		<link>http://www.aburad.com/blog/2008/05/turn-off-beep-sound-in-firefox.html</link>
		<comments>http://www.aburad.com/blog/2008/05/turn-off-beep-sound-in-firefox.html#comments</comments>
		<pubDate>Thu, 15 May 2008 22:24:11 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[hacks]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=237</guid>
		<description><![CDATA[I recently installed new firefox version on my ubuntu and was trying to find some text on a webpage. Suddenly, as I pressed next to search it, the searchbox turns red showing Phrase not found and started making beep noise. I was annoyed, So was thinking of way to disable / turn it off. To [...]]]></description>
			<content:encoded><![CDATA[<p>I recently installed new firefox version on my ubuntu and was trying to find some text on a webpage. Suddenly, as I pressed <strong>next </strong>to search it, the searchbox turns red showing <strong>Phrase not found </strong>and started making beep noise. I was annoyed, So was thinking of way to disable / turn it off. To look for some preference to set, I typed <strong>about:config</strong> (<a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">special firefox about: pages</a>) in location bar and searched for <strong>sound. </strong>I was lucky i found two related preferences.</p>
<p style="text-align: center;"><a href="http://aburad.com/blog/wp-content/uploads/2008/05/firefox_beep.png"><img class="aligncenter size-full wp-image-236" title="firefox_beep" src="http://aburad.com/blog/wp-content/uploads/2008/05/firefox_beep.png" alt="" width="500" height="106" /></a></p>
<p>So you can set <strong>accessibility.typeaheadfind.enablesound </strong>Value to false by double clicking it. And you are done. No more beep beep to annoy you.</p>
<p>Related Post:<br />
<a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">Firefox about: pages</a><br />
<a href="http://aburad.com/blog/2005/11/speed-up-firefox.html">Speed Up firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/turn-off-beep-sound-in-firefox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View contents of Zip/Jar files using firefox</title>
		<link>http://www.aburad.com/blog/2008/05/view-contents-of-zipjar-files-using-firefox.html</link>
		<comments>http://www.aburad.com/blog/2008/05/view-contents-of-zipjar-files-using-firefox.html#comments</comments>
		<pubDate>Tue, 13 May 2008 20:19:02 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=231</guid>
		<description><![CDATA[With Firefox 3, you can use firefox browser to view contents of zip/jar files. For viewing contents of filename.zip type following at location bar: jar:file://&#60; full path to filename.zip &#62;!/ Example: jar:file:///home/user/Desktop/filename.zip!/ Also: jar:file:///home/user/Desktop/filename.zip!/dir/file1.js This is specially very useful when you want to see contents (.js, .css, .html files) included in firefox extension&#8217;s jar file. [...]]]></description>
			<content:encoded><![CDATA[<p>With Firefox 3, you can use firefox browser to view contents of zip/jar files.<br />
For viewing contents of filename.zip type following at location bar:</p>
<blockquote><p><strong>jar:file://&lt; full path to filename.zip &gt;!/</strong><br />
<span style="text-decoration: underline;">Example</span>:   jar:file:///home/user/Desktop/filename.zip!/<br />
<span style="text-decoration: underline;">Also:</span> jar:file:///home/user/Desktop/filename.zip!/dir/file1.js</p></blockquote>
<p>This is specially very useful when you want to see contents (.js, .css, .html files) included in firefox extension&#8217;s jar file. After it list the contents, you can easily browse through the directory, sorting files etc.</p>
<p><strong>Update: </strong><span style="text-decoration: underline;"><strong>Security problems that come with jar: protocol</strong></span><br />
While serching for pages related to jar protocol in firefox, I <a href="http://www.gnucitizen.org/blog/web-mayhem-firefoxs-jar-protocol-issues/">found an interesting article</a> at www.gnucitizen.org</p>
<blockquote><p>In simple terms, it means that any application which allows upload of JAR/ZIP files is potentially vulnerable to a persistent <a href="http://aburad.com/blog/2008/04/cross-site-scripting-xss.html">Cross-site Scripting.</a> Potential targets for this attack include applications such as web mail clients, collaboration systems, document sharing systems, almost everything that smells like Web2.0, etc, etc, etc.</p></blockquote>
<p><a href="http://www.gnucitizen.org/blog/bugs-in-the-browser-firefoxs-data-url-scheme-vulnerability">Similar security concerns</a> also arise in data: protocol in firefox. So one need to be careful to filter files you want to allow for upload. Actually, once I had similar situation with a website which allowed you to host image files, but the problem was they were not checking for file types. Thats means you are allowed to upload a php file too. So now you can do anything you want with that server (don&#8217;t ask me what I did <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ). So beware of such issues.</p>
<p>Related Post:<br />
<a href="http://aburad.com/blog/2008/05/perfect-password-according-to-firefox.html">Perfect password according to firefox </a><br />
<a href="http://aburad.com/blog/2008/04/view-page-source-trick-in-firefox-flock.html">View Page Source trick in firefox/flock </a><br />
<a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">Firefox about pages</a><br />
<a href="http://aburad.com/blog/2008/04/cross-site-scripting-xss.html">Cross Site Scripting</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/view-contents-of-zipjar-files-using-firefox.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tracking firefox crashes</title>
		<link>http://www.aburad.com/blog/2008/05/tracking-firefox-crashes.html</link>
		<comments>http://www.aburad.com/blog/2008/05/tracking-firefox-crashes.html#comments</comments>
		<pubDate>Tue, 06 May 2008 21:16:52 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[reporter tool]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=224</guid>
		<description><![CDATA[Firefox provides us with a special page, about:crashes (type it in location bar) to track all the crash reports that you have submitted whenever firefox crashes. Firefox crashes are being handled by Mozilla Crash reporter tool, BreakPad.You can also serach Advantage of submitting the crash report is that if its a widely occurring bug then [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox provides us with a <a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">special page</a>, <a href="about:crashes">about:crashes</a> (type it in location bar) to track all the crash reports that you have submitted whenever firefox crashes. Firefox crashes are being handled by Mozilla Crash reporter tool, <a href="http://code.google.com/p/google-breakpad/">BreakPad</a>.You can also serach</p>
<p>Advantage of submitting the crash report is that if its a widely occurring bug then it will appear on <a href="http://crash-stats.mozilla.com/topcrasher">Mozilla: Top Crashers</a>, and chances are that it will get resolved in next release.<br />
<a href="http://aburad.com/blog/wp-content/uploads/2008/05/firefox-crash-report1.png"><img class="aligncenter size-full wp-image-226" title="firefox-crash-report1" src="http://aburad.com/blog/wp-content/uploads/2008/05/firefox-crash-report1.png" alt="" width="500" height="174" /></a><br />
Read more about firefox crashes at <a href="http://kb.mozillazine.org/Firefox_crashes">MozillaZine</a>. Also <a href="http://kb.mozillazine.org/Standard_diagnostic_(Firefox)">Standard diagnostic steps </a>to take when firefox hangs or crashes.</p>
<p>Related Post:<br />
<a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">Firefox about: pages</a><br />
<a href="http://aburad.com/blog/2005/11/18/speed-up-firefox/">Speed Up firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/tracking-firefox-crashes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perfect password according to firefox</title>
		<link>http://www.aburad.com/blog/2008/05/perfect-password-according-to-firefox.html</link>
		<comments>http://www.aburad.com/blog/2008/05/perfect-password-according-to-firefox.html#comments</comments>
		<pubDate>Sat, 03 May 2008 21:03:02 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=223</guid>
		<description><![CDATA[I was going through bits of firefox code, and I found the algorithm used by firefox to measure password strength. You can find it in function setPasswordStrength() in this file : chrome://mozapps/content/preferences/changemp.js. So point schema for password strength: For length :       password-length*10 &#8211; 20   (Max 30) For Numbers:    no-of-numerics * 10       [...]]]></description>
			<content:encoded><![CDATA[<p>I was going through bits of firefox code, and I found the algorithm used by firefox to measure password strength. You can find it in function <em>setPasswordStrength()</em> in this file : <a href="chrome://mozapps/content/preferences/changemp.js">chrome://mozapps/content/preferences/changemp.js</a>.<br />
So point schema for password strength:</p>
<blockquote><p><strong>For length :               password-length*10 &#8211; 20   (Max 30)<br />
For Numbers:         no-of-numerics * 10          (Max 30)<br />
For Symbols:           no-of-symbols * 15           (Max 45)<br />
For UpperCase:   no-of-Uppercase * 10        (Max 30)</strong></p></blockquote>
<p>Your password strength is sum of all these points. So smallest password that would get 100 on password meter can be : AAA@@@  or something similar. But there should also be some criterion for the <strong>uniqueness of the characters. </strong></p>
<p>Interesting read-on <a href="http://www.cs.cmu.edu/~help/security/choosing_passwords.html">how to choose good passwords.</a> that are also easy to remember. Please share your tips on choosing passwords [but yeah dont share passwords <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ]</p>
<p><em>Extra Cookie</em>:<br />
Type <a href="resource:">resource:</a> in your location bar to directly go to firefox installation directory.</p>
<p>Related:<br />
<a href="http://aburad.com/blog/2006/07/choose-and-remember-great-passwords.html">Choose and remember great passwords.</a><br />
<a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">Firefox about pages</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/perfect-password-according-to-firefox.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My Del.icio.us Toolbar 2.0</title>
		<link>http://www.aburad.com/blog/2008/04/my-delicious-toolbar-20.html</link>
		<comments>http://www.aburad.com/blog/2008/04/my-delicious-toolbar-20.html#comments</comments>
		<pubDate>Tue, 15 Apr 2008 17:55:44 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/2008/04/15/my-delicious-toolbar-20/</guid>
		<description><![CDATA[Yesterday I was working late night till 3AM, to update my extension &#8216;My Del.icio.us Toolbar&#8217; which I made long back in October 2006. Reason was to make it work for newer versions of firefox. But then I added some new features too : I added a Explore feature which is similar to Stumble. Checking Del.icio.us [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I was working late night till 3AM, to update my extension &#8216;My Del.icio.us Toolbar&#8217; which I made <a href="http://aburad.com/blog/2006/10/my-delicious-toolbar.html">long back in October 2006</a>. Reason was to make it work for newer versions of firefox. But then I added some new features too :</p>
<ul>
<li>I added a <span style="font-style: italic">Explore </span>feature which is similar to Stumble.</li>
<li>Checking Del.icio.us cookies to verify authentication. (You can find more details on how to read browser cookies from javascript <a href="http://developer.mozilla.org/en/docs/XUL_Tutorial:XPCOM_Examples">here</a>. Actually It uses <code><a rel="nofollow" href="http://xulplanet.com/references/xpcomref/ifaces/nsICookieManager.html" title="http://xulplanet.com/references/xpcomref/ifaces/nsICookieManager.html" class="external text">nsICookieManager</a></code> interface to iterate over all of the cookies.</li>
</ul>
<p>Try <a href="https://addons.mozilla.org/en-US/firefox/addon/6997">My Del.icio.us 2.0</a> (Right now you may have to login to access the extension as it&#8217;s in Sandbox.)<a href="http://bp1.blogger.com/_qhHaEAh26gI/SABxNyu8MlI/AAAAAAAAAQ0/f-Vj7Lxb33Y/s1600-h/delicious1.png"><img border="0" src="http://bp1.blogger.com/_qhHaEAh26gI/SABxNyu8MlI/AAAAAAAAAQ0/f-Vj7Lxb33Y/s320/delicious1.png" style="display: block; margin: 0px auto 10px; cursor: pointer; text-align: center" id="BLOGGER_PHOTO_ID_5188271252501705298" /></a></p>
<p>I also noticed that mozilla has redesigned the extension page. They have also added a nice statistics Dashboard for extension, provided graphical representation of number of downloads, active daily users etc. I was surprised to see that <a href="https://addons.mozilla.org/en-US/firefox/addon/3540">older version of My Del.icio.us</a> has reached a total download of 11,200 (not that a big number but still surprising for me) and number of active user around 1000.<br />
<a href="http://bp1.blogger.com/_qhHaEAh26gI/SAByByu8MmI/AAAAAAAAAQ8/ZzafgkL0GHQ/s1600-h/deliciousstats.png"><img border="0" src="http://bp1.blogger.com/_qhHaEAh26gI/SAByByu8MmI/AAAAAAAAAQ8/ZzafgkL0GHQ/s320/deliciousstats.png" style="display: block; margin: 0px auto 10px; cursor: pointer; text-align: center" /></a><br />
Try <a href="https://addons.mozilla.org/en-US/firefox/addon/6997">My Del.icio.us 2.0</a> and provide feedback.</p>
<p>Also Try: <a href="http://www.aburad.com/delicious/searcher/index.html">Del.icio.us Search<span style="font-style: italic">ER</span></a><br />
Related Post:</p>
<ul>
<li><a href="http://aburad.com/blog/2006/10/if-you-want-to-develop-firefox-extension.html">If you want to develop firefox extension..</a></li>
<li><a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">Firefox about: pages</a></li>
<li><a href="http://aburad.com/blog/2008/02/more-firefox-shortcuts.html">Firefox shortcuts</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/04/my-delicious-toolbar-20.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox shortcuts</title>
		<link>http://www.aburad.com/blog/2008/02/more-firefox-shortcuts.html</link>
		<comments>http://www.aburad.com/blog/2008/02/more-firefox-shortcuts.html#comments</comments>
		<pubDate>Tue, 26 Feb 2008 15:07:56 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/2008/02/26/more-firefox-shortcuts/</guid>
		<description><![CDATA[Today I learnt 2 new firefox shortcuts/tricks through this article 20 Amazing Firefox Shortcuts to Save You Time and Money. Deleting Address: Highlight them and use SHIFT + DELETE to remove from drop down menu in address bar. Get Instant Downloads : Just drag the link to download icon in toolbar which you ca get [...]]]></description>
			<content:encoded><![CDATA[<p>Today I learnt 2 new firefox shortcuts/tricks through this article <a href="http://seonoobs.com/20-amazing-firefox-shortcuts-to-save-you-time-and-money/">20 Amazing Firefox Shortcuts to Save You Time and Money.</a></p>
<ul>
<li><em>Deleting Address</em>: Highlight them and use SHIFT + DELETE to remove from drop down menu in address bar.</li>
<li><em>Get Instant Downloads</em> : Just drag the link to download icon in toolbar which you ca get by customizing your toolbar.</li>
</ul>
<p><a href="http://seonoobs.com/20-amazing-firefox-shortcuts-to-save-you-time-and-money/">Read article for</a> more such tips.<br />
Related Links:</p>
<ul>
<li><a rel="bookmark" href="http://aburad.com/blog/2007/01/firefox-about-pages.html" title="Permanent Link to Firefox about: pages">Firefox about: pages</a></li>
<li><a rel="bookmark" href="http://aburad.com/blog/2005/11/speed-up-firefox.html" title="Permanent Link to Speed up firefox">Speed up firefox</a></li>
<li><a rel="bookmark" href="http://aburad.com/blog/2005/10/firefox-tips.html" title="Permanent Link to Firefox Tips">Firefox Tips</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/02/more-firefox-shortcuts.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox about: pages</title>
		<link>http://www.aburad.com/blog/2007/01/firefox-about-pages.html</link>
		<comments>http://www.aburad.com/blog/2007/01/firefox-about-pages.html#comments</comments>
		<pubDate>Wed, 31 Jan 2007 09:16:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[xkcd]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=170</guid>
		<description><![CDATA[Special pages available in firefox : about: A simple prompt without any parameter will display the Mozilla “about” information. about:logo Displays firefox logo. about:licence Informaion regarding licencing, Mozilla Public licence, Source code licence about:buildconfig It shows the build platform configuration and parameters. about:blank — A blank page. Useful for setting as your homepage. about:cache Displays [...]]]></description>
			<content:encoded><![CDATA[<p>Special pages available in firefox :</p>
<ul>
<li><a href="about:"><strong>about:</strong></a> A simple prompt without any parameter will display the Mozilla “about” information.</li>
<li><a href="about:logo"><strong>about:logo</strong></a> Displays firefox logo.</li>
<li><a href="about:licence"><strong>about:licence</strong></a> Informaion regarding licencing, Mozilla Public licence, Source code licence</li>
<li><a href="about:buildconfig"><strong>about:buildconfig</strong></a> It shows the build platform configuration and parameters.</li>
<li><a href="about:blank">about:blank</a> — A blank page. Useful for setting as your homepage.</li>
<li><a href="about:cache"><strong>about:cache</strong></a> Displays info and statistics regarding memory cache device and disk cache device including the number of enteries, name of your cache’s directory and a list of the entries you can find there. From there ou can view cached webpages and images.</li>
<li><a href="about:config"><strong>about:config</strong></a> It provied you an nice interface to tweak firefox settings. It allows you to modify firefox preferences. Read <a href="http://kb.mozillazine.org/Firefox_:_FAQs_:_About:config_Entries">About:config entries</a> to more about it. These entries are stored in pref.js folder in your profile.</li>
<li><strong><a href="about:plugins">about:plugins</a> </strong>provides information regarding installed plugins (plugins help your browser perform specific functions like viewing special graphic formats or playing multimedia files.) like flash, quicktime, realplayer, adobe reader and java plugin</li>
<li><a href="about:credits"><strong>about:credits</strong></a> This is an alphabetically sorted list of all the people that gave their contribution to the development of Firefox.</li>
<li><a href="about:mozilla"><strong>about:Mozilla</strong></a> from <em>Book of Mozilla</em>, 7:15</li>
</ul>
<blockquote><p>And so at last the beast <em>fell</em> and the unbelievers rejoiced. But all was not lost, for from the ash rose a <em>great bird</em>. The bird gazed down upon the unbelievers and cast <em>fire</em> and <em>thunder</em> upon them. For the beast had been <em>reborn </em>with its strength <em>renewed</em>, and the followers of <em>Mammon</em> cowered in horror.</p></blockquote>
<p>Works with Flock too but with different Quote:<br />
from <em>Book of Mozilla</em>, 11:1</p>
<blockquote><p>And when the Beast had taken the quarter of the Earth under its rule, a quarter hundred Birds of Sulfur flew from the Depths. The birds crossed hundreds of mountain views and found twenty four wise men who came from the stars. And then it began, the believers dared to listen. Then, they took their pens and dared to create. Finally, they dared to share their deed with the whole of mankind. Spreading words of freedom and breaking the chains, the birds brought deliverance to everyone.</p></blockquote>
<p><span style="font-weight: bold">Update: (12th April 2007)<br />
</span></p>
<ul>
<li><a href="chrome://browser/content/browser.xul">chrome://browser/content/browser.xul</a> To open firefox inside firefox <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p><span style="font-weight: bold">Update: (13th April 2007)<br />
</span></p>
<ul>
<li><a href="http://www.mozilla.org/support/firefox/edit">Editing configuration files..</a></li>
</ul>
<p><span style="font-weight: bold">Update : (4th April 2008)</span></p>
<ul>
<li><a style="font-weight: bold" href="javascript:">javascript:</a> &#8211; opens the js console</li>
<li><a style="font-weight: bold" href="http://aburad.com/blog/wp-admin/view-source:google.com">view-source:www.google.com/</a> view source for given url</li>
</ul>
<p><strong>Update: (22nd April 2008)</strong></p>
<ul>
<li><a href="about:robots"><strong>about:robots</strong> </a> (Works with firefox versions later than v3 beta5) Message from Robots</li>
</ul>
<p><strong>Update: (2nd May 2008)</strong></p>
<ul>
<li>Type <a href="resource:"><strong>resource:</strong> </a> in your location bar to directly go to firefox installation directory.</li>
</ul>
<p><strong>Update: (5nd May 2008)</strong></p>
<ul>
<li><b><a href="about:crashes">about:crashes</a></b> (type it in location bar) to track all the crash reports that you have submitted whenever firefox crashes.</li>
</ul>
<p><a href="http://kb.mozillazine.org/About_protocol_links">About protocol links &gt;&gt;</a></p>
<p>Read <a href="http://www.mozilla.org/book/">The Book of Mozilla</a></p>
<p>Firefox: The Jewel of open Source, from xkcd<br />
<a href="http://xkcd.com/198/"><img src="http://imgs.xkcd.com/comics/perspective.png" alt="" /></a></p>
<p>Related Post:<br />
<a href="http://aburad.com/blog/2006/07/firefox-and-thunderbird-cheat-sheets.html">Firefox and Thunderbird cheat sheets</a><br />
<a href="http://aburad.com/blog/2005/10/firefox-tips.html">Firefox Tips</a><br />
<a href="http://aburad.com/blog/2005/11/speed-up-firefox.html">Speed up firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2007/01/firefox-about-pages.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>My Del.icio.us Toolbar</title>
		<link>http://www.aburad.com/blog/2006/10/my-delicious-toolbar.html</link>
		<comments>http://www.aburad.com/blog/2006/10/my-delicious-toolbar.html#comments</comments>
		<pubDate>Tue, 31 Oct 2006 20:03:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=152</guid>
		<description><![CDATA[Update: Noticed some changes made by mozilla in extesnion&#8217;s page I developed this toolbar that provides you all functionality of del.icio.us website with a quick access right in your toolbar. It helps you in searching bookmarks and tagging new websites and lot more functionalities. Try it Download it from here : My Del.icio.us Try Newer [...]]]></description>
			<content:encoded><![CDATA[<p>Update: Noticed some changes made by mozilla in <a href="https://addons.mozilla.org/en-US/firefox/addon/3540">extesnion&#8217;s page</a><br />
I developed this toolbar that provides you all functionality of del.icio.us website with a quick access right in your toolbar. It helps you in searching bookmarks and tagging new websites and lot more functionalities. Try it <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Download it from here : <a href="https://addons.mozilla.org/firefox/3540/">My Del.icio.us </a></p>
<p>Try Newer Version : <a href="https://addons.mozilla.org/en-US/firefox/addon/6997">My Del.icio.us 2.0</a></p>
<p>Try : <a href="http://aburad.com/delicious/searcher/">Delicious Search<em>ER</em></a></p>
<p>Related Post : <a href="http://aburad.com/blog/2006/09/delicious-bookmark-search.html">Del.icio.us Bookmark Search</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2006/10/my-delicious-toolbar.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Greasemonkey script to Replace URLs in webpage</title>
		<link>http://www.aburad.com/blog/2006/10/greasemonkey-script-to-replace-urls-in-webpage.html</link>
		<comments>http://www.aburad.com/blog/2006/10/greasemonkey-script-to-replace-urls-in-webpage.html#comments</comments>
		<pubDate>Fri, 06 Oct 2006 23:14:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=140</guid>
		<description><![CDATA[Yesterday night i made this script which replaces urls with their alternatives in a webpage. What r its usage : Ad blocking (Replacing such URLs with blank so that clicking them will result in nothing. Unblocking some sites . At many places sites are just blocked by url names so it replaces them with ip.(for [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday night i made this script which replaces urls with their alternatives in a webpage. What r its usage :</p>
<ul>
<li>Ad blocking (Replacing such URLs with blank so that clicking them will result in nothing.</li>
<li>Unblocking some sites <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   . At many places sites are just blocked by url names so it replaces them with ip.(for example i did same for youtube as its blocked in my college). you can modify script to include more such urls.</li>
</ul>
<p>You will need firefox with <a href="http://greasemonkey.mozdev.org/">Greasemonkey extension</a> installed to use this script.<br />
Here is the script : <a href="http://www.aburad.com/firefox/url.user.js">Right Click to install</a></p>
<p>Resources : <a href="http://diveintogreasemonkey.org/">Dive into Greasemokey</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2006/10/greasemonkey-script-to-replace-urls-in-webpage.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Speed up firefox</title>
		<link>http://www.aburad.com/blog/2005/11/speed-up-firefox.html</link>
		<comments>http://www.aburad.com/blog/2005/11/speed-up-firefox.html#comments</comments>
		<pubDate>Fri, 18 Nov 2005 03:22:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[http]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=34</guid>
		<description><![CDATA[HOW TO SPEED UP FIREFOX Here&#8217;s something for broadband people that will really speed up Firefox : 1.Type &#8216;about:config&#8217; into the address bar and hit enter. Scroll down and look for the following entries: - network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests Normally the browser will make one request to a web page at a time. When you enable [...]]]></description>
			<content:encoded><![CDATA[<p>HOW TO SPEED UP FIREFOX</p>
<p>Here&#8217;s something for broadband people that will really speed up Firefox :</p>
<p>1.Type &#8216;about:config&#8217; into the address bar and hit enter. Scroll down and look for the following entries: -<br />
network.http.pipelining<br />
network.http.proxy.pipelining<br />
network.http.pipelining.maxrequests</p>
<p>Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.</p>
<p>2. Alter the entries as follows:</p>
<p>Set &#8216;network.http.pipelining&#8217; to &#8216;true&#8217; (double click to change)<br />
Set &#8216;network.http.proxy.pipelining&#8217; to &#8216;true&#8217; (double click to change)<br />
Set &#8216;network.http.pipelining.maxrequests&#8217; to some number like 30. This means it will make 30 requests at once. (double click to enter number)</p>
<p>3. Lastly right-click anywhere and select New-&gt; Integer. Name it &#8216;nglayout.initialpaint.delay&#8217; and set its value to &#8217;0&#8242;. This value is the amount of time the browser waits before it acts on information it recieves.</p>
<p>If you&#8217;re using a broadband connection you&#8217;ll load pages MUCH faster now!&#8221;<br />
<a href="http://www.tweakguides.com/Firefox_8.html">Find more firefox tweaks here</a></p>
<p>Related Posts:</p>
<ul>
<li><a href="http://aburad.com/blog/2005/10/firefox-tips.html">Firefox Tips</a></li>
<li><a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">Firefox about: pages</a></li>
</ul>
<p><a href="http://www.tweakguides.com/Firefox_8.html"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2005/11/speed-up-firefox.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

