<?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>Egonitron &#187; Firefox</title>
	<atom:link href="http://egonitron.com/category/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://egonitron.com</link>
	<description>Helping Geeks Make Money Online</description>
	<lastBuildDate>Thu, 12 Aug 2010 18:33:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Browser Auto-Complete URLs</title>
		<link>http://egonitron.com/2007/06/04/browser-auto-complete-urls/</link>
		<comments>http://egonitron.com/2007/06/04/browser-auto-complete-urls/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 17:42:54 +0000</pubDate>
		<dc:creator>egon</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://egonitron.com/2007/06/04/browser-auto-complete-urls/</guid>
		<description><![CDATA[Most techies know that when typing out a URL in the address bar of most browsers, you can simply hit &#8220;Ctrl+Enter&#8221; to fill in the &#8220;http://www.&#8221; and &#8220;.com&#8221; around the domain name. For example, open up a new tab in Firefox or you browser of choice. Go up to the address bar, type in &#8220;egonitron&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Most techies know that when typing out a URL in the address bar of most browsers, you can simply hit &#8220;Ctrl+Enter&#8221; to fill in the &#8220;http://www.&#8221; and &#8220;.com&#8221; around the domain name. For example, open up a new tab in Firefox or you browser of choice. Go up to the address bar, type in &#8220;egonitron&#8221; without the quotes, then just hit <em>Ctrl+Enter</em>. The browser will fill in the rest for you. This saves a lot of time for heavy web users.</p>
<p>What many people don&#8217;t know is that in Firefox and other newer browsers, you can also use this trick for .net and .org domains.<br />
<span id="more-76"></span><br />
For a .net domain, just use <em>Shift+Enter</em> instead, and for a .org domain use <em>Ctrl+Shift+Enter</em>.</p>
<p>Additionally, if you hold the <em>Alt</em> key while doing any of these (ex: <em>Alt+Ctrl+Enter</em> for .com,) the address will open in a new tab.</p>
<p><strong>Quick Reference</strong>:</p>
<p><em>Ctrl + Enter</em> = *.com<br />
<em>Shift + Enter</em> = *.net<br />
<em>Ctrl + Shift + Enter</em> = *.org</p>
<p><em>Alt + [Any of the above]</em> = Open in new tab</p>
]]></content:encoded>
			<wfw:commentRss>http://egonitron.com/2007/06/04/browser-auto-complete-urls/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Truth About the Firefox &#8220;Pipelining&#8221; Trick</title>
		<link>http://egonitron.com/2007/05/25/the-truth-about-the-firefox-pipelining-trick/</link>
		<comments>http://egonitron.com/2007/05/25/the-truth-about-the-firefox-pipelining-trick/#comments</comments>
		<pubDate>Fri, 25 May 2007 16:40:19 +0000</pubDate>
		<dc:creator>egon</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://egonitron.com/2007/05/25/the-truth-about-the-firefox-pipelining-trick/</guid>
		<description><![CDATA[



If you&#8217;re reading this blog, you probably use Firefox (77% of you, according to my analytics) and have possibly heard about the &#8220;pipelining&#8221; trick to speed up browsing. But does it really work? Yes&#8230;yes it does. But let me show you the right way to use it.
If you aren&#8217;t familiar with the trick, it claims [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-8223583608617621";
/* 300x250 for Egonitron */
google_ad_slot = "1409939249";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>If you&#8217;re reading this blog, you probably use Firefox (77% of you, according to my <a href="http://egonitron.com/2007/05/10/top-5-must-have-blog-monitoring-tools/">analytics</a>) and have possibly heard about the &#8220;pipelining&#8221; trick to speed up browsing. But does it really work? Yes&#8230;yes it does. But let me show you the <em>right</em> way to use it.</p>
<p><a href='http://egonitron.com/wp-content/uploads/2007/05/pipelining.jpg' title='pipelining'><img style="float: right" src='http://egonitron.com/wp-content/uploads/2007/05/pipelining.thumbnail.jpg' alt='pipelining' /></a>If you aren&#8217;t familiar with the trick, it claims to speed up your browsing in Firefox by opening up multiple &#8220;pipes,&#8221; allowing you to make multiple http requests to a web server, each pipe downloading a different part of the web page, then assembling them correctly at your browser.</p>
<p><span id="more-61"></span></p>
<blockquote><p>Normally, HTTP requests are issued sequentially, with the next request being issued only after the response to the current request has been completely received. Depending on network latencies and bandwidth limitations, this can result in a significant delay before the next request is seen by the server.</p>
<p>HTTP/1.1 allows multiple HTTP requests to be written out to a socket together without waiting for the corresponding responses. The requestor then waits for the responses to arrive in the order in which they were requested. The act of pipelining the requests can result in a dramatic improvement in page loading times, especially over high latency connections.</p></blockquote>
<h3>The Problem</h3>
<p>There&#8217;s really nothing wrong with the hack <strong>if done correctly.</strong> The problem lies in the (mis)communication of how to implement it. <a href="http://tech-buzz.net/2006/04/23/speed-up-firefox-with-pipelining/">Most</a> <a href="http://www.johnchow.com/surf-the-internet-faster-with-these-firefox-ie-tweaks/">blogs</a> <a href="http://www.ubuntugeek.com/speed-up-firefox-web-browser.html">you</a> <a href="http://www.lifehack.org/articles/technology/15-coolest-firefox-tricks-ever.html">read</a> are going to tell you to set the &#8220;network.http.pipelining.maxrequests&#8221; value to some huge number like 30, so you can make 30 http requests at once (I&#8217;ll let you know what that means later in the post, keep reading.) This is why that&#8217;s ridiculous:</p>
<ul>
<li><strong>Firefox only has the ability to send 8 requests at once, so altering this value to anything higher than 8 is pointless.</strong> Will it hurt anything if you set it that high? No, but it just shows you that the people who told you to do this don&#8217;t know what they&#8217;re doing.</li>
<li>Even if it could send 30 http requests at once, you wouldn&#8217;t want to set it that high. If everyone made 30 simultaneous http requests to every web server they connected with, the internet would be slow, webmasters would hate you (and Mozilla,) and your IP would probably be banned from many websites. There is a reason that this setting is turned off by default.</li>
<li>The higher you set this value, the more likely it is that you will break something. But don&#8217;t fret about it.</li>
</ul>
<p>That being said, I <strong>love</strong> this feature, and use it to it&#8217;s fullest. I suggest you do the same, <em><strong>if</strong></em> it works well for you.</p>
<h3>The <em>correct</em> way to use the Pipelining feature</h3>
<p><div style="float:right; padding-left: 7px;"><script type="text/javascript"><!--
google_ad_client = "pub-8223583608617621";
google_alternate_ad_url = "http://egonitron.com/partners/yahooad.html";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "text_image";
//2007-10-01: egonitron content
google_ad_channel = "6739393871";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "2255EE";
google_color_text = "000000";
google_color_url = "002800";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><strong>Note:</strong> You <em>must</em> have a (preferably fast) broadband connection. If you have dial-up, stop reading, forget it, pipelining isn&#8217;t for you.</p>
<p>Also, if you don&#8217;t use Firefox, please download it. You won&#8217;t regret it: <script type="text/javascript"><!--
google_ad_client = "pub-8223583608617621";
google_ad_output = "textlink";
google_ad_format = "ref_text";
google_cpa_choice = "CAAQwaT2_gEaCK4YeWxdsHieKLGsuIEBMAA";
google_ad_channel = "6989888907";
//-->
</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>In normal Microsoft fashion, Internet Explorer doesn&#8217;t support pipelining (even IE7)</p>
<ol>
<li>Open a new tab in Firefox (Ctrl+T) and type &#8220;about:config&#8221; (without the quotes) in your address bar.</li>
<li>In the &#8220;Filter:&#8221; search box, type &#8220;network.http&#8221; (again, without the quotes.) You don&#8217;t have to hit enter.
<ul>
<li>Look for the &#8220;network.http.keep-alive&#8221; setting and make sure it&#8217;s set to &#8220;true&#8221;. If it&#8217;s &#8220;false,&#8221; double-click that line and it will change to true.</li>
<li>On the same page, look for &#8220;network.http.version&#8221; and make sure it&#8217;s set to &#8220;1.1&#8243;</li>
</ul>
</li>
<li>Now clear out the Filter box and type in &#8220;pipelining&#8221;
<ul>
<li>Look for &#8220;network.http.pipelining&#8221; Right-click on that line, and click on &#8220;toggle&#8221; and be sure the value is set to &#8220;true&#8221; (or double-click to toggle values.)</li>
<li>If you&#8217;re on a proxy, look for &#8220;network.http.proxy.pipelining&#8221; Right-click on that line, and click on &#8220;toggle&#8221; and be sure the value is set to &#8220;true&#8221;. If you don&#8217;t know if you&#8217;re on a proxy or not, just set it to &#8220;true&#8221; anyway. It won&#8217;t hurt anything.</li>
<li>Lastly, look for &#8220;network.http.pipelining.maxrequests&#8221; Right-click on that line, click on &#8220;modify&#8221; and set the value to 8. You can set it anywhere between 1 and 8. If you notice your internet is acting weird after this, try decreasing this value.</li>
</ul>
</li>
<li>Keep in mind that this may not agree with some web servers, and therefore break the webpage. I have not personally experienced this yet, but this feature is still in testing, and that&#8217;s why it&#8217;s not set to &#8220;true&#8221; by default.</li>
</ol>
<p>There you have it. Ignore the sites telling you to set the value to &#8220;30.&#8221; Those same pages will also tell you to create a new value called &#8220;nglayout.initialpaint.delay&#8221; and to set that value to &#8220;0&#8243;. All this does is start displaying the information on the webpage sooner. <strong>nglayout.initialpaint.delay does not make your page load faster.</strong> In fact, it can make it load slower; especially on slower connections. If you create this value and set it to &#8220;0&#8243; you will notice the page beginning to render right away, but it will take longer to finish completely.</p>
<h4>The final word</h4>
<p>There are many little hacks in Firefox that you can perform, and I plan on covering many of them in future posts. The Mozilla guys have done a great job in making Firefox fast, and most of the time you will be happy with the default settings. But not all computers are the same, and they can&#8217;t predict that. There is a reason that many of these settings are set the way they are by default, and you should only change them if you know what the value actually does. Don&#8217;t listen to someone who says &#8220;change this random value in about:config, it will make your pages load faster&#8221; without explaining to you what the value actually does. That setting may work great for him, but may not work well for you.</p>
<p>Anybody have anything to add?</p>
]]></content:encoded>
			<wfw:commentRss>http://egonitron.com/2007/05/25/the-truth-about-the-firefox-pipelining-trick/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>OpenDNS Releases &#8220;Shortcuts&#8221; &#8211; Pisses me off</title>
		<link>http://egonitron.com/2007/04/24/opendns-releases-shortcuts-pisses-me-off/</link>
		<comments>http://egonitron.com/2007/04/24/opendns-releases-shortcuts-pisses-me-off/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 14:26:37 +0000</pubDate>
		<dc:creator>egon</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://egonitron.com/2007/04/24/opendns-releases-shortcuts-pisses-me-off/</guid>
		<description><![CDATA[**Updated, See Below**
OpenDNS, a great DNS service that promises faster browsing and other cool features, now offers a new service simply called &#8220;Shortcuts.&#8221; This new service allows you to define specific keywords to type into your browser address bar that will automatically redirect you to the specified page. For example: you could set it up [...]]]></description>
			<content:encoded><![CDATA[<p>**Updated, See Below**</p>
<p><a title="OpenDNS" href="http://www.opendns.com">OpenDNS</a>, a great DNS service that promises faster browsing and other cool features, now offers a new service simply called &#8220;<a title="OpenDNS Shortcuts" href="http://www.opendns.com/start/features/shortcuts/">Shortcuts</a>.&#8221; This new service allows you to define specific keywords to type into your browser address bar that will automatically redirect you to the specified page. For example: you could set it up so that when you type &#8220;Cool Dude&#8221; into your browser, you automatically go here to egonitron.com</p>
<p><img alt="OpenDNS Create Shortcut" src='http://egonitron.com/wp-content/uploads/2007/04/create_shortcut.gif' alt='OpenDNS Create Shortcut' /></p>
<p>The service offers a lot of cool options, such as setting it up on a corporate intranet so when users type in &#8220;time&#8221; they go straight to their timecard service to clock in or out. Other features this offers are very cool, but the problem is, you have to be signed in for this to work. If you clear cookies regularly, you have to sign in each time your cookies are cleared.</p>
<p><span id="more-46"></span><br />
This creates a problem, because <a href="http://www.mozilla.com/en-US/firefox/">FireFox</a> has a great feature that allows you to type anything into your address bar, and it will take you either to the first relevant result in Google, or to the Google search page. So when I type &#8220;Google Calendar&#8221; into the address bar, I automatically go to <a href="http://www.google.com/calendar/">Google Calendar</a>. This doesn&#8217;t work anymore, and that sucks. Even if I don&#8217;t use the OpenDNS Shortcuts feature, if I&#8217;m using them for my DNS settings (which I have been for a long time,) they take me to an OpenDNS page instead.</p>
<p>Is anybody from OpenDNS listening? Is there a way for me to change this?</p>
<p><strong>**Update:</strong> I&#8217;d like to thank John Roberts from OpenDNS for the quick response to this post. He clarifies that you indeed do <strong>not</strong> need to be logged in to use this Shortcuts feature, which solves my problems with the service and allows me to use the &#8220;google calendar&#8221; example above successfully. I&#8217;d like to thank OpenDNS for another great service!</p>
]]></content:encoded>
			<wfw:commentRss>http://egonitron.com/2007/04/24/opendns-releases-shortcuts-pisses-me-off/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Alexa and the Search Status Plugin</title>
		<link>http://egonitron.com/2007/04/10/alexa-and-the-search-status-plugin/</link>
		<comments>http://egonitron.com/2007/04/10/alexa-and-the-search-status-plugin/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 15:34:01 +0000</pubDate>
		<dc:creator>egon</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Webmaster]]></category>

		<guid isPermaLink="false">http://egonitron.com/2007/04/10/alexa-and-the-search-status-plugin/</guid>
		<description><![CDATA[Most of us know that Alexa Rankings are (terribly) flawed, but those of us that advertise still depend on them due to sites like ReviewMe, PayPerPost, and Text Link Ads still using them to determine how much we make from our advertising efforts. It sucks, but we don&#8217;t really have a choice.
Your site was ranked [...]]]></description>
			<content:encoded><![CDATA[<p>Most of us know that <a href="http://www.alexa.org/">Alexa</a> Rankings are (terribly) flawed, but those of us that advertise still depend on them due to sites like <a href="http://www.reviewme.com/?ref=1863">ReviewMe</a>, <a href="http://tinyurl.com/yvcsbp">PayPerPost</a>, and <a href="http://www.text-link-ads.com/?ref=33882">Text Link Ads</a> still using them to determine how much we make from our advertising efforts. It sucks, but we don&#8217;t really have a choice.</p>
<p>Your site was ranked by how many people are using the Alexa Toolbar for Internet Explorer and visit your site. This data was compared to every other site and then given a ranking (a rank of 300,000 meant that your site is the 300,000th most visited site on the internet.) That sucks for a lot of reasons, but mostly because it didn&#8217;t count Firefox, Safari, or any other browsers. How fair is that to someone that writes a Mac Blog? Not very, that&#8217;s how. Most people that would visit their site are using Safari. You get the point&#8230;</p>
<p><span id="more-20"></span><br />
Anyway, a great new(ish) Firefox and Mozilla extension is available called <a href="http://www.quirk.biz/searchstatus/">SearchStatus</a>. When you install it, it displays the Google and Alexa rankings for each site you visit, and it also reports visits back to Alexa. Hopefully this helps even-out the playing field a little bit, although it only works in FireFox and Mozilla; Safari and other browsers are not supported yet.</p>
<p><img src='http://egonitron.com/wp-content/uploads/2007/04/search_grab.jpg' alt='Search Status' /></p>
<p>As you can see, it also has many useful tools available for webmasters. I personally use it a lot more than I thought I would. Being able to check backlinks, highlight the dreadful &#8220;nofollow&#8221; links, check whois data and keyword density has proved to be invaluable. The point is, I highly recommend that people use this awesome Firefox extension, and if you aren&#8217;t already using Firefox, then shame on you <img src='http://egonitron.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Even if you are still using Internet Explorer, be sure to go to the <a href="http://www.alexa.com/site/download/">Alexa Toolbar download page</a> and install the toolbar. Hopefully this will help get more accurate <a href="http://www.valleywag.com/tech/bubble/alexa-error-triggers-crisis-of-confidence-245600.php">Alexa</a> <a href="http://www.doshdosh.com/alexa-rankings/20-quick-ways-to-increase-your-alexa-rank/">results</a>.</p>
<p>If you don&#8217;t already, I want to recommend all of my readers to get:</p>
<p><a href="http://www.quirk.biz/searchstatus/">SearchStatus</a></p>
<p>and</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8223583608617621";
google_ad_output = "textlink";
google_ad_format = "ref_text";
google_cpa_choice = "CAAQzcLH7QEaCD_4BVTjvVryKLGsuIEB";
google_ad_channel = "6818216009";
//-->
</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://egonitron.com/2007/04/10/alexa-and-the-search-status-plugin/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
