<?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; Browsers</title>
	<atom:link href="http://video.stoimen.com/category/browsers/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>WebKit Layout Tests (in Chromium)</title>
		<link>http://video.stoimen.com/2009/12/19/webkit-layout-tests-in-chromium/</link>
		<comments>http://video.stoimen.com/2009/12/19/webkit-layout-tests-in-chromium/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 08:55:50 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Chromium]]></category>
		<category><![CDATA[Cloud clients]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Pam Greene]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[Test]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://video.stoimen.com/?p=522</guid>
		<description><![CDATA[
Layout Tests are the tests we inherit from the WebKit project and are a very important part of the Chromium&#8217;s testing infrastructure. Pam Greene talks about what they are, how to run them, how to debug problems within them, and even touches on how to write your own. She also covers advanced (but easy to [...]


Related posts:<ol><li><a href='http://video.stoimen.com/2009/12/19/painting-in-webkit-talk-by-brett-wilson/' rel='bookmark' title='Permanent Link: Painting in WebKit &#8211; talk by Brett Wilson'>Painting in WebKit &#8211; talk by Brett Wilson</a></li>
<li><a href='http://video.stoimen.com/2009/12/19/how-webkit-rendering-works-eric-seidel/' rel='bookmark' title='Permanent Link: How WebKit rendering works? &#8211; Eric Seidel'>How WebKit rendering works? &#8211; Eric Seidel</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/bO3XEBuIDns&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/bO3XEBuIDns&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Layout Tests are the tests we inherit from the WebKit project and are a very important part of the Chromium&#8217;s testing infrastructure. Pam Greene talks about what they are, how to run them, how to debug problems within them, and even touches on how to write your own. She also covers advanced (but easy to use) tools for rebaselining and tracking flakyness. Any Chromium developer that works on WebKit really should check this out!</p>
<p>Original Post: <a href="http://www.youtube.com/watch?v=bO3XEBuIDns" target="_blank">http://www.youtube.com/watch?v=bO3XEBuIDns</a></p>


<p>Related posts:<ol><li><a href='http://video.stoimen.com/2009/12/19/painting-in-webkit-talk-by-brett-wilson/' rel='bookmark' title='Permanent Link: Painting in WebKit &#8211; talk by Brett Wilson'>Painting in WebKit &#8211; talk by Brett Wilson</a></li>
<li><a href='http://video.stoimen.com/2009/12/19/how-webkit-rendering-works-eric-seidel/' rel='bookmark' title='Permanent Link: How WebKit rendering works? &#8211; Eric Seidel'>How WebKit rendering works? &#8211; Eric Seidel</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/12/19/webkit-layout-tests-in-chromium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Painting in WebKit &#8211; talk by Brett Wilson</title>
		<link>http://video.stoimen.com/2009/12/19/painting-in-webkit-talk-by-brett-wilson/</link>
		<comments>http://video.stoimen.com/2009/12/19/painting-in-webkit-talk-by-brett-wilson/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 08:42:09 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[Brett Wilson]]></category>
		<category><![CDATA[Chromium]]></category>
		<category><![CDATA[Cloud clients]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://video.stoimen.com/?p=518</guid>
		<description><![CDATA[
Because of Chromium&#8217;s multi-process architecture, painting within Chromium is far from typical. In this talk, Brett Wilson starts from the Skia and the WebKit render tree, follows the bits across the process boundaries, and continues all the way to your screen. He also details many of the differences in painting between platforms, how things work [...]


Related posts:<ol><li><a href='http://video.stoimen.com/2009/12/19/webkit-layout-tests-in-chromium/' rel='bookmark' title='Permanent Link: WebKit Layout Tests (in Chromium)'>WebKit Layout Tests (in Chromium)</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/A5-aXfSt-RA&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/A5-aXfSt-RA&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Because of Chromium&#8217;s multi-process architecture, painting within Chromium is far from typical. In this talk, Brett Wilson starts from the Skia and the WebKit render tree, follows the bits across the process boundaries, and continues all the way to your screen. He also details many of the differences in painting between platforms, how things work in test shell, and interesting corner cases like resizing.</p>
<p>Original Post: <a href="http://www.youtube.com/watch?v=A5-aXfSt-RA">http://www.youtube.com/watch?v=A5-aXfSt-RA</a></p>


<p>Related posts:<ol><li><a href='http://video.stoimen.com/2009/12/19/webkit-layout-tests-in-chromium/' rel='bookmark' title='Permanent Link: WebKit Layout Tests (in Chromium)'>WebKit Layout Tests (in Chromium)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/12/19/painting-in-webkit-talk-by-brett-wilson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How WebKit rendering works? &#8211; Eric Seidel</title>
		<link>http://video.stoimen.com/2009/12/19/how-webkit-rendering-works-eric-seidel/</link>
		<comments>http://video.stoimen.com/2009/12/19/how-webkit-rendering-works-eric-seidel/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 08:35:18 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Application programming interfaces]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[Eric Seidel]]></category>
		<category><![CDATA[Guts]]></category>
		<category><![CDATA[Hospitality/Recreation]]></category>
		<category><![CDATA[Mobile software]]></category>
		<category><![CDATA[Rendering]]></category>
		<category><![CDATA[Tree worship]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://video.stoimen.com/?p=512</guid>
		<description><![CDATA[
A deep dive into the guts of WebKit. Eric Seidel explains the process from loading the resources, building the DOM tree, and the various trees involved in rendering.
Original Post: http://www.youtube.com/watch?v=RVnARGhhs9w


Related posts:Painting in WebKit &#8211; talk by Brett Wilson
WebKit Layout Tests (in Chromium)



Related posts:<ol><li><a href='http://video.stoimen.com/2009/12/19/painting-in-webkit-talk-by-brett-wilson/' rel='bookmark' title='Permanent Link: Painting in WebKit &#8211; talk by Brett Wilson'>Painting in WebKit &#8211; talk by Brett Wilson</a></li>
<li><a href='http://video.stoimen.com/2009/12/19/webkit-layout-tests-in-chromium/' rel='bookmark' title='Permanent Link: WebKit Layout Tests (in Chromium)'>WebKit Layout Tests (in Chromium)</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/RVnARGhhs9w&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/RVnARGhhs9w&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>A deep dive into the guts of WebKit. Eric Seidel explains the process from loading the resources, building the DOM tree, and the various trees involved in rendering.</p>
<p>Original Post: <a href="http://www.youtube.com/watch?v=RVnARGhhs9w" target="_blank">http://www.youtube.com/watch?v=RVnARGhhs9w</a></p>


<p>Related posts:<ol><li><a href='http://video.stoimen.com/2009/12/19/painting-in-webkit-talk-by-brett-wilson/' rel='bookmark' title='Permanent Link: Painting in WebKit &#8211; talk by Brett Wilson'>Painting in WebKit &#8211; talk by Brett Wilson</a></li>
<li><a href='http://video.stoimen.com/2009/12/19/webkit-layout-tests-in-chromium/' rel='bookmark' title='Permanent Link: WebKit Layout Tests (in Chromium)'>WebKit Layout Tests (in Chromium)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/12/19/how-webkit-rendering-works-eric-seidel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn how XHTML can help you adopt SVG in the browser</title>
		<link>http://video.stoimen.com/2009/10/07/learn-how-xhtml-can-help-you-adopt-svg-in-the-browser/</link>
		<comments>http://video.stoimen.com/2009/10/07/learn-how-xhtml-can-help-you-adopt-svg-in-the-browser/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 06:27:54 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[svg]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://video.stoimen.com/?p=420</guid>
		<description><![CDATA[
Google continues to help the community to learn more and more about SVG. Now this talk is about what&#8217;s beyond XHTML and how it can be useful for that particular job!


Related posts:SVG and the support under Internet Explorer, start using SVG



Related posts:<ol><li><a href='http://video.stoimen.com/2009/10/04/svg-and-the-support-under-internet-explorer-start-using-svg/' rel='bookmark' title='Permanent Link: SVG and the support under Internet Explorer, start using SVG'>SVG and the support under Internet Explorer, start using SVG</a></li>
</ol>]]></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/vd7ILwrFwQY&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/vd7ILwrFwQY&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Google continues to help the community to learn more and more about SVG. Now this talk is about what&#8217;s beyond XHTML and how it can be useful for that particular job!</p>


<p>Related posts:<ol><li><a href='http://video.stoimen.com/2009/10/04/svg-and-the-support-under-internet-explorer-start-using-svg/' rel='bookmark' title='Permanent Link: SVG and the support under Internet Explorer, start using SVG'>SVG and the support under Internet Explorer, start using SVG</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/10/07/learn-how-xhtml-can-help-you-adopt-svg-in-the-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVG and the support under Internet Explorer, start using SVG</title>
		<link>http://video.stoimen.com/2009/10/04/svg-and-the-support-under-internet-explorer-start-using-svg/</link>
		<comments>http://video.stoimen.com/2009/10/04/svg-and-the-support-under-internet-explorer-start-using-svg/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 07:02:03 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[educational]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[openweb]]></category>
		<category><![CDATA[svg]]></category>

		<guid isPermaLink="false">http://video.stoimen.com/?p=396</guid>
		<description><![CDATA[
While SVG is not well supported under Internet Explorer it remains a unused treasure! Now Google shows us how to implement SVG in every browser, even in IE. And even more, not only how but why? You can see where Google use SVG in its full capacity.


Related posts:great way to start with open web standards, [...]


Related posts:<ol><li><a href='http://video.stoimen.com/2009/10/04/great-way-to-start-with-open-web-standards-svg-html5-javascript-canvas-smil-css3/' rel='bookmark' title='Permanent Link: great way to start with open web standards, svg, html5, javascript, canvas, smil, css3'>great way to start with open web standards, svg, html5, javascript, canvas, smil, css3</a></li>
</ol>]]></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/ca0HmNkHKq8&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/ca0HmNkHKq8&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>While SVG is not well supported under Internet Explorer it remains a unused treasure! Now Google shows us how to implement SVG in every browser, even in IE. And even more, not only how but why? You can see where Google use SVG in its full capacity.</p>


<p>Related posts:<ol><li><a href='http://video.stoimen.com/2009/10/04/great-way-to-start-with-open-web-standards-svg-html5-javascript-canvas-smil-css3/' rel='bookmark' title='Permanent Link: great way to start with open web standards, svg, html5, javascript, canvas, smil, css3'>great way to start with open web standards, svg, html5, javascript, canvas, smil, css3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/10/04/svg-and-the-support-under-internet-explorer-start-using-svg/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>V8: an open source JavaScript engine</title>
		<link>http://video.stoimen.com/2009/07/21/v8-an-open-source-javascript-engine/</link>
		<comments>http://video.stoimen.com/2009/07/21/v8-an-open-source-javascript-engine/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 07:41:54 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[lars bak]]></category>

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


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/hWhMKalEicY&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/hWhMKalEicY&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/07/21/v8-an-open-source-javascript-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minimizing browser reflow</title>
		<link>http://video.stoimen.com/2009/06/25/minimizing-browser-reflow/</link>
		<comments>http://video.stoimen.com/2009/06/25/minimizing-browser-reflow/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 07:26:19 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[lindsey simon]]></category>
		<category><![CDATA[reflow]]></category>

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


No related posts.]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="430" height="300" 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/ZHxbs5WEQzE&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="430" height="300" src="http://www.youtube.com/v/ZHxbs5WEQzE&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>Overview</h2>
<p><span>This video presents ways to minimize reflow on web pages.</span></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/06/25/minimizing-browser-reflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP caching</title>
		<link>http://video.stoimen.com/2009/06/25/http-caching/</link>
		<comments>http://video.stoimen.com/2009/06/25/http-caching/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 07:17:34 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[steve lamm]]></category>

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


No related posts.]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="430" height="300" 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/MtJXwsxK7u8&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="430" height="300" src="http://www.youtube.com/v/MtJXwsxK7u8&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>Overview</h2>
<p><span>This video explains how to improve your web page load time by browser caching.</span></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/06/25/http-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How gzip works</title>
		<link>http://video.stoimen.com/2009/06/25/how-gzip-works/</link>
		<comments>http://video.stoimen.com/2009/06/25/how-gzip-works/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 07:11:10 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[eric higgins]]></category>
		<category><![CDATA[kevin khaw]]></category>

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


No related posts.]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="430" height="300" 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/Mjab_aZsdxw&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="430" height="300" src="http://www.youtube.com/v/Mjab_aZsdxw&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>Overview</h2>
<p><span>This video explains gzip compression between a web server and browser and how using gzip can help improve speed.</span></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/06/25/how-gzip-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

