<?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>webdev - a video blog &#187; testing</title>
	<atom:link href="http://video.stoimen.com/category/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://video.stoimen.com</link>
	<description>videos about web development</description>
	<lastBuildDate>Tue, 22 Dec 2009 07:51:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Track your page speed with Speed Tracer by Google</title>
		<link>http://video.stoimen.com/2009/12/19/track-your-page-speed-with-speed-tracer-by-google/</link>
		<comments>http://video.stoimen.com/2009/12/19/track-your-page-speed-with-speed-tracer-by-google/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 12:24:47 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Andrew Bowers]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Google Inc.]]></category>
		<category><![CDATA[Google Web Toolkit]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[Tracer]]></category>
		<category><![CDATA[Web Toolkit]]></category>

		<guid isPermaLink="false">http://video.stoimen.com/?p=525</guid>
		<description><![CDATA[
Learn about one of Google Web Toolkit 2.0&#8217;s newest tools, Speed Tracer, in this video tutorial. This video provides an overview of Speed Tracer, a Chrome extension which enables developers to profile the internals of the browser, preventing bottlenecks by enabling diagnosis of hidden problems. Andrew Bowers will demonstrate how Speed Tracer is incorporated into [...]


Related posts:<ol><li><a href='http://video.stoimen.com/2009/12/20/whats-new-in-google-web-toolkit-2-0/' rel='bookmark' title='Permanent Link: What&#8217;s new in Google Web Toolkit 2.0'>What&#8217;s new in Google Web Toolkit 2.0</a></li>
<li><a href='http://video.stoimen.com/2009/10/06/page-speed-optimizing-your-web-site-using-the-google-tool/' rel='bookmark' title='Permanent Link: Page speed &#8211; Optimizing your web site using the Google tool!'>Page speed &#8211; Optimizing your web site using the Google tool!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="430" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Sn_3rJaexKc&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="430" height="340" src="http://www.youtube.com/v/Sn_3rJaexKc&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Learn about one of Google Web Toolkit 2.0&#8217;s newest tools, Speed Tracer, in this video tutorial. This video provides an overview of Speed Tracer, a Chrome extension which enables developers to profile the internals of the browser, preventing bottlenecks by enabling diagnosis of hidden problems. Andrew Bowers will demonstrate how Speed Tracer is incorporated into the development cycle by walking through a Speed Tracer example.</p>
<p>Original Post: <a href="http://www.youtube.com/watch?v=Sn_3rJaexKc" target="_blank">http://www.youtube.com/watch?v=Sn_3rJaexKc</a></p>


<p>Related posts:<ol><li><a href='http://video.stoimen.com/2009/12/20/whats-new-in-google-web-toolkit-2-0/' rel='bookmark' title='Permanent Link: What&#8217;s new in Google Web Toolkit 2.0'>What&#8217;s new in Google Web Toolkit 2.0</a></li>
<li><a href='http://video.stoimen.com/2009/10/06/page-speed-optimizing-your-web-site-using-the-google-tool/' rel='bookmark' title='Permanent Link: Page speed &#8211; Optimizing your web site using the Google tool!'>Page speed &#8211; Optimizing your web site using the Google tool!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/12/19/track-your-page-speed-with-speed-tracer-by-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing, Performance and jQuery 1.4 &#8211; by John Resig</title>
		<link>http://video.stoimen.com/2009/12/17/testing-performance-and-jquery-1-4-by-john-resig/</link>
		<comments>http://video.stoimen.com/2009/12/17/testing-performance-and-jquery-1-4-by-john-resig/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 08:05:10 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[john resig]]></category>
		<category><![CDATA[jquery 1.4]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://video.stoimen.com/?p=508</guid>
		<description><![CDATA[


Related posts:John Resig, author of jQuery js library speaks about testing and performance analysis
How to build JavaScript library. Learn from the author of jQuery &#8211; John Resig.
John Resig talks about JavaScript and jQuery



Related posts:<ol><li><a href='http://video.stoimen.com/2009/12/14/john-resig-author-of-jquery-js-library-speaks-about-testing-and-performance-analysis/' rel='bookmark' title='Permanent Link: John Resig, author of jQuery js library speaks about testing and performance analysis'>John Resig, author of jQuery js library speaks about testing and performance analysis</a></li>
<li><a href='http://video.stoimen.com/2009/10/21/how-to-build-javascript-library-learn-from-the-author-of-jquery-john-resig/' rel='bookmark' title='Permanent Link: How to build JavaScript library. Learn from the author of jQuery &#8211; John Resig.'>How to build JavaScript library. Learn from the author of jQuery &#8211; John Resig.</a></li>
<li><a href='http://video.stoimen.com/2009/10/08/john-resig-talks-about-javascript-and-jquery/' rel='bookmark' title='Permanent Link: John Resig talks about JavaScript and jQuery'>John Resig talks about JavaScript and jQuery</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="430" height="324" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashVars" value="vid=17156941&amp;" /><param name="allowfullscreen" value="true" /><param name="wmode" value="transparent" /><param name="src" value="http://d.yimg.com/m/up/ypp/default/player.swf" /><param name="flashvars" value="vid=17156941&amp;" /><embed type="application/x-shockwave-flash" width="430" height="324" src="http://d.yimg.com/m/up/ypp/default/player.swf" wmode="transparent" allowfullscreen="true" flashvars="vid=17156941&amp;"></embed></object></div>


<p>Related posts:<ol><li><a href='http://video.stoimen.com/2009/12/14/john-resig-author-of-jquery-js-library-speaks-about-testing-and-performance-analysis/' rel='bookmark' title='Permanent Link: John Resig, author of jQuery js library speaks about testing and performance analysis'>John Resig, author of jQuery js library speaks about testing and performance analysis</a></li>
<li><a href='http://video.stoimen.com/2009/10/21/how-to-build-javascript-library-learn-from-the-author-of-jquery-john-resig/' rel='bookmark' title='Permanent Link: How to build JavaScript library. Learn from the author of jQuery &#8211; John Resig.'>How to build JavaScript library. Learn from the author of jQuery &#8211; John Resig.</a></li>
<li><a href='http://video.stoimen.com/2009/10/08/john-resig-talks-about-javascript-and-jquery/' rel='bookmark' title='Permanent Link: John Resig talks about JavaScript and jQuery'>John Resig talks about JavaScript and jQuery</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/12/17/testing-performance-and-jquery-1-4-by-john-resig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FireUnit &#8211; the Firebug extension for unit testing</title>
		<link>http://video.stoimen.com/2009/10/17/fireunit-the-firebug-extension-for-unit-testing/</link>
		<comments>http://video.stoimen.com/2009/10/17/fireunit-the-firebug-extension-for-unit-testing/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 16:18:13 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://video.stoimen.com/?p=450</guid>
		<description><![CDATA[
Writing Tests First in FireUnit from Big Bang Technology on Vimeo.


Related posts:Debugging and Testing the Web with Firebug



Related posts:<ol><li><a href='http://video.stoimen.com/2009/05/13/debugging-and-testing-the-web-with-firebug/' rel='bookmark' title='Permanent Link: Debugging and Testing the Web with Firebug'>Debugging and Testing the Web with Firebug</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="430" height="225" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3886540&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="430" height="225" src="http://vimeo.com/moogaloop.swf?clip_id=3886540&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/3886540">Writing Tests First in FireUnit</a> from <a href="http://vimeo.com/bigbangvideos">Big Bang Technology</a> on <a href="http://vimeo.com">Vimeo</a>.</p>


<p>Related posts:<ol><li><a href='http://video.stoimen.com/2009/05/13/debugging-and-testing-the-web-with-firebug/' rel='bookmark' title='Permanent Link: Debugging and Testing the Web with Firebug'>Debugging and Testing the Web with Firebug</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/10/17/fireunit-the-firebug-extension-for-unit-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write unit tests. Best practices from Roy Osherove</title>
		<link>http://video.stoimen.com/2009/10/17/write-unit-tests-best-practices-from-roy-osherove/</link>
		<comments>http://video.stoimen.com/2009/10/17/write-unit-tests-best-practices-from-roy-osherove/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 16:14:53 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[testing]]></category>
		<category><![CDATA[roy osherove]]></category>

		<guid isPermaLink="false">http://video.stoimen.com/?p=448</guid>
		<description><![CDATA[


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><object id="viddler" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="430" height="392" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.viddler.com/player/38b055f0/" /><param name="name" value="viddler" /><param name="allowfullscreen" value="true" /><embed id="viddler" type="application/x-shockwave-flash" width="430" height="392" src="http://www.viddler.com/player/38b055f0/" name="viddler" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/10/17/write-unit-tests-best-practices-from-roy-osherove/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design your code for testability &#8211; Google talk about OO for testability</title>
		<link>http://video.stoimen.com/2009/10/08/design-your-code-for-testability-google-talk-about-oo-for-testability/</link>
		<comments>http://video.stoimen.com/2009/10/08/design-your-code-for-testability-google-talk-about-oo-for-testability/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 07:21:09 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[testing]]></category>
		<category><![CDATA[miško hevery]]></category>

		<guid isPermaLink="false">http://video.stoimen.com/?p=424</guid>
		<description><![CDATA[
Start developing your code with testing in mind. Learn from Google!


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="430" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/acjvKJiOvXw&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="430" height="344" src="http://www.youtube.com/v/acjvKJiOvXw&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Start developing your code with testing in mind. Learn from Google!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/10/08/design-your-code-for-testability-google-talk-about-oo-for-testability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari Debug Mode</title>
		<link>http://video.stoimen.com/2009/05/27/safari-debug-mode/</link>
		<comments>http://video.stoimen.com/2009/05/27/safari-debug-mode/#comments</comments>
		<pubDate>Wed, 27 May 2009 14:12:47 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://video.stoimen.com/?p=146</guid>
		<description><![CDATA[Safari Debug Mode


No related posts.]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344" data="http://www.youtube.com/v/VNC4Giu3mYQ&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/VNC4Giu3mYQ&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/05/27/safari-debug-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging and Testing the Web with Firebug</title>
		<link>http://video.stoimen.com/2009/05/13/debugging-and-testing-the-web-with-firebug/</link>
		<comments>http://video.stoimen.com/2009/05/13/debugging-and-testing-the-web-with-firebug/#comments</comments>
		<pubDate>Wed, 13 May 2009 13:11:07 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[rob campbell]]></category>

		<guid isPermaLink="false">http://video.stoimen.com/?p=118</guid>
		<description><![CDATA[Debugging and Testing the Web with Firebug


Related posts:<ol><li><a href='http://video.stoimen.com/2009/06/07/using-firebug-for-css/' rel='bookmark' title='Permanent Link: Using Firebug for CSS'>Using Firebug for CSS</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><object width="430" height="330" data="http://www.youtube.com/v/7p24bC8ZR3U&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/7p24bC8ZR3U&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<h2>Overview</h2>
<blockquote><p><span>In this talk we explore web development and debugging strategies with Firebug. An overview of new and improved features and how to use them is presented. We wrap-up with a peek at FireUnit, a new Firebug extension by John Resig and Jan Odvarko, and it&#8217;s role in unittesting Firebug itself.<span id="more-118"></span></p>
<p>Rob Campbell studied CS at Acadia University in Wolfville, NS with an emphasis on computer languages and object oriented programming. Rob has worked in various industries including satellite imaging, shipping logistics and government as a contractor and consultant for more than 15 years. He joined Mozilla in 2006 and led the charge to create a unittesting infrastructure and mindset for application development. He has been involved with performance testing initiatives and analysis before joining the Firebug Working Group in mid-2008.</span></p></blockquote>


<p>Related posts:<ol><li><a href='http://video.stoimen.com/2009/06/07/using-firebug-for-css/' rel='bookmark' title='Permanent Link: Using Firebug for CSS'>Using Firebug for CSS</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/05/13/debugging-and-testing-the-web-with-firebug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

