<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Firebug Features Poll part 1</title>
	<atom:link href="http://antennasoft.net/robcee/2009/10/15/firebug-features-poll-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://antennasoft.net/robcee/2009/10/15/firebug-features-poll-part-1/</link>
	<description>more than just sandwiches</description>
	<lastBuildDate>Wed, 28 Mar 2012 15:43:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Mark T.</title>
		<link>http://antennasoft.net/robcee/2009/10/15/firebug-features-poll-part-1/comment-page-1/#comment-87660</link>
		<dc:creator>Mark T.</dc:creator>
		<pubDate>Wed, 21 Oct 2009 21:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=320#comment-87660</guid>
		<description>I am in charge of the UI of an enterprise product, and my work encompasses both CSS and JavaScript.  When building a very dynamic page, CSS is often used for functional placement of page elements, JavaScript is the logic behind the components, and the XHR requests in the console give visibility into the AJAX calls being made for additional data.

I understand that designers can be very focused on the CSS styling, but a generalized dynamic UI guy/gal also spends a large amount of time making sure the page elements are positioned correctly.  Maybe the roles in a web design and development house are more clearly delineated.</description>
		<content:encoded><![CDATA[<p>I am in charge of the UI of an enterprise product, and my work encompasses both CSS and JavaScript.  When building a very dynamic page, CSS is often used for functional placement of page elements, JavaScript is the logic behind the components, and the XHR requests in the console give visibility into the AJAX calls being made for additional data.</p>
<p>I understand that designers can be very focused on the CSS styling, but a generalized dynamic UI guy/gal also spends a large amount of time making sure the page elements are positioned correctly.  Maybe the roles in a web design and development house are more clearly delineated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robcee</title>
		<link>http://antennasoft.net/robcee/2009/10/15/firebug-features-poll-part-1/comment-page-1/#comment-87622</link>
		<dc:creator>robcee</dc:creator>
		<pubDate>Tue, 20 Oct 2009 22:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=320#comment-87622</guid>
		<description>hi again, Bill.

Thanks for returning and writing this excellent analysis. It&#039;s blog-worthy in its own right.

I think your examples of personalities are pretty good. It&#039;s something I&#039;ve thought for awhile about our user base. I expect there&#039;s also some overlap among them. Some coders and skinners will be using extensions. Some skinners code. Everybody uses the Inspector at some time. Sometimes you just want to hack a little JS for a bookmarklet or Greasemonkey... I&#039;m not sure extenders are their own distinct user type as most people will find extensions to assist them in whatever development or analysis task they have. Or use other extensions within Firefox like the Web Developer Toolbar or LiveHTTPHeaders.

While my poll wasn&#039;t exactly comprehensive, I believe it paints a pretty accurate picture of what the &lt;em&gt;majority&lt;/em&gt; of users turn to Firebug for. I don&#039;t think anyone will argue that the Inspector and HTML+CSS views are where a lot of people spend a lot of their time. I have a feeling that your percentages of personalities are a little off and that the skinners probably outweigh the coders by 10-15%, but it&#039;s hard to say for sure. Hopefully at some point we&#039;ll be able to back this up with real scientific data, but for now, it&#039;s just interesting to hear about how (some!) people are using Firebug.

Thanks for the feedback!</description>
		<content:encoded><![CDATA[<p>hi again, Bill.</p>
<p>Thanks for returning and writing this excellent analysis. It&#8217;s blog-worthy in its own right.</p>
<p>I think your examples of personalities are pretty good. It&#8217;s something I&#8217;ve thought for awhile about our user base. I expect there&#8217;s also some overlap among them. Some coders and skinners will be using extensions. Some skinners code. Everybody uses the Inspector at some time. Sometimes you just want to hack a little JS for a bookmarklet or Greasemonkey&#8230; I&#8217;m not sure extenders are their own distinct user type as most people will find extensions to assist them in whatever development or analysis task they have. Or use other extensions within Firefox like the Web Developer Toolbar or LiveHTTPHeaders.</p>
<p>While my poll wasn&#8217;t exactly comprehensive, I believe it paints a pretty accurate picture of what the <em>majority</em> of users turn to Firebug for. I don&#8217;t think anyone will argue that the Inspector and HTML+CSS views are where a lot of people spend a lot of their time. I have a feeling that your percentages of personalities are a little off and that the skinners probably outweigh the coders by 10-15%, but it&#8217;s hard to say for sure. Hopefully at some point we&#8217;ll be able to back this up with real scientific data, but for now, it&#8217;s just interesting to hear about how (some!) people are using Firebug.</p>
<p>Thanks for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://antennasoft.net/robcee/2009/10/15/firebug-features-poll-part-1/comment-page-1/#comment-87611</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Tue, 20 Oct 2009 18:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=320#comment-87611</guid>
		<description>There are several very different segments in the firebug user base.  I would guess that about 10-15% of the firebug users don&#039;t use it to actually do anything, simply to play around looking at stuff. Here where I work that group consists of the people performing QA. Among them they mostly use the inspect stuff and the net panel to monitor bad requests. Out of the rest I suspect that about half are dealing with design and half dealing with functionality. From personal experience based on how my coworkers use it, the designers are going to obviously use the inspect related functionality, and the coders will use the Console, Script, HTML and Net tabs.  Additionally I know there exists a small, yet significant, user population which uses an entirely different set of functionality than everyone else. These are the ones who extend firebug with things like Firediff or YSlow. The features that these people use may be entirely different than whatever everyone else uses but nevertheless are just as important.

At least the following &quot;user personalities&quot; exist:
1. viewers - use firebug to view aspects of a page/set of pages (guessing 15% of users)
2. skinners - use firebug to help debug designs  (guessing 42%)
3. coders - use firebug to help debug javascript, server issues, etc (guessing 42%)
4. extenders - extend firebug with new functionality they want/need (guessing 1%)

As a user in any of those personalities, you would likely use Firebug very different than someone else.

I think it was a bit flawed because:
1. whatever our favorite feature is at the moment is likely to change. 
2. the segmented nature of firebug&#039;s userbase should give you several favorite features
3. with an open-ended question like this we cannot know if responses that say the same thing really mean the same feature or if they mean something completely different

Being as 3/4 of your responses listed basically the same feature, I strongly question the validity of the survey. Without a doubt the inspect related functionality will be high on everybody&#039;s list, but probably not more than 60% overall.</description>
		<content:encoded><![CDATA[<p>There are several very different segments in the firebug user base.  I would guess that about 10-15% of the firebug users don&#8217;t use it to actually do anything, simply to play around looking at stuff. Here where I work that group consists of the people performing QA. Among them they mostly use the inspect stuff and the net panel to monitor bad requests. Out of the rest I suspect that about half are dealing with design and half dealing with functionality. From personal experience based on how my coworkers use it, the designers are going to obviously use the inspect related functionality, and the coders will use the Console, Script, HTML and Net tabs.  Additionally I know there exists a small, yet significant, user population which uses an entirely different set of functionality than everyone else. These are the ones who extend firebug with things like Firediff or YSlow. The features that these people use may be entirely different than whatever everyone else uses but nevertheless are just as important.</p>
<p>At least the following &#8220;user personalities&#8221; exist:<br />
1. viewers &#8211; use firebug to view aspects of a page/set of pages (guessing 15% of users)<br />
2. skinners &#8211; use firebug to help debug designs  (guessing 42%)<br />
3. coders &#8211; use firebug to help debug javascript, server issues, etc (guessing 42%)<br />
4. extenders &#8211; extend firebug with new functionality they want/need (guessing 1%)</p>
<p>As a user in any of those personalities, you would likely use Firebug very different than someone else.</p>
<p>I think it was a bit flawed because:<br />
1. whatever our favorite feature is at the moment is likely to change.<br />
2. the segmented nature of firebug&#8217;s userbase should give you several favorite features<br />
3. with an open-ended question like this we cannot know if responses that say the same thing really mean the same feature or if they mean something completely different</p>
<p>Being as 3/4 of your responses listed basically the same feature, I strongly question the validity of the survey. Without a doubt the inspect related functionality will be high on everybody&#8217;s list, but probably not more than 60% overall.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ~robcee/ &#187; Blog Archive &#187; Firebug Features Poll part 2 &#8211; The Unloved</title>
		<link>http://antennasoft.net/robcee/2009/10/15/firebug-features-poll-part-1/comment-page-1/#comment-87572</link>
		<dc:creator>~robcee/ &#187; Blog Archive &#187; Firebug Features Poll part 2 &#8211; The Unloved</dc:creator>
		<pubDate>Mon, 19 Oct 2009 19:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=320#comment-87572</guid>
		<description>[...] 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. [...]</description>
		<content:encoded><![CDATA[<p>[...] 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. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Encuesta de Características de Firebug ~ parte 1 &#171; Notas de un Peregrino</title>
		<link>http://antennasoft.net/robcee/2009/10/15/firebug-features-poll-part-1/comment-page-1/#comment-87488</link>
		<dc:creator>Encuesta de Características de Firebug ~ parte 1 &#171; Notas de un Peregrino</dc:creator>
		<pubDate>Fri, 16 Oct 2009 00:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=320#comment-87488</guid>
		<description>[...] Post original de Rob Campbell Aquí [...]</description>
		<content:encoded><![CDATA[<p>[...] Post original de Rob Campbell Aquí [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robcee</title>
		<link>http://antennasoft.net/robcee/2009/10/15/firebug-features-poll-part-1/comment-page-1/#comment-87481</link>
		<dc:creator>robcee</dc:creator>
		<pubDate>Thu, 15 Oct 2009 16:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=320#comment-87481</guid>
		<description>@Bill: you say you think it was a little bit flawed, could you explain why? I stated up-front in the first paragraph that it was informal, non-scientific and from a small sample set.

Still, your vote for the debugger has been counted!</description>
		<content:encoded><![CDATA[<p>@Bill: you say you think it was a little bit flawed, could you explain why? I stated up-front in the first paragraph that it was informal, non-scientific and from a small sample set.</p>
<p>Still, your vote for the debugger has been counted!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Nautré</title>
		<link>http://antennasoft.net/robcee/2009/10/15/firebug-features-poll-part-1/comment-page-1/#comment-87479</link>
		<dc:creator>Daniel Nautré</dc:creator>
		<pubDate>Thu, 15 Oct 2009 15:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=320#comment-87479</guid>
		<description>Inspect is a very useful feature for sure, it really helps me debugging my CSS. The console and the net panel are also very useful, no doubt about it. The 2 things I never use are the CSS and the DOM panel, they seems kinda redundant.

keep up with the good work, firebug changed my life (at least the part of my life where i build websites).</description>
		<content:encoded><![CDATA[<p>Inspect is a very useful feature for sure, it really helps me debugging my CSS. The console and the net panel are also very useful, no doubt about it. The 2 things I never use are the CSS and the DOM panel, they seems kinda redundant.</p>
<p>keep up with the good work, firebug changed my life (at least the part of my life where i build websites).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://antennasoft.net/robcee/2009/10/15/firebug-features-poll-part-1/comment-page-1/#comment-87477</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Thu, 15 Oct 2009 15:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=320#comment-87477</guid>
		<description>I think your informal study was at least a little bit flawed. If I had to pick my favorite feature I would probably say the debugger, but I think that many features are critical to my work.</description>
		<content:encoded><![CDATA[<p>I think your informal study was at least a little bit flawed. If I had to pick my favorite feature I would probably say the debugger, but I think that many features are critical to my work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

