<?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: Top 10 Things To Fix for Firefox&#8217;s SVG Implementation</title>
	<atom:link href="http://www.codedread.com/blog/archives/2005/12/13/top-10-things-to-fix-for-firefoxs-svg-implementation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codedread.com/blog/archives/2005/12/13/top-10-things-to-fix-for-firefoxs-svg-implementation/</link>
	<description></description>
	<lastBuildDate>Tue, 17 Jan 2012 21:56:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jeff Schiller</title>
		<link>http://www.codedread.com/blog/archives/2005/12/13/top-10-things-to-fix-for-firefoxs-svg-implementation/comment-page-1/#comment-277</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Mon, 27 Feb 2006 22:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=187#comment-277</guid>
		<description>Oh, I was doing something rather silly that I hesitate to even mention out of sheer embarassment.

Every time a Tetris block fell, I was removing it from the DOM (removeChild) and adding it to a new cell in the grid (appendChild).  This was horribly inefficient and seemed to trigger some Moz memory leak after some time (though I couldn&#039;t consistently reproduce it).</description>
		<content:encoded><![CDATA[<p>Oh, I was doing something rather silly that I hesitate to even mention out of sheer embarassment.</p>
<p>Every time a Tetris block fell, I was removing it from the DOM (removeChild) and adding it to a new cell in the grid (appendChild).  This was horribly inefficient and seemed to trigger some Moz memory leak after some time (though I couldn&#8217;t consistently reproduce it).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Plush</title>
		<link>http://www.codedread.com/blog/archives/2005/12/13/top-10-things-to-fix-for-firefoxs-svg-implementation/comment-page-1/#comment-276</link>
		<dc:creator>Jim Plush</dc:creator>
		<pubDate>Mon, 27 Feb 2006 21:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=187#comment-276</guid>
		<description>Nice list, I&#039;m currently trying to get SVG running on Moz and noticing some glaring differences in the Adobe plugin rendering and the Moz rendering. You mentioned your perfomance tweak. What did you have to tweak to fix the DOM scripting performance in Moz?
thanks again</description>
		<content:encoded><![CDATA[<p>Nice list, I&#8217;m currently trying to get SVG running on Moz and noticing some glaring differences in the Adobe plugin rendering and the Moz rendering. You mentioned your perfomance tweak. What did you have to tweak to fix the DOM scripting performance in Moz?<br />
thanks again</p>
]]></content:encoded>
	</item>
</channel>
</rss>

