<?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>Technopreneur &#187; firebug</title>
	<atom:link href="http://www.guptaanil.com/tag/firebug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guptaanil.com</link>
	<description>Technopreneur</description>
	<lastBuildDate>Wed, 01 Feb 2012 10:02:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Debug with firebug</title>
		<link>http://www.guptaanil.com/debug-with-firebug/</link>
		<comments>http://www.guptaanil.com/debug-with-firebug/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 19:35:08 +0000</pubDate>
		<dc:creator>Anil Gupta</dc:creator>
				<category><![CDATA[Productive]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[javascript debug]]></category>

		<guid isPermaLink="false">http://www.guptaanil.com/?p=142</guid>
		<description><![CDATA[If you are a web freak and working on javascript you must have faced these issues - Output an object with all the properties. - Debuging methods and variables. - Debuging in Internet Explorer is a headache. - And more&#8230;. Now I days I am hacking javascript for one of my project. While was googeling for some script I come ...
Related posts:<ol>
<li><a href='http://www.guptaanil.com/flex-style-explorer/' rel='bookmark' title='Flex Style Explorer'>Flex Style Explorer</a></li>
<li><a href='http://www.guptaanil.com/creately-online-diagrams-and-designs/' rel='bookmark' title='Creately: Online diagrams and designs'>Creately: Online diagrams and designs</a></li>
<li><a href='http://www.guptaanil.com/embed-any-font-on-a-web-page-cufon/' rel='bookmark' title='Embed any font on a web page &#8211; Cufon'>Embed any font on a web page &#8211; Cufon</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you are a web freak and working on javascript you must have faced these issues</p>
<p>- Output an object with all the properties.<br />
- Debuging methods and variables.<br />
- Debuging in Internet Explorer is a headache.<br />
- And more&#8230;.</p>
<p>Now I days I am hacking  javascript for one of my project.<br />
While was googeling for some script I come across with a wonderful utility provided by firebug. We can of course use firebug as an extension in mozilla firefox. But what about the Internet Explorer.</p>
<p>Please check this screen snap.</p>
<p style="text-align: center;"><a href="http://www.guptaanil.com/wp-content/uploads/2009/06/firebug-ie.jpg"><img class="aligncenter size-full wp-image-143" title="firebug-ie" src="http://www.guptaanil.com/wp-content/uploads/2009/06/firebug-ie.jpg" alt="firebug-ie" width="615" height="212" /></a></p>
<p>Yes this is the firebug in internet explorer and most improtant thing is that I have debug one object. Firebug is showing me all the method and property values in console. Isn&#8217;t it amazing?</p>
<p>To use firebug in Internet Explorer you just need to do one simple thing that is include this script at &lt;head&gt; tag of your code and you are all done.</p>
<pre><strong>&lt;script type='text/javascript'
src='http://getfirebug.com/releases/lite/1.2/
firebug-lite-compressed.js'&gt;&lt;/script&gt;</strong></pre>
<p>To debug any object or variable without alert you can use this code</p>
<pre><strong>console.log("Your Message"+Variable/ObjectName);</strong></pre>
<p>Related posts:<ol>
<li><a href='http://www.guptaanil.com/flex-style-explorer/' rel='bookmark' title='Flex Style Explorer'>Flex Style Explorer</a></li>
<li><a href='http://www.guptaanil.com/creately-online-diagrams-and-designs/' rel='bookmark' title='Creately: Online diagrams and designs'>Creately: Online diagrams and designs</a></li>
<li><a href='http://www.guptaanil.com/embed-any-font-on-a-web-page-cufon/' rel='bookmark' title='Embed any font on a web page &#8211; Cufon'>Embed any font on a web page &#8211; Cufon</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.guptaanil.com/debug-with-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.guptaanil.com/tag/firebug/feed/ ) in 0.23520 seconds, on Feb 5th, 2012 at 7:33 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 5th, 2012 at 8:33 pm UTC -->
