<?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>BBQIguana &#187; Firefox</title>
	<atom:link href="http://www.bbqiguana.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bbqiguana.com</link>
	<description></description>
	<lastBuildDate>Fri, 28 Oct 2011 13:17:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>My first Firefox extension</title>
		<link>http://www.bbqiguana.com/2008/03/my-first-firefox-extension/</link>
		<comments>http://www.bbqiguana.com/2008/03/my-first-firefox-extension/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 19:11:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.bbqiguana.com/?p=198</guid>
		<description><![CDATA[After installing the Firefox 3.0 beta, the majority of my extensions stopped working.  I had gotten rather spoiled with them, so I decided it was time to learn about writing Firefox extensions so that I could a)fix the ones I like which aren't being updated, and b)write my own for the things that don't exist yet.]]></description>
			<content:encoded><![CDATA[<div style="float:right;margin:5px;" class="tweet_button"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.bbqiguana.com/2008/03/my-first-firefox-extension/" data-text="My first Firefox extension" data-count="vertical" data-via="bbqiguana"">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>After installing the <a href="http://www.mozilla.com/en-US/firefox/all-beta.html" title="Download Firefox Beta">Firefox 3.0 beta</a>, the majority of my extensions stopped working.  I had gotten rather spoiled with them, so I decided it was time to learn about writing Firefox extensions so that I could a)fix the ones I like which aren&#8217;t being updated, and b)write my own for the things that don&#8217;t exist yet.</p>
<p>For my first foray into writing Firefox extensions, I decided to go with something simple, but which I find useful.  So I made <a href="/ffinstall.php?extension=plusone" title="Download my Extension">PlusOne</a>.</p>
<p>What PlusOne does is quite simple.  It finds the numerical part of the current URL you are browsing, and simply adds 1 to it.  (You can also subtract 1 from it.)   So, if the page you&#8217;re viewing is called <em>page1.html</em>, you could right-click on the page and choose &#8220;Plus One&#8221;, and it will navigate to <em>page2.html</em>.  Likewise, if you are viewing <em>britney-spears-naked-17.jpg</em>, you can right-click on the page and choose &#8220;Minus One&#8221; and it will navigate to <em>britney-spears-naked-16.jpg</em>.</p>
<p>Of course, if the file doesn&#8217;t exist, you&#8217;ll still get a 404.  But often you can discover many interesting, and somewhat hidden, gems just by exploring the possibilities of incrementing the URL.  It&#8217;s also easier than searching the entire page for the tiny &#8220;next&#8221; link hidden at the bottom when you&#8217;re reading a six-page scientific essay.  (Yeah, right&#8230; you&#8217;re looking for naked pictures of Britney Spears.)</p>
<p>Please try it out and leave any comments on this page.</p>
<div class="link-summarizer"><p><strong>Links in this post</strong><ul><li><a href='http://www.mozilla.com/en-US/firefox/all-beta.html' title="Download Firefox Beta">Download Firefox Beta</a></li><li><a href='/ffinstall.php?extension=plusone' title="Download my Extension">Download my Extension</a></li></ul></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.bbqiguana.com/2008/03/my-first-firefox-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search shortcuts for Firefox</title>
		<link>http://www.bbqiguana.com/2007/09/search-shortcuts-for-firefox/</link>
		<comments>http://www.bbqiguana.com/2007/09/search-shortcuts-for-firefox/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 13:38:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.bbqiguana.com/?p=248</guid>
		<description><![CDATA[Everyone who has ever used my computer, even for a moment, has taken a particular liking to my search shortcuts — most notably gg, my shortcut to Google. I'm doing Google searches all the time.  Whenever I have a question about anything, I don't hesitate to grab my laptop and look it up on Google.   If I had to go to Google.com, wait for the site to load, and click in the search box before I could type in my query and search, it would slow me down.]]></description>
			<content:encoded><![CDATA[<div style="float:right;margin:5px;" class="tweet_button"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.bbqiguana.com/2007/09/search-shortcuts-for-firefox/" data-text="Search shortcuts for Firefox" data-count="vertical" data-via="bbqiguana"">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>Everyone who has ever used my computer, even for a moment, has taken a particular liking to my search shortcuts — most notably <code>gg</code>, my shortcut to Google.</p>
<p>I&#8217;m doing Google searches all the time.  Whenever I have a question about anything, I don&#8217;t hesitate to grab my laptop and look it up on Google.   If I had to go to Google.com, wait for the site to load, and click in the search box before I could type in my query and search, it would slow me down.</p>
<p>After reading that, you probably think I&#8217;m crazy.  But yes, that little bit of extra work would slow me down.  I search a lot!</p>
<p>So what is my more efficient solution?  It&#8217;s simple:  Firefox bookmark keywords.  If you don&#8217;t understand them, I recommend that you go look at the <a href="http://lifehacker.com/software/bookmarks/hack-attack-firefox-and-the-art-of-keyword-bookmarking-196779.php" title="Firefox and the art of keyword bookmarking, at LifeHacker">LifeHacker article</a> about them.</p>
<p>I&#8217;ve published some of my more useful search shortcuts here.  Firefox users can simply right-click on the link and choose <em>Bookmark This Link</em>.  Then, go into <em>Organize Bookmarks</em> and add keywords to them.  I also recommend grouping the search shortcuts into a folder called <em>Search</em> to keep some sanity in the Bookmark menu.</p>
<p><a href="http://www.google.com/search?q=%s" title="Google search">Google Search</a> &#8211; keyword: <code>gg</code><br />
<a href="http://maps.google.com/maps?q=%s" title="Google Maps">Google Maps</a> &#8211; keyword: <code>map</code><br />
<a href="http://images.google.com/images?q=%s" title="Google Image Search">Google Image Search</a> &#8211; keyword: <code>img</code><br />
<a href="http://www.imdb.com/find?q=%s" title="IMDB Lookup">IMDB Lookup</a> &#8211; keyword: <code>imdb</code><br />
<a href="http://dictionary.reference.com/browse/%s" title="Dictionary">Dictionary</a> &#8211; keyword: <code>dc</code><br />
<a href="http://thesaurus.reference.com/browse/%s" title="Thesaurus">Thesaurus</a> &#8211; keyword: <code>th</code><br />
<a href="http://en.wikipedia.org/wiki/Special:Search?search=%s" title="Wikipedia">Wikipedia</a> &#8211; keyword: <code>wiki</code></p>
<p>After saving the bookmarks, don&#8217;t forget to add the keywords.  The shortcuts are useless without them.  Oh, and if you don&#8217;t use Firefox, you&#8217;re out of luck.</p>
<p>With the shortcuts, you can now go to the address bar and type <code>gg britney spears</code> to learn everything you want to know about annoying pop singers.  But that would be useless.</p>
<p>More useful would be, when you&#8217;re looking at the web site for a local sushi restaurant and you see their address on the page, you could copy it from the page and paste it into the address bar, typing <em>map</em> before it, so you have something like <code>map 401 N Michigan Ave Chicago</code>.   Just a few keystrokes gets you the directions you&#8217;re looking for.</p>
<div class="link-summarizer"><p><strong>Links in this post</strong><ul><li><a href='http://lifehacker.com/software/bookmarks/hack-attack-firefox-and-the-art-of-keyword-bookmarking-196779.php' title="Firefox and the art of keyword bookmarking, at LifeHacker">Firefox and the art o...arking, at LifeHacker</a></li><li><a href='http://www.google.com/search?q=%s' title="Google search">Google search</a></li><li><a href='http://maps.google.com/maps?q=%s' title="Google Maps">Google Maps</a></li><li><a href='http://images.google.com/images?q=%s' title="Google Image Search">Google Image Search</a></li><li><a href='http://www.imdb.com/find?q=%s' title="IMDB Lookup">IMDB Lookup</a></li><li><a href='http://dictionary.reference.com/browse/%s' title="Dictionary">Dictionary</a></li><li><a href='http://thesaurus.reference.com/browse/%s' title="Thesaurus">Thesaurus</a></li><li><a href='http://en.wikipedia.org/wiki/Special:Search?search=%s' title="Wikipedia">Wikipedia</a></li></ul></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.bbqiguana.com/2007/09/search-shortcuts-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox</title>
		<link>http://www.bbqiguana.com/2005/10/firefox/</link>
		<comments>http://www.bbqiguana.com/2005/10/firefox/#comments</comments>
		<pubDate>Mon, 17 Oct 2005 03:23:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.bbqiguana.com/?p=289</guid>
		<description><![CDATA[If you haven't yet tried Firefox, you need to.  Firefox is a fully standards compliant browser, which is important if you're developing web sites because you need to know that you're writing standards compliant code.  Firefox is faster than Internet Explorer, and it's also far safer, lacking all of the security holes that IE provides for hackers to access your system.  And if that's not enough, Firefox also provides tools to block popup windows, and extensions make it easy to block ads anywhere in a web page.]]></description>
			<content:encoded><![CDATA[<div style="float:right;margin:5px;" class="tweet_button"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.bbqiguana.com/2005/10/firefox/" data-text="Firefox" data-count="vertical" data-via="bbqiguana"">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float:right;margin-left:10px;margin-bottom:10px;"><img src="http://www.bbqiguana.com/wp-content/uploads/2010/12/125x125.png" alt="Spread Firefox Affiliate Button" border="0" /></div>
<p> If you haven&#8217;t yet tried <a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=111169&amp;t=50" title="Try Firefox!">Firefox</a>, you need to.  Firefox is a fully standards compliant browser, which is important if you&#8217;re developing web sites because you need to know that you&#8217;re writing standards compliant code.  Firefox is faster than Internet Explorer, and it&#8217;s also far safer, lacking all of the security holes that IE provides for hackers to access your system.  And if that&#8217;s not enough, Firefox also provides tools to block popup windows, and <a href="http://adblock.mozdev.org/" title="AdBlock">extensions make it easy to block ads</a> anywhere in a web page.</p>
<div class="link-summarizer"><p><strong>Links in this post</strong><ul><li><a href='http://www.spreadfirefox.com/?q=affiliates&amp;id=111169&amp;t=50' title="Try Firefox!">Try Firefox!</a></li><li><a href='http://adblock.mozdev.org/' title="AdBlock">AdBlock</a></li></ul></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.bbqiguana.com/2005/10/firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

