<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Setting Up Elements</title>
	<atom:link href="http://mootools.net/blog/2010/06/10/setting-up-elements/feed/" rel="self" type="application/rss+xml" />
	<link>http://mootools.net/blog/2010/06/10/setting-up-elements/</link>
	<description>The Blog</description>
	<lastBuildDate>Mon, 20 May 2013 09:32:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: con</title>
		<link>http://mootools.net/blog/2010/06/10/setting-up-elements/comment-page-1/#comment-1134</link>
		<dc:creator>con</dc:creator>
		<pubDate>Mon, 14 Jun 2010 12:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=982#comment-1134</guid>
		<description>&lt;p&gt;Thanks Sean, this looks very useful.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Sean, this looks very useful.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sean McArthur</title>
		<link>http://mootools.net/blog/2010/06/10/setting-up-elements/comment-page-1/#comment-1132</link>
		<dc:creator>Sean McArthur</dc:creator>
		<pubDate>Sat, 12 Jun 2010 20:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=982#comment-1132</guid>
		<description>&lt;p&gt;@con: I don&#039;t know of much that will help you to find memory leaks other than to leave the browser open for a while and watch if it&#039;s memory usages has steadily gained in the Task Manager.&lt;/p&gt;

&lt;p&gt;The main culprit is, of course, Internet Explorer. The memory leak is explained well &lt;a href=&quot;http://www.jibbering.com/faq/notes/closures/#clMem&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;http://www.ibm.com/developerworks/web/library/wa-memleak/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. They touch on the issue IE has with garbage collecting objects with circular references.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@con: I don&#8217;t know of much that will help you to find memory leaks other than to leave the browser open for a while and watch if it&#8217;s memory usages has steadily gained in the Task Manager.</p>

<p>The main culprit is, of course, Internet Explorer. The memory leak is explained well <a href="http://www.jibbering.com/faq/notes/closures/#clMem" rel="nofollow">here</a> and <a href="http://www.ibm.com/developerworks/web/library/wa-memleak/" rel="nofollow">here</a>. They touch on the issue IE has with garbage collecting objects with circular references.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy</title>
		<link>http://mootools.net/blog/2010/06/10/setting-up-elements/comment-page-1/#comment-1131</link>
		<dc:creator>Timothy</dc:creator>
		<pubDate>Sat, 12 Jun 2010 13:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=982#comment-1131</guid>
		<description>&lt;p&gt;Pretty cool. Going to try these out soon.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Pretty cool. Going to try these out soon.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: con</title>
		<link>http://mootools.net/blog/2010/06/10/setting-up-elements/comment-page-1/#comment-1130</link>
		<dc:creator>con</dc:creator>
		<pubDate>Sat, 12 Jun 2010 09:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=982#comment-1130</guid>
		<description>&lt;p&gt;Thanks for this great article! I use a lot of direct referencing with elements the way you describe as bad practice: el.prop = { someEl: el } instead of el.store(..) (mostly because of lazyness :) it&#039;s quicker to write ;) - Is there a way to find (possible) memory leaks easily? I suggest they also depend on different browsers and how good their garbage collection is working?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for this great article! I use a lot of direct referencing with elements the way you describe as bad practice: el.prop = { someEl: el } instead of el.store(..) (mostly because of lazyness :) it&#8217;s quicker to write ;) - Is there a way to find (possible) memory leaks easily? I suggest they also depend on different browsers and how good their garbage collection is working?</p>]]></content:encoded>
	</item>
</channel>
</rss>
