<?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>Command-Tab &#187; NerdLab</title>
	<atom:link href="http://www.command-tab.com/category/nerdlab/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.command-tab.com</link>
	<description>Technology and Mac geekery. One part exuberance, two parts obsession.</description>
	<lastBuildDate>Sat, 07 Jan 2012 18:00:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Widerbug for Firefox 3.5+</title>
		<link>http://www.command-tab.com/2009/07/17/widerbug-for-firefox-3-5/</link>
		<comments>http://www.command-tab.com/2009/07/17/widerbug-for-firefox-3-5/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 02:23:56 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[NerdLab]]></category>

		<guid isPermaLink="false">http://www.command-tab.com/?p=497</guid>
		<description><![CDATA[I&#8217;ve just updated Widerbug to 1.4.0, keeping in step with the most recent Firebug update. Most notably, this release is compatible with Firefox 3.5 and newer. Head over to the Widerbug download page to install it. Or, if you already have Widerbug 1.3.3, you should receive it via automatic update.]]></description>
			<content:encoded><![CDATA[<p><img src="http://static.command-tab.com/2008/widerbug_banner.jpg" alt="Widerbug" /><br />
I&#8217;ve just updated Widerbug to 1.4.0, keeping in step with the most recent Firebug update.  Most notably, this release is compatible with Firefox 3.5 and newer.  Head over to the <a href="/2008/01/19/widerbug-widescreen-firebug/">Widerbug download page</a> to install it.  Or, if you already have Widerbug 1.3.3, you should receive it via automatic update.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.command-tab.com/2009/07/17/widerbug-for-firefox-3-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQueryize Bookmarklet</title>
		<link>http://www.command-tab.com/2008/03/13/jqueryize-bookmarklet/</link>
		<comments>http://www.command-tab.com/2008/03/13/jqueryize-bookmarklet/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 03:45:20 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[NerdLab]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.command-tab.com/2008/03/13/jqueryize-bookmarklet/</guid>
		<description><![CDATA[While developing web applications at my day job, I've come to rely quite heavily on the jQuery JavaScript library. In fact, it's the client-side backbone upon which our company software is built. It comes as no surprise, then, that I sometimes find myself poking around in others' web application code with Firebug (or Widerbug) and [...]]]></description>
			<content:encoded><![CDATA[<p>While developing web applications at my day job, I've come to rely quite heavily on the <a href="http://jquery.com/">jQuery</a> JavaScript library.  In fact, it's the client-side backbone upon which our company software is built.  It comes as no surprise, then, that I sometimes find myself poking around in others' web application code with <a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a> (or <a href="http://www.command-tab.com/2008/01/19/widerbug-widescreen-firebug/">Widerbug</a>) and wishing I had jQuery at my immediate disposal to perform manipulations with its succinct syntax and practical API.</p>
<p>A day ago, I stumbled upon the answer I was looking for on the <a href="http://www.learningjquery.com/2006/12/jquerify-bookmarklet">Learning jQuery</a> blog: a browser-ready jQuery-loading bookmarklet.  For the uninitiated, a bookmarklet is a standard bookmark placed in your Bookmarks Bar, except it runs some JavaScript code instead of pointing your browser at a web destination.  In this case, the bookmarklet manually fetches and inserts jQuery into the current page.  I've modified the following version slightly to flash "jQuery Loaded" on the page when the load is complete, using the just-loaded jQuery, naturally.</p>
<p>To install the tool, just drag the following link to your Bookmarks Bar, and click it to temporarily install jQuery on whatever page you're visiting: <b><a href="javascript:void(function(){var s=document.createElement('script');s.src='http://code.jquery.com/jquery-latest.js';s.onload=function(){var h=$('<span>jQuery Loaded</span>');h.css({backgroundColor:'red',border:'5px solid white',color:'white', fontSize:'24px',fontWeight:'bold',fontFamily:'Verdana, sans-serif',position:'fixed',top:'100px',left:'100px;', padding:'10px'});$('body').append(h);h.fadeOut(1000,function(){h.remove();});}; document.getElementsByTagName('head')[0].appendChild(s);}())">jQueryize</a></b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.command-tab.com/2008/03/13/jqueryize-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Widerbug: Widescreen Firebug</title>
		<link>http://www.command-tab.com/2008/01/19/widerbug-widescreen-firebug/</link>
		<comments>http://www.command-tab.com/2008/01/19/widerbug-widescreen-firebug/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 23:41:07 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[NerdLab]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.command-tab.com/2008/01/19/widerbug-widescreen-firebug/</guid>
		<description><![CDATA[If you do any amount of web developing with CSS and JavaScript, it&#8217;s probably a safe bet that you use the Firefox and Firebug combo to test ideas, tweak appearance and behavior of pages, and debug problems when they crop up. You might also use a widescreen monitor to provide more screen real estate to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://static.command-tab.com/2008/widerbug_banner.jpg" alt="Widerbug" /><br />
If you do any amount of web developing with CSS and JavaScript, it&#8217;s probably a safe bet that you use the Firefox and Firebug combo to test ideas, tweak appearance and behavior of pages, and debug problems when they crop up.  You might also use a widescreen monitor to provide more screen real estate to flip between your code and the rendered output.  In an arrangement like this, the open Firebug panel takes up precious vertical space, while spare pixels on the side go unused.</p>
<p>After a few trivial changes to Firebug, I&#8217;ve modified it to open on the right side of the browser as a sidebar.  With the stock plugin, you can achieve a similar layout by detaching Firebug from the current tab and moving its window in the same position, but this has a generally unwelcome side effect: the separate window doesn&#8217;t update when you switch tabs.  With Widerbug, you can open the Firebug sidebar, and it will keep up with you as you switch tabs and maintain its width.</p>
<p><a href="http://static.command-tab.com/2008/widerbug_preview.jpg"><img src="http://static.command-tab.com/2008/widerbug_preview_small.jpg" alt="Widerbug preview" border="0" class="framed" /></a></p>
<h4>Release History</h4>
<ul>
<li><strong>Widerbug is Retired</strong><br />January 6, 2011<br /><a href="http://blog.getfirebug.com/2012/01/06/firebug-1-9-0/">Firebug 1.9.0</a> added widescreen support, making Widerbug obsolete</li>
<li><strong><a href="http://static.command-tab.com/2008/widerbug/widerbug150.xpi">Widerbug 1.5.0</a></strong><br />Released on January 25, 2010<br />Merged Firebug 1.5.0 changes, for Firefox 3.6.*</li>
<li><strong><a href="/files/widerbug/http://static.command-tab.com/2008/widerbug/widerbug140.xpi">Widerbug 1.4.0</a></strong><br />Released on July 17, 2009<br />Merged Firebug 1.4.0 changes, for Firefox 3.5.*</li>
<li><strong><a href="http://static.command-tab.com/2008/widerbug/widerbug133.xpi">Widerbug 1.3.3</a></strong><br />Released on May 25, 2009<br />Merged Firebug 1.3.3 changes, for Firefox 3.0.*</li>
<li><strong><a href="http://static.command-tab.com/2008/widerbug/widerbug130.xpi">Widerbug 1.3.0</a></strong><br />Released on Jan. 8, 2009<br />Merged Firebug 1.3.0 changes, for Firefox 3.0.*</li>
<li><strong><a href="http://static.command-tab.com/2008/widerbug/widerbug121.xpi">Widerbug 1.2.1</a></strong><br />Released on Sept. 13, 2008<br />Merged Firebug 1.2.1 changes, for Firefox 3.0.*</li>
<li><strong><a href="http://static.command-tab.com/2008/widerbug/widerbug105.xpi">Widerbug 1.0.5</a></strong><br />Released on Jan. 19, 2008<br />Initial release, for Firefox 2.*</li>
</ul>
<h4>Download</h4>
<p><a href="http://static.command-tab.com/2008/widerbug/widerbug150.xpi" title="Install Widerbug">Install Widerbug</a><br />
(You may have to temporarily allow command-tab.com to install Firefox extensions.  Also, if you&#8217;re currently using Firebug, please <b>uninstall Firebug first</b>, restart Firefox, and then install Widerbug, just to be safe.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.command-tab.com/2008/01/19/widerbug-widescreen-firebug/feed/</wfw:commentRss>
		<slash:comments>105</slash:comments>
		</item>
	</channel>
</rss>

