<?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>SharePoint Fun &#187; Tools</title>
	<atom:link href="http://blog.qumsieh.ca/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.qumsieh.ca</link>
	<description>Developer's blog related to ASP.NET, SharePoint and Telerik Web Controls</description>
	<lastBuildDate>Fri, 27 Jan 2012 19:08:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>FireBug for All Other Browsers</title>
		<link>http://blog.qumsieh.ca/2010/07/01/firebug-for-all-other-browsers/</link>
		<comments>http://blog.qumsieh.ca/2010/07/01/firebug-for-all-other-browsers/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 19:30:05 +0000</pubDate>
		<dc:creator>shereen</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=665</guid>
		<description><![CDATA[For those of you who do a lot of work with tools like jQuery and more specifically, the $ajax calls you can make, you need to be aware of tools like Firebug for troubleshooting the Params, Headers and Response you get back from the server. I find it especially useful when I&#8217;m working with a [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you who do a lot of work with tools like <a href="http://www.jquery.com">jQuery</a> and more specifically, the $ajax calls you can make, you need to be aware of tools like <a href="http://getfirebug.com">Firebug</a> for troubleshooting the Params, Headers and Response you get back from the server. I find it especially useful when I&#8217;m working with a new plugin or tool like jqGrid, because it gives valuable (and time saving) insight into the calls that are being made from these plugins.</p>
<p>For Firefox, there is a great, absolutely must have tool called Firebug, but what about IE and other browsers? There will be scenarios where you&#8217;ll run into something that works in Firefox but not IE and so it would be nice to troubleshoot the ajax call directly from IE. Well, in the Firebug page, there is a link to the lite version that is supported by most major browsers, including IE. It&#8217;s officially called, <a href="http://getfirebug.com/firebuglite">Firebug Lite</a>.</p>
<p>The quickest way to get this going is to download the firebug-lite.js file from <a href="https://getfirebug.com/firebug-lite-beta.js">here</a>.</p>
<p>And then just link to it from the <HEAD> element of your page.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;script type=&quot;text/javascript&quot; src=&quot;/scripts/firebug-lite-beta.js&quot;&gt;&lt;/script&gt;</pre></div></div>

<p>Now once you load the page, the Firebug Lite component will append to the bottom of the page and it behaves much like the extension for Firefox. Give it a try!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.qumsieh.ca/2010/07/01/firebug-for-all-other-browsers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

