<?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>Bin-Blog &#187; Firefox</title>
	<atom:link href="http://www.bin-co.com/blog/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bin-co.com/blog</link>
	<description>Learn about the latest in Web Development - as soon as I do.</description>
	<lastBuildDate>Tue, 13 Oct 2009 18:55:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Link Code Insert: A GreaseMonkey UserScript</title>
		<link>http://www.bin-co.com/blog/2009/07/link-code-insert-a-greasemonkey-userscript/</link>
		<comments>http://www.bin-co.com/blog/2009/07/link-code-insert-a-greasemonkey-userscript/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 18:43:33 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[insert]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[userscript]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=338</guid>
		<description><![CDATA[Link Code Insert inserts the HTML code for creating a link at the active element location when the user presses Ctrl+Alt+A. I use it a lot when I am writing a comment and want to add a link. Just select the text you want to link and the userscript will add the HTML code '<code>&#60;a href=""&#62;</code>' before the selected text and a '<code>&#60;/a&#62;</code>' after it.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/07/greasemonkey.png" alt="GreaseMonkey" title="GreaseMonkey" width="192" height="217" class="aligncenter size-full wp-image-337 intro" align="right" /></p>
<p class="intro">Link Code Insert inserts the HTML code for creating a link at the active element location when the user presses Ctrl+Alt+A. I use it a lot when I am writing a comment and want to add a link. Just select the text you want to link and the userscript will add the HTML code &#8216;<code>&lt;a href=""&gt;</code>&#8216; before the selected text and a &#8216;<code>&lt;/a&gt;</code>&#8216; after it.</p>
<p>Technically, this is a UserScript &#8211; and not a plugin. But I prefer to think of a userscript as a plugin of a plugin. So I guess it can be included in the Plugin Week.</p>
<p>Note: You must be using Firefox and must have installed GreaseMonkey for this script to work.</p>
<h3><a href="http://www.openjs.com/scripts/greasemonkey/utilities/link_code_insert/link_code_insert.user.js">Download/Install the UserScript</a></h3>
<h2>Plugin Week 2</h2>
<p>This plugin is part of the Plugin Week 2 series. <strong class="highlight">Plugin Week is a week when I publish a new plugin each day for an entire week</strong>. I have already one this <a href="http://www.bin-co.com/blog/2008/12/wordpress-plugin-week/">one time</a> &#8211; so this is Plugin Week 2. The plugins released so far&#8230;</p>
<ul>
<li><a href="http://www.bin-co.com/blog/2009/07/plugin-week-2-wordpress-plugin-weather-man/">Weather Man</a></li>
<li><a href="http://www.bin-co.com/blog/2009/07/minicart-wordpress-plugin-shopping-cart-for-wordpress/">MiniCart WordPress Plugin</a></li>
<li><a href="http://www.bin-co.com/blog/2009/07/gallifrey-image-gallery-wordpress-plugin/">Gallifrey WordPress Plugin</a></li>
<li><a href="http://www.bin-co.com/blog/2009/07/gimp-plugin-web-2-0-shadows/">GIMP Plugin – Web 2.0 Shadows</a></li>
<li><a href="http://www.bin-co.com/blog/2009/07/drupal-plugin-page-ad/">Drupal Plugin: Page Ad</a></li>
<li><a href="http://www.bin-co.com/blog/2009/07/export-to-wordpress-joomla-plugin/">Export To WordPress: Joomla Plugin</a></li>
</ul>
<p>If you want to get news about the upcoming plugin releases(remember, 1 per day), please <strong class="highlight"><a href="http://feeds2.feedburner.com/bin-blog">subscribe to this site</a>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/07/link-code-insert-a-greasemonkey-userscript/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Easier Way to Update Twitter Status: Address Bar</title>
		<link>http://www.bin-co.com/blog/2009/02/update-twitter-status-tweet-address-bar-firefox/</link>
		<comments>http://www.bin-co.com/blog/2009/02/update-twitter-status-tweet-address-bar-firefox/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 16:52:19 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=227</guid>
		<description><![CDATA[I have already created a <a href="http://binnyva.blogspot.com/2007/03/using-twitter-part-1-command-line.html">script to update twitter(or tweet, or whatever) from the command line</a>. For those who are not big fans of command line, there is another method to make tweeting easier - <strong class="highlight">tweeting from the address bar</strong>...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/blog/wp-content/uploads/2009/02/twitter.png" alt="Twitter" title="Twitter" width="155" height="59" class="alignnone size-full wp-image-228 intro" align="right" /></p>
<p class="intro">I have already created a <a href="http://binnyva.blogspot.com/2007/03/using-twitter-part-1-command-line.html">script to update twitter(or tweet, or whatever) from the command line</a>. For those who are not big fans of command line, there is another method to make tweeting easier &#8211; <strong class="highlight">tweeting from the address bar</strong>&#8230;</p>
<p><strong class="higlight">Firefox</strong> has an cool feature that lets you substitute words in the address bar &#8211; we are going to use this feature to update twitter status from the address bar. And, for that reason, this trick only works in Firefox. First, you have to create a bookmark.</p>
<ul>
<li>Bookmarks &gt; Organize Bookmarks&#8230;</li>
<li>Select &#8216;Bookmarks Menu&#8217;</li>
<li>Organize &gt; New Bookmark&#8230;</li>
</ul>
<p>Set the name as &#8216;Twitter&#8217;. The location must be &#8216;http://twitter.com/home?status=%s&#8217;. Enter &#8216;tweet&#8217; in the keyword field.</p>
<p>Now open up a new tab and type in&#8230;</p>
<pre><code class="text">tweet Testing the new address bar tweeting method.</code></pre>
<p>Now the text you entered will automatically be inserted into the textarea in twitter &#8211; but <strong class="highlight">you will have to click the Update button for it to be posted</strong>. If you want to make it easier, write a greasemonkey script to auto insert the text. But be warned, there is a small security risk in doing that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2009/02/update-twitter-status-tweet-address-bar-firefox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Version of URL Lister Firefox Add-on</title>
		<link>http://www.bin-co.com/blog/2008/06/new-version-of-url-lister-firefox-add-on/</link>
		<comments>http://www.bin-co.com/blog/2008/06/new-version-of-url-lister-firefox-add-on/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 16:22:46 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[xul]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=115</guid>
		<description><![CDATA[
Following the release of Firefox 3, I have updated my URL Lister firefox Add-on. Now it works in Firefox 3 &#8211; and I have added a new feature.
For those unfamiliar with URL Lister, its a firefox add-on that shows the URLs of all the open tabs in a textarea so that it can be copied [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.bin-co.com/tools/firefox/extensions/urllister/url_lister_logo.png' alt='URL Lister Logo' class='alignnone' /></p>
<p class="intro">Following the <a href="http://www.bin-co.com/blog/2008/06/firefox-3-world-record-and-downed-servers/">release of Firefox 3</a>, I have updated my <a href="http://www.bin-co.com/tools/firefox/extensions/urllister/">URL Lister firefox Add-on</a>. Now it works in Firefox 3 &#8211; and I have added a new feature.</p>
<p>For those unfamiliar with URL Lister, its a firefox add-on that shows the URLs of all the open tabs in a textarea so that it can be copied easily. It is <a href="http://www.bin-co.com/blog/2008/05/url-lister-my-first-firefox-plugin/">my first firefox add-on</a>.</p>
<p><img src='http://www.bin-co.com/tools/firefox/extensions/urllister/url_lister_screenshot.png' alt='URL Lister Screenshot' class='alignnone' /></p>
<p>Unfortunately, there is a problem with the <a href="https://addons.mozilla.org/en-US/firefox/addon/7192">mozilla add-ons listing page</a> &#8211; I cannot install the extensions using that page. I am getting this error&#8230;</p>
<pre><code class="plain">Firefox could not install the file at 

https://addons.mozilla.org/en-US/firefox/downloads/file/32487/url_lister-1.1-fx.xpi

because: Invalid file hash (possible download corruption)
-261</code></pre>
<p>However, you can right click the &#8216;Add to Firefox&#8217; button and choose &#8216;Save Target As&#8217; and download the file without any issues. Then you can install the extension by dragging the downloaded file into a firefox window. That works perfectly &#8211; but not the direct install method.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2008/06/new-version-of-url-lister-firefox-add-on/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>URL Lister &#8211; My First Firefox Plugin</title>
		<link>http://www.bin-co.com/blog/2008/05/url-lister-my-first-firefox-plugin/</link>
		<comments>http://www.bin-co.com/blog/2008/05/url-lister-my-first-firefox-plugin/#comments</comments>
		<pubDate>Wed, 07 May 2008 18:03:52 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[lister]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=106</guid>
		<description><![CDATA[
I just released my first firefox plugin &#8211; URL Lister. It shows the URLs of all the open tabs in a textarea so that they can be copied easily.
Download/Install
Install URL Lister
If you have installed it, consider rating it or reviewing it at Firefox plugins sandbox. Go to the public page for URL Lister and write [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bin-co.com/tools/firefox/extensions/urllister/url_lister_logo.png" alt="URL Lister Logo" class="intro" align="right" /></p>
<p class="intro">I just released my first firefox plugin &#8211; <a href="http://www.bin-co.com/tools/firefox/extensions/urllister/">URL Lister</a>. It <strong class="highlight">shows the URLs of all the open tabs in a textarea so that they can be copied</strong> easily.</p>
<h2>Download/Install</h2>
<p><a href="http://www.bin-co.com/tools/firefox/extensions/urllister/urllister.xpi">Install URL Lister</a></p>
<p>If you have installed it, consider <strong class="highlight">rating it or reviewing it at Firefox plugins sandbox</strong>. Go to the <a href="https://addons.mozilla.org/en-US/firefox/addon/7192">public page for URL Lister</a> and write a review for the application. <strong class="highlight">I need reviews to promote it to the main extensions page</strong> &#8211; sandbox plugins are for registered users only.</p>
<h2>Usage</h2>
<p>Lets say you have these four tabs open&#8230;</p>
<ul>
<li><a href="http://www.openjs.com/">OpenJS &#8211; JavaScript, Opened.</a></li>
<li><a href="http://www.bin-co.com/">Bin-Co</a></li>
<li><a href="http://lindesk.com/">LinDesk</a></li>
<li><a href="http://blog.binnyva.com/">BinnyVA</a></li>
</ul>
<p>Right click any tab and click on the &#8216;URL Lister&#8230;&#8217; to open up the main dialog. You can also use &#8216;Tools &gt; URL Lister&#8217;. You will find the URLs of all the open tabs there.</p>
<p><img src="http://www.bin-co.com/tools/firefox/extensions/urllister/url_lister_screenshot.png" alt="URL Lister Screenshot" /></p>
<p>There is a drop down menu at the bottom &#8211; it has these three options&#8230;</p>
<ul>
<li>Plain Text</li>
<li>HTML Anchors</li>
<li>Linked List</li>
</ul>
<h3>Open URLs</h3>
<p>If you have a list of URLs and want to open them all, all you have to do is copy those URLs into this dialog and press OK &#8211; this will open up all the given URLs.</p>
<h2>And my thanks goes to&#8230;</h2>
<p>URL Lister is sort of a response to <a href="http://www.mattcutts.com/blog/wanted-convert-firefox-tabs-to-links/">this post</a> by Matt Cutts. I want to thank him for the idea.</p>
<p>There is another plugin with a similar function &#8211; <a href="https://addons.mozilla.org/en-US/firefox/addon/2069">Tab URL Copier</a>. I lifted some code from that plugin when creating URL Lister. Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2008/05/url-lister-my-first-firefox-plugin/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
