<?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>3DM Design &#187; DOM</title>
	<atom:link href="http://3dmdesign.com/programming/dom/feed" rel="self" type="application/rss+xml" />
	<link>http://3dmdesign.com</link>
	<description>JavaScript and Ruby on Rails Web Applications</description>
	<lastBuildDate>Wed, 02 Mar 2011 01:36:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>JavaScript Event Delegation</title>
		<link>http://3dmdesign.com/development/javascript-event-delegation</link>
		<comments>http://3dmdesign.com/development/javascript-event-delegation#comments</comments>
		<pubDate>Sat, 21 Jun 2008 02:35:30 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Bubbling]]></category>
		<category><![CDATA[Delegation]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://dev-journal.3dmdesign.com/?p=40</guid>
		<description><![CDATA[Coding interactive behavior into &#8220;dumb&#8221; HTML elements is one of the basic scenarios for JavaScript use. The standard method is usually to hunt through the DOM looking for elements of a certain id or class and attach an event handler function directly to each one. For most types of events, there&#8217;s a better way: Event [...]]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/javascript-event-delegation/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JavaScript Check All Checkboxes</title>
		<link>http://3dmdesign.com/development/javascript-check-all-checkboxes</link>
		<comments>http://3dmdesign.com/development/javascript-check-all-checkboxes#comments</comments>
		<pubDate>Thu, 26 Apr 2007 02:34:55 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://3dmdesign.com/dev-journal/javascript/javascript-check-all-checkboxes</guid>
		<description><![CDATA[Ever use a site with too many checkboxes you really needed to check, without having to click each individually? Did they forget to include a check all button? A bit of code to check all checkboxes (works across frames too) can save some time!]]></description>
		<wfw:commentRss>http://3dmdesign.com/development/javascript-check-all-checkboxes/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>

