<?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/</title>
	<atom:link href="http://antennasoft.net/robcee/feed/" rel="self" type="application/rss+xml" />
	<link>http://antennasoft.net/robcee</link>
	<description>field notes of a pyroentomologist, now 33% snappier!</description>
	<lastBuildDate>Mon, 01 Feb 2010 16:03:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mac Optimized Builds of Firefox</title>
		<link>http://antennasoft.net/robcee/2010/02/01/mac-optimized-builds-of-firefox/</link>
		<comments>http://antennasoft.net/robcee/2010/02/01/mac-optimized-builds-of-firefox/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:29:57 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Build]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[buld]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[pgo]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=402</guid>
		<description><![CDATA[A couple of weeks ago I came across a reference to Mac Optimized Builds of Firefox. There&#8217;s a long tradition of community-based builds of Firefox for the Mac dating back to the PowerPC days.
A lot&#8217;s changed since those dark days, however. To say that we spend a lot of energy doing performance analysis is a [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago I came across a reference to <a href="http://www.latko.org/downloads/" target="_blank">Mac Optimized Builds</a> of Firefox. There&#8217;s a long tradition of community-based builds of Firefox for the Mac dating back to the PowerPC days.</p>
<p>A lot&#8217;s changed since those dark days, however. To say that we spend a lot of energy doing performance analysis is a bit of an understatement. We have entire teams dedicated to improving performance. Build options are analyzed and re-analyzed in an attempt to find cheap performance improvements. Specifying global code optimization settings can actually have an adverse effect on overall system performance because certain modules react better to, say, -O2 versus -O3, for example. All code that gets checked in has to make it through our <a href="http://graphs.mozilla.org/" target="_blank">performance tracking system</a> or it gets backed out.</p>
<p>In the interest of Science, I wanted to actually see if there were any differences, so I pulled a fresh copy of mozilla-central and applied the referenced .mozconfig.</p>
<p>The first thing I noticed, was that &#8211;enable-profile-guided-optimization didn&#8217;t seem to be doing what I thought it would. Namely, I expected to see a browser window popup and run through some automation before starting a second compilation phase. It didn&#8217;t. Even so, the resultant build did feel a little faster at opening windows and tabs<a href="#asterisk-perf">*</a>.</p>
<p>So, I applied the latest stand-alone <a href="https://wiki.mozilla.org/StandaloneTalos" target="_blank">version</a> of Talos to the build and executed the Ts (startup) and Twinopen (Window open) tests and compared this with the most-recent Mozilla <a href="http://nightly.mozilla.org" target="_blank">nightly</a> build of Minefield. Surprisingly, the windows didn&#8217;t appear to be opening much faster, but the startup time was on average 5% faster in the new &#8220;optimized&#8221; build vs. moz-central nightlies.</p>
<p>By this time, Ted had <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=542095#c9" target="_blank">commented</a> in the bug tracking all this and pointed me to the PGO <a href="https://developer.mozilla.org/En/Building_with_Profile-Guided_Optimization" target="_blank">page</a> on MDC. It turns out, PGO builds require a separate make target &#8220;profiledbuild&#8221; instead of &#8220;build&#8221;. I reran the build, saw the automation was working this time and then reran the Talos tests. No change. Best guess around these parts is that GCC just isn&#8217;t very good at doing PGO. The same option gives us an across-the-board 10% speedup to all our tests on Windows.</p>
<p>It turned out that the option that was giving us the 5% startup time (and likely a slight boost to tab performance) was the 10.6 SDK target. Each revision of OS X includes optimizations and Snow Leopard is no different. If you want your own optimized build, just put that target (&#8211;with-macos-sdk=/Developer/SDKs/MacOSX10.6.sdk) in there if you&#8217;re on Snow Leopard and you&#8217;ll get a little extra snappy.</p>
<p>I haven&#8217;t booted into the 64 bit kernel to see if there&#8217;s any difference there, or even if the build options produce a 64 bit build. I don&#8217;t believe they do and the version shipped on the above optimized builds page don&#8217;t have the tell-tale &#8220;Open in 32 bit mode&#8221; checkbox in the app&#8217;s &#8220;Get Info&#8221; dialog.</p>
<p><small><a name="asterisk-perf">*</a> A word about perceived performance differences: It&#8217;s very hard to tell  the difference between, say, 20ms and 30ms. That&#8217;s a 50% slow-down  compared to 20ms but the actual slices of time are so small that the  human brain has a hard time picking up on them. Nevertheless, people  used to dealing with high-velocity timings (musicians, gamers, fighter  pilots) can actually detect that kind of change. But there&#8217;s also a  &#8220;wishful thinking&#8221; factor. It&#8217;s very easy to be told you&#8217;re going to see a speedup, and when given an identical application, think you&#8217;re seeing something faster. &#8220;It just feels snappier&#8221; you might say when given  this placebo.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2010/02/01/mac-optimized-builds-of-firefox/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Firebug 1.5.0</title>
		<link>http://antennasoft.net/robcee/2010/01/19/firebug-1-5-0/</link>
		<comments>http://antennasoft.net/robcee/2010/01/19/firebug-1-5-0/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 13:51:14 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=395</guid>
		<description><![CDATA[I am very happy to be able to announce the release of Firebug 1.5.0 on addons.mozilla.org. This release represents a significant effort by the Firebug Working Group which saw the addition of some new faces over the last few months. Here&#8217;s a quick run-down of some of the new features:

Enhanced Inspector
More accurate Net panel timings
Break [...]]]></description>
			<content:encoded><![CDATA[<p>I am very happy to be able to announce the release of <a href="https://addons.mozilla.org/en-US/firefox/addon/1843/">Firebug 1.5.0 on addons.mozilla.org</a>. This release represents a significant effort by the Firebug Working Group which saw the addition of some new faces over the last few months. Here&#8217;s a quick run-down of some of the new features:</p>
<ul>
<li>Enhanced Inspector</li>
<li>More accurate Net panel timings</li>
<li>Break on HTML mutation</li>
<li>MathML and SVG namespace support</li>
<li>Break on XHR</li>
<li>Improved HTML editing</li>
<li>Persist buttons on Console and Net panel</li>
<li>Separate Computed CSS and Style subpanels</li>
<li>Many many bugfixes and stability improvements</li>
</ul>
<p>This is a huge release and these are just some of the highlights you&#8217;ll see in this new version. Please feel free to read the <a href="http://getfirebug.com/wiki/index.php/Firebug_Release_Notes#Firebug_1.5" target="_blank">release notes</a> and John Barton&#8217;s blog <a href="http://blog.getfirebug.com/2010/01/15/firebug-1-5-0/">post</a> for more details.</p>
<p>As always, if you encounter any problems, don&#8217;t be shy about <a href="http://code.google.com/p/fbug/issues/entry" target="_blank">filing a bug</a>! We&#8217;ll be following up with quick point-releases if and when you find issues.</p>
<p>Special shout-outs and thanks to Mike Ratcliffe for the Inspector improvements, Steven Roussey for HTML editor improvements, SVG and MathML namespace patches, Honza for being awesome and John Barton for his tireless contributions.</p>
<p>If you&#8217;re new to Firebug, you might want to check out my introduction to Firebug <a href="http://antennasoft.net/robcee/2010/01/11/intro-to-firebug-screencast/">screencast</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2010/01/19/firebug-1-5-0/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Intro to Firebug Screencast</title>
		<link>http://antennasoft.net/robcee/2010/01/11/intro-to-firebug-screencast/</link>
		<comments>http://antennasoft.net/robcee/2010/01/11/intro-to-firebug-screencast/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 14:32:34 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=386</guid>
		<description><![CDATA[A couple of weeks ago, I made a short-ish screencast about some of the basic features of Firebug. I plan on making more of these in the near future highlighting some of the features of Firebug 1.5 and some of the other, lesser known things you can do.
this is an HTML5 video element.
Right click and [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago, I made a short-ish screencast about some of the basic features of Firebug. I plan on making more of these in the near future highlighting some of the features of Firebug 1.5 and some of the other, lesser known things you can do.</p>
<p><video src="http://people.mozilla.org/~rcampbell/firebug/Intro2FB.ogg" width="500" controls>this is an HTML5 video element.</video></p>
<p>Right click and download in <a href="http://people.mozilla.org/~rcampbell/firebug/Intro2FB.ogg">.ogg</a>. <span style="text-decoration: line-through;">or .mpeg4</span> to see the video in full-size.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2010/01/11/intro-to-firebug-screencast/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>View-Source IS Good. Full-stop.</title>
		<link>http://antennasoft.net/robcee/2010/01/08/view-source-is-good-full-stop/</link>
		<comments>http://antennasoft.net/robcee/2010/01/08/view-source-is-good-full-stop/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 13:43:53 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=384</guid>
		<description><![CDATA[I saw a tweet this morning from Joe Walker linking to this article asking Is View-Source Good? from Alex Russell of Dojo fame and I had to write about it. It&#8217;s something I&#8217;ve been thinking about a fair bit lately, so his timing was excellent.
Open systems are better and lead to more productive coders. This [...]]]></description>
			<content:encoded><![CDATA[<p>I saw a <a href="http://twitter.com/joewalker/status/7509093356" target="_blank">tweet</a> this morning from Joe Walker linking to this article asking <a href="http://alex.dojotoolkit.org/2010/01/view-source-is-good-discuss/" target="_blank">Is View-Source Good?</a> from Alex Russell of Dojo fame and I had to write about it. It&#8217;s something I&#8217;ve been thinking about a fair bit lately, so his timing was excellent.</p>
<p>Open systems are better and lead to more productive coders. This is a wild assertion I&#8217;ll make with some cheek, mostly because I don&#8217;t think any exemplars from closed-system programming can really refute it, or will. Programmers who get into pure languages like Lisp and Smalltalk ramp up quickly and become more productive because they have full view of the system&#8217;s source code.</p>
<p>So too, the web.</p>
<p>Web-programming is often a cut and paste experience. I hear the term &#8220;cut-and-paste inheritance&#8221; used derogatorily too-often. While it&#8217;s true that in some cases, from a code-design perspective, just pasting blocks of code from one document to another can lead to a poorly-designed system, it is great for getting little pieces of code to work. It is the scientific method applied to programming. You see something that works in one place, you try copying it over and see what fails on your page. Continue.</p>
<p>One area where view-source breaks down is in the analysis of &#8220;what happens&#8221; with that source code. The Error Console in Firefox is a poor-excuse for a debugging mechanism and linked to the view-source window only by a hopefully connected error and a line number you can click on. Errors can come from any tab and are not necessarily associated with your code. There is no sense of iterative feedback. You have to hunt for it and usually fall into a pattern of clearing your console and reloading the page to see when the errors occur. This leads many developers to write their own logging function. Or when they&#8217;ve graduated to more advanced development, install Firebug which presents dynamic views of your source code in exciting (and sometimes surprising) ways.</p>
<p>Another mysterious failing of view-source is in a dynamically generated page. Something that uses document.write() or a bunch of appendChild() calls often doesn&#8217;t show correctly in view-source. A trick I learned recently to see these types of changes is to select some text and right click on it and &#8220;view-selection source&#8221;. Not exactly intuitive, but this will show you what your code generated.</p>
<p>I don&#8217;t think anyone can claim that view-source is a bad thing, though I have seen people try to get around it. Usually under the guise of &#8220;I have some important information or data that I need to protect&#8221;. I have seen people file bugs to add a mechanism to Firebug to prevent inspection of the underlying HTML on certain pages. I find these types of requests pretty funny, generally, and a little sad because people who think this way fundamentally don&#8217;t understand what the web is about and how it works and why it got to be the wonderful thing it is today.</p>
<p>It&#8217;s a fairly common practice to hide content behind a flash barrier to prevent people from getting their grubby paws on it. This creates a large swath of the web that you really have no ability to play with or learn from. Also, I think it&#8217;s fairly safe to say that learning to program in Flash is a more expensive proposition than learning to program for the web. You have to pay for tools, books and example code. If you want to make something that looks like this widget over here that has some wandering penguins on it, you have to figure it all out for yourself.</p>
<p>Alex mentions generative tools and libraries like GWT that create HTML and CSS styling as by-products of their execution and that these create a not-very useful rendition for view-source. This is true. Even PHP-generated HTML can be pretty disheartening to look at if you&#8217;re trying to figure out what&#8217;s going on in a web-page — its poor formatting and machine-generated constructs are not pretty to look at, but you can still sometimes glean some of the workings behind them. Having hacked around in Wordpress for a few years, understanding the way the PHP code generates a blog&#8217;s output is an interesting experiment to puzzle through. I wouldn&#8217;t have been able to do that without view-source.</p>
<p>Anyway, I think I&#8217;ve burbled about this enough. I love view-source. There, I&#8217;ve said it. It is one of the most valuable tools we have for understanding and learning about the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2010/01/08/view-source-is-good-full-stop/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Firebug and the JIT</title>
		<link>http://antennasoft.net/robcee/2009/12/15/firebug-and-the-jit/</link>
		<comments>http://antennasoft.net/robcee/2009/12/15/firebug-and-the-jit/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 20:19:29 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[jit]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=377</guid>
		<description><![CDATA[One thing we hear a lot from Firebug users is that Firebug slows down Firefox. When Firebug is active, particularly when you&#8217;ve enabled the Console/Script panels, some pages perform much more slowly. Enabling these panels turns on all of our debugging hooks, so some slowdown isn&#8217;t surprising, but what may surprise you is that, in [...]]]></description>
			<content:encoded><![CDATA[<p>One thing we hear a lot from Firebug users is that Firebug slows down Firefox. When Firebug is active, particularly when you&#8217;ve enabled the Console/Script panels, some pages perform much more slowly. Enabling these panels turns on all of our debugging hooks, so some slowdown isn&#8217;t surprising, but what may surprise you is that, in order to get accurate debugging information, these hooks also turn off Firefox&#8217; high-performance Javascript JIT compiler, even when Firebug is inactive. And now we have a fix for that.</p>
<p>First, a little terminology. Feel free to skip this paragraph if you consider yourself a master of Javascript internals or compiler run-time optimization makes your skin crawl. <a target="_blank" href="https://developer.mozilla.org/en/spidermonkey/internals/tracing_jit">Tracing</a> is the mechanism Firefox&#8217; Javascript engine (aka, &#8220;SpiderMonkey&#8221;) uses to improve code execution performance. It provides a major speedup for code running in Firefox 3.5 and up, often an order of magnitude for certain types of operations. It is the basis of the JIT or <a target="_blank" href="http://en.wikipedia.org/wiki/Just-in-time_compilation">Just-in-Time compiler</a>. Without tracing, the JS engine can&#8217;t optimize code as well, leading to significantly slower execution.</p>
<p>I need to be clear here: <b>If you have Firebug installed you are  probably not getting fast Javascript.</b> Firebug doesn&#8217;t have to be  active on your current page. If you have the grey icon on your status  bar, you have probably disabled the JIT. This is true if you have ever  enabled the Console and consequently the Script panels and left them on. This is likely true for most recent versions of Firebug. The quick fix  is to disable the Script and Console panels via the mini menu on their  respective tabs.</p>
<div style="text-align: center;"><img style="max-width: 800px;" src="http://antennasoft.net/robcee/wp-content/uploads/2009/12/fb-disabled-script.png" /></div>
<p>Boris Zbarsky has been doing a lot of poking around in the belly of the JS debugger lately. Working in conjunction with John Barton, they have concocted fixes for the soon-to-be-released Firebug 1.5 and Firefox 3.6. We&#8217;re working to get testable versions out as quickly as possible, but I can say that I&#8217;ve tested development builds using the pages mentioned <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=534120#c33">in the bug</a> and can verify that these fix the problem. As a side-benefit, I got to watch Boris dissect the problem through gdb  in an Xterm (yes, an Xterm) and Emacs and it was pretty impressive and  fun, to boot.</p>
<p>When installing Firebug one of the first things most people do is enable the Console. It&#8217;s such a useful debugging tool. I myself have been using Firebug for over a year without JITted code. I probably never noticed the slowdown simply because I&#8217;m so used to running my browser this way and have pretty fast machines. After disabling the Console and Script panels there are a few pages that just load much much quicker. It&#8217;s kind of shocking.</p>
<p>Since the patch has landed on Firefox 3.6, I&#8217;m expecting either a beta or release candidate of that to come out shortly. I&#8217;m also hoping for another Firebug beta (or release candidate) later this week. In the meantime, if you&#8217;re not using them, I recommend disabling the Console and Script panels and find out what you&#8217;ve been missing and turn them on only as-needed. This will likely be the work-around for Firefox 3.5 users unless we decide to push this back to that branch but I have my doubts that this is something we would do.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2009/12/15/firebug-and-the-jit/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Firebug 1.5: New Features Revealed!</title>
		<link>http://antennasoft.net/robcee/2009/11/12/firebug-1-5-new-features-revealed/</link>
		<comments>http://antennasoft.net/robcee/2009/11/12/firebug-1-5-new-features-revealed/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 17:18:08 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[1.5]]></category>
		<category><![CDATA[features]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=359</guid>
		<description><![CDATA[As of this minute, Firebug 1.5 is sitting comfortably in its third beta and available for download. This version is shaping up to be our best release yet and initial reports have been very positive regarding its stability, UI improvements and new features. So let&#8217;s take a look at some of the new features.
Improved Net [...]]]></description>
			<content:encoded><![CDATA[<p>As of this minute, Firebug 1.5 is sitting comfortably in its third beta and available for <a href="http://getfirebug.com/releases/firebug/1.5X/firebug-1.5X.0b3.xpi" target="_blank">download</a>. This version is shaping up to be our best release yet and initial reports have been very positive regarding its stability, UI improvements and new features. So let&#8217;s take a look at some of the new features.</p>
<h3 style="font-size: 1em;">Improved Net Panel accuracy</h3>
<p>One of the problems with Firebug&#8217;s Net panel in the past has been inaccurate timings. Because Firebug is entirely written in JavaScript some network and UI activity could block Firebug during long operations and cause the timings displayed there to be less than accurate. This has finally been corrected with the landing of a new service called the http-activity-distributor. For more details on the implementation and use of the newly-improved Net panel, see Honza&#8217;s <a href="http://www.softwareishard.com/blog/firebug/firebug-http-time-monitor/" target="_blank">blog post</a> on the topic.</p>
<h3 style="font-size: 1em;">New Break Functionality</h3>
<p>In Firebug 1.4, we introduced the concept of &#8220;break-on-next&#8221; to the Script panel. This was a &#8220;pause&#8221; button sitting between the inspect icon and the Console tab. In 1.5, we&#8217;ve extended this concept to the Console, HTML and Net panels to allow more exciting types of breaks.</p>
<div><a title="break on xhr by robceemoz, on Flickr" href="http://www.flickr.com/photos/robceemoz/4098694166/"><img src="http://farm3.static.flickr.com/2527/4098694166_e8217cdf05.jpg" alt="break on xhr" width="500" height="268" /></a></div>
<p>In the Console, we&#8217;ve replaced the mini-menu <strong>Break-on-Errors</strong> option with the pause button. The reasons for this possibly contentious change was it made for a more consistent use of menus and the break button. Now, to enable Break on Errors, select the Console panel and hit the pause button. You&#8217;ll see that familiar glow to indicate that it&#8217;s waiting for an error. Now whenever an error occurs on the page, you&#8217;ll be dropped into the script panel at the line where the error occurred.</p>
<p>The HTML panel&#8217;s break button is a little different. This is the <strong>Break-on-Mutation</strong> feature. When this is enabled, whenever a bit of JavaScript modifies an HTML element, you&#8217;ll be taken to the Script panel and the modifying code while be highlighted. Related to this, you should be able to see modified HTML occurring in real-time in the HTML panel with affected elements and attributes being highlighted as they change in the page.</p>
<p>Finally in the Net panel, the break button acts as a <strong>Break-on-XHR</strong> button. This is intended to help debug AJAX apps by allowing you to halt the debugger during an XmlHttpRequest send. As in the other break types, you&#8217;ll be transported to the script panel when an XHR object fires off its request and you&#8217;ll be given the option to copy the message.</p>
<p>John Barton and Honza have written a great interactive demo page describing these new features on <a href="http://getfirebug.com/doc/breakpoints/demo.html" target="_blank">getfirebug.com</a>.</p>
<h3 style="font-size: 1em;">Mixed Development</h3>
<p>• We made a few tweaks to the UI in this version. We replaced the &#8220;Off&#8221; label with a single &#8220;power&#8221; button (or window close button on Mac) as promised during the last release.</p>
<p>• Kevin Decker added the search panel originally intended for version 1.4 with some nice options</p>
<p>• Persist option on Console and Net Panel. Save your data!</p>
<p>• Improvements to the Inspector.</p>
<p>Still more to come. Between now and final release we plan on hunting down a few more bugs to make this even more stable. Feel free to download and give it a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2009/11/12/firebug-1-5-new-features-revealed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>extensions.checkCompatibility.version</title>
		<link>http://antennasoft.net/robcee/2009/11/11/extensions-checkcompatibility-version/</link>
		<comments>http://antennasoft.net/robcee/2009/11/11/extensions-checkcompatibility-version/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 18:20:30 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[preferences]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2009/11/11/extensions-checkcompatibility-version/</guid>
		<description><![CDATA[I was surprised this morning when I did my update to today&#8217;s newest nightly of Namoroka and all of my extensions were disabled. I was extra-surprised when I tried enabling my extensions with Nightly Tester Tools and it didn&#8217;t work. Turns out that Mossop&#8217;s been busy implementing a patch for bug 521905.
Now for version 3.6b3 [...]]]></description>
			<content:encoded><![CDATA[<p>I was surprised this morning when I did my update to today&#8217;s newest nightly of Namoroka and all of my extensions were disabled. I was extra-surprised when I tried enabling my extensions with <a href="https://addons.mozilla.org/en-US/firefox/addon/6543" target="_blank">Nightly Tester Tools</a> and it didn&#8217;t work. Turns out that Mossop&#8217;s been busy implementing a patch for <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=521905&amp;sourceid=mozilla-search" target="_blank">bug 521905</a>.</p>
<p>Now for version 3.6b3 and above, you&#8217;ll have to set a per-application version in about:config that looks like this:</p>
<div class="code">extensions.checkCompatibility.3.6b = false</div>
<p>See Mossop&#8217;s <a target="_blank" href="http://www.oxymoronical.com/blog/2009/11/Changing-the-checkCompatibility-preference">post</a> on the topic for the deep story.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2009/11/11/extensions-checkcompatibility-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Firebug Features Poll part 2 &#8211; The Unloved</title>
		<link>http://antennasoft.net/robcee/2009/10/19/firebug-features-poll-part-2-the-unloved/</link>
		<comments>http://antennasoft.net/robcee/2009/10/19/firebug-features-poll-part-2-the-unloved/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 19:24:30 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[poll]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=328</guid>
		<description><![CDATA[This is the second part of the Firebug Features Poll (part 1 is here). This time, focusing on the answers to the question: What is your least favorite Firebug feature. The one you never use. I don&#8217;t know if the question was worded poorly or if people just felt like venting, but many of the [...]]]></description>
			<content:encoded><![CDATA[<p>This is the second part of the Firebug Features Poll (part 1 is <a href="http://antennasoft.net/robcee/2009/10/15/firebug-features-poll-part-1/">here</a>). This time, focusing on the answers to the question: What is your least favorite Firebug feature. The one you never use. I don&#8217;t know if the question was worded poorly or if people just felt like venting, but many of the responders didn&#8217;t limit themselves to just one thing. As a result, I had to modify my non-scientific methodology a little bit and count mentioned features as votes instead of just lumping the responses into a single feature bucket.</p>
<div style="text-align: left;"><a title="Least Favorite Firebug Features by robceemoz, on Flickr" href="http://www.flickr.com/photos/robceemoz/4026079217/"><img src="http://farm3.static.flickr.com/2491/4026079217_9517b429ff_o.png" alt="Least Favorite Firebug Features" width="486" height="302" /></a></div>
<p>As in the <a href="http://antennasoft.net/robcee/2009/10/15/firebug-features-poll-part-1/">previous</a> poll, I added a Junk column for responses that didn&#8217;t really make sense. &#8220;I &lt;3 Firebug!&#8221; is great to hear (and Firebug &lt;3s you too!) but it wasn&#8217;t really useful for the purposes of this poll. Augmenting this column, I created another category for responses lamenting Firebug stability or specific missing features. This was tied for first place with the most votes.</p>
<h2>The Winners</h2>
<h3 style="margin-top: 10px; font-size: 1em;">Third place &#8211; Tie!</h3>
<p>• Search feature<br />
• Console. Surprised some people dislike the Console, but two of you did. One person mentioned a lot of exceptions coming from the browser showing up in the Console lowering the quality of information. These can often be cut down by unchecking the &#8220;Show Chrome Errors&#8221; and messages options in the Console&#8217;s mini-menu.</p>
<h3 style="font-size: 1em;">Second place &#8211; Tie!</h3>
<p>These have the dubious distinction of having the same number of responses as the Junk column.</p>
<p>• CSS panel<br />
• DOM panel<br />
• Profiler</p>
<h3 style="font-size: 1em;">First Place</h3>
<p>• Script panel — Responses varied from &#8220;I don&#8217;t know how to use breakpoints&#8221; to users who prefer using the Console to do printf-style interactive debugging. Other respondents claimed the script panel was just too buggy.</p>
<p><span style="font-style: italic;">caveat:</span> I believe there is probably more than one type of user of Firebug. Some of them may not be using Twitter and this poll might not have gotten to them. The types of users who replied and said that their favorite feature was the HTML Inspector and live-editing of CSS are probably the same group of people who don&#8217;t make heavy use of the Script debugger. If you&#8217;re a heavy debugger, please let us know in the comments.</p>
<h3 style="font-size: 1em;">Honorable Mentions</h3>
<p>• HTML node editor – If you double click on a tag in the HTML view, you&#8217;ll see the node editor. Clicking the &#8220;Edit&#8221; button or using the Escape key will get you out of it.<br />
• Event logging – right click on a node in the HTML viewer and select &#8220;Log Events&#8221;. Now every mousemove, click and keystroke in that node will be registered in the Console. How can you not love that?</p>
<p>There were no votes(!) for the Net panel, so everyone clearly loves it and thinks it&#8217;s awesome.</p>
<h2>Take Aways</h2>
<p>• we need to work harder on bugfixes and stability. Spending a lot of effort on stability and usability would probably go a long way towards making Firebug a better, more pleasurable to use piece of software.</p>
<p>• The CSS and DOM tabs aren&#8217;t loved. Adding better navigation to the DOM page, or reworking it entirely might be useful. Getting rid of it and the CSS tab entirely could be another option but not one we&#8217;d consider doing without some very strong feedback from the community.</p>
<p>• The Profiler ties in with the Script panel pretty closely. If you&#8217;re not doing heavy JS debugging, you might not need the profiler. It&#8217;s a pretty special-purpose tool to measure a page&#8217;s JavaScript performance.</p>
<p>• Search feature was a bit of a surprise, but we&#8217;re improving that for version 1.5 so hopefully it becomes easier to use.</p>
<p>As before, please leave us your comments if you think we&#8217;re missing something.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2009/10/19/firebug-features-poll-part-2-the-unloved/feed/</wfw:commentRss>
		<slash:comments>18</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>
	</channel>
</rss>
