<?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>Firefox Facts &#187; plugin</title>
	<atom:link href="http://www.firefoxfacts.com/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.firefoxfacts.com</link>
	<description>best guide to add-ons, themes and tips for Firefox</description>
	<lastBuildDate>Mon, 30 Jan 2012 12:32:44 +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>Create a Firefox Search Plugin</title>
		<link>http://www.firefoxfacts.com/2011/01/11/create-a-firefox-search-plugin/</link>
		<comments>http://www.firefoxfacts.com/2011/01/11/create-a-firefox-search-plugin/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 13:49:11 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Firefox Support]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[opensearch]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.firefoxfacts.com/2011/01/11/create-a-firefox-search-plugin/</guid>
		<description><![CDATA[Want to create your own Firefox search plugin? The steps on how to do this used to be a lot easier back in the early days of Firefox, but now with the OpenSearch protocol in all modern browsers &#8211; the steps are a little more difficult.&#160; Have no fear though, because I have found a [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 0px 5px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Easy Way to Create an Open Search Plugin" border="0" alt="Create a Firefox Search Plugin" align="right" src="http://www.firefoxfacts.com/wp-content/uploads/2011/01/image2.png" width="227" height="136" />Want to create your own Firefox search plugin? The steps on how to do this used to be a lot easier back in the early days of Firefox, but now with the OpenSearch protocol in all modern browsers &#8211; the steps are a little more difficult.&#160; Have no fear though, because I have found a resource that will make creating your own Firefox search plugin easy again and it takes only a few simple steps.</p>
<p>  <span id="more-4649"></span> The first thing you will want to do is point your browser towards the <a href="http://www.7is7.com/software/firefox/opensearch.html" target="_blank">OpenSearch plugin generator</a>.&#160; This awesome utility allows you to create a search plugin in he open search format that Firefox (and many other browsers) use.&#160; This way you could search Firefox Facts without even visiting the website first and typing your search into my search form.&#160; The only hard part about this is locating the HTML source code that represents the search box on the website.&#160; In Firefox, you can do this fairly easily by right-clicking on a website, choose &quot;View Source&quot; and then find where the form starts for the search box.
<p><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Find the Search Form" border="0" alt="Viewing the Firefox Facts Source" src="http://www.firefoxfacts.com/wp-content/uploads/2011/01/image3.png" width="504" height="199" /></p>
<p>Here is one more quick tip, if you hit &quot;Ctrl + F&quot; you can bring up the search options in the webpage&#8217;s view source pane.&#160; From there, search for &quot;form&quot; until you find the right form you need.&#160; For webmasters, this should be pretty easy. Now, for the easy part.</p>
<p>On the OpenSearch plugin generator webpage, simply fill in the website name, the website URL and then copy and paste in the form data you found on the website you want to create the search plugin for.&#160; I would recommend not changing the data for input encoding, plugin file name, or favicon file name. Next, hit the big button labeled &quot;Generate Plugin&quot;.</p>
<p>The website will now give you the code you need to save on your own website hosting server to make the search plugin work.&#160; Scroll down the webpage, and make sure you follow each step as they have it.&#160; Once you are done, you too can have your own search plugin like this:</p>
<p><a href="javascript:if(typeof(window.external)=='object'){try{window.external.AddSearchProvider('http://www.firefoxfacts.com/opensearch.xml');}catch(e){alert('Your%20browser%20does%20not%20support%20OpenSearch%21');}};void(0);">Install Firefox Facts Search Plugin</a></p>
<p>Hope this helps you create a search plugin for your own website.&#160; If you do create one using this method, be sure to share it in the comments!</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Firefox Facts <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.mitchelaneous.com">personal blog</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a><br />
<br>&nbsp;                                                ]]></content:encoded>
			<wfw:commentRss>http://www.firefoxfacts.com/2011/01/11/create-a-firefox-search-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Check for Updated Plugins</title>
		<link>http://www.firefoxfacts.com/2010/07/30/firefox-plugin-check/</link>
		<comments>http://www.firefoxfacts.com/2010/07/30/firefox-plugin-check/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 13:00:24 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Firefox Support]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[quicktime]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.firefoxfacts.com/?p=4218</guid>
		<description><![CDATA[After yesterday&#8217;s news about the fake Firefox update that is out there in the wild, I thought it might be a good time to go over how you can get your plugins updated.  Thankfully, Mozilla has made this really simple with the Plugin Check part of their website. All you need to do is go [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Plugin Check Help for Firefox" src="http://www.firefoxfacts.com/wp-content/uploads/2010/07/image15.png" border="0" alt="Plugin Check Help for Firefox" width="500" height="142" /></p>
<p>After yesterday&#8217;s news about the fake Firefox update that is out there in the wild, I thought it might be a good time to go over how you can get your plugins updated.  Thankfully, Mozilla has made this really simple with the <strong>Plugin Check</strong> part of their website.</p>
<p><span id="more-4218"></span></p>
<p>All you need to do is go to the Plugin Check website, and automatically your browser is scanned to make sure all your plugins are up to date. If you are up to date, you will see this badge here:</p>
<p><img style="display: inline; border: 0px;" title="Up to Date!" src="http://www.firefoxfacts.com/wp-content/uploads/2010/07/image16.png" border="0" alt="Up to Date!" width="160" height="56" /></p>
<p>If you are not up to date, then you will see this badge here:</p>
<p><img style="display: inline; border: 0px;" title="Need to Update!" src="http://www.firefoxfacts.com/wp-content/uploads/2010/07/image17.png" border="0" alt="Need to Update!" width="151" height="62" /></p>
<p>When you click the &#8220;Update&#8221; badge, as seen above &#8211; you will be taken to the official website for the plugin in question so that you can get it up to date.  This makes checking all your plugins and getting them updated so much easier. Some of the things it checks for include: Flash, Java, Silverlight, QuickTime, and more. (Those are the important ones though)</p>
<p>If it does not know what it is, or can not find the current version &#8211; then you get this kind of weird gray badge here:</p>
<p><img style="display: inline; border: 0px;" title="Say What?" src="http://www.firefoxfacts.com/wp-content/uploads/2010/07/image18.png" border="0" alt="Say What?" width="151" height="50" /></p>
<p>When then will lead you to a Google search, when clicked, for &#8220;current version plugin (PLUGIN NAME HERE)&#8221;.  So you can go out on your own and probably find the update you need (if one is needed) within the first few results you get.</p>
<p><em><strong>Hint:</strong> You can also get to Plugin Check, by going to Tools in the menu toolbar, then click Add-ons, then go to the Plugins section. Click the &#8220;Get Updates&#8221; button at the bottom of the window, and you will be taken to the Plugin Check website.</em></p>
<p>So, those are the basics when using the <a href="http://www.mozilla.com/en-US/plugincheck/" target="_blank">Plugin Check</a> website Mozilla provides for all Firefox users.  For people who might not know there way around with updating this, that or the other &#8211; it makes the process of getting things updated a lot easier.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Firefox Facts <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.mitchelaneous.com">personal blog</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a><br />
<br>&nbsp;                                                ]]></content:encoded>
			<wfw:commentRss>http://www.firefoxfacts.com/2010/07/30/firefox-plugin-check/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Headup Delivers You Related Content in Firefox</title>
		<link>http://www.firefoxfacts.com/2009/06/24/headup-delivers-you-related-content-in-firefox/</link>
		<comments>http://www.firefoxfacts.com/2009/06/24/headup-delivers-you-related-content-in-firefox/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 10:46:39 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Add-ons Reviews]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[related]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[semantic]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.firefoxfacts.com/2009/06/24/headup-delivers-you-related-content-in-firefox/</guid>
		<description><![CDATA[The idea of having a Firefox extension that gives you content related to what you are looking at is nothing new really, however I have found a Firefox add-on that will help you get it done in a new and exciting way.&#160; Headup underlines words on pages when you browser.&#160; When you hover over those [...]]]></description>
			<content:encoded><![CDATA[<p><img title="headup - giving you inline searches without leaving the page your browsing" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="64" alt="headup - giving you inline searches without leaving the page your browsing" src="http://www.firefoxfacts.com/wp-content/uploads/2009/06/home_logo.png" width="228" align="right" border="0" /> The idea of having a Firefox extension that gives you content related to what you are looking at is nothing new really, however I have found a Firefox add-on that will help you get it done in a new and exciting way.&#160; </p>
<p><strong>Headup</strong> underlines words on pages when you browser.&#160; When you hover over those words, you get relevant content from popular web services.&#160; </p>
<p><img title="Headup - find more information as you browse Online" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="331" alt="Headup - find more information as you browse Online" src="http://www.firefoxfacts.com/wp-content/uploads/2009/06/1237296169.png" width="504" border="0" /> </p>
<p>Technically speaking, they&#160; “presents you with textual and rich media content related to the objects and terms it identifies on the pages you browse.”&#160; Here are a few more examples from their web site:</p>
<blockquote><p>Use Headup’s ability to recognize objects and relationships to discover all kinds of information quickly and effortlessly. Here are some examples:</p>
<ul>
<li>Discover which of your friends like a particular band and gain access to the band&#8217;s videos and lyrics. </li>
<li>Find blog posts and stock news about a company and discover which of your contacts work there. </li>
<li>Get alerted about your friends’ birthdays and see which books they’re likely to enjoy as a gift. </li>
</ul>
</blockquote>
<p>Overall, I have to say it is an interesting idea – and a cool tool.&#160; Sometimes these semantic plugins kind of confuse the general public, so I would really recommend playing with Headup to see if it is right for you.&#160; You can pickup the Headup add-on on <a href="http://headup.com/">Headup.com</a> or the <a href="https://addons.mozilla.org/en-US/firefox/addon/10359">Mozilla Add-ons web site</a>.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Firefox Facts <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.mitchelaneous.com">personal blog</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a><br />
<br>&nbsp;                                                ]]></content:encoded>
			<wfw:commentRss>http://www.firefoxfacts.com/2009/06/24/headup-delivers-you-related-content-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use PayPal like a Credit Card</title>
		<link>http://www.firefoxfacts.com/2008/06/05/use-paypal-like-a-credit-card/</link>
		<comments>http://www.firefoxfacts.com/2008/06/05/use-paypal-like-a-credit-card/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 16:00:41 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Add-ons Reviews]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[credit cards]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[PayPal]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.firefoxfacts.com/2008/06/05/use-paypal-like-a-credit-card/</guid>
		<description><![CDATA[How would you like to be able to use PayPal anywhere and everywhere, even where it is not accepted?  At this point the PayPal people hope you are excited because that is what they would like to offer to you via a new Firefox plugin. Once you get it up and running, a window should [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.firefoxfacts.com/wp-content/uploads/2008/06/paypal-firefox-addon.png" border="0" alt="paypal-firefox-addon" width="187" height="76" align="right" /> How would you like to be able to use <a href="http://www.paypal.com">PayPal</a> anywhere and everywhere, even where it is not accepted?  At this point the PayPal people hope you are excited because that is what they would like to offer to you via a new Firefox plugin.</p>
<p>Once you get it up and running, a window should come up when you visit a web site asking for your credit card information. With this new Firefox extension, you now have the choice to pay via a card that PayPal creates for you or you can generate a card manually through a drop down menu.</p>
<p>Some of the other features include:</p>
<li>Use Secure Cards to shop anywhere online</li>
<li>Save and print your receipts</li>
<li>Enter addresses with 1 click during checkout</li>
<li>Avoid fraudulent web sites</li>
<li>Check your balance right from your browserOnly downside is this add-on is only for Firefox 2 right now.  I am sure it won&#8217;t take long for them to get it updated for Firefox 3 when the time is right.
<p>To pickup the new Firefox PayPal Plug-in, you must login to your PayPal account, and then there should be a link to click on your left to <em>&#8220;Use PayPal even where it is not accepted&#8221;</em>.  Hopefully in the future, they will put this in an easier place to access.  All in all though, great idea if you are a heavy PayPal user.</li>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Firefox Facts <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.mitchelaneous.com">personal blog</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a><br />
<br>&nbsp;                                                ]]></content:encoded>
			<wfw:commentRss>http://www.firefoxfacts.com/2008/06/05/use-paypal-like-a-credit-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Screen Grabs Come From FireShot</title>
		<link>http://www.firefoxfacts.com/2008/01/24/best-screen-grabs-come-from-fireshot/</link>
		<comments>http://www.firefoxfacts.com/2008/01/24/best-screen-grabs-come-from-fireshot/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 12:31:04 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Add-ons Reviews]]></category>
		<category><![CDATA[Settings]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[fireshot]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.firefoxfacts.com/2008/01/24/best-screen-grabs-come-from-fireshot/</guid>
		<description><![CDATA[I&#8217;m back to using FireShot. This extension that allows you to take screenshots of what is inside your browser window enticed me to no end when it first came out &#8211; but with it&#8217;s lack of features I had to let it go. Here is a little more about the extension just in case you [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back to using <a href="https://addons.mozilla.org/en-US/firefox/addon/5648">FireShot</a>.  This extension that allows you to take screenshots of what is inside your browser window enticed me to no end when it first came out &#8211; but with it&#8217;s lack of features I had to let it go.  Here is a little more about the extension just in case you missed it the first time around&#8230;</p>
<p><strong>What is FireShot and Why Do I Need It? </strong></p>
<blockquote><p>FireShot is a Firefox extension that creates screenshots of web pages. Unlike other extensions, this plugin provides a set of editing and annotation tools, which let users quickly modify captures and insert text and graphical annotations. Such functionality will be especially useful for web designers, testers and content reviewers.</p></blockquote>
<p style="text-align: center"><img src="http://www.firefoxfacts.com/wp-content/uploads/2008/01/fireshot1.png" alt="FireShot in Action" /></p>
<p>Some of these newest features include:</p>
<ul>
<li> Screenshot can be uploaded to server for resizing, commenting and blogging.</li>
<li>Added Undo/Redo feature</li>
<li>Added &#8220;Resume editing&#8221; option</li>
<li>Line width can be specified</li>
<li>Improved page extents detection mechanism (now supports GMail, E-Bay and other frame-based sites)</li>
<li>Improved memory management routines and error handling messages.</li>
<li>Added MS Outlook support</li>
<li>Working folder can be set up and periodically erased.</li>
</ul>
<p>As you can see there is even more to love here.  More now than ever before!  Give the <a href="https://addons.mozilla.org/en-US/firefox/addon/5648">FireShot</a> extension another shot.  It is the perfect compainion for anybody who works with screen grabs a lot.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Firefox Facts <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.mitchelaneous.com">personal blog</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a><br />
<br>&nbsp;                                                ]]></content:encoded>
			<wfw:commentRss>http://www.firefoxfacts.com/2008/01/24/best-screen-grabs-come-from-fireshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phone Plugin for Firefox</title>
		<link>http://www.firefoxfacts.com/2007/01/04/phone-plugin-for-firefox/</link>
		<comments>http://www.firefoxfacts.com/2007/01/04/phone-plugin-for-firefox/#comments</comments>
		<pubDate>Thu, 04 Jan 2007 10:00:27 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[calls]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[fox-fon]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://www.firefoxfacts.com/2007/01/04/phone-plugin-for-firefox/</guid>
		<description><![CDATA[Want to reach out and touch somebody via your browser? FoxFon, a lightweight and elegant phone plugin, makes Firefox a speaking friend in your online life. With FoxFon you can call your friends in a way similar to the SkypeOut service. The major FoxFon advantage is that it allows you to make calls straight from [...]]]></description>
			<content:encoded><![CDATA[<p>Want to reach out and touch somebody via your browser?  </p>
<p><em>FoxFon, a lightweight and elegant phone plugin, makes Firefox a speaking friend in your online life. With FoxFon you can call your friends in a way similar to the SkypeOut service.</p>
<p>The major FoxFon advantage is that it allows you to make calls straight from web browser, without having to launch additional programs. </em></p>
<p>+ <a href="http://foxfon.com/">Learn More About and Install the FoxFon Extension for Firefox!</a></p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Firefox Facts <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.mitchelaneous.com">personal blog</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a><br />
<br>&nbsp;                                                ]]></content:encoded>
			<wfw:commentRss>http://www.firefoxfacts.com/2007/01/04/phone-plugin-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

