<?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 tricks, Dojo style</title>
	<atom:link href="http://ajaxian.com/archives/firebug-tricks-dojo-style/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/firebug-tricks-dojo-style</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Nosredna</title>
		<link>http://ajaxian.com/archives/firebug-tricks-dojo-style/comment-page-1#comment-268940</link>
		<dc:creator>Nosredna</dc:creator>
		<pubDate>Tue, 11 Nov 2008 16:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5028#comment-268940</guid>
		<description>I use the bookmarklet trick, too. This is a cool trick.</description>
		<content:encoded><![CDATA[<p>I use the bookmarklet trick, too. This is a cool trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sos</title>
		<link>http://ajaxian.com/archives/firebug-tricks-dojo-style/comment-page-1#comment-268939</link>
		<dc:creator>sos</dc:creator>
		<pubDate>Tue, 11 Nov 2008 16:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5028#comment-268939</guid>
		<description>Jonat,

The reason a bookmarklet is not enough is that you often want to debug code that runs on page startup.  With a bookmarklet you can only enable debugging after the page has finished loaded. 

Toms approach turns on debugging before any code runs, so you get the debug output from both pre and post page loads.

Shane</description>
		<content:encoded><![CDATA[<p>Jonat,</p>
<p>The reason a bookmarklet is not enough is that you often want to debug code that runs on page startup.  With a bookmarklet you can only enable debugging after the page has finished loaded. </p>
<p>Toms approach turns on debugging before any code runs, so you get the debug output from both pre and post page loads.</p>
<p>Shane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AnM8tR</title>
		<link>http://ajaxian.com/archives/firebug-tricks-dojo-style/comment-page-1#comment-268938</link>
		<dc:creator>AnM8tR</dc:creator>
		<pubDate>Tue, 11 Nov 2008 15:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5028#comment-268938</guid>
		<description>This is a really good idea, and helps when your project reaches production and is on the client server. When they approach you with the inevitable bug, you can go to their site, and add &#039;debug&#039; to the url to help with the inspection.</description>
		<content:encoded><![CDATA[<p>This is a really good idea, and helps when your project reaches production and is on the client server. When they approach you with the inevitable bug, you can go to their site, and add &#8216;debug&#8217; to the url to help with the inspection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonat</title>
		<link>http://ajaxian.com/archives/firebug-tricks-dojo-style/comment-page-1#comment-268931</link>
		<dc:creator>jonat</dc:creator>
		<pubDate>Tue, 11 Nov 2008 12:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5028#comment-268931</guid>
		<description>Why not use a bookmarklet, it&#039;s easy, and it&#039;s work:
Just Bookmark this in firefox

javascript:var%20firebug=document.createElement(&#039;script&#039;);firebug.setAttribute(&#039;src&#039;,&#039;http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js&#039;);document.body.appendChild(firebug);(function(){if(window.pi&amp;&amp;window.firebug){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);

And just hit this bookmark if you need FireBug Lite</description>
		<content:encoded><![CDATA[<p>Why not use a bookmarklet, it&#8217;s easy, and it&#8217;s work:<br />
Just Bookmark this in firefox</p>
<p>javascript:var%20firebug=document.createElement(&#8216;script&#8217;);firebug.setAttribute(&#8216;src&#8217;,&#8217;<a href="http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js" rel="nofollow">http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js</a>&#8216;);document.body.appendChild(firebug);(function(){if(window.pi&amp;&amp;window.firebug){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);</p>
<p>And just hit this bookmark if you need FireBug Lite</p>
]]></content:encoded>
	</item>
</channel>
</rss>

