<?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>Clientcide (Formerly CNET's Clientside) &#187; Manipulating the Dom</title>
	<atom:link href="http://www.clientcide.com/category/code-snippets/manipulating-the-dom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clientcide.com</link>
	<description>Making stuff work on the other side of the request.</description>
	<lastBuildDate>Fri, 06 Jan 2012 17:03:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Element shortcuts for Waiter</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/element-shortcuts-for-waiter/</link>
		<comments>http://www.clientcide.com/code-snippets/manipulating-the-dom/element-shortcuts-for-waiter/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 00:53:02 +0000</pubDate>
		<dc:creator>Aaron N.</dc:creator>
				<category><![CDATA[Code Releases]]></category>
		<category><![CDATA[Manipulating the Dom]]></category>

		<guid isPermaLink="false">http://www.clientcide.com/?p=533</guid>
		<description><![CDATA[For those of you who haven&#8217;t seen my Waiter class, it basically automates the creating of an ajax spinner on a DOM element that&#8217;s being updated by an ajax request (or some other process). It&#8217;s integrated into Request.HTML so you can enable it with a simple option (useWaiter:true), but occasionally I want to use it [...]]]></description>
		<wfw:commentRss>http://www.clientcide.com/code-snippets/manipulating-the-dom/element-shortcuts-for-waiter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ask Clientcide: How do you randomize your header?</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/ask-clientcide-how-do-you-randomize-your-header/</link>
		<comments>http://www.clientcide.com/code-snippets/manipulating-the-dom/ask-clientcide-how-do-you-randomize-your-header/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 19:25:47 +0000</pubDate>
		<dc:creator>Aaron N.</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Manipulating the Dom]]></category>
		<category><![CDATA[Your Questions]]></category>

		<guid isPermaLink="false">http://www.clientcide.com/?p=521</guid>
		<description><![CDATA[I get a lot of emails from people. Sometimes it&#8217;s a charitable soul sending me a bug report (via google code) and, sometimes, an even more charitable soul sending me bug fixes (these are my favorite types of people). Then there&#8217;s the Clientcide google group, which is where I prefer questions about my code go [...]]]></description>
		<wfw:commentRss>http://www.clientcide.com/code-snippets/manipulating-the-dom/ask-clientcide-how-do-you-randomize-your-header/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Selector Sugar for Mootools</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/selector-sugar-for-mootools/</link>
		<comments>http://www.clientcide.com/code-snippets/manipulating-the-dom/selector-sugar-for-mootools/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 18:38:51 +0000</pubDate>
		<dc:creator>Aaron N.</dc:creator>
				<category><![CDATA[Manipulating the Dom]]></category>
		<category><![CDATA[MooTools]]></category>

		<guid isPermaLink="false">http://clientside.cnet.com/code-snippets/manipulating-the-dom/selector-sugar-for-mootools/</guid>
		<description><![CDATA[Mootools contributor Digitarald (i.e. Harald Krischner) posted a while back about Mootools selector goodness that&#8217;s been added. CSS3 selectors arrive and it&#8217;s all nice stuff.
The $$() function in MooTools uses CSS selectors to select Elements from the DOM. Since last week, basic CSS2 was supported, but now the developers added more selector features. Check out [...]]]></description>
		<wfw:commentRss>http://www.clientcide.com/code-snippets/manipulating-the-dom/selector-sugar-for-mootools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CNET javascript update (r90)</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/cnet-javascript-update-r90/</link>
		<comments>http://www.clientcide.com/code-snippets/manipulating-the-dom/cnet-javascript-update-r90/#comments</comments>
		<pubDate>Wed, 16 May 2007 22:50:36 +0000</pubDate>
		<dc:creator>Aaron N.</dc:creator>
				<category><![CDATA[CNET JS Standards]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Manipulating the Dom]]></category>

		<guid isPermaLink="false">http://clientside.cnet.com/code-snippets/manipulating-the-dom/cnet-javascript-update-r90/</guid>
		<description><![CDATA[I released a lot of code today including a bug fix that was probably pestering any of you with r87.

product.picker.js now has no picklets; these are in the implementations/picklets directory
ProductPicker now detects if there is no doctyp and, if not, sets the position of the picker to be fixed (no IE6 support)
small docs update in [...]]]></description>
		<wfw:commentRss>http://www.clientcide.com/code-snippets/manipulating-the-dom/cnet-javascript-update-r90/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>IE and &#8220;Operation Aborted&#8221;</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/</link>
		<comments>http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 00:48:44 +0000</pubDate>
		<dc:creator>Aaron N.</dc:creator>
				<category><![CDATA[Browser Bugs]]></category>
		<category><![CDATA[Manipulating the Dom]]></category>

		<guid isPermaLink="false">http://clientside.cnet.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/</guid>
		<description><![CDATA[Internet Explorer&#8217;s behavior sometimes really, really makes me angry.
We recently rolled out a copy of our javascript libraries after much testing and, a few hours later, discovered a page on our site that IE was barfing on. Specifically, the page would load about half way and then announce that it could not load the page [...]]]></description>
		<wfw:commentRss>http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/feed/</wfw:commentRss>
		<slash:comments>57</slash:comments>
		</item>
		<item>
		<title>Mootools Beginner&#8217;s Example</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/mootools-beginners-example/</link>
		<comments>http://www.clientcide.com/code-snippets/manipulating-the-dom/mootools-beginners-example/#comments</comments>
		<pubDate>Sat, 10 Feb 2007 02:20:56 +0000</pubDate>
		<dc:creator>Aaron N.</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Event Scripting]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Manipulating the Dom]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Visual Effects]]></category>

		<guid isPermaLink="false">http://clientside.cnet.com/code-snippets/manipulating-the-dom/mootools-beginners-example/</guid>
		<description><![CDATA[If you are new to javascript or Mootools, you should:

1) Read the docs
2) Read the Mootools Tutorial
Now, the problem with the Tutorial is that it shows you snippets of how Mootools work, but doesn&#8217;t put them all together to show you how to actually do things on a page.
So in an effort to help people [...]]]></description>
		<wfw:commentRss>http://www.clientcide.com/code-snippets/manipulating-the-dom/mootools-beginners-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mootools 1.0 goes gold, CNET Libraries WikiTorial</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/mootools-10-goes-gold-cnet-libraries-wikitorial/</link>
		<comments>http://www.clientcide.com/code-snippets/manipulating-the-dom/mootools-10-goes-gold-cnet-libraries-wikitorial/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 20:38:19 +0000</pubDate>
		<dc:creator>Aaron N.</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CNET JS Standards]]></category>
		<category><![CDATA[Event Scripting]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Manipulating the Dom]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Visual Effects]]></category>

		<guid isPermaLink="false">http://clientside.cnet.com/code-snippets/manipulating-the-dom/mootools-10-goes-gold-cnet-libraries-wikitorial/</guid>
		<description><![CDATA[Mootools 1.0 is out. Fancy new site design and docs.
We&#8217;ve already refactored all our code for 1.0, though it is not yet released to the CNET site. We&#8217;re entering into QA now&#8230;
I&#8217;ve also released the second part of my wiki tutorial series, this time giving working examples of all the CNET common code. The CNET [...]]]></description>
		<wfw:commentRss>http://www.clientcide.com/code-snippets/manipulating-the-dom/mootools-10-goes-gold-cnet-libraries-wikitorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mootools Primer, CNET Libraries online</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/mootools-primer-cnet-libraries-online/</link>
		<comments>http://www.clientcide.com/code-snippets/manipulating-the-dom/mootools-primer-cnet-libraries-online/#comments</comments>
		<pubDate>Wed, 22 Nov 2006 20:10:31 +0000</pubDate>
		<dc:creator>Aaron N.</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CNET JS Standards]]></category>
		<category><![CDATA[Event Scripting]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Manipulating the Dom]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Visual Effects]]></category>

		<guid isPermaLink="false">http://clientside.cnet.com/code-snippets/manipulating-the-dom/mootools-primer-cnet-libraries-online/</guid>
		<description><![CDATA[Hi gang,
I&#8217;ve been at work on a mootools primer as a tutorial for those who want to use the library but don&#8217;t know a lot about javascript. It&#8217;s replete with working code examples that you can execute right in the browser and see the result.
I&#8217;m aware that the forthcoming version 1.0 of Mootools contains a [...]]]></description>
		<wfw:commentRss>http://www.clientcide.com/code-snippets/manipulating-the-dom/mootools-primer-cnet-libraries-online/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mootools</title>
		<link>http://www.clientcide.com/3rd-party-libraries/mootools/</link>
		<comments>http://www.clientcide.com/3rd-party-libraries/mootools/#comments</comments>
		<pubDate>Tue, 19 Sep 2006 18:55:22 +0000</pubDate>
		<dc:creator>Aaron N.</dc:creator>
				<category><![CDATA['Industry' News]]></category>
		<category><![CDATA[3rd Party Libraries]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Manipulating the Dom]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Visual Effects]]></category>
		<category><![CDATA[moo.fx]]></category>

		<guid isPermaLink="false">http://clientside.cnet.com/?p=157</guid>
		<description><![CDATA[Well crap. 1) I love the mad4milk guys (makers of moo.fx, moo.ajax, moo.dom, prototype.lite). 2) their new framework looks AWESOME. 3) as always, their libraries are SUPER TINY.
