<?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; link</title>
	<atom:link href="http://www.bin-co.com/blog/tag/link/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>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<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>5</slash:comments>
		</item>
	</channel>
</rss>
