<?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>Lojic Technologies Blog &#187; dom</title>
	<atom:link href="http://lojic.com/blog/tag/dom/feed/" rel="self" type="application/rss+xml" />
	<link>http://lojic.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 25 Nov 2011 20:12:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Douglas Crockford: Theory of the DOM</title>
		<link>http://lojic.com/blog/2007/05/17/douglas-crockford-theory-of-the-dom/</link>
		<comments>http://lojic.com/blog/2007/05/17/douglas-crockford-theory-of-the-dom/#comments</comments>
		<pubDate>Fri, 18 May 2007 00:04:48 +0000</pubDate>
		<dc:creator>Brian Adkins</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://lojic.com/blog/?p=76</guid>
		<description><![CDATA[Here&#8217;s a set of 3 videos by Douglas Crockford on the DOM that were in between his JavaScript and Advanced JavaScript presentations. Pretty basic material, but you may find a few helpful hints. A few comments:

Comment hack for JavaScript hasn&#8217;t been necessary for 10 years!
language=javascript has been deprecated
type=&#8217;text/javascript&#8217; is ignored if you use the src [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a set of 3 videos by Douglas Crockford on the DOM that were in between his JavaScript and Advanced JavaScript presentations. Pretty basic material, but you may find a few helpful hints. A few comments:</p>
<ol>
<li><strong>Comment hack</strong> for JavaScript hasn&#8217;t been necessary for 10 years!</li>
<li><strong>language=javascript</strong> has been deprecated</li>
<li><strong>type=&#8217;text/javascript&#8217;</strong> is ignored if you use the src attribute</li>
<li>remove any event handlers of a node before deleting it due to <strong>MS garbage collection incompetencies</strong></li>
<li>avoid <strong>trickling, bubbling</strong> is where the action is</li>
</ol>
<p><a href="http://video.yahoo.com/video/play?vid=111582">Theory of the DOM Part 1 of 3</a></p>
<p><a href="http://video.yahoo.com/video/play?vid=111583">Theory of the DOM Part 2 of 3</a></p>
<p><a href="http://video.yahoo.com/video/play?vid=111584">Theory of the DOM Part 3 of 3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lojic.com/blog/2007/05/17/douglas-crockford-theory-of-the-dom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

