<?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: Pretty Web Statistics in SVG</title>
	<atom:link href="http://www.codedread.com/blog/archives/2006/01/12/pretty-web-statistics-in-svg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codedread.com/blog/archives/2006/01/12/pretty-web-statistics-in-svg/</link>
	<description></description>
	<lastBuildDate>Wed, 17 Mar 2010 15:16:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Golden Ratio</title>
		<link>http://www.codedread.com/blog/archives/2006/01/12/pretty-web-statistics-in-svg/comment-page-1/#comment-334</link>
		<dc:creator>Golden Ratio</dc:creator>
		<pubDate>Mon, 11 Jan 2010 01:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=205#comment-334</guid>
		<description>It&#039;s easy enough to find browser stats for Flash and JavaScript.
Where are the SVG stats?
Can&#039;t be that uncommon since wikipedia uses them extensively.</description>
		<content:encoded><![CDATA[<p>It&#8217;s easy enough to find browser stats for Flash and JavaScript.<br />
Where are the SVG stats?<br />
Can&#8217;t be that uncommon since wikipedia uses them extensively.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Archatas</title>
		<link>http://www.codedread.com/blog/archives/2006/01/12/pretty-web-statistics-in-svg/comment-page-1/#comment-333</link>
		<dc:creator>Archatas</dc:creator>
		<pubDate>Sun, 26 Mar 2006 00:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=205#comment-333</guid>
		<description>Very impressive. Maybe I will dive into SVG technologies as well..</description>
		<content:encoded><![CDATA[<p>Very impressive. Maybe I will dive into SVG technologies as well..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schiller</title>
		<link>http://www.codedread.com/blog/archives/2006/01/12/pretty-web-statistics-in-svg/comment-page-1/#comment-332</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Sun, 22 Jan 2006 04:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=205#comment-332</guid>
		<description>http://www.lysator.liu.se/~jhs/gfx/svg/codedread.com/graph.svg looks awesome, by the way!  Thanks!</description>
		<content:encoded><![CDATA[<p><a href="http://www.lysator.liu.se/~jhs/gfx/svg/codedread.com/graph.svg" rel="nofollow">http://www.lysator.liu.se/~jhs/gfx/svg/codedread.com/graph.svg</a> looks awesome, by the way!  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schiller</title>
		<link>http://www.codedread.com/blog/archives/2006/01/12/pretty-web-statistics-in-svg/comment-page-1/#comment-331</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Sun, 22 Jan 2006 04:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=205#comment-331</guid>
		<description>Johan,

Thanks I saw your comment in the moderation queue only after I responded at your blog.  One thing you should be aware:  The Mozilla trunk build currently has patches for textPath and some filters, so things are progressing, we&#039;ll see it in the next major version of Firefox (most likely 3.0).

Regards,
Jeff</description>
		<content:encoded><![CDATA[<p>Johan,</p>
<p>Thanks I saw your comment in the moderation queue only after I responded at your blog.  One thing you should be aware:  The Mozilla trunk build currently has patches for textPath and some filters, so things are progressing, we&#8217;ll see it in the next major version of Firefox (most likely 3.0).</p>
<p>Regards,<br />
Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan Sundström</title>
		<link>http://www.codedread.com/blog/archives/2006/01/12/pretty-web-statistics-in-svg/comment-page-1/#comment-330</link>
		<dc:creator>Johan Sundström</dc:creator>
		<pubDate>Thu, 19 Jan 2006 10:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=205#comment-330</guid>
		<description>I played a bit (okay, rather a lot, actually) with your code to get it a little closer to the original, and to move most of the styling attributes to a chunk of CSS; have a look at the &lt;a href=&quot;http://www.lysator.liu.se/~jhs/gfx/svg/codedread.com/graph.svg&quot; rel=&quot;nofollow&quot;&gt;updated version&lt;/a&gt;. It shouldn&#039;t be hard to migrate this back to your own codebase, I think, should you want to.

The &lt;a href=&quot;http://developer.mozilla.org/en/docs/SVG_in_Firefox_1.5#Element_implementation_status&quot; rel=&quot;nofollow&quot;&gt;Mozilla development front&lt;/a&gt; doesn&#039;t have filters yet, nor text-shadow, nor does the latest 1.5 handle &lt;a href=&quot;http://www.w3.org/TR/SVG11/images/text/toap01.svg&quot; rel=&quot;nofollow&quot;&gt;textPath&lt;/a&gt; elements &lt;a href=&quot;http://www.w3.org/TR/SVG11/images/text/toap01.png&quot; rel=&quot;nofollow&quot;&gt;properly&lt;/a&gt;, so I believe this is about as close as one get at the moment. Well, apart from the colors, which could be better; I picked the wrong set, so they look a little washed out.</description>
		<content:encoded><![CDATA[<p>I played a bit (okay, rather a lot, actually) with your code to get it a little closer to the original, and to move most of the styling attributes to a chunk of CSS; have a look at the <a href="http://www.lysator.liu.se/~jhs/gfx/svg/codedread.com/graph.svg" rel="nofollow">updated version</a>. It shouldn&#8217;t be hard to migrate this back to your own codebase, I think, should you want to.</p>
<p>The <a href="http://developer.mozilla.org/en/docs/SVG_in_Firefox_1.5#Element_implementation_status" rel="nofollow">Mozilla development front</a> doesn&#8217;t have filters yet, nor text-shadow, nor does the latest 1.5 handle <a href="http://www.w3.org/TR/SVG11/images/text/toap01.svg" rel="nofollow">textPath</a> elements <a href="http://www.w3.org/TR/SVG11/images/text/toap01.png" rel="nofollow">properly</a>, so I believe this is about as close as one get at the moment. Well, apart from the colors, which could be better; I picked the wrong set, so they look a little washed out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schiller</title>
		<link>http://www.codedread.com/blog/archives/2006/01/12/pretty-web-statistics-in-svg/comment-page-1/#comment-329</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Wed, 18 Jan 2006 16:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=205#comment-329</guid>
		<description>Thanks for the comments, Jonathan.  Your suggestions are in &quot;the queue&quot;... ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the comments, Jonathan.  Your suggestions are in &#8220;the queue&#8221;&#8230; <img src='http://www.codedread.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Watt</title>
		<link>http://www.codedread.com/blog/archives/2006/01/12/pretty-web-statistics-in-svg/comment-page-1/#comment-328</link>
		<dc:creator>Jonathan Watt</dc:creator>
		<pubDate>Wed, 18 Jan 2006 16:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=205#comment-328</guid>
		<description>Very nice! I have a request to make it even nicer: can you allow dragging along the timeline instead of just clicking? (I also think it would be better if the pie chart started at 12 o&#039;clock rather than 9 o&#039;clock.)</description>
		<content:encoded><![CDATA[<p>Very nice! I have a request to make it even nicer: can you allow dragging along the timeline instead of just clicking? (I also think it would be better if the pie chart started at 12 o&#8217;clock rather than 9 o&#8217;clock.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Schiller</title>
		<link>http://www.codedread.com/blog/archives/2006/01/12/pretty-web-statistics-in-svg/comment-page-1/#comment-327</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Tue, 17 Jan 2006 02:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=205#comment-327</guid>
		<description>SVG Filters:  Yeah, I could put in some drop shadows and whatnot, but it would &quot;only&quot; show up in ASV at the moment.  To me, it&#039;s not worth it at present so I haven&#039;t investigated them too far.  I&#039;m more of a programmer than an artist anyway.  And it&#039;s my opinion you can get by with &quot;cheating&quot; and using gradients and opacity for some of the effects.

XSLT:  What I really meant was a more maintainable solution rather than a mess of PHP code.  At least this is what I&#039;ve heard about XSLT from colleagues.  E4X looks good but browser support is spotty.</description>
		<content:encoded><![CDATA[<p>SVG Filters:  Yeah, I could put in some drop shadows and whatnot, but it would &#8220;only&#8221; show up in ASV at the moment.  To me, it&#8217;s not worth it at present so I haven&#8217;t investigated them too far.  I&#8217;m more of a programmer than an artist anyway.  And it&#8217;s my opinion you can get by with &#8220;cheating&#8221; and using gradients and opacity for some of the effects.</p>
<p>XSLT:  What I really meant was a more maintainable solution rather than a mess of PHP code.  At least this is what I&#8217;ve heard about XSLT from colleagues.  E4X looks good but browser support is spotty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan Sundström</title>
		<link>http://www.codedread.com/blog/archives/2006/01/12/pretty-web-statistics-in-svg/comment-page-1/#comment-326</link>
		<dc:creator>Johan Sundström</dc:creator>
		<pubDate>Tue, 17 Jan 2006 01:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=205#comment-326</guid>
		<description>If tedium is what you are trying to avoid, XSLT will not come as a great saviour in that department. I would recommend taking a peek at E4X (ecmascript for xml), though, which is a coming attraction that makes xml creation in javascript almost blissful. (Or trying out Ruby, if you are going to deploy it server side.)</description>
		<content:encoded><![CDATA[<p>If tedium is what you are trying to avoid, XSLT will not come as a great saviour in that department. I would recommend taking a peek at E4X (ecmascript for xml), though, which is a coming attraction that makes xml creation in javascript almost blissful. (Or trying out Ruby, if you are going to deploy it server side.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan Sundström</title>
		<link>http://www.codedread.com/blog/archives/2006/01/12/pretty-web-statistics-in-svg/comment-page-1/#comment-325</link>
		<dc:creator>Johan Sundström</dc:creator>
		<pubDate>Tue, 17 Jan 2006 00:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codedread.com/?p=205#comment-325</guid>
		<description>Not a bad start, and what it may lack in aesthetics it at least in part makes up for in interactivity. Have you not played anything with SVG&#039;s &lt;a href=&quot;http://www.w3.org/TR/SVG/filters.html&quot; rel=&quot;nofollow&quot;&gt;filters&lt;/a&gt; yet, or should I perhaps rather ask if you have played with them and deemed present browser support for them shaky at best?</description>
		<content:encoded><![CDATA[<p>Not a bad start, and what it may lack in aesthetics it at least in part makes up for in interactivity. Have you not played anything with SVG&#8217;s <a href="http://www.w3.org/TR/SVG/filters.html" rel="nofollow">filters</a> yet, or should I perhaps rather ask if you have played with them and deemed present browser support for them shaky at best?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
