<?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>Weblog of a Javascript Lover &#187; Development</title>
	<atom:link href="http://javascript.open-libraries.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://javascript.open-libraries.com</link>
	<description>Just another Open Library weblog</description>
	<lastBuildDate>Thu, 08 Jul 2010 14:38:59 +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>9 Great Javascript Debugging Tools</title>
		<link>http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/</link>
		<comments>http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 14:25:14 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/</guid>
		<description><![CDATA[Debugging javascript is the most painful part of web development. So I decided to search for some good tools to debug javascript issues. Here is what I found


Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/venkman-javascript-debugger/' rel='bookmark' title='Permanent Link: Venkman JavaScript Debugger'>Venkman JavaScript Debugger</a> <small>Venkman is the code name for Mozilla s JavaScript Debugger....</small></li><li><a href='http://javascript.open-libraries.com/development/debugging/nitobibug/' rel='bookmark' title='Permanent Link: NitobiBug'>NitobiBug</a> <small>NitobiBug is a browser-based JavaScript object logger and inspection tool...</small></li><li><a href='http://javascript.open-libraries.com/development/debugging/web-developer/' rel='bookmark' title='Permanent Link: WEB DEVELOPER'>WEB DEVELOPER</a> <small>The Web Developer extension adds a menu and a toolbar...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Debugging javascript is the most painful part of web development. So I decided to search for some good tools to debug javascript issues. Here is what I found<BR><br />
<h2><a href="http://javascript.open-libraries.com/development/debugging/blackbird-javascript-debug-helper/">Blackbird Javascript Debug helper</a></h2>
<p>Alert()s are widely used to create checkpoints in JavaScript development. Blackbird offers a stylish console to log, view and filter messages in JavaScript, which quickens the development process by eliminating the pause at every alert and analyzing each better.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Blackbird-Javascript-Debug-helper.png" /><BR><br />
<h2><a href="http://javascript.open-libraries.com/development/debugging/nitobibug/">NitobiBug</a></h2>
<p>NitobiBug is a browser-based JavaScript object logger and inspection tool &#8211; similar to Firebug. NitobiBug runs across different browsers (IE6+, Safari, Opera, Firefox) to provide a consistent and powerful tool for developing rich Ajax applications.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-NitobiBug.png" /><BR><br />
<h2><a href="http://javascript.open-libraries.com/development/debugging/firebug-lite/">Firebug Lite</a></h2>
<p>The solution is Firebug Lite, a JavaScript file you can insert into your pages to simulate some Firebug features in browsers that are not named &#8220;Firefox&#8221;.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Firebug-Lite.png" /><BR><br />
<h2><a href="http://javascript.open-libraries.com/development/debugging/javascript-shell/">JavaScript Shell</a></h2>
<p>JavaScript Shell is a command-line interface for JavaScript and DOM.<BR><br />
<h2><a href="http://javascript.open-libraries.com/development/debugging/venkman-javascript-debugger/">Venkman JavaScript Debugger</a></h2>
<p>Venkman is the code name for Mozilla s JavaScript Debugger. Venkman aims to provide a powerful JavaScript debugging environment for Gecko-based browsers namely Firefox 3.x, the Netscape 7.x series of browsers, Netscape 9.x series, Mozilla Seamonkey 1.x and Mozilla Seamonkey 2.x.<BR><br />
<h2><a href="http://javascript.open-libraries.com/development/debugging/dom-inspector/">DOM Inspector</a></h2>
<p>The DOM Inspector (also known as DOMi) is a developer tool used to inspect, browse, and edit the Document Object Model of documents &#8211; usually web pages or XUL windows. The DOM hierarchy can be navigated using a two-paned window that allows for a variety of different views on the document and all nodes within.<BR><br />
<h2><a href="http://javascript.open-libraries.com/development/debugging/web-developer/">WEB DEVELOPER</a></h2>
<p>The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools. It is designed for Firefox, Flock and Seamonkey, and will run on any platform that these browsers support including Windows, Mac OS X and Linux.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-WEB-DEVELOPER.png" /><BR><br />
<h2><a href="http://javascript.open-libraries.com/development/debugging/ie-developer-toolbar/">IE Developer Toolbar</a></h2>
<p>IE Developer Toolbar includes a  lightweight, easy-to-use Javascript profiler.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-IE-Developer-Toolbar.png" /><BR><br />
<h2><a href="http://javascript.open-libraries.com/development/debugging/microsoft-script-debugger/">Microsoft Script Debugger</a></h2>
<p>The Microsoft Script Debugger is a debugging environment that extends any Microsoft ActiveX® Scripting host application?for example, Microsoft Internet Explorer (IE) or Microsoft Internet Information Server (IIS)</p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/venkman-javascript-debugger/' rel='bookmark' title='Permanent Link: Venkman JavaScript Debugger'>Venkman JavaScript Debugger</a> <small>Venkman is the code name for Mozilla s JavaScript Debugger....</small></li><li><a href='http://javascript.open-libraries.com/development/debugging/nitobibug/' rel='bookmark' title='Permanent Link: NitobiBug'>NitobiBug</a> <small>NitobiBug is a browser-based JavaScript object logger and inspection tool...</small></li><li><a href='http://javascript.open-libraries.com/development/debugging/web-developer/' rel='bookmark' title='Permanent Link: WEB DEVELOPER'>WEB DEVELOPER</a> <small>The Web Developer extension adds a menu and a toolbar...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Script Debugger</title>
		<link>http://javascript.open-libraries.com/development/debugging/microsoft-script-debugger/</link>
		<comments>http://javascript.open-libraries.com/development/debugging/microsoft-script-debugger/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 13:56:50 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/development/debugging/microsoft-script-debugger/</guid>
		<description><![CDATA[The Microsoft Script Debugger is a debugging environment that extends any Microsoft ActiveX® Scripting host application?for example, Microsoft Internet Explorer (IE) or Microsoft Internet Information Server (IIS)


Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/' rel='bookmark' title='Permanent Link: 9 Great Javascript Debugging Tools'>9 Great Javascript Debugging Tools</a> <small>Debugging javascript is the most painful part of web development....</small></li><li><a href='http://javascript.open-libraries.com/development/debugging/venkman-javascript-debugger/' rel='bookmark' title='Permanent Link: Venkman JavaScript Debugger'>Venkman JavaScript Debugger</a> <small>Venkman is the code name for Mozilla s JavaScript Debugger....</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/drawing-lines-in-mozilla-based-browsers-and-the-internet-explorer/' rel='bookmark' title='Permanent Link: Drawing lines in Mozilla based browsers and the Internet Explorer'>Drawing lines in Mozilla based browsers and the Internet Explorer</a> <small>In this article, I want to explain and deduce the...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=null" /><br />The Microsoft Script Debugger is a debugging environment that extends any Microsoft ActiveX® Scripting host application?for example, Microsoft Internet Explorer (IE) or Microsoft Internet Information Server (IIS)<BR><img alt="Microsoft Script Debugger" src="http://i36.tinypic.com/sd0epy.jpg" /><a href="http://www.microsoft.com/downloads/details.aspx?familyid=2f465be0-94fd-4569-b3c4-dffdf19ccd99&amp;displaylang=en"> Download</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/' rel='bookmark' title='Permanent Link: 9 Great Javascript Debugging Tools'>9 Great Javascript Debugging Tools</a> <small>Debugging javascript is the most painful part of web development....</small></li><li><a href='http://javascript.open-libraries.com/development/debugging/venkman-javascript-debugger/' rel='bookmark' title='Permanent Link: Venkman JavaScript Debugger'>Venkman JavaScript Debugger</a> <small>Venkman is the code name for Mozilla s JavaScript Debugger....</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/drawing-lines-in-mozilla-based-browsers-and-the-internet-explorer/' rel='bookmark' title='Permanent Link: Drawing lines in Mozilla based browsers and the Internet Explorer'>Drawing lines in Mozilla based browsers and the Internet Explorer</a> <small>In this article, I want to explain and deduce the...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/development/debugging/microsoft-script-debugger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE Developer Toolbar</title>
		<link>http://javascript.open-libraries.com/development/debugging/ie-developer-toolbar/</link>
		<comments>http://javascript.open-libraries.com/development/debugging/ie-developer-toolbar/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 13:56:43 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/development/debugging/ie-developer-toolbar/</guid>
		<description><![CDATA[IE Developer Toolbar includes a  lightweight, easy-to-use Javascript profiler.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-IE-Developer-Toolbar.png" />


Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/web-developer/' rel='bookmark' title='Permanent Link: WEB DEVELOPER'>WEB DEVELOPER</a> <small>The Web Developer extension adds a menu and a toolbar...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-IE-Developer-Toolbar.png" /><br />IE Developer Toolbar includes a  lightweight, easy-to-use Javascript profiler which provides the following features:</p>
<ul>
<li>Provides performance data for JScript functions in two views:
<ul>
<li>Functions View ? a flat listing of all the functions </li>
<li>Call Tree view ? a hierarchical listing of the functions based on the call flow </li>
</ul>
</li>
<li>Supports exporting the data to a file </li>
<li>Provides an inferred name for anonymous functions </li>
<li>Profiles built-in JScript functions </li>
<li>Supports multiple profile reports </li>
<li>Supports profiling across page navigation and refreshes </li>
</ul>
<p><BR><img alt="IE Developer Toolbar" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href="http://blogs.msdn.com/ie/archive/2008/09/11/introducing-the-ie8-developer-tools-jscript-profiler.aspx"> Web Site</a><BR><img alt="IE Developer Toolbar" src="http://i36.tinypic.com/sd0epy.jpg" /><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;displaylang=en"> Download</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/web-developer/' rel='bookmark' title='Permanent Link: WEB DEVELOPER'>WEB DEVELOPER</a> <small>The Web Developer extension adds a menu and a toolbar...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/development/debugging/ie-developer-toolbar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WEB DEVELOPER</title>
		<link>http://javascript.open-libraries.com/development/debugging/web-developer/</link>
		<comments>http://javascript.open-libraries.com/development/debugging/web-developer/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 13:56:22 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/development/debugging/web-developer/</guid>
		<description><![CDATA[The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools. It is designed for Firefox, Flock and Seamonkey, and will run on any platform that these browsers support including Windows, Mac OS X and Linux.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-WEB-DEVELOPER.png" />


Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/' rel='bookmark' title='Permanent Link: 9 Great Javascript Debugging Tools'>9 Great Javascript Debugging Tools</a> <small>Debugging javascript is the most painful part of web development....</small></li><li><a href='http://javascript.open-libraries.com/development/debugging/ie-developer-toolbar/' rel='bookmark' title='Permanent Link: IE Developer Toolbar'>IE Developer Toolbar</a> <small>IE Developer Toolbar includes a lightweight, easy-to-use Javascript profiler....</small></li><li><a href='http://javascript.open-libraries.com/development/debugging/venkman-javascript-debugger/' rel='bookmark' title='Permanent Link: Venkman JavaScript Debugger'>Venkman JavaScript Debugger</a> <small>Venkman is the code name for Mozilla s JavaScript Debugger....</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-WEB-DEVELOPER.png" /><br />The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools. It is designed for Firefox, Flock and Seamonkey, and will run on any platform that these browsers support including Windows, Mac OS X and Linux.<BR><img alt="WEB DEVELOPER" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href="http://chrispederick.com/work/web-developer/"> Web Site</a><BR><img alt="WEB DEVELOPER" src="http://i36.tinypic.com/sd0epy.jpg" /><a href="http://chrispederick.com/work/web-developer/"> Download</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/' rel='bookmark' title='Permanent Link: 9 Great Javascript Debugging Tools'>9 Great Javascript Debugging Tools</a> <small>Debugging javascript is the most painful part of web development....</small></li><li><a href='http://javascript.open-libraries.com/development/debugging/ie-developer-toolbar/' rel='bookmark' title='Permanent Link: IE Developer Toolbar'>IE Developer Toolbar</a> <small>IE Developer Toolbar includes a lightweight, easy-to-use Javascript profiler....</small></li><li><a href='http://javascript.open-libraries.com/development/debugging/venkman-javascript-debugger/' rel='bookmark' title='Permanent Link: Venkman JavaScript Debugger'>Venkman JavaScript Debugger</a> <small>Venkman is the code name for Mozilla s JavaScript Debugger....</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/development/debugging/web-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DOM Inspector</title>
		<link>http://javascript.open-libraries.com/development/debugging/dom-inspector/</link>
		<comments>http://javascript.open-libraries.com/development/debugging/dom-inspector/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 13:56:10 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/development/debugging/dom-inspector/</guid>
		<description><![CDATA[The DOM Inspector (also known as DOMi) is a developer tool used to inspect, browse, and edit the Document Object Model of documents - usually web pages or XUL windows. The DOM hierarchy can be navigated using a two-paned window that allows for a variety of different views on the document and all nodes within.


Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/' rel='bookmark' title='Permanent Link: 9 Great Javascript Debugging Tools'>9 Great Javascript Debugging Tools</a> <small>Debugging javascript is the most painful part of web development....</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=null" /><br />The DOM Inspector (also known as DOMi) is a developer tool used to inspect, browse, and edit the Document Object Model of documents &#8211; usually web pages or XUL windows. The DOM hierarchy can be navigated using a two-paned window that allows for a variety of different views on the document and all nodes within.<BR><img alt="DOM Inspector" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href="https://developer.mozilla.org/En/DOM_Inspector"> Web Site</a><BR><img alt="DOM Inspector" src="http://i36.tinypic.com/sd0epy.jpg" /><a href="https://addons.mozilla.org/en-US/firefox/addon/6622"> Download</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/' rel='bookmark' title='Permanent Link: 9 Great Javascript Debugging Tools'>9 Great Javascript Debugging Tools</a> <small>Debugging javascript is the most painful part of web development....</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/development/debugging/dom-inspector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Venkman JavaScript Debugger</title>
		<link>http://javascript.open-libraries.com/development/debugging/venkman-javascript-debugger/</link>
		<comments>http://javascript.open-libraries.com/development/debugging/venkman-javascript-debugger/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 13:56:03 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/development/debugging/venkman-javascript-debugger/</guid>
		<description><![CDATA[Venkman is the code name for Mozilla s JavaScript Debugger. Venkman aims to provide a powerful JavaScript debugging environment for Gecko-based browsers namely Firefox 3.x, the Netscape 7.x series of browsers, Netscape 9.x series, Mozilla Seamonkey 1.x and Mozilla Seamonkey 2.x.


Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/' rel='bookmark' title='Permanent Link: 9 Great Javascript Debugging Tools'>9 Great Javascript Debugging Tools</a> <small>Debugging javascript is the most painful part of web development....</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/drawing-lines-in-mozilla-based-browsers-and-the-internet-explorer/' rel='bookmark' title='Permanent Link: Drawing lines in Mozilla based browsers and the Internet Explorer'>Drawing lines in Mozilla based browsers and the Internet Explorer</a> <small>In this article, I want to explain and deduce the...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/10-best-javascript-drawing-and-canvas-libraries/' rel='bookmark' title='Permanent Link: 10 Best Javascript Drawing and Canvas Libraries'>10 Best Javascript Drawing and Canvas Libraries</a> <small>Develop Rich interactive internet applications with these javascript drawing and...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=null" /><br />Venkman is the code name for Mozilla s JavaScript Debugger. Venkman aims to provide a powerful JavaScript debugging environment for Gecko-based browsers namely Firefox 3.x, the Netscape 7.x series of browsers, Netscape 9.x series, Mozilla Seamonkey 1.x and Mozilla Seamonkey 2.x. It does not include Gecko-based browsers such as K-Meleon 1.x, Galeon 2.x and Netscape 8.x.<BR><img alt="Venkman JavaScript Debugger" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href="http://www.mozilla.org/projects/venkman/"> Web Site</a><BR><img alt="Venkman JavaScript Debugger" src="http://i36.tinypic.com/sd0epy.jpg" /><a href="https://addons.mozilla.org/firefox/addon/216"> Download</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/' rel='bookmark' title='Permanent Link: 9 Great Javascript Debugging Tools'>9 Great Javascript Debugging Tools</a> <small>Debugging javascript is the most painful part of web development....</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/drawing-lines-in-mozilla-based-browsers-and-the-internet-explorer/' rel='bookmark' title='Permanent Link: Drawing lines in Mozilla based browsers and the Internet Explorer'>Drawing lines in Mozilla based browsers and the Internet Explorer</a> <small>In this article, I want to explain and deduce the...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/10-best-javascript-drawing-and-canvas-libraries/' rel='bookmark' title='Permanent Link: 10 Best Javascript Drawing and Canvas Libraries'>10 Best Javascript Drawing and Canvas Libraries</a> <small>Develop Rich interactive internet applications with these javascript drawing and...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/development/debugging/venkman-javascript-debugger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Shell</title>
		<link>http://javascript.open-libraries.com/development/debugging/javascript-shell/</link>
		<comments>http://javascript.open-libraries.com/development/debugging/javascript-shell/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 13:55:51 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/development/debugging/javascript-shell/</guid>
		<description><![CDATA[JavaScript Shell is a command-line interface for JavaScript and DOM.


Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/' rel='bookmark' title='Permanent Link: 9 Great Javascript Debugging Tools'>9 Great Javascript Debugging Tools</a> <small>Debugging javascript is the most painful part of web development....</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=null" /><br />JavaScript Shell is a command-line interface for JavaScript and DOM.<BR><img alt="JavaScript Shell" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href="http://www.squarefree.com/shell/"> Web Site</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/' rel='bookmark' title='Permanent Link: 9 Great Javascript Debugging Tools'>9 Great Javascript Debugging Tools</a> <small>Debugging javascript is the most painful part of web development....</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/development/debugging/javascript-shell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firebug Lite</title>
		<link>http://javascript.open-libraries.com/development/debugging/firebug-lite/</link>
		<comments>http://javascript.open-libraries.com/development/debugging/firebug-lite/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 13:55:45 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/development/debugging/firebug-lite/</guid>
		<description><![CDATA[The solution is Firebug Lite, a JavaScript file you can insert into your pages to simulate some Firebug features in browsers that are not named "Firefox".<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Firebug-Lite.png" />


Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/' rel='bookmark' title='Permanent Link: 9 Great Javascript Debugging Tools'>9 Great Javascript Debugging Tools</a> <small>Debugging javascript is the most painful part of web development....</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/drawing-lines-in-mozilla-based-browsers-and-the-internet-explorer/' rel='bookmark' title='Permanent Link: Drawing lines in Mozilla based browsers and the Internet Explorer'>Drawing lines in Mozilla based browsers and the Internet Explorer</a> <small>In this article, I want to explain and deduce the...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/10-best-javascript-drawing-and-canvas-libraries/' rel='bookmark' title='Permanent Link: 10 Best Javascript Drawing and Canvas Libraries'>10 Best Javascript Drawing and Canvas Libraries</a> <small>Develop Rich interactive internet applications with these javascript drawing and...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Firebug-Lite.png" /><br />Firebug is an extension for Firefox, but what happens when you need to test your pages in Internet Explorer, Opera, and Safari?</p>
<p>The solution is Firebug Lite, a JavaScript file you can insert into your pages to simulate some Firebug features in browsers that are not named &#8220;Firefox&#8221;.</p>
<p>Firebug Lite creates the variable &#8220;firebug&#8221; and doesn t affect or interfere with HTML elements that aren t created by itself.<BR><img alt="Firebug Lite" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href="http://getfirebug.com/lite.html"> Web Site</a><BR><img alt="Firebug Lite" src="http://i36.tinypic.com/sd0epy.jpg" /><a href="http://getfirebug.com/releases/lite/1.2/"> Download</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/' rel='bookmark' title='Permanent Link: 9 Great Javascript Debugging Tools'>9 Great Javascript Debugging Tools</a> <small>Debugging javascript is the most painful part of web development....</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/drawing-lines-in-mozilla-based-browsers-and-the-internet-explorer/' rel='bookmark' title='Permanent Link: Drawing lines in Mozilla based browsers and the Internet Explorer'>Drawing lines in Mozilla based browsers and the Internet Explorer</a> <small>In this article, I want to explain and deduce the...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/10-best-javascript-drawing-and-canvas-libraries/' rel='bookmark' title='Permanent Link: 10 Best Javascript Drawing and Canvas Libraries'>10 Best Javascript Drawing and Canvas Libraries</a> <small>Develop Rich interactive internet applications with these javascript drawing and...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/development/debugging/firebug-lite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NitobiBug</title>
		<link>http://javascript.open-libraries.com/development/debugging/nitobibug/</link>
		<comments>http://javascript.open-libraries.com/development/debugging/nitobibug/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 13:55:34 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/development/debugging/nitobibug/</guid>
		<description><![CDATA[NitobiBug is a browser-based JavaScript object logger and inspection tool - similar to Firebug. NitobiBug runs across different browsers (IE6+, Safari, Opera, Firefox) to provide a consistent and powerful tool for developing rich Ajax applications.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-NitobiBug.png" />


Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/' rel='bookmark' title='Permanent Link: 9 Great Javascript Debugging Tools'>9 Great Javascript Debugging Tools</a> <small>Debugging javascript is the most painful part of web development....</small></li><li><a href='http://javascript.open-libraries.com/user-interface/validation/yav-javascript-validation-tool/' rel='bookmark' title='Permanent Link: yav &#8211; javascript validation tool'>yav &#8211; javascript validation tool</a> <small>Yav is a SIMPLE, POWERFUL and CUSTOMIZABLE javascript-based form validation...</small></li><li><a href='http://javascript.open-libraries.com/development/debugging/venkman-javascript-debugger/' rel='bookmark' title='Permanent Link: Venkman JavaScript Debugger'>Venkman JavaScript Debugger</a> <small>Venkman is the code name for Mozilla s JavaScript Debugger....</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-NitobiBug.png" /><br />NitobiBug is a browser-based JavaScript object logger and inspection tool &#8211; similar to Firebug. NitobiBug runs across different browsers (IE6+, Safari, Opera, Firefox) to provide a consistent and powerful tool for developing rich Ajax applications.<BR><img alt="NitobiBug" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href="http://www.nitobibug.com/"> Web Site</a><BR><img alt="NitobiBug" src="http://i34.tinypic.com/102q90m.jpg" /><a href="http://www.nitobibug.com/tour/"> Demo</a><BR><img alt="NitobiBug" src="http://i36.tinypic.com/sd0epy.jpg" /><a href="http://www.nitobibug.com/download/nitobibug_1_0.zip"> Download</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/' rel='bookmark' title='Permanent Link: 9 Great Javascript Debugging Tools'>9 Great Javascript Debugging Tools</a> <small>Debugging javascript is the most painful part of web development....</small></li><li><a href='http://javascript.open-libraries.com/user-interface/validation/yav-javascript-validation-tool/' rel='bookmark' title='Permanent Link: yav &#8211; javascript validation tool'>yav &#8211; javascript validation tool</a> <small>Yav is a SIMPLE, POWERFUL and CUSTOMIZABLE javascript-based form validation...</small></li><li><a href='http://javascript.open-libraries.com/development/debugging/venkman-javascript-debugger/' rel='bookmark' title='Permanent Link: Venkman JavaScript Debugger'>Venkman JavaScript Debugger</a> <small>Venkman is the code name for Mozilla s JavaScript Debugger....</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/development/debugging/nitobibug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blackbird Javascript Debug helper</title>
		<link>http://javascript.open-libraries.com/development/debugging/blackbird-javascript-debug-helper/</link>
		<comments>http://javascript.open-libraries.com/development/debugging/blackbird-javascript-debug-helper/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 13:55:11 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/development/debugging/blackbird-javascript-debug-helper/</guid>
		<description><![CDATA[Alert()s are widely used to create checkpoints in JavaScript development. Blackbird offers a stylish console to log, view and filter messages in JavaScript, which quickens the development process by eliminating the pause at every alert and analyzing each better.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Blackbird-Javascript-Debug-helper.png" />


Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/' rel='bookmark' title='Permanent Link: 9 Great Javascript Debugging Tools'>9 Great Javascript Debugging Tools</a> <small>Debugging javascript is the most painful part of web development....</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Blackbird-Javascript-Debug-helper.png" /><br />Alert()s are widely used to create checkpoints in JavaScript development. Blackbird offers a stylish console to log, view and filter messages in JavaScript, which quickens the development process by eliminating the pause at every alert and analyzing each better.<BR><img alt="Blackbird Javascript Debug helper" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href="http://www.gscottolson.com/blackbirdjs/"> Web Site</a><BR><img alt="Blackbird Javascript Debug helper" src="http://i34.tinypic.com/102q90m.jpg" /><a href="http://www.gscottolson.com/blackbirdjs/#demos"> Demo</a><BR><img alt="Blackbird Javascript Debug helper" src="http://i36.tinypic.com/sd0epy.jpg" /><a href="http://blackbirdjs.googlecode.com/files/blackbirdjs-1.0.zip"> Download</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/development/debugging/9-great-javascript-debugging-tools/' rel='bookmark' title='Permanent Link: 9 Great Javascript Debugging Tools'>9 Great Javascript Debugging Tools</a> <small>Debugging javascript is the most painful part of web development....</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/development/debugging/blackbird-javascript-debug-helper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
