<?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; DOM</title>
	<atom:link href="http://video.stoimen.com/category/dom/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>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>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>Optional HTML tags</title>
		<link>http://video.stoimen.com/2009/06/25/optional-html-tags/</link>
		<comments>http://video.stoimen.com/2009/06/25/optional-html-tags/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 07:20:19 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[DOM]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[jens meiert]]></category>
		<category><![CDATA[kevin khaw]]></category>

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


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/ZSJxhm26lH4&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/ZSJxhm26lH4&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>Overview</h2>
<p>HTML has some tags that are optional and can thus be omitted. In HTML 5, a shorter DOCTYPE and a few other techniques help reducing file size and load time of your HTML documents too.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/06/25/optional-html-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Even Faster Websites</title>
		<link>http://video.stoimen.com/2009/06/12/even-faster-websites/</link>
		<comments>http://video.stoimen.com/2009/06/12/even-faster-websites/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 07:49:42 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[web development]]></category>

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


Related posts:<ol><li><a href='http://video.stoimen.com/2009/05/27/steve-souders-even-faster-websites/' rel='bookmark' title='Permanent Link: Steve Souders &#8211; Even Faster Websites'>Steve Souders &#8211; Even Faster Websites</a></li>
<li><a href='http://video.stoimen.com/2009/04/17/steve-souders-high-performance-web-sites-14-rules-for-faster-pages/' rel='bookmark' title='Permanent Link: Steve Souders: &#8220;High Performance Web Sites: 14 Rules for Faster Pages&#8221;'>Steve Souders: &#8220;High Performance Web Sites: 14 Rules for Faster Pages&#8221;</a></li>
<li><a href='http://video.stoimen.com/2009/04/23/high-performance-websites-nicole-sullivan/' rel='bookmark' title='Permanent Link: High Performance Websites: Nicole Sullivan'>High Performance Websites: Nicole Sullivan</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" 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/aJGC0JSlpPE&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/aJGC0JSlpPE&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>Overview</h2>
<p><span>Steve Souders</p>
<p>Steve is the author of High Performance Web Sites and the creator of YSlow. In this talk, he presents some of the best practices from his next book, including optimizing CSS selectors, flushing the document early, and discovering why 15% of users don&#8217;t get compressed responses.</span></p>


