<?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>Unwrongest &#187; firebug</title>
	<atom:link href="http://www.unwrongest.com/tag/firebug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unwrongest.com</link>
	<description>Interaction Designer and Interface Developer</description>
	<lastBuildDate>Wed, 30 Jun 2010 11:24:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Let your users know if Firebug slows down your web page.</title>
		<link>http://www.unwrongest.com/blog/if-firebug-slows-down-your-web-page-make-a-suggestion/</link>
		<comments>http://www.unwrongest.com/blog/if-firebug-slows-down-your-web-page-make-a-suggestion/#comments</comments>
		<pubDate>Tue, 19 May 2009 05:48:26 +0000</pubDate>
		<dc:creator>Jan Jarfalk</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[firebug]]></category>

		<guid isPermaLink="false">http://www.unwrongest.com/?p=242</guid>
		<description><![CDATA[If firebug slows down your web page, why not notify the visitors about that fact and make the suggestion that they should disable it.]]></description>
			<content:encoded><![CDATA[<p>I just read a blog post about how to &#8216;<a href="http://blog.dkferguson.com/index.cfm/2009/3/31/Block-Firebug-on-your-site" target="_new">Block Firebug on your site</a>&#8216;. And I really think it is something you shouldn&#8217;t do, no matter if Firebug makes your web page completely unusable or not. What I think you should do is to make a suggestion.</p>
<pre class="brush:js">
&lt;script type="text/javascript">
if( window.console &#038;&#038; window.console.firebug )
    document.getElementsByTagName('body')[0].innerHTML += "&lt;div onclick=\"this.style.display = 'none'\" style='position:absolute; top:0; width:100%; padding: 5px 0; background: #ff7; border-bottom: 1px solid #770; font-weight: bold; text-align: center;'>Firebug can make this web page slow, we suggest you disable it for this web page. Click to close this warning.&lt;/div>";
&lt;/script>
</pre>
<p>Adding the code snippet above to your web page will notify the user that &#8216;Firebug can make the current web page slow&#8217; and make the suggestion that the user should disable it. Look at the image at the top of this post. Adding that yellow bar to the top of the page is all, I think, you should do.</p>
<p>This follows a line of thought I think you always should have when creating web pages. Rarely enforce or disable. Instead you should lead your visitors to the right path with feedback and suggestions. Like that they probably should use strong passwords and, if it slows down your web page, disable Firebug.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unwrongest.com/blog/if-firebug-slows-down-your-web-page-make-a-suggestion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