But damn, now I have to learn something new, and maybe rewrite a bunch of crap. This is the problem with javascript. Still, when Prototype + Scriptaculous is [...]]]></description>
		<wfw:commentRss>http://www.clientcide.com/3rd-party-libraries/mootools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Article on Writing Custom Iterators for Prototype from Encytemedia</title>
		<link>http://www.clientcide.com/code-snippets/manipulating-the-dom/article-on-writing-custom-iterators-for-prototype-from-encytemedia/</link>
		<comments>http://www.clientcide.com/code-snippets/manipulating-the-dom/article-on-writing-custom-iterators-for-prototype-from-encytemedia/#comments</comments>
		<pubDate>Tue, 11 Jul 2006 19:43:05 +0000</pubDate>
		<dc:creator>Aaron N.</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Manipulating the Dom]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://clientside.cnet.com/code-snippets/manipulating-the-dom/article-on-writing-custom-iterators-for-prototype-from-encytemedia/</guid>
		<description><![CDATA[via ajaxian: read the full article
The DOM can be a painful beast at times.  When you ask for the childNodes of an element, most of the time you&#8217;re just wanting the element nodes only and you&#8217;d like to completely ignore the text nodes.  Using Prototype, you could write something like the code below:
element [...]]]></description>
		<wfw:commentRss>http://www.clientcide.com/code-snippets/manipulating-the-dom/article-on-writing-custom-iterators-for-prototype-from-encytemedia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