<p>Related posts:<ol><li><a href='http://video.stoimen.com/2009/05/27/steve-souders-even-faster-websites/' rel='bookmark' title='Permanent Link: Steve Souders &#8211; Even Faster Websites'>Steve Souders &#8211; Even Faster Websites</a></li>
<li><a href='http://video.stoimen.com/2009/04/17/steve-souders-high-performance-web-sites-14-rules-for-faster-pages/' rel='bookmark' title='Permanent Link: Steve Souders: &#8220;High Performance Web Sites: 14 Rules for Faster Pages&#8221;'>Steve Souders: &#8220;High Performance Web Sites: 14 Rules for Faster Pages&#8221;</a></li>
<li><a href='http://video.stoimen.com/2009/04/23/high-performance-websites-nicole-sullivan/' rel='bookmark' title='Permanent Link: High Performance Websites: Nicole Sullivan'>High Performance Websites: Nicole Sullivan</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/06/12/even-faster-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX APIs to Navigate User-Generated Content</title>
		<link>http://video.stoimen.com/2009/06/12/ajax-apis-to-navigate-user-generated-content/</link>
		<comments>http://video.stoimen.com/2009/06/12/ajax-apis-to-navigate-user-generated-content/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 07:42:35 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[jon kragh]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[vast rank]]></category>

		<guid isPermaLink="false">http://video.stoimen.com/?p=179</guid>
		<description><![CDATA[AJAX APIs to Navigate User-Generated Content


Related posts:<ol><li><a href='http://video.stoimen.com/2009/06/12/advanced-techniques-ajax-api-playground/' rel='bookmark' title='Permanent Link: Advanced Techniques, AJAX API Playground'>Advanced Techniques, AJAX API Playground</a></li>
<li><a href='http://video.stoimen.com/2009/04/12/douglas-crockford-ajax-performance/' rel='bookmark' title='Permanent Link: Douglas Crockford &#8211; Ajax Performance'>Douglas Crockford &#8211; Ajax Performance</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" 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/LP9-M2zERo4&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/LP9-M2zERo4&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>Overview</h2>
<p><span>Jon Kragh</p>
<p>Vast Rank is a College Ranking &amp; Review website that makes use of several Google APIs to power its unique set of features. This session will dig into the code behind Vast Rank&#8217;s &#8220;Ranking Map&#8221; that provides contextual College Rankings based on what a user has in view on his or her Map. Code examples will be shown utilizing the Google Maps API, the Google Maps Marker Manager, the Google Client Geocoder, and the Google Client Location information exposed by the AJAX API loader. The session will end by discussing future plans to incorporate additional Google API&#8217;s including the Translation API to translate international content, the Languages API to utilize jQuery, and the Google AJAX Search API to improve the user&#8217;s search experience.</span></p>


<p>Related posts:<ol><li><a href='http://video.stoimen.com/2009/06/12/advanced-techniques-ajax-api-playground/' rel='bookmark' title='Permanent Link: Advanced Techniques, AJAX API Playground'>Advanced Techniques, AJAX API Playground</a></li>
<li><a href='http://video.stoimen.com/2009/04/12/douglas-crockford-ajax-performance/' rel='bookmark' title='Permanent Link: Douglas Crockford &#8211; Ajax Performance'>Douglas Crockford &#8211; Ajax Performance</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/06/12/ajax-apis-to-navigate-user-generated-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Charles McCaffieNevile: &#8220;Opera Dragonfly&#8221;</title>
		<link>http://video.stoimen.com/2009/05/27/charles-mccaffienevile-opera-dragonfly/</link>
		<comments>http://video.stoimen.com/2009/05/27/charles-mccaffienevile-opera-dragonfly/#comments</comments>
		<pubDate>Wed, 27 May 2009 13:35:55 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[charles mccaffienevile]]></category>
		<category><![CDATA[dragonfly]]></category>
		<category><![CDATA[opera]]></category>

		<guid isPermaLink="false">http://video.stoimen.com/?p=143</guid>
		<description><![CDATA[Charles McCaffieNevile: "Opera Dragonfly"


No related posts.]]></description>
			<content:encoded><![CDATA[<div><object width="430" height="322"><param name="movie" value="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.40" /><param name="allowFullScreen" value="true" /><param name="AllowScriptAccess" VALUE="always" /><param name="bgcolor" value="#000000" /><param name="flashVars" value="id=13677851&#038;vid=5171793&#038;lang=en-us&#038;intl=us&#038;thumbUrl=http%3A//l.yimg.com/a/p/i/bcst/videosearch/9112/86320859.jpeg&#038;embed=1" /><embed src="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.40" type="application/x-shockwave-flash" width="430" height="322" allowFullScreen="true" AllowScriptAccess="always" bgcolor="#000000" flashVars="id=13677851&#038;vid=5171793&#038;lang=en-us&#038;intl=us&#038;thumbUrl=http%3A//l.yimg.com/a/p/i/bcst/videosearch/9112/86320859.jpeg&#038;embed=1" ></embed></object><br /><a href="http://video.yahoo.com/watch/5171793/13677851">Charles McCaffieNevile: &quot;Opera Dragonfly&quot;</a> @ <a href="http://video.yahoo.com" >Yahoo! Video</a></div>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/05/27/charles-mccaffienevile-opera-dragonfly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YDN Lightning Talks: Tom Hughes-Croucher</title>
		<link>http://video.stoimen.com/2009/05/25/ydn-lightning-talks-tom-hughes-croucher/</link>
		<comments>http://video.stoimen.com/2009/05/25/ydn-lightning-talks-tom-hughes-croucher/#comments</comments>
		<pubDate>Mon, 25 May 2009 14:31:30 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[tom hughes-croucher]]></category>
		<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[YQL]]></category>

		<guid isPermaLink="false">http://video.stoimen.com/?p=136</guid>
		<description><![CDATA[YDN Lightning Talks: Tom Hughes-Croucher


Related posts:<ol><li><a href='http://video.stoimen.com/2009/04/23/ydn-lightning-talks-sadaf-shahsahebi/' rel='bookmark' title='Permanent Link: YDN Lightning Talks: Sadaf Shahsahebi'>YDN Lightning Talks: Sadaf Shahsahebi</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><object width="430" height="330" data="http://d.yimg.com/cosmos.bcst.yahoo.com/up/fop/embedflv/swf/fop.swf?shareEnable=1&amp;id=13605198&amp;autoStart=0&amp;infoEnable=0&amp;shareEnable=0&amp;prepanelEnable=1&amp;carouselEnable=0&amp;postpanelEnable=1" type="application/x-shockwave-flash"><param name="src" value="http://d.yimg.com/cosmos.bcst.yahoo.com/up/fop/embedflv/swf/fop.swf?shareEnable=1&amp;id=13605198&amp;autoStart=0&amp;infoEnable=0&amp;shareEnable=0&amp;prepanelEnable=1&amp;carouselEnable=0&amp;postpanelEnable=1" /></object></p>
<h2>Quote</h2>
<blockquote><p>In our latest YDN Lightning Talk, we have a seat with Tom Hughes-Croucher, an evangelist for Yahoo! developer tools. Tom has worked on front-end engineering for Yahoo! and a number of Accessibility standards for recognized standards bodies such as the World Wide Web consortium and the British Standards Institute. Tom shares about some developer tools he likes to use, including <a href="http://developer.yahoo.com/">YQL</a>.</p></blockquote>


<p>Related posts:<ol><li><a href='http://video.stoimen.com/2009/04/23/ydn-lightning-talks-sadaf-shahsahebi/' rel='bookmark' title='Permanent Link: YDN Lightning Talks: Sadaf Shahsahebi'>YDN Lightning Talks: Sadaf Shahsahebi</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/05/25/ydn-lightning-talks-tom-hughes-croucher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changes to JavaScript, Part 1: EcmaScript 5</title>
		<link>http://video.stoimen.com/2009/05/22/changes-to-javascript-part-1-ecmascript-5/</link>
		<comments>http://video.stoimen.com/2009/05/22/changes-to-javascript-part-1-ecmascript-5/#comments</comments>
		<pubDate>Fri, 22 May 2009 08:22:52 +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[EcmaScript]]></category>
		<category><![CDATA[mark miller]]></category>
		<category><![CDATA[mike samuel]]></category>
		<category><![CDATA[waldemar horwat]]></category>

		<guid isPermaLink="false">http://video.stoimen.com/?p=130</guid>
		<description><![CDATA[Changes to JavaScript, Part 1: EcmaScript 5


No related posts.]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344" data="http://www.youtube.com/v/Kq4FpMe6cRs&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/Kq4FpMe6cRs&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<h2>Overview</h2>
<p><span>Today&#8217;s JavaScript is a decent language for writing small scale scripts. But even for beginners, it has too many minefields between<br />
what beginners learn and what they need to know. And JavaScript is now increasingly used for serious software engineering projects &#8211;<br />
straining to carry a load it was not designed for.<br />
<span id="more-130"></span><br />
After 10 years, the world of JavaScript standards is moving again. The next version, EcmaScript 5, is in &#8220;final draft standard&#8221; status with implementations about to appear. The &#8220;Harmony&#8221; agreement sets the direction for future versions beyond EcmaScript 5. The &#8220;Secure EcmaScript&#8221; working group is working towards an EcmaScript 5 subset suitable for the security needs of inline gadgets, mashups, and more.</p>
<p>In this first talk, we&#8217;ll explain changes in EcmaScript 5, the problems they&#8217;re meant to address, the de-facto standards they codify,<br />
and how these changes are likely to affect web applications.</p>
<p>Waldemar Horwat has been involved with JavaScript standardization and implementation since the 1990&#8217;s when he was working on Netscape&#8217;s implementation. He is a former editor of the standard and wrote parts of the existing ECMAScript Edition 3 standard. He participates in the ECMA TC39 committee and is the Google representative at the ECMA General Assembly.</p>
<p>Mark S. Miller is a research scientist at Google working on Caja, a member of the EcmaScript committee, open source coordinator for the E programming language, a pioneer of agoric (market-based secure distributed) computing, and an architect of the Xanadu hypertext publishing system.</p>
<p>Mike Samuel is an engineer on Caja and a member of the Secure EcmaScript working group. </span></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/05/22/changes-to-javascript-part-1-ecmascript-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Todd Kloots: &#8220;Developing an Accessible Web 2.0 Widget Framework&#8221;</title>
		<link>http://video.stoimen.com/2009/05/19/todd-kloots-developing-an-accessible-web-20-widget-framework/</link>
		<comments>http://video.stoimen.com/2009/05/19/todd-kloots-developing-an-accessible-web-20-widget-framework/#comments</comments>
		<pubDate>Tue, 19 May 2009 06:37:05 +0000</pubDate>
		<dc:creator>stoimen</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[accessible]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[todd koots]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://video.stoimen.com/?p=125</guid>
		<description><![CDATA[Todd Kloots: "Developing an Accessible Web 2.0 Widget Framework"


Related posts:<ol><li><a href='http://video.stoimen.com/2009/12/14/yet-another-talk-from-todd-kloots-accessible-widgets-with-yui-3/' rel='bookmark' title='Permanent Link: Yet another talk from Todd Kloots: Accessible widgets with YUI 3'>Yet another talk from Todd Kloots: Accessible widgets with YUI 3</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div><object width="430" height="322"><param name="movie" value="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.40" /><param name="allowFullScreen" value="true" /><param name="AllowScriptAccess" VALUE="always" /><param name="bgcolor" value="#000000" /><param name="flashVars" value="id=13530238&#038;vid=5100659&#038;lang=en-us&#038;intl=us&#038;thumbUrl=http%3A//l.yimg.com/a/p/i/bcst/videosearch/8952/85765112.jpeg&#038;embed=1" /><embed src="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.40" type="application/x-shockwave-flash" width="430" height="322" allowFullScreen="true" AllowScriptAccess="always" bgcolor="#000000" flashVars="id=13530238&#038;vid=5100659&#038;lang=en-us&#038;intl=us&#038;thumbUrl=http%3A//l.yimg.com/a/p/i/bcst/videosearch/8952/85765112.jpeg&#038;embed=1" ></embed></object><br /><a href="http://video.yahoo.com/watch/5100659/13530238">Todd Kloots: &quot;Developing an Accessible Web 2.0 Widget Framework&quot;</a> @ <a href="http://video.yahoo.com" >Yahoo! Video</a></div>


<p>Related posts:<ol><li><a href='http://video.stoimen.com/2009/12/14/yet-another-talk-from-todd-kloots-accessible-widgets-with-yui-3/' rel='bookmark' title='Permanent Link: Yet another talk from Todd Kloots: Accessible widgets with YUI 3'>Yet another talk from Todd Kloots: Accessible widgets with YUI 3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://video.stoimen.com/2009/05/19/todd-kloots-developing-an-accessible-web-20-widget-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
