<?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>PoundBangWhack.com &#187; Add-Ons</title>
	<atom:link href="http://www.poundbangwhack.com/tag/add-ons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.poundbangwhack.com</link>
	<description>A web development/programming blog providing info, tips, and tricks on programming languages, scripting, Linux, MySQL and more</description>
	<lastBuildDate>Sat, 17 Jul 2010 05:17:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Highlight Domain in Search Results</title>
		<link>http://www.poundbangwhack.com/scripts/greasemonkey/highlight-domain-in-search-results/</link>
		<comments>http://www.poundbangwhack.com/scripts/greasemonkey/highlight-domain-in-search-results/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 06:44:01 +0000</pubDate>
		<dc:creator>Mark Stoecker</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Add-Ons]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[GreaseMonkey]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.poundbangwhack.com/?page_id=751</guid>
		<description><![CDATA[This is my first GreaseMonkey script for public release.  This script will allow you to quickly locate a domain within the search results of a Google, Yahoo!, or Bing Search by highlighting the whole result. After installing this script, you will need to edit the variable site within the script itself otherwise all results [...]]]></description>
			<content:encoded><![CDATA[<p>This is my first <a href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank">GreaseMonkey</a> script for public release.  This script will allow you to quickly locate a domain within the search results of a Google, Yahoo!, or Bing Search by highlighting the whole result. After installing this script, you will need to edit the variable site within the script itself otherwise all results will be highlighted. You can also optionally edit the color variable to change the highlight color.</p>
<h3>Information:</h3>
<ul class="no-bullet">
<li>
<table class="script-info" cellpadding="0">
<tr>
<th>@name</th>
<td>Locate Domain in Search Results</td>
</tr>
<tr>
<th>@filename</th>
<td>locate_domain_in_search_.user.js</td>
</tr>
<tr>
<th>@description</th>
<td>Locate a specific domain easily within the results of a Google, Yahoo!, or Bing Search</td>
</tr>
<tr>
<th>@author</th>
<td>Mark Stoecker</td>
</tr>
<tr>
<th>@version</th>
<td>1.1.1</td>
</tr>
</table>
</li>
</ul>
<h3>Installation:</h3>
<ul class="no-bullet">
<li><a href="http://www.poundbangwhack.com/scripts_source/greasemonkey/locate_domain_in_search_.user.js" onclick="javascript: pageTracker._trackPageview('/downloads/gm/highlight-domain-in-search');">Click here to Install this Script directly into GreaseMonkey</a></li>
<li><a href="http://www.poundbangwhack.com/scripts_source/greasemonkey/locate_domain_in_search_.user.js.txt" onclick="javascript: pageTracker._trackPageview('/downloads/gm/highlight-domain-in-search');">Click here to download the text version of the script.</a></li>
</ul>
<h3>Configuration:</h3>
<ul class="no-bullet">
<li>Once installed, open the script in any text editor and edit line 25 <code>[['mydomain.com', '#color'], ['mydomain2.com', '#color']]</code> by adding your sites and colors between the quotes.</li>
</ul>
<h3>Bugs:</h3>
<ul class="no-bullet">
<li>URLs that have the domain name in them, but are not the primary domain of the site are highlighted.</li>
</ul>
<h3>To Do:</h3>
<ul>
<li><del>Allow for highlighting of multiple sites in multiple colors</del> &#8211; <a href="http://www.devseo.co.uk/blog/view/greasemonkey-script-to-locate-multiple-domains-in-search-results" traget="_blank">Added by Alex Hall &#8211; http://www.devseo.co.uk</a></li>
<li>Fix issue where results that contain the domain in the URL are highlighted although it is not the primary domain of the site</li>
<li>Add internationalization</li>
</ul>
<h3>Change Log:</h3>
<ul class="no-bullet">
<li>1.1 -
<ul>
<li>Multiple domain feature added by <a href="http://www.devseo.co.uk/blog/view/greasemonkey-script-to-locate-multiple-domains-in-search-results" traget="_blank">Alex Hall</a></li>
<li>Included functionality for google.co.uk and uk.search.yahoo.com &#8211; <a href="http://www.devseo.co.uk/blog/view/greasemonkey-script-to-locate-multiple-domains-in-search-results" traget="_blank">Added by Alex Hall</a></li>
</ul>
</li>
<li>1.1.1 -
<ul>
<li>Added an Event Listener to wait to run the script until the page is done loading (window.onload)</li>
</ul>
</li>
</ul>
<h3>Previous Versions:</h3>
<ul class="no-bullet">
<li><a href="http://www.poundbangwhack.com/scripts_source/greasemonkey/locate_domain_in_search_v1.0.user.js" onclick="javascript: pageTracker._trackPageview('/downloads/gm/highlight-domain-in-search-v1.0');">Version 1.0 GreaseMonkey script</a></li>
<li><a href="http://www.poundbangwhack.com/scripts_source/greasemonkey/locate_domain_in_search_v1.0.user.js.txt" onclick="javascript: pageTracker._trackPageview('/downloads/gm/highlight-domain-in-search-v1.0');">Version 1.0 text version</a></li>
<li><a href="http://www.poundbangwhack.com/scripts_source/greasemonkey/locate_domain_in_search_v1.1.user.js" onclick="javascript: pageTracker._trackPageview('/downloads/gm/highlight-domain-in-search-v1.1');">Version 1.1 GreaseMonkey script</a></li>
<li><a href="http://www.poundbangwhack.com/scripts_source/greasemonkey/locate_domain_in_search_v1.1.user.js.txt" onclick="javascript: pageTracker._trackPageview('/downloads/gm/highlight-domain-in-search-v1.1');">Version 1.1 text version</a></li>
</ul>
<p>If you have comments or suggestions, please share them below and they may be included in future versions of the script.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.poundbangwhack.com/scripts/greasemonkey/highlight-domain-in-search-results/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>GreaseMonkey Scripts</title>
		<link>http://www.poundbangwhack.com/scripts/greasemonkey/</link>
		<comments>http://www.poundbangwhack.com/scripts/greasemonkey/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 06:36:22 +0000</pubDate>
		<dc:creator>Mark Stoecker</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Add-Ons]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[GreaseMonkey]]></category>

		<guid isPermaLink="false">http://www.poundbangwhack.com/?page_id=746</guid>
		<description><![CDATA[This page will house the GreaseMonkey Scripts that I have developed.  For those who don&#8217;t use it, or have not heard of it, GreaseMonkey is a Firefox Add-on that allows users to write or install custom javascripts to alter the way a website functions.  It is one of Firefox&#8217;s most popular add-ons with [...]]]></description>
			<content:encoded><![CDATA[<p>This page will house the <a href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank">GreaseMonkey</a> Scripts that I have developed.  For those who don&#8217;t use it, or have not heard of it, <strong><a href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank">GreaseMonkey</a> is a Firefox Add-on that allows users to write or install custom javascripts to alter the way a website functions</strong>.  It is one of Firefox&#8217;s most popular add-ons with over 20 million downloads.  Literally thousands of <a href="http://userscripts.org" target="_blank">GreaseMonkey scripts are available at userscripts.org</a> and new scripts are added constantly.<br />
<span id="more-746"></span></p>
<div class="script">
<h3><a href="http://www.poundbangwhack.com/greasemonkey/highlight-domain-in-search-results/">Highlight Domain In Search Results</a></h3>
<p class="description">Locate a specific domain easily within the results of a Google, Yahoo!, or Bing Search</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.poundbangwhack.com/scripts/greasemonkey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New GreaseMonkey Script: Highlight your Domain in Search Results</title>
		<link>http://www.poundbangwhack.com/2009/06/17/new-greasemonkey-script-highlight-your-domain-in-search-results/</link>
		<comments>http://www.poundbangwhack.com/2009/06/17/new-greasemonkey-script-highlight-your-domain-in-search-results/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 05:21:35 +0000</pubDate>
		<dc:creator>Mark Stoecker</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[GreaseMonkey Scripts]]></category>
		<category><![CDATA[JavaScript Scripts]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Add-Ons]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[GreaseMonkey]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[SERPs]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.poundbangwhack.com/?p=711</guid>
		<description><![CDATA[The concept for my script came from the fact that my Google Webmaster tools either don't report properly, or I'm not understanding them.  One of the features of the Webmaster Tools is to show your site's <strong>Top Search Queries</strong> and your site's ranking.  Well needless to say, when it claims I rank 7 for a specific phrase and I actually rank 146 for that phrase, it's a bit misleading.  The problem is I would search for that phrase and it would take me forever to find my domain in the search results.  

With this GreaseMonkey Script, you set the domain you wish to locate and a highlight color (default is light red) and when you search in Google, Bing, or Yahoo!, results for your website will be highlighted.]]></description>
			<content:encoded><![CDATA[<p>I completed my first <a href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank">GreaseMonkey</a> script for public release tonight.  For those who don&#8217;t use it, or have not heard of it, <strong><a href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank">GreaseMonkey</a> is a Firefox Add-on that allows users to write or install custom javascripts to alter the way a website functions</strong>.  It is one of Firefox&#8217;s most popular add-ons with over 20 million downloads.  Literally thousands of <a href="http://userscripts.org" target="_blank">GreaseMonkey scripts are available at userscripts.org</a> and new scripts are added constantly.<br />
<span id="more-711"></span><br />
The concept for my script came from the fact that my Google Webmaster tools either don&#8217;t report properly, or I&#8217;m not understanding them.  One of the features of the Webmaster Tools is to show your site&#8217;s <strong>Top Search Queries</strong> and your site&#8217;s ranking.  Well needless to say, when it claims I rank 7 for a specific phrase and I actually rank 146 for that phrase, it&#8217;s a bit misleading.  The problem is I would search for that phrase and it would take me forever to find my domain in the search results.  </p>
<p>With this GreaseMonkey Script, you set the domain you wish to locate and a highlight color (default is light red) and when you search in Google, Bing, or Yahoo!, results for your website will be highlighted.</p>
<p><a href="http://www.poundbangwhack.com/greasemonkey/highlight-domain-in-search-results/">Click here to visit the home page for this script</a><br />
<a href="https://addons.mozilla.org/en-US/firefox/downloads/latest/748/addon-748-latest.xpi">Click here to Install GreaseMonkey</a><br />
<a href="http://www.poundbangwhack.com/scripts_source/greasemonkey/locate_domain_in_search_.user.js" onclick="javascript: pageTracker._trackPageview('/downloads/gm/highlight-domain-in-search');">Click here to Install Script</a><br />
<a href="http://userscripts.org/scripts/show/51837" target="_blank">Click here to visit the UserScripts.org page for this script.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.poundbangwhack.com/2009/06/17/new-greasemonkey-script-highlight-your-domain-in-search-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link Alert: My Favorite Firefox Add-on</title>
		<link>http://www.poundbangwhack.com/2009/06/12/link-alert-my-favorite-firefox-add-on/</link>
		<comments>http://www.poundbangwhack.com/2009/06/12/link-alert-my-favorite-firefox-add-on/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 22:42:12 +0000</pubDate>
		<dc:creator>Mark Stoecker</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Add-Ons]]></category>
		<category><![CDATA[Link Alert]]></category>

		<guid isPermaLink="false">http://www.poundbangwhack.com/?p=664</guid>
		<description><![CDATA[<a href="https://addons.mozilla.org/en-US/firefox/addon/3199" target="_blank">Link Alert</a> adds a small icon to your mouse based on the link you are about to click on, whether it is a Word Doc, Excel Spreadsheet, PDF, Zip, Application, JavaScript, or if the file will open in a new window.  It will also show if you are clicking through to a secure link (https - like the ones above) or if the link is an image and much more.  Click through to the Mozilla Add-ons page for the full list.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen plenty of posts where people have listed the &#8220;Top 10&#8243;, &#8220;20 Best&#8221;, &#8220;X Must Have&#8221; Firefox add-ons for (insert profession here).  I&#8217;ve thought about these types of posts and thought that instead of posting another list, I&#8217;d just share my favorite <strong>Firefox Add-on</strong> I use.</p>
<p class="post_ad_box"><!--Adsense1--></p>
<p><span id="more-664"></span><br />
<img src="http://www.poundbangwhack.com/wp-content/uploads/linkalert.jpeg" alt="Link Alert" title="Link Alert" width="171" height="346" class="alignleft size-full wp-image-671" />I use a number of different add-ons that come in very handy in my job and in my web development including <a href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">Web Developer</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/3199/" target="_blank">Clippings</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank">Greasemonkey</a>,<a href="https://addons.mozilla.org/en-US/firefox/addon/2108" target="_blank">Stylish</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/966" target="_blank">Tamper Data</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/2617" target="_blank">Copy as HTML Link</a> and more.  However, <strong>my favorite Firefox Add-On is <a href="https://addons.mozilla.org/en-US/firefox/addon/3199">Link Alert</a></strong>.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/3199" target="_blank">Link Alert</a> adds a small icon to your mouse based on the link you are about to click on, whether it is a Word Doc, Excel Spreadsheet, PDF, Zip, Application, JavaScript, or if the file will open in a new window.  It will also show if you are clicking through to a secure link (https &#8211; like the ones above) or if the link is an image and much more.  <a href="https://addons.mozilla.org/en-US/firefox/addon/3199" target="_blank">Click through to the <strong>Mozilla Firefox Add-ons</strong> page for the full list.<br />
</a><br />
It&#8217;s not a must-have development tool and is by far not the most useful add-on that I use.  For some reason, it is just my favorite add-on that I use.  It helps knowing if a link is set to open externally so I can open in a tab if I want.  I can know if the file will prompt for download (Excel, Word, Zip).  It&#8217;s just a handy tool that I like to have.  It&#8217;s not one of those add-ons that you&#8217;ll miss if you don&#8217;t have it, but it&#8217;s just a nice little extra to have. </p>
<p>Share your favorite Firefox Add-On with others in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.poundbangwhack.com/2009/06/12/link-alert-my-favorite-firefox-add-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
