<?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: Optimizing My SVG Snow</title>
	<atom:link href="http://www.codedread.com/blog/archives/2006/01/03/optimizing-my-svg-snow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codedread.com/blog/archives/2006/01/03/optimizing-my-svg-snow/</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: Paul</title>
		<link>http://www.codedread.com/blog/archives/2006/01/03/optimizing-my-svg-snow/comment-page-1/#comment-308</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 07 Jan 2006 13:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=200#comment-308</guid>
		<description>Hooray, it&#039;s snowing;-)

Firefox is back at 94% cpu. Since your svg file is sort of minimalistic, and all the ongoing drawing is done by script, a &#039;canvas&#039; solution probably wouldn&#039;t do worse? Well, I&#039;d probably expect that canvas vector drawing will present some kind of lowest denominator for simple browser based graphing (eg. map directions, stock charts, ...)? Still unpleasant, but at least no plugin penalty. Make sure you check http://me.eae.net/stuff/iecanvas/demo.html. In fairness I should mention A. Quint&#039;s (only related) earlier work as well (http://fuchsia-design.com/CanvaSVG/).</description>
		<content:encoded><![CDATA[<p>Hooray, it&#8217;s snowing;-)</p>
<p>Firefox is back at 94% cpu. Since your svg file is sort of minimalistic, and all the ongoing drawing is done by script, a &#8216;canvas&#8217; solution probably wouldn&#8217;t do worse? Well, I&#8217;d probably expect that canvas vector drawing will present some kind of lowest denominator for simple browser based graphing (eg. map directions, stock charts, &#8230;)? Still unpleasant, but at least no plugin penalty. Make sure you check <a href="http://me.eae.net/stuff/iecanvas/demo.html" rel="nofollow">http://me.eae.net/stuff/iecanvas/demo.html</a>. In fairness I should mention A. Quint&#8217;s (only related) earlier work as well (<a href="http://fuchsia-design.com/CanvaSVG/" rel="nofollow">http://fuchsia-design.com/CanvaSVG/</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schiller</title>
		<link>http://www.codedread.com/blog/archives/2006/01/03/optimizing-my-svg-snow/comment-page-1/#comment-307</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Sat, 07 Jan 2006 04:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=200#comment-307</guid>
		<description>Ok, I must have forgotten to test the last iteration with ASV 3.03.  Sorry about that, it&#039;s been restored now and you should see some snow...</description>
		<content:encoded><![CDATA[<p>Ok, I must have forgotten to test the last iteration with ASV 3.03.  Sorry about that, it&#8217;s been restored now and you should see some snow&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schiller</title>
		<link>http://www.codedread.com/blog/archives/2006/01/03/optimizing-my-svg-snow/comment-page-1/#comment-306</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Sat, 07 Jan 2006 02:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=200#comment-306</guid>
		<description>That is really odd, since I thought I tested in asv 3.03 as well as asv 6 tp1... maybe what I thought was asv 3.03 was really asv 6 tp1?  Anyway, the above script definitely works in

It&#039;s a shame too, because I had been using getAttributeNS(null, &quot;cy&quot;, ...) without a problem but I thought I&#039;d try to optimize by using baseVal.  I&#039;ll have to revert that change for asv 3.03...</description>
		<content:encoded><![CDATA[<p>That is really odd, since I thought I tested in asv 3.03 as well as asv 6 tp1&#8230; maybe what I thought was asv 3.03 was really asv 6 tp1?  Anyway, the above script definitely works in</p>
<p>It&#8217;s a shame too, because I had been using getAttributeNS(null, &#8220;cy&#8221;, &#8230;) without a problem but I thought I&#8217;d try to optimize by using baseVal.  I&#8217;ll have to revert that change for asv 3.03&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.codedread.com/blog/archives/2006/01/03/optimizing-my-svg-snow/comment-page-1/#comment-305</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 06 Jan 2006 21:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=200#comment-305</guid>
		<description>Jeff,
my everyday browser is called &#039;RSS Bandit&#039;;-)  Seriously , there&#039;s no snow with ie+asv &#039;3.03, Build 94&#039;.
It&#039;s dirty work to write svg scripts that smells good to asv and ff at the same time:-((  Eg. in asv createElementNS(SVGNS, &quot;circle&quot;) will create an &#039;Element&#039;. You can&#039;t expect a circle cy attribute from an Element. You can not access attributes in asv like &#039;this.elem.cy.baseVal.value=..&#039; (this.elem.setAttributeNS(null, &quot;cy&quot;, ..)), etcpp...</description>
		<content:encoded><![CDATA[<p>Jeff,<br />
my everyday browser is called &#8216;RSS Bandit&#8217;;-)  Seriously , there&#8217;s no snow with ie+asv &#8217;3.03, Build 94&#8242;.<br />
It&#8217;s dirty work to write svg scripts that smells good to asv and ff at the same time:-((  Eg. in asv createElementNS(SVGNS, &#8220;circle&#8221;) will create an &#8216;Element&#8217;. You can&#8217;t expect a circle cy attribute from an Element. You can not access attributes in asv like &#8216;this.elem.cy.baseVal.value=..&#8217; (this.elem.setAttributeNS(null, &#8220;cy&#8221;, ..)), etcpp&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schiller</title>
		<link>http://www.codedread.com/blog/archives/2006/01/03/optimizing-my-svg-snow/comment-page-1/#comment-304</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Fri, 06 Jan 2006 03:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=200#comment-304</guid>
		<description>Ok, for those with IE, please make sure you have downloaded the Adobe SVG Viewer (ASV) located at http://www.adobe.com/svg/main.html</description>
		<content:encoded><![CDATA[<p>Ok, for those with IE, please make sure you have downloaded the Adobe SVG Viewer (ASV) located at <a href="http://www.adobe.com/svg/main.html" rel="nofollow">http://www.adobe.com/svg/main.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Cox</title>
		<link>http://www.codedread.com/blog/archives/2006/01/03/optimizing-my-svg-snow/comment-page-1/#comment-303</link>
		<dc:creator>Don Cox</dc:creator>
		<pubDate>Thu, 05 Jan 2006 23:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=200#comment-303</guid>
		<description>Not snowing here, either, and I&#039;d really like to see it!!

I&#039;m in way over my head in this coding, I&#039;m not a developer (yet...), but hope to be there soon.

Using IE 6.0.2800.1106 - no plug in installed.

Thanks for the tutorial, now off to school!!</description>
		<content:encoded><![CDATA[<p>Not snowing here, either, and I&#8217;d really like to see it!!</p>
<p>I&#8217;m in way over my head in this coding, I&#8217;m not a developer (yet&#8230;), but hope to be there soon.</p>
<p>Using IE 6.0.2800.1106 &#8211; no plug in installed.</p>
<p>Thanks for the tutorial, now off to school!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schiller</title>
		<link>http://www.codedread.com/blog/archives/2006/01/03/optimizing-my-svg-snow/comment-page-1/#comment-302</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Thu, 05 Jan 2006 21:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=200#comment-302</guid>
		<description>Paul can you tell me what browser (and plugin if appropriate) you are using?</description>
		<content:encoded><![CDATA[<p>Paul can you tell me what browser (and plugin if appropriate) you are using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.codedread.com/blog/archives/2006/01/03/optimizing-my-svg-snow/comment-page-1/#comment-301</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 05 Jan 2006 19:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=200#comment-301</guid>
		<description>Well, doesn&#039;t snow at my place: &#039;this.elem.cy.baseval&#039; is null or not an object (line 131)...</description>
		<content:encoded><![CDATA[<p>Well, doesn&#8217;t snow at my place: &#8216;this.elem.cy.baseval&#8217; is null or not an object (line 131)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauriat</title>
		<link>http://www.codedread.com/blog/archives/2006/01/03/optimizing-my-svg-snow/comment-page-1/#comment-300</link>
		<dc:creator>Mauriat</dc:creator>
		<pubDate>Wed, 04 Jan 2006 13:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=200#comment-300</guid>
		<description>Much better!!! About 5-10% CPU. You should know, that when it comes to resource consumption, I&#039;m very conservative.

Happy New Year! :-D</description>
		<content:encoded><![CDATA[<p>Much better!!! About 5-10% CPU. You should know, that when it comes to resource consumption, I&#8217;m very conservative.</p>
<p>Happy New Year! <img src='http://www.codedread.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schiller</title>
		<link>http://www.codedread.com/blog/archives/2006/01/03/optimizing-my-svg-snow/comment-page-1/#comment-299</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Wed, 04 Jan 2006 01:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=200#comment-299</guid>
		<description>It&#039;s just a constant.  I had sped it up to watch the snow accumulate, but in my next iteration I&#039;ll slow it down again.</description>
		<content:encoded><![CDATA[<p>It&#8217;s just a constant.  I had sped it up to watch the snow accumulate, but in my next iteration I&#8217;ll slow it down again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

