<?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>~robcee/ &#187; General</title>
	<atom:link href="http://antennasoft.net/robcee/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://antennasoft.net/robcee</link>
	<description>more than just sandwiches</description>
	<lastBuildDate>Mon, 19 Jul 2010 17:44:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eventbug (alpha) Released</title>
		<link>http://antennasoft.net/robcee/2009/10/29/eventbug-alpha-released/</link>
		<comments>http://antennasoft.net/robcee/2009/10/29/eventbug-alpha-released/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 19:17:20 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=353</guid>
		<description><![CDATA[This is so good, I thought I&#8217;d repost this instead of just firing it out to Twitter.
Jan Odvarko and John Barton have been working hard on getting a Firebug extension together to track event listeners on DOM objects. The Firefox parts needed to make this work were tackled by Olli Pettay in heroic fashion. You [...]]]></description>
			<content:encoded><![CDATA[<p>This is so good, I thought I&#8217;d repost this instead of just firing it out to Twitter.</p>
<p>Jan Odvarko and John Barton have been working hard on getting a Firebug extension together to track event listeners on DOM objects. The Firefox parts needed to make this work were tackled by Olli Pettay in heroic fashion. You can download the alpha release here: <a href="http://getfirebug.com/releases/eventbug/1.5/">http://getfirebug.com/releases/eventbug/1.5/</a>. You will need Firebug 1.5b1 and Firefox 3.7 alpha (nightly) for this to work.</p>
<p>But before installing, I recommend you read Jan&#8217;s blog-post:</p>
<p><a href="http://www.softwareishard.com/blog/firebug/eventbug-alpha-released/">Software is hard | Eventbug (alpha) Released</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2009/10/29/eventbug-alpha-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated Screen Grab and Upload Version 2</title>
		<link>http://antennasoft.net/robcee/2009/10/17/automated-screen-grab-and-upload-version-2/</link>
		<comments>http://antennasoft.net/robcee/2009/10/17/automated-screen-grab-and-upload-version-2/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 15:34:29 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[automator]]></category>
		<category><![CDATA[even-better]]></category>
		<category><![CDATA[grab]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2009/10/17/automated-screen-grab-and-upload-version-2/</guid>
		<description><![CDATA[Last February I posted a write-up on how to automate uploads of screen captures to a web directory for sharing with others. The idea was inspired by the popular Grabup software (which Google has now added a malware warning to so I&#8217;m not linking to it). Since then OS X 10.6(.1) has been released upon [...]]]></description>
			<content:encoded><![CDATA[<p>Last February I posted a <a href="http://antennasoft.net/robcee/2009/02/10/automated-screen-grab-and-upload-howto/">write-up</a> on how to automate uploads of screen captures to a web directory for sharing with others. The idea was inspired by the popular Grabup software (which Google has now added a malware warning to so I&#8217;m not linking to it). Since then OS X 10.6(.1) has been released upon the world and Grabup users have discovered that because of the way Snow Leopard names its screenshot files, Grabup doesn&#8217;t work anymore. Maybe they&#8217;re fixing it, I don&#8217;t know. There are other free alternatives, namely <a href="http://tinygrab.com/" target="_blank">TinyGrab</a>, some <a href="http://www.tuaw.com/2009/10/16/create-grabup-style-functionality-with-dropbox-and-jing/" target="_blank">fiddling</a> with <a href="http://www.getdropbox.com/" target="_blank">DropBox</a>, and others. It seems to be everyone&#8217;s pet thing.</p>
<p>With that, I&#8217;ve updated my AutoGrabUploader script and made it <em>Even Better</em>™! The one thing it didn&#8217;t do before was automatically dump the URL of the screenshot into the clipboard for easy pasting. You had to select it manually from the webpage that appeared in the browser. I&#8217;ve fixed that so it now gets added to the clipboard as you&#8217;d expect.</p>
<p>The list of requirements are pretty much the same as last time:</p>
<ul>
<li>Mac OS X 10.6 &#8211; template&#8217;s been saved with newer version of Automator</li>
<li>Some kind of web-enabled remote storage (I’m using  “people.mozilla.org”, but if you’ve got MobileMe you could do this with  an iDisk or some other WebDAV-enabled system)</li>
<li><a href="http://macfuse.googlecode.com/files/MacFUSE-2.0.3%2C2.dmg" target="_blank">MacFUSE</a> + <a href="http://osxbook.com/download/sshfs/sshfs-static-leopard.gz" target="_blank">SSHFS</a> &#8211; only if you need to mount a folder through SSH!</li>
<li><a href="http://www.red-sweater.com/fastscripts/" target="_blank">FastScripts</a> Lite</li>
<li><a href="http://people.mozilla.org/%7Ercampbell/Grabup-selection-template2.zip" target="_blank">Grabup-selection-template 2</a> workflow.</li>
</ul>
<p>Install MacFUSE and sshfs as before. See the notes on the MacFUSE project page for getting that working. I had to remove a library from the sshfs application bundle to make it go on my laptop.</p>
<p>Unzip and edit the Grabup Selelection template in Automator as below (click the image to see the full size version):</p>
<div><a title="automator screen grab uploader workflow by robceemoz, on Flickr" href="http://farm3.static.flickr.com/2757/4018879215_b8cfaf8559_o.png"><img src="http://farm3.static.flickr.com/2757/4018879215_e4b9b19654.jpg" alt="automator screen grab uploader workflow" width="263" height="500" /></a><br />
<a href="http://www.flickr.com/photos/robceemoz/4018879215/">automator screen grab uploader on flickr</a></div>
<p>When you&#8217;re done, save it to your ~/Library/Scripts folder as something like &#8220;Grabup Selection&#8221;. I have two of these, one for Selection and the other to grab a whole window. Use the Type dropdown in the Take Screenshot action to select Window and resave (careful not to copy over the interactive version).</p>
<p>The last step is to assign it a hotkey in FastScripts. Open FastScripts&#8217; Preferences panel and assign Grabup Selection to a hotkey. I use Shift-Cmd-6 for selection and Shift-Cmd-5 for full window. Right next to the default Shift-Cmd-3 and 4 for the Mac&#8217;s default screenshot shortcuts.</p>
<p>If you&#8217;ve made it through this, congrats! Let me know if you have any problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2009/10/17/automated-screen-grab-and-upload-version-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firebug 1.4.1 and Some Activation Tips</title>
		<link>http://antennasoft.net/robcee/2009/07/29/firebug-1-4-1-and-some-activation-tips/</link>
		<comments>http://antennasoft.net/robcee/2009/07/29/firebug-1-4-1-and-some-activation-tips/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 20:48:22 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[activation]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[fixes]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2009/07/29/firebug-1-4-1-and-some-activation-tips/</guid>
		<description><![CDATA[The Firebug team released version 1.4.1 this week with a bunch of fixes large and small. Hans Hillen added a bunch of fixes for the a11y features, including improved Mac styling, some performance improvements and fixes to the CSS panel. John added a bunch of fixes around the activation mechanism, including a visual glitch that [...]]]></description>
			<content:encoded><![CDATA[<p>The Firebug team released version <a href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">1.4.1</a> this week with a bunch of fixes large and small. Hans Hillen added a bunch of fixes for the a11y features, including improved Mac styling, some performance improvements and fixes to the CSS panel. John added a bunch of fixes around the activation mechanism, including a visual glitch that made it look like Firebug was turning off and then on again when a page was reloaded. He also added some additional fixes around JS debugging. Honza released a work-around for a problem where onreadystatechange events were getting lost during AJAX calls in certain situations. (Thanks to <a href="http://www.nczonline.net/" target="_blank">Nicholas Zakas</a> for pointing that bug out to us and helping us test it!)</p>
<p>I think the biggest change to Firebug from version 1.3 and earlier is the new activation mechanism and it&#8217;s something that can take a bit of getting used to. It&#8217;s definitely something we could have blogged more about during the coming months and it still causes some users pain. Honza wrote an excellent <a href="http://www.softwareishard.com/blog/firebug/how-to-enable-and-disable-firebug-14/" target="_blank">introduction</a> to it, which I&#8217;ve mentioned <a href="http://antennasoft.net/robcee/2009/07/16/the-road-to-firebug-14/">here</a> before.</p>
<p>One trick that has stymied some users is how to see an initial request (GET) from an HTTP server if Firebug isn&#8217;t active. Or how do you follow Net traffic from one domain to another when you click on a link?</p>
<p>The secret is on the Firebug status icon&#8217;s context menu and it&#8217;s labelled &#8220;On For All Web Pages&#8221;.</p>
<div style="text-align: center;"><img src="http://antennasoft.net/robcee/wp-content/uploads/2009/07/firebugmenu.png" alt="Firebug's Context Menu" /></div>
<p>Selecting this option will open Firebug for any page you visit, giving you a seamless view of your network traffic. Deselecting that option will allow you to turn it off again.</p>
<p>The complementary function, &#8220;Off for All Web Pages&#8221; will also do a little more than just turn off Firebug. It removes the list of active webpages Firebug has registered, essentially clearing the scene. If you&#8217;ve ever visited a webpage and wondered why Firebug was active on it, it&#8217;s because you turned it on there before, then probably closed that tab with Firebug still open. Subsequent visits to that or any other webpage you had Firebug opened on (and didn&#8217;t turn off!) will reopen Firebug. Selecting &#8220;Off For All Web Pages&#8221; will clear that list so you don&#8217;t have any more surprises.</p>
<p>Don&#8217;t forget to turn off &#8220;Off For All Web Pages&#8221; when you want to use Firebug again. Opening it and pressing reload may confuse you.</p>
<p>(thanks to &#8220;brahmana&#8221; from IRC for reminding me to write this post)</p>
<p>Lastly, my standard plea: please report any bugs you find on the project&#8217;s <a href="http://code.google.com/p/fbug/issues" target="_blank">issues</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2009/07/29/firebug-1-4-1-and-some-activation-tips/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Copy Bookmarklet</title>
		<link>http://antennasoft.net/robcee/2009/07/21/copy-bookmarklet/</link>
		<comments>http://antennasoft.net/robcee/2009/07/21/copy-bookmarklet/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 17:04:06 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[bookmarklets]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[keyconfig]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2009/07/21/copy-bookmarklet/</guid>
		<description><![CDATA[I found a cool little feature this morning while poking around in Firebug&#8217;s command line code. If you expand the Console&#8217;s command line to the large area (using the little up arrow on the right of the command line), you can enter a block of text, nicely formatted. This is probably not news to anyone. [...]]]></description>
			<content:encoded><![CDATA[<p>I found a cool little feature this morning while poking around in Firebug&#8217;s command line code. If you expand the Console&#8217;s command line to the large area (using the little up arrow on the right of the command line), you can enter a block of text, nicely formatted. This is probably not news to anyone. Though if you click the little &#8220;Copy&#8221; button at the bottom of the large command line panel, it trims out the newlines and prepends &#8220;javascript: &#8221; on the front of the line, producing text that looks like this:</p>
<div class="code">javascript:var s = document.getSelection(); if (s) { window.open(s); } else { alert(&#8220;No selection&#8221;); } void(0);</div>
<p>From this:</p>
<div align="center"><img src="http://antennasoft.net/robcee/wp-content/uploads/2009/07/copyBookmarklet.png" alt="copy bookmarklet" /> </div>
<p>(Firefox adds %20 for each of the spaces when you save it as a bookmarklet)</p>
<p>The above snippet grabs the currently selected text in a web-page and opens it in a new window. Add it to a bookmarklet of your own on your toolbar and you have a convenient way to open new text in a separate tab. For bonus points, install the <a href="https://addons.mozilla.org/en-US/firefox/addon/1537" target="_blank">keyconfig</a> extension to create a keyboard shortcut (you&#8217;ll need to force-install the extension and write a little function to get that to work). Thanks to <a target="_blank" href="http://www.beatnikpad.com/">Neil Lee</a> for the keyconfig tip!</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2009/07/21/copy-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you surf the firehose?</title>
		<link>http://antennasoft.net/robcee/2009/07/09/how-do-you-surf-the-firehose/</link>
		<comments>http://antennasoft.net/robcee/2009/07/09/how-do-you-surf-the-firehose/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 17:46:25 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[memes]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2009/07/09/how-do-you-surf-the-firehose/</guid>
		<description><![CDATA[A colleague asked me how I stay on top of the constant surge of information produced by Mozilla and Firebug and whatever else I follow. The question was a good one in and of itself and I replied with my little list of things I read and said I might blog it, because it could [...]]]></description>
			<content:encoded><![CDATA[<p><font face="sans-serif"><a target="_blank" href="http://www.flickr.com/photos/robceemoz/3505844486/"><img alt="fire hose" title="" style="max-width: 800px; float: left; margin-top: 10px; margin-bottom: 10px; margin-right: 10px;" src="http://farm4.static.flickr.com/3394/3505844486_4491f9233c_m.jpg" width="" height="" /></a>A colleague asked me how I stay on top of the constant surge of information produced by Mozilla and Firebug and whatever else I follow. The question was a good one in and of itself and I replied with my little list of things I read and said I might blog it, because it could be helpful. His reply suggested a Seven-things-style meme to find out what other people are reading and how they stay on top. At the risk of having the entire internet hate me, I conceded that this was an excellent idea.</font></p>
<p>First, a disclaimer: I don&#8217;t believe any one person can possibly stay on top of the incredible volume of information and noise produced in and around Mozilla. Especially when you start doing transitive closures on the information and pulling in data about Mozilla and ancillary projects. I am not claiming this is definitive or even remotely efficient. It sort of works for me, and it&#8217;s settled into enough of a routine that I can stick with it.</p>
<p>So, without further ado, the meme-ified questionnaire:</p>
<p><b>Q1</b>: <i>What is your reading schedule? Do you have a schedule?</i><br />I have a schedule, but I also read randomly when I&#8217;m stuck someplace with my phone and have decent wireless connectivity. I typically start the day with email and bugmail, then check important feeds. Twice per week (usually), I check digestified versions of dev.planning and platform. Usually Monday and Wednesday. I don&#8217;t have it scheduled, (though maybe I should!) but I read feeds throughout the day. I will admit that they can be a strongly seductive distraction from real work. And of course, there&#8217;s IRC competing for my attention.</p>
<p><b>Q2</b>: <i>What do you read daily and how often?</i><br />E-mail, naturally. Several times / day, first pass, check for urgent messages, scan subscribed lists and subfolders later.<br />Blogs / Planet (with coffee)<br />Bugmail. Check once morning, once afternoon.<br />Firebug Bugmail. As it comes in.<br />Firebug working group individual emails</p>
<p><b>Q3</b>: <i>What do you read more than once / week? How often?</i><br />newsgroups, dev.planning, dev.platform<br />Blogs, Newsfeeds</p>
<p><b>Q4</b>: <i>What blogs/feeds/newsgroups do you read? (list three or more)<br /></i><br /><i>blogs</i>:<br />lifehacker<br />daring fireball<br />schneier on security<br />michael geist<br />planet.mozilla.org &#8211; this I have been reading less of late, mostly because of the noise. Highlights from About:Mozilla newsletter fill in the important gaps.</p>
<p><i>feeds</i>:<br />cbc/bbc<br />macnn<br />engadget</p>
<p><i>newsgroups</i>:<br />firebug discussion group<br />mozilla.dev.planning<br />mozilla.dev.platform<br />mozilla.dev.extensions</p>
<p><b>Q5</b>: Lastly, name a guilty pleasure in your feedreader:<br />kotaku!</p>
<p><b>bonus question</b>: What do you use to read feeds?<br />I use Feedly. I used to use Vienna, but found the app was stagnating somewhat. I have also tried Times, which came with this year&#8217;s MacHeist bundle and it looks good, but prefer Feedly&#8217;s integration with Firefox. I considered trying Fever which looks promising.</p>
<p>Now tag at least three people you want to hear from (making sure you notify them via email, twitter, or whatever means of communication you have in case they don&#8217;t actually read your blog <i>all the time</i>):</p>
<p><a target="_blank" href="http://www.dria.org/wordpress/">Deb Richardson</a><br /><a target="_blank" href="http://beltzner.ca/mike/">Mike Beltzner</a><br /><a target="_blank" href="http://kev.deadsquid.com/">Kev Needham</a><br /><a target="_blank" href="http://curtisb.posterous.com/">Curtis Bartley</a></p>
<p>Let the meming begin!</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2009/07/09/how-do-you-surf-the-firehose/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firebug 1.4 Icons</title>
		<link>http://antennasoft.net/robcee/2009/05/28/firebug-14-icons/</link>
		<comments>http://antennasoft.net/robcee/2009/05/28/firebug-14-icons/#comments</comments>
		<pubDate>Thu, 28 May 2009 19:23:09 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2009/05/28/firebug-14-icons/</guid>
		<description><![CDATA[As we close in on Firebug 1.4 to coincide with the release of Firefox 3.5, we have a chance to redo some of the icons that are in place.
IRC user Templarian mocked up this design using the Silk icon set from FamFamFam. I think it looks pretty sweet.

He&#8217;s also started a discussion on the Firebug [...]]]></description>
			<content:encoded><![CDATA[<p>As we close in on Firebug 1.4 to coincide with the release of Firefox 3.5, we have a chance to redo some of the icons that are in place.</p>
<p>IRC user Templarian mocked up this design using the <a target="_blank" href="http://famfamfam.com/lab/icons/silk/">Silk</a> icon set from FamFamFam. I think it looks pretty sweet.</p>
<div align="center"><a target="_blank" href="http://www.flickr.com/photos/robceemoz/3573315109/"><img style="max-width: 800px;" src="http://farm4.static.flickr.com/3307/3573315109_39e8f86798.jpg" /></a></div>
<p>He&#8217;s also started a <a target="_blank" href="http://groups.google.com/group/firebug/browse_thread/thread/45c320e68c93d217">discussion</a> on the Firebug Google Discussion group, so please leave comments there, in the Flickr <a target="_blank" href="http://www.flickr.com/photos/robceemoz/3573315109/">photo</a> or right here if you don&#8217;t feel like traveling.</p>
<p>And while we&#8217;re on the topic, you should check out the latest <a target="_blank" href="http://getfirebug.com/releases/firebug/1.4/">Firebug 1.4(a30)</a> in the latest <a target="_blank" href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-1.9.1/">nightly</a> of Firefox 3.5. It&#8217;s coming together.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2009/05/28/firebug-14-icons/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Firebug 1.4a20. The Homestretch.</title>
		<link>http://antennasoft.net/robcee/2009/04/21/firebug-14a20-the-homestretch/</link>
		<comments>http://antennasoft.net/robcee/2009/04/21/firebug-14a20-the-homestretch/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 21:00:44 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2009/04/21/firebug-14a20-the-homestretch/</guid>
		<description><![CDATA[John B. uploaded Firebug 1.4a20 (xpi link, will ask to install in Firefox) to getfirebug.com/&#8230;/releases yesterday and I&#8217;ve been playing around with it today to see what was what. So far, it looks good. A couple of minor outlying things are still outstanding. Open in New Window from the status icon isn&#8217;t working yet — [...]]]></description>
			<content:encoded><![CDATA[<p>John B. uploaded Firebug <a href="http://getfirebug.com/releases/firebug/1.4/firebug-1.4.0a20.xpi">1.4a20</a> (xpi link, will ask to install in Firefox) to <a target="_blank" href="http://getfirebug.com/releases/firebug/1.4/?C=M;O=A">getfirebug.com/&#8230;/releases</a> yesterday and I&#8217;ve been playing around with it today to see what was what. So far, it looks good. A couple of minor outlying things are still outstanding. Open in New Window from the status icon isn&#8217;t working yet — it works from the little detach icon in the tab strip though console functionality seemed a little weird in that mode. Hans Hillens is putting the finishing touches on his accessibility work which should be wrapped up today or tomorrow and then we&#8217;re going to think about turning this thing into a beta.</p>
<p>But first, we&#8217;d like some feedback on a little feature introduced with this version. &#8220;Minimize to status bar&#8221; is the new little down arrow next to the &#8220;Open in New Window&#8221; and &#8220;Close&#8221; icons on the tab strip. On the Mac, it looks like this:</p>
<div align="center"><img src="http://antennasoft.net/robcee/wp-content/uploads/2009/04/picture-2.png" alt="" /></div>
<p>Clicking that down arrow will drop the currently open Firebug panel into a new icon on the status bar and leave everything running. This sort of approximates the old behavior where you could turn on Firebug and still close the window and receive updates on the console and net panel, but not requiring a separate window to be active. There was some discussion in today&#8217;s meeting about the ramifications of this behavior. I think the biggest contention was having multiple icons on the status bar. As you minimize more Firebug panels, you get more icons. This could look a little strange, but on the plus side, you get a visual indicator of how many Firebugs are actually running.</p>
<div align="center"><img src="http://antennasoft.net/robcee/wp-content/uploads/2009/04/many.gif" alt="" /></div>
<p>So, if you&#8217;re into testing bleeding edge debugging software, install this into a testing profile and try it out. Leave us a comment here or on the Firebug <a target="_blank" href="http://groups.google.com/group/firebug">discussion</a> page.</p>
<p>I would also like to note that auto updates to the 1.4 alpha line should be working again after a somewhat embarrassing typo made by yours truly to the install.rdf file. Thanks to &#8220;geki007&#8243; for finding the <a target="_blank" href="http://code.google.com/p/fbug/issues/detail?id=1640">error</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2009/04/21/firebug-14a20-the-homestretch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 things</title>
		<link>http://antennasoft.net/robcee/2009/01/10/7-things/</link>
		<comments>http://antennasoft.net/robcee/2009/01/10/7-things/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 15:44:13 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[meme]]></category>
		<category><![CDATA[zeitgeist]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2009/01/10/7-things/</guid>
		<description><![CDATA[Curse you, Beltzner! You&#8217;ve memed me. With each one of these I participate in, the less people will believe me when I tell them that I don&#8217;t usually go for these things. It&#8217;s a vicious cycle.
The Rules for This Particular Meme

Link to your original tagger(s) and list these rules in your post. (see above)
Share seven [...]]]></description>
			<content:encoded><![CDATA[<p>Curse you, Beltzner! You&#8217;ve <a target="_blank" href="http://www.beltzner.ca/mike/archives/2009/01/meme-too.html">memed</a> me. With each one of these I participate in, the less people will believe me when I tell them that I don&#8217;t usually go for these things. It&#8217;s a vicious cycle.</p>
<p><big><strong>The Rules for This Particular Meme</strong></big>
<ul>
<li>Link to your original tagger(s) and list these rules in your post. (see above)</li>
<li>Share seven facts about yourself in the post. (see below)</li>
<li>Tag seven people at the end of your post by leaving their names and the links to their blogs. (see below)</li>
<li>Let them know they’ve been tagged. (you’ll just have to trust me)</li>
</ul>
<p><big><strong>Se7en Thing5</strong></big>
<ol>
<li>I have worked many different jobs in my lifetime. I have worked in retail selling clothes, stereos and parts for cars. I have worked on construction sites. I have been the guy with the leaf blower who gets your ball out of the windmill at the miniature golf course. Perhaps most-interestingly, I have dressed up as a giant stick of balogna (or &#8220;baloney&#8221; as some prefer to spell it) and made appearances at grocery stores.</li>
<li>I speak French. For the romance.</li>
<li>I am self-taught on the guitar and keyboard and can mash my way through most songs by ear. I dabble in recording music and have recorded bands with a laptop and some microphones. The first musical instrument I learned to play was the banjo. My parents thought it would be funny to show me to their friends playing dueling banjos &#8220;Deliverance-style&#8221; when I was 4 or 5 years old. I never forgave them.</li>
<li>Which brings me to cars. When I was 16 I got my driver&#8217;s license and proceeded to crash my father&#8217;s then-new 1987 Audi 4000S Quattro. I was attempting a timed-run from the mini-putt course (see #1) and crashed going around a turn at several times the posted speed limit. I maintain the car&#8217;s tires were under-inflated. The car was totalled. Later that year, I spun out on a patch of ice into a parked car in my mother&#8217;s Chevrolet Acadian (badged &#8220;Chevette&#8221; in the US and English-speaking Canada). It was not totalled, but the Toyota was. Still later, driving the same car, I was struck by a drunk elderly gentleman who drove through a stop-sign and broad-sided me. My first year of driving included 3 accidents. The Audi didn&#8217;t survive, but the Chevette is probably still on the road to this day. After that year, I got a 1978 BMW320i which I restored from the junk-heap. I stopped having accidents when I got my own car. (parents: there&#8217;s a lesson there)</li>
<li>My early lessons driving different vehicles in less than optimal conditions prepared me well for my task as a balloon chase driver. I have an uncle who flies hot-air balloons and often needs ground-crew to help inflate, deflate and chase after them in large pickup trucks in various exciting, often off-road conditions. I did this several times in my late-teens and early twenties including when he was sponsored by Shell Oil. We got special jump-suits for those outings which I think came from their line of pit-crew overalls. There&#8217;s a picture of me in the Halifax Herald from the early nineties with my uncle and the balloon in the Halifax Commons. His preferred metro launch site.</li>
<li>I have sailed to the Grenadine islands, specifically, Bequia just south of St. Vincent to deliver a boat for the winter chartering season. We departed from Shediac, New Brunswick, sailed on a 54&#8242; Chinese-built sloop through the Strait of Canso at Port Hawkesbury, Nova Scotia and then into the deep Atlantic. First port of call was Bermuda after 10 days of not seeing land. It rained the entire time and we were in heavy waves. After Bermuda, the weather improved considerably. I got to experience &#8220;dead calm&#8221;, rapid oncoming storms, ball lightning and hearing Philipino and Greek sailors calling each other names over the radio. We had guns on-board &#8220;for pirates&#8221;. Grimmest moment: learning that we were in the Bermuda Triangle and had been for two days. I did not get seasick. Total distance: &gt;<a target="_blank" href="http://maps.google.ca/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;ll=41.442726,-70.751953&amp;spn=52.151479,86.572266&amp;z=4&amp;msid=106502213242605106095.00046021a10334823795a">4000kms</a>.</li>
<li>I have been robbed at gun point while working in a pharmacy. The thief had backup in the form of another guy with a kitchen knife. No-one got hurt.</li>
</ol>
<p><strong></strong><big><strong>Seven People</strong></big><br />Now the truly distasteful part. I have to name 7 people to do this same thing! Don&#8217;t be scared. If people ask why, you can tell them, The Internet Made Me Do It. Like Beltzner. And me.
<ol>
<li><a target="_blank" href="http://www.dria.org/wordpress/">Deb Richardson</a> &#8211; you have been called. You blog all the time so this should be a piece of cake for you.</li>
<li><a target="_blank" href="http://kev.deadsquid.com/">Kev Needham</a> &#8211; you don&#8217;t blog enough. I bet you have some funny stories hidden away in there. Get &#8216;em out!</li>
<li><a target="_blank" href="http://coop.deadsquid.com/">Chris Cooper</a> &#8211; I know you like cheese, but there&#8217;s more to this story than meets the brie.</li>
<li><a target="_blank" href="http://www.beatnikpad.com/">Neil Lee</a> &#8211; Are those G4 and G5 builds really optimized? I just met you and not even in person! Give it up.</li>
<li><a target="_blank" href="http://exple.tive.org/blarg/">Mike Hoye</a> &#8211; I don&#8217;t really know you at all. But you&#8217;re funny and you have a blog so I think you&#8217;ll be OK with this. I hope. Don&#8217;t hate me.</li>
<li><a href="xxx"><strike><a target="_blank">Paul Kim</a></strike></a> <a target="_blank" href="http://blog.johnath.com/">Johnath Nightingale</a> &#8211; Paul&#8217;s having blog problems, so I&#8217;m going to double up on you.</li>
<li><a target="_blank" href="http://www.bradsucks.net/blog/">Brad Sucks</a> &#8211; I only met you, like, once, but I feel like I&#8217;ve known you all my life! You might think you&#8217;re &#8220;too cool for memes&#8221; and maybe you are, but you can&#8217;t refuse! Also, more puppy pics.</li>
</ol>
<p><small><small>I&#8217;m sorry.</small></small></p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2009/01/10/7-things/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>afk Dec 23-Jan 2</title>
		<link>http://antennasoft.net/robcee/2008/12/23/afk-dec-23-jan-2/</link>
		<comments>http://antennasoft.net/robcee/2008/12/23/afk-dec-23-jan-2/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 17:40:31 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[afk]]></category>
		<category><![CDATA[nsid]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2008/12/23/afk-dec-23-jan-2/</guid>
		<description><![CDATA[Just a note that I&#8217;ll be generally offline or away from the computers for the duration of the holidays. I&#8217;ll still check email and may even do a little coding for fun but IRC response may be sluggish, delayed and possibly drunk.
Happy Holidays everybody!

PS, to all my bearded brothers and sisters out there. Good work [...]]]></description>
			<content:encoded><![CDATA[<p>Just a note that I&#8217;ll be generally offline or away from the computers for the duration of the holidays. I&#8217;ll still check email and may even do a little coding for fun but IRC response may be sluggish, delayed and possibly drunk.</p>
<p>Happy Holidays everybody!</p>
<p><a href="http://www.flickr.com/photos/deb-richardson/3115856421/" title="rob, snow, fuzzy by deb.richardson, on Flickr"><img src="http://farm4.static.flickr.com/3188/3115856421_7ffdcee991_m.jpg" alt="rob, snow, fuzzy" width="240" height="161" /></a></p>
<p>PS, to all my bearded brothers and sisters out there. Good work on the NSID. Peace.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2008/12/23/afk-dec-23-jan-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABC Meme</title>
		<link>http://antennasoft.net/robcee/2008/11/28/abc-meme/</link>
		<comments>http://antennasoft.net/robcee/2008/11/28/abc-meme/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 15:04:40 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[friday!]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[meme]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2008/11/28/abc-meme/</guid>
		<description><![CDATA[I don&#8217;t usually do these meme things, but I saw this one on Planet via Ehsan&#8217;s blog (by way of Benjamin&#8217;s) and thought it&#8217;d be a fun use for my WikifyTabs add-on&#8230; an add-on in sore need of an update to produce HTML links instead of just MediaWiki. In any case, this was surprising. That&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t usually do these meme things, but I saw this one on Planet via <a href="http://ehsanakhgari.org/blog/2008-11-26/abc-meme-or-expose-yourself" target="_blank">Ehsan&#8217;s blog</a> (by way of <a target="_blank" href="http://benjamin.smedbergs.us/blog/2008-11-24/abc-meme/">Benjamin&#8217;s</a>) and thought it&#8217;d be a fun use for my <a href="http://antennasoft.net/robcee/wikifytabs/">WikifyTabs</a> add-on&#8230; an add-on in sore need of an update to produce HTML links instead of just MediaWiki. In any case, this was surprising. That&#8217;s a whole lotta Mozilla in there!</p>
<p><strong>a</strong> — <a href="https://addons.mozilla.org/en-US/firefox/">Firefox Add-ons</a><br />
<strong>b</strong> — <a href="https://wiki.mozilla.org/Buildbot">Buildbot &#8211; MozillaWiki</a><br />
<strong>c</strong> — <a href="http://www.creativecookware.com/rancilio_silvia1.htm#">Rancilio Silvia</a><br />
<strong>d</strong> — <a href="http://digg.com/">Digg &#8211; All News, Videos, &amp; Images</a><br />
<strong>e</strong> — <a href="http://www.expedia.ca/">Expedia.ca</a><br />
<strong>f</strong> — <a href="http://code.google.com/p/fbug/issues/list">Issues &#8211; fbug &#8211; Google Code</a><br />
<strong>g</strong> — <a href="http://getfirebug.com/releases/">Firebug Releases</a><br />
<strong>h</strong> — <a href="http://antennasoft.net/robcee/">~robcee/</a><br />
<strong>i</strong> — <a href="http://isitfriday.biz/">Is it friday?</a><br />
<strong>j</strong> — <a href="http://www.justuscoffee.com/">Just Us! Coffee Roasters Co-op</a><br />
<strong>k</strong> — <a href="http://www.filmfreakcentral.net/">FILM FREAK CENTRAL</a><br />
<strong>l</strong> — <a href="http://lifehacker.com/5059912/track-free-and-price+dropped-iphone-apps">IPhone: Track Free and Price-Dropped iPhone Apps</a><br />
<strong>m</strong> — <a href="https://developer.mozilla.org/en/Mercurial">Mercurial &#8211; MDC</a><br />
<strong>n</strong> — <a href="http://www.newegg.ca/">Newegg.ca &#8211; Computer Parts, PC Components, Laptop Computers, Digital Cameras and more!</a><br />
<strong>o</strong> — <a href="http://www.theonion.com/content/index">The Onion &#8211; America&#8217;s Finest News Source</a><br />
<strong>p</strong> — <a href="http://pastebin.mozilla.org/">Mozilla Pastebin &#8211; collaborative debugging tool</a><br />
<strong>q</strong> — <a href="http://quotes.burntelectrons.org/">The irc.mozilla.org QDB: Welcome</a><br />
<strong>r</strong> — <a href="https://wiki.mozilla.org/ReferencePlatforms">ReferencePlatforms &#8211; MozillaWiki</a><br />
<strong>s</strong> — <a href="http://www.speedtest.net/%20Speedtest.net">The Global Broadband Speed Test</a><br />
<strong>t</strong> — <a href="http://twitter.com/home">Twitter / Home</a><br />
<strong>u</strong> — <a href="http://tinderbox.mozilla.org/showbuilds.cgi?tree=UnitTest">tinderbox: UnitTest</a><br />
<strong>v</strong> — <a href="http://www.videolan.org/vlc/">VLC media player &#8211; Overview</a><br />
<strong>w</strong> — <a href="https://wiki.mozilla.org/Main_Page">Main Page &#8211; MozillaWiki</a><br />
<strong>x</strong> — <a href="http://xkcd.com/323/">xkcd &#8211; A Webcomic &#8211; Ballmer Peak</a><br />
<strong>y</strong> — <a href="http://www.yammer.com/">Yammer</a><br />
<strong>z</strong> — <a href="http://zapyourpram.org/">Zap Your PRAM Conference 2008</a></p>
<p><b>Update: </b>Ed Lee (aka Mardak) has an <a href="http://ed.agadak.net/2008/11/abc-meme" target="_blank">excellent code snippet</a> for producing these lists right from the Error Console in Firefox 3.1.</p>
<div class="code"><xmp>C=Components;d=C.classes['@mozilla.org/browser/nav-history-service;1'].getService(C.interfaces.nsPIPlacesDatabase).DBConnection;for(o=[],c=97;c<123;c++){h=String.fromCharCode(c);q=d.createStatement('SELECT title t, url u FROM moz_inputhistory JOIN moz_places ON id=place_id WHERE input LIKE \''+h+'%\' ORDER BY use_count DESC LIMIT 1');if(q.step())o.push(['<b>&#8216;,h,&#8217;</b>: <a href="',q.row.u,'">&#8216;,q.row.t,&#8217;</a>&#8216;].join(&#8221;))}open(&#8216;data:text/html,&#8217;+o.join(&#8216;<br/>\n&#8217;))</xmp></div>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2008/11/28/abc-meme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
