<?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>Werx Limited &#187; javascript debugging</title>
	<atom:link href="http://werxltd.com/wp/tag/javascript-debugging/feed/" rel="self" type="application/rss+xml" />
	<link>http://werxltd.com/wp</link>
	<description>We make IT work.</description>
	<lastBuildDate>Wed, 08 Sep 2010 17:00:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Javascript resources</title>
		<link>http://werxltd.com/wp/2009/07/03/javascript-resources/</link>
		<comments>http://werxltd.com/wp/2009/07/03/javascript-resources/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 13:06:26 +0000</pubDate>
		<dc:creator>wes</dc:creator>
				<category><![CDATA[software development]]></category>
		<category><![CDATA[helpful sites]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[javascript debugging]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://werxltd.com/wp/?p=82</guid>
		<description><![CDATA[Being a scripted language whose behavior can vary depending on the browser environment it is run in, Javascript can be particularly difficult to work with and debug sometimes. Here are a few tools I&#8217;ve found to be helpful: Firebug for FireFox, along with other handy extensions Visual Studio 2005+, Script Debugger, and/or DebugBar for IE [...]]]></description>
			<content:encoded><![CDATA[<p>Being a scripted language whose behavior can vary depending on the browser environment it is run in, Javascript can be particularly difficult to work with and debug sometimes. Here are a few tools I&#8217;ve found to be helpful:</p>
<ul>
<li><a href="http://getfirebug.com/">Firebug</a> for FireFox, along with <a href="http://www.webdesignbooth.com/35-absolutely-useful-firefox-plugins-for-web-designers-and-developers/">other handy extensions</a></li>
<li><a href="http://geekswithblogs.net/lazydeveloper/archive/2006/07/10/84552.aspx">Visual Studio 2005+</a>, <a href="http://blog.evandavey.com/2008/02/how-to-debugging-javascript-in-ie-with-microsoft-script-debugger.html">Script Debugger</a>, and/or <a href="http://www.debugbar.com/">DebugBar</a> for IE</li>
<li><a href="http://jslint.com/">JSLint</a>, helps keep your code clean and <a href="http://en.wikipedia.org/wiki/ECMAScript">EMCAScript</a> compliant</li>
<li><a href="http://jsonformatter.curiousconcept.com/">JSON Validator</a> (and formatter), helps make your <a href="http://json.org/">JSON</a> data more legible</li>
<li><a href="http://www.aptana.com/">Aptana</a>, an IDE based on <a href="http://www.eclipse.org/">Eclipse</a> with several built-in tools like JSLint to help you avoid simple mistakes.</li>
<li><a style="text-decoration: none;" href="http://www.w3schools.com/jsref/default.asp">W3C&#8217;s Javascript Reference</a><a style="text-decoration: none;" href="http://www.w3schools.com/jsref/default.asp"> </a></li>
</ul>
<p>These are the most helpful Javascript tools I&#8217;ve found. If you know of any more feel free to mention them in the comments below. Happy coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://werxltd.com/wp/2009/07/03/javascript-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
