<?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>Software Testing &#38; Quality Assurance Videos Directory &#187; javascript</title>
	<atom:link href="http://www.testingtv.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.testingtv.com</link>
	<description>Software Testing and Software Quality Assurance Videos and Tutorials Directory: Unit Testing, Functional Testing, Load Testing, Performance Testing, Test Driven Development</description>
	<lastBuildDate>Thu, 02 Feb 2012 22:52:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Javascript Testing in Rails</title>
		<link>http://www.testingtv.com/2011/11/01/javascript-testing-in-rails/</link>
		<comments>http://www.testingtv.com/2011/11/01/javascript-testing-in-rails/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 18:42:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2139</guid>
		<description><![CDATA[This short tutorial explains how to use Jasmine to test JavaScript code in your Rails applications.]]></description>
		<wfw:commentRss>http://www.testingtv.com/2011/11/01/javascript-testing-in-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test-driven Development in JavaScript</title>
		<link>http://www.testingtv.com/2011/09/21/test-driven-development-in-javascript/</link>
		<comments>http://www.testingtv.com/2011/09/21/test-driven-development-in-javascript/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 18:19:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[Unit Testing]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2118</guid>
		<description><![CDATA[This video explains how to use test-driven development to design and implement a simple JavaScript web application, including how to steer it towards component based micro-architecture. Watch this video on Skillsmatter.com]]></description>
		<wfw:commentRss>http://www.testingtv.com/2011/09/21/test-driven-development-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test-driven JavaScript in Practice</title>
		<link>http://www.testingtv.com/2011/08/25/test-driven-javascript-in-practice/</link>
		<comments>http://www.testingtv.com/2011/08/25/test-driven-javascript-in-practice/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 17:08:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2104</guid>
		<description><![CDATA[This video explores functional tests and unit tests alike, implements a fully functional browser &#8220;widget&#8221;. The session will walk you through some of the tools currently available for JavaScript testing, discuss some of the hardest challenges and show you the workflow – all the way from the first test to the green light on the [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2011/08/25/test-driven-javascript-in-practice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ndc2011.macsimum.no/mp4/Day1%20Wednesday/Track5%201620-1720.mp4" length="226511739" type="video/mp4" />
		</item>
		<item>
		<title>Crash Course in JavaScript Application Testing with FuncUnit</title>
		<link>http://www.testingtv.com/2011/03/23/crash-course-in-javascript-application-testing-with-funcunit/</link>
		<comments>http://www.testingtv.com/2011/03/23/crash-course-in-javascript-application-testing-with-funcunit/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 16:07:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Functional Testing]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=2019</guid>
		<description><![CDATA[FuncUnit is a free, open source JavaScript web application testing framework that’s powered by jQuery, Selenium, QUnit, and Envjs. JavaScript application testing is difficult. Existing solutions suffer from complex setup, difficult APIs, lack of automation or expensive licensing fees. FuncUnit provides functional testing as it simulates clicks, keypresses, drags to test event handling and UI [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2011/03/23/crash-course-in-javascript-application-testing-with-funcunit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frontend Testing Frontier</title>
		<link>http://www.testingtv.com/2010/12/02/frontend-testing-frontier/</link>
		<comments>http://www.testingtv.com/2010/12/02/frontend-testing-frontier/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 14:50:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Functional Testing]]></category>
		<category><![CDATA[capybara]]></category>
		<category><![CDATA[cucumber]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1953</guid>
		<description><![CDATA[While most Ruby developers are very familiar with testing their code, frontend and JavaScript-testing is still a new frontier for many. This talk will show you how to easily write and run JavaScript integration tests with Capybara and Cucumber, and unit tests with Evergreen and Jasmine. The goal is to get you excited about frontend [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/12/02/frontend-testing-frontier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test-Driven JavaScript</title>
		<link>http://www.testingtv.com/2010/11/08/test-driven-javascript/</link>
		<comments>http://www.testingtv.com/2010/11/08/test-driven-javascript/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 11:43:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1925</guid>
		<description><![CDATA[Javascript becomes much more important to interactive website development then before (ok it has been for a while already) but the notion of testing that logic seems even further fetched then testing the code written in C#, Java. And this is something that is wrong as well. How do you test drive your javascript development, [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/11/08/test-driven-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging in YUI 3</title>
		<link>http://www.testingtv.com/2010/07/05/debugging-in-yui-3/</link>
		<comments>http://www.testingtv.com/2010/07/05/debugging-in-yui-3/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 14:18:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1784</guid>
		<description><![CDATA[YUI engineer Luke Smith discusses the fine art of debugging web applications, looking at general tools and techniques and providing a few specific hints about debugging in YUI 3.]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/07/05/debugging-in-yui-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using FireBug to Debug JavaScript</title>
		<link>http://www.testingtv.com/2010/05/10/using-firebug-to-debug-javascript/</link>
		<comments>http://www.testingtv.com/2010/05/10/using-firebug-to-debug-javascript/#comments</comments>
		<pubDate>Mon, 10 May 2010 11:01:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1728</guid>
		<description><![CDATA[A short introduction to the usage of Firebug, a Firefox add-on, to debug JavaScript code. Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/05/10/using-firebug-to-debug-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing, Performance Analysis and jQuery 1.4</title>
		<link>http://www.testingtv.com/2010/02/22/testing-performance-analysis-and-jquery-1-4/</link>
		<comments>http://www.testingtv.com/2010/02/22/testing-performance-analysis-and-jquery-1-4/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 12:12:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Performance Testing]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1661</guid>
		<description><![CDATA[In the first part of the talk, John reviewed the range of tools available to frontend engineers for unit testing and for analyzing the performance of code. In the latter case, he argues for going beyond pure speed-based benchmarks to structural analyses of performance. By looking at structure, the jQuery team was able to identify [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/02/22/testing-performance-analysis-and-jquery-1-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Become a Web Debugging Virtuoso with Fiddler</title>
		<link>http://www.testingtv.com/2010/02/03/become-a-web-debugging-virtuoso-with-fiddler/</link>
		<comments>http://www.testingtv.com/2010/02/03/become-a-web-debugging-virtuoso-with-fiddler/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 14:09:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[fiddler]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1635</guid>
		<description><![CDATA[Learn how teams around Microsoft and ISVs around the world use the Fiddler web debugging tool to find bugs, troubleshoot performance problems, and uncover security vulnerabilities in both client and server code. Explore the best add-ons for Fiddler, and build your own functionality using JavaScript and .NET languages. Examine how new features in Internet Explorer [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/02/03/become-a-web-debugging-virtuoso-with-fiddler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ecn.channel9.msdn.com/o9/pdc09/wmvhigh/CL25.wmv" length="757979507" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Extreme JS Performance</title>
		<link>http://www.testingtv.com/2010/02/03/extreme-js-performance/</link>
		<comments>http://www.testingtv.com/2010/02/03/extreme-js-performance/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 13:53:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Performance Testing]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1631</guid>
		<description><![CDATA[You serve up your code gzipped. Your caches are properly configured. Your data (and scripts) are loaded on-demand. That&#8217;s awesome—so don&#8217;t stop there. Runtime is another source of slowdowns, and you can learn to conquer those, too. Learn how to profile &#038; benchmark your code to isolate performance issues, and what to do when you [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/02/03/extreme-js-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript: Measuring Performance, Games and Distributed Testing</title>
		<link>http://www.testingtv.com/2010/01/28/javascript-measuring-performance-games-and-distributed-testing/</link>
		<comments>http://www.testingtv.com/2010/01/28/javascript-measuring-performance-games-and-distributed-testing/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 08:09:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Performance Testing]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1629</guid>
		<description><![CDATA[John Resig touches three JavaScript issues: * performance measuring: calling getTime() or using a browser extension like Firebug, plus performing complexity analysis, * creating games: should be multiplayer, hard to cheat, available on all devices, and addictive, * performing distributed testing to evaluate how a program or game works in a real set. http://www.infoq.com/presentations/JavaScript-Performance-Games-Distributed-Testing]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/01/28/javascript-measuring-performance-games-and-distributed-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Stories</title>
		<link>http://www.testingtv.com/2010/01/06/javascript-stories/</link>
		<comments>http://www.testingtv.com/2010/01/06/javascript-stories/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 11:48:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Functional Testing]]></category>
		<category><![CDATA[capybara]]></category>
		<category><![CDATA[cucumber]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1587</guid>
		<description><![CDATA[Javascript Stories: The Animal, Mineral or Vegetable guide to testing javascript in web applications. Rob Holland describes his talk as follows: The talk will cover how to use capybara with cucumber to easily write and run stories including javascript functionality. The talk should be useful to people who don&#8217;t currently test their javascript, or those [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2010/01/06/javascript-stories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Measure in Milliseconds: Performance Tips for Google Web Toolkit</title>
		<link>http://www.testingtv.com/2009/12/14/measure-in-milliseconds-performance-tips-for-google-web-toolkit/</link>
		<comments>http://www.testingtv.com/2009/12/14/measure-in-milliseconds-performance-tips-for-google-web-toolkit/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 12:41:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1548</guid>
		<description><![CDATA[Google Web Toolkit (GWT) allows developers to build highly optimized, fast AJAX applications. GWT allows developers to code in the Java programming language using their favorite IDE tools, then cross-compile that source into plain JavaScript to be served just like any other webpage script. We&#8217;ll take a look at some performance techniques you can use [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/12/14/measure-in-milliseconds-performance-tips-for-google-web-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTAC 2009 &#8211; JsTestDriver</title>
		<link>http://www.testingtv.com/2009/11/16/gtac-2009-jstestdriver/</link>
		<comments>http://www.testingtv.com/2009/11/16/gtac-2009-jstestdriver/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 12:35:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jstestdriver]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1507</guid>
		<description><![CDATA[The proliferation of JavaScript unit-testing frameworks in the JavaScript community shows that no one has yet found the magical combination of features to make JavaScript testing a no-brainer. We like to believe that JsTestDriver will change that by redefining JavaScript testing frameworks and as a result will deliver something which at first glance seems impossible. [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/11/16/gtac-2009-jstestdriver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>John Resig JSConf 2009 Video</title>
		<link>http://www.testingtv.com/2009/11/11/john-resig-jsconf-2009-video/</link>
		<comments>http://www.testingtv.com/2009/11/11/john-resig-jsconf-2009-video/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 12:23:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[testswarm]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1501</guid>
		<description><![CDATA[John Resig presents his mystery topic, which is actually three topics that strike his interest. First up is measuring performance and a quick introduction to benchmarking (and its positives and negatives). This is followed by JavaScript Games which he unveils some super cool hidden functionality (cheat codes++) on the jQuery web site. This is followed [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/11/11/john-resig-jsconf-2009-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unit Testing with jQuery using FireUnit &amp; QUnit</title>
		<link>http://www.testingtv.com/2009/09/24/unit-testing-with-jquery-using-fireunit-qunit/</link>
		<comments>http://www.testingtv.com/2009/09/24/unit-testing-with-jquery-using-fireunit-qunit/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 12:29:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[fireunit]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[qunit]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1442</guid>
		<description><![CDATA[This short screencast gives a quick review of the FireUnit Firefox Firebug Add-on and also the QUnit Unit Testing framework for jQuery. Source code and tutorial for this screencast]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/09/24/unit-testing-with-jquery-using-fireunit-qunit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Test Driven Development With Javascript: JsTestDriver</title>
		<link>http://www.testingtv.com/2009/06/18/more-test-driven-development-with-javascript-jstestdriver/</link>
		<comments>http://www.testingtv.com/2009/06/18/more-test-driven-development-with-javascript-jstestdriver/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 11:05:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jstestdrive]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1312</guid>
		<description><![CDATA[Demonstration of JsTestDrive technology and how you can use it to TDD your JavaScript code. Good blog  posting evaluating JsTestDrive]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/06/18/more-test-driven-development-with-javascript-jstestdriver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Rich Client Web Applications by Jeff Hemminger</title>
		<link>http://www.testingtv.com/2009/06/17/testing-rich-client-web-applications-by-jeff-hemminger/</link>
		<comments>http://www.testingtv.com/2009/06/17/testing-rich-client-web-applications-by-jeff-hemminger/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 11:30:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[htmlunit]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jsunit]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[selenium]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1310</guid>
		<description><![CDATA[Making the move from sprinkling simple interactive Ajax controls into basic web applications to building feature rich clients with large JavaScript libraries brings with it some unique challenges. Among them is the need for better testing tools. The presenter will discuss some pros and cons of a few of the more popular web application testing [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/06/17/testing-rich-client-web-applications-by-jeff-hemminger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS-Tricks #15 Introduction to Firebug</title>
		<link>http://www.testingtv.com/2009/02/03/css-tricks-15-introduction-to-firebug/</link>
		<comments>http://www.testingtv.com/2009/02/03/css-tricks-15-introduction-to-firebug/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 12:36:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://www.testingtv.com/?p=1151</guid>
		<description><![CDATA[Firebug is an essential Firefox extension for web designers and developers. You are able to quickly target any element on a page to see the markup, the CSS, the layout, and the DOM in an instant. Not only can you see all of this juicy information, you can edit and see the results directly in [...]]]></description>
		<wfw:commentRss>http://www.testingtv.com/2009/02/03/css-tricks-15-introduction-to-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

