<?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>Strong as an Ox &#187; greasemonkey</title>
	<atom:link href="http://www.strongasanox.co.uk/tag/greasemonkey/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strongasanox.co.uk</link>
	<description>Ian Oxley - ASP.NET, PHP, JavaScript and Web Applications</description>
	<lastBuildDate>Tue, 24 Aug 2010 22:54:28 +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>Moving Greasemonkey Scripts To GitHub</title>
		<link>http://www.strongasanox.co.uk/2010/08/18/moving-greasemonkey-scripts-to-github/</link>
		<comments>http://www.strongasanox.co.uk/2010/08/18/moving-greasemonkey-scripts-to-github/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 21:05:57 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/2010/08/18/moving-greasemonkey-scripts-to-github/</guid>
		<description><![CDATA[Recently I made a few amends to some Greasemonkey scripts I wrote a while back and, since I&#8217;ve been using git quite a bit recently, it made sense to me to move my Greasemonkey scripts onto GitHub. So I did And here they are: google-search-shortcut open-selected-links stackoverflow-tag-cloud straight-to-reader]]></description>
			<content:encoded><![CDATA[<p>Recently I made a few amends to some Greasemonkey scripts I wrote a while back and, since I&#8217;ve been <a href="http://www.strongasanox.co.uk/2010/04/27/using-git/">using git</a> quite a bit recently, it made sense to me to move my Greasemonkey scripts onto GitHub.</p>
<p>So I did <img src='http://www.strongasanox.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  And here they are:</p>
<ul>
<li><a href="http://github.com/ianoxley/google-search-shortcut">google-search-shortcut</a></li>
<li><a href="http://github.com/ianoxley/open-selected-links">open-selected-links</a></li>
<li><a href="http://github.com/ianoxley/stackoverflow-tag-cloud">stackoverflow-tag-cloud</a></li>
<li><a href="http://github.com/ianoxley/straight-to-reader">straight-to-reader</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.strongasanox.co.uk/2010/08/18/moving-greasemonkey-scripts-to-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greasemonkey Open Selected Links Script</title>
		<link>http://www.strongasanox.co.uk/2010/06/01/greasemonkey-open-selected-links-script/</link>
		<comments>http://www.strongasanox.co.uk/2010/06/01/greasemonkey-open-selected-links-script/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 21:02:24 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/?p=378</guid>
		<description><![CDATA[I hadn&#8217;t done any monkeying around with Greasemonkey for a while until the other day when I came up with this script: http://github.com/ianoxley/open-selected-links Any links that are present in the selected text will be opened on the mouseup event, except for the Cached and Similar links you get in Google search results. If you&#8217;ve got [...]]]></description>
			<content:encoded><![CDATA[<p>I hadn&#8217;t done any monkeying around with <a href="https://addons.mozilla.org/en-US/firefox/addon/748/">Greasemonkey</a> for a while until the other day when I came up with this script: <a href="http://github.com/ianoxley/open-selected-links">http://github.com/ianoxley/open-selected-links</a></p>
<p>Any links that are present in the selected text will be opened on the <code>mouseup</code> event, except for the <strong>Cached</strong> and <strong>Similar</strong> links you get in Google search results.</p>
<p>If you&#8217;ve got and suggestions for improvements, let me know in the comments <img src='http://www.strongasanox.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>UPDATE</h3>
<p>The script has been updated so that you now have to press the <code>Ctrl</code> or <code>Cmd</code> key while selecting the text, in the same way that you would <code>Ctrl / Cmd + click</code> to open a link in a new tab.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strongasanox.co.uk/2010/06/01/greasemonkey-open-selected-links-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stack Overflow Tag Cloud Greasemonkey Script</title>
		<link>http://www.strongasanox.co.uk/2009/08/06/stack-overflow-tag-cloud-greasemonkey-script/</link>
		<comments>http://www.strongasanox.co.uk/2009/08/06/stack-overflow-tag-cloud-greasemonkey-script/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 20:45:06 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[stackoverflow]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/?p=130</guid>
		<description><![CDATA[Stack Overflow is great and I&#8217;m a big fan of the site. However, I&#8217;m not such a big fan of their tags page: Because the tags are ordered solely by popularity and not alphabetically, I find it a bit awkward trying to find a tag I am interested in e.g. if you want to find [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://stackoverflow.com/">Stack Overflow</a> is great and I&#8217;m a big fan of the site. However, I&#8217;m not such a big fan of their tags page:</p>
<p><a href="http://www.strongasanox.co.uk/wp-content/uploads/2009/08/screenshot-tags-stack-overflow.png"><img class="alignnone size-medium wp-image-131" title="screenshot-tags-stack-overflow" src="http://www.strongasanox.co.uk/wp-content/uploads/2009/08/screenshot-tags-stack-overflow-300x225.png" alt="screenshot-tags-stack-overflow" width="300" height="225" /></a></p>
<p>Because the tags are ordered solely by popularity and not alphabetically, I find it a bit awkward trying to find a tag I am interested in e.g. if you want to find JavaScript it could be located anywhere in the list.</p>
<p>Admittedly there is a search function to help you find tags but I wanted to be able to scan the list more easily and pick out the tags that interest me most. So, to <a href="http://gettingreal.37signals.com/ch02_Whats_Your_Problem.php">scratch my own itch</a>, I created a <a href="https://addons.mozilla.org/firefox/addon/748">Greasemonkey</a> script to transform the current tags page into a <a href="http://en.wikipedia.org/wiki/Tag_cloud">tag cloud</a>:</p>
<p><a href="http://www.strongasanox.co.uk/wp-content/uploads/2009/08/screenshot-tags-stack-overflow-greasemonkey.png"><img class="alignnone size-medium wp-image-132" title="screenshot-tags-stack-overflow-greasemonkey" src="http://www.strongasanox.co.uk/wp-content/uploads/2009/08/screenshot-tags-stack-overflow-greasemonkey-300x225.png" alt="screenshot-tags-stack-overflow-greasemonkey" width="300" height="225" /></a></p>
<p>Because the tags are in alphabetical order with their font size weighted according to popularity, I find it much easier to find tags I am interested in.</p>
<p>Try it out for yourself and see what you think:</p>
<ul>
<li>Install <a href="http://www.strongasanox.co.uk/greasemonkey/stackoverflow-tag-cloud.user.js">stackoverflow-tag-cloud.user.js</a></li>
<li>Install via <a href="http://userscripts.org/scripts/show/55201">userscripts.org</a></li>
</ul>
<p>And if you have any suggestions for improvements, please leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strongasanox.co.uk/2009/08/06/stack-overflow-tag-cloud-greasemonkey-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
