<?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"
	>
<channel>
	<title>Comments on: Scalable Vector Graphics</title>
	<atom:link href="http://www.sitepoint.com/blogs/2004/10/28/scalable-vector-graphics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2004/10/28/scalable-vector-graphics/</link>
	<description></description>
	<pubDate>Sun, 07 Sep 2008 14:04:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Simon Mackie</title>
		<link>http://www.sitepoint.com/blogs/2004/10/28/scalable-vector-graphics/#comment-4893</link>
		<dc:creator>Simon Mackie</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-4893</guid>
		<description>&lt;p&gt;I played with SVG right at the very when the SVG 1.0 rec was released. In a browser, being able to manipute the vectors via the DOM on the screen was cool. But, to be honest, the resulting files are only really machine-readable, so a binary format, like Flash, is a much better choice for this type of application.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I played with SVG right at the very when the SVG 1.0 rec was released. In a browser, being able to manipute the vectors via the DOM on the screen was cool. But, to be honest, the resulting files are only really machine-readable, so a binary format, like Flash, is a much better choice for this type of application.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bwarrene</title>
		<link>http://www.sitepoint.com/blogs/2004/10/28/scalable-vector-graphics/#comment-4894</link>
		<dc:creator>bwarrene</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-4894</guid>
		<description>&lt;p&gt;The item to keep in mind is the open standard and flexibility of xml - being able to hook into any number of back end systems with more graphical and sophisticated UI's for end users as demands go higher on the web (or for that matter browser based desktop) applications.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>The item to keep in mind is the open standard and flexibility of xml - being able to hook into any number of back end systems with more graphical and sophisticated UI&#8217;s for end users as demands go higher on the web (or for that matter browser based desktop) applications.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Cam</title>
		<link>http://www.sitepoint.com/blogs/2004/10/28/scalable-vector-graphics/#comment-4895</link>
		<dc:creator>Cam</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-4895</guid>
		<description>&lt;p&gt;Urchin stats uses SVG to create some nice traffic graphs, just a FYI for people who may run Urchin but not sure what SVG is :)&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Urchin stats uses SVG to create some nice traffic graphs, just a FYI for people who may run Urchin but not sure what SVG is :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas C. Zakas</title>
		<link>http://www.sitepoint.com/blogs/2004/10/28/scalable-vector-graphics/#comment-4896</link>
		<dc:creator>Nicholas C. Zakas</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-4896</guid>
		<description>&lt;p&gt;I've also used SVG for doing drill-down charting in Web applications. The problem I ran in to is actually cross-platform support and cross-browser support. The Adobe SVG viewer only works in Internet Explorer (Windows and Mac) and Netscape 4.x (all systems)...it does not work on Mozilla on any platform. Even if you spoof the installer by using the "fake Netscape 4.x" approach, the plugin crashes Mozilla.&lt;/p&gt;

&lt;p&gt;You can try using the Corel SVG Viewer as well. It's not as full-featured, but it is possible (though not easy) to install it into Mozilla using the fake Netscape 4.x method.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I&#8217;ve also used SVG for doing drill-down charting in Web applications. The problem I ran in to is actually cross-platform support and cross-browser support. The Adobe SVG viewer only works in Internet Explorer (Windows and Mac) and Netscape 4.x (all systems)&#8230;it does not work on Mozilla on any platform. Even if you spoof the installer by using the &#8220;fake Netscape 4.x&#8221; approach, the plugin crashes Mozilla.</p>
<p>You can try using the Corel SVG Viewer as well. It&#8217;s not as full-featured, but it is possible (though not easy) to install it into Mozilla using the fake Netscape 4.x method.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bwarrene</title>
		<link>http://www.sitepoint.com/blogs/2004/10/28/scalable-vector-graphics/#comment-4897</link>
		<dc:creator>bwarrene</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-4897</guid>
		<description>&lt;p&gt;Yes - I am running into the same issue - however - there remains a movement to get Mozilla natively supporting SVG.  I only hope the bug gets caught (in a good way!) on OS X as well.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Yes - I am running into the same issue - however - there remains a movement to get Mozilla natively supporting SVG.  I only hope the bug gets caught (in a good way!) on OS X as well.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: xhtmlcoder</title>
		<link>http://www.sitepoint.com/blogs/2004/10/28/scalable-vector-graphics/#comment-4898</link>
		<dc:creator>xhtmlcoder</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-4898</guid>
		<description>&lt;p&gt;Yes, if only SVG were implemented on more systems. &lt;/p&gt;

&lt;p&gt;The easiest way to get it to work on Mozilla Firebird without it crashing the browser was to download the 'Adobe SVG Viewer 6.0' beta.&lt;/p&gt;

&lt;p&gt;I pray for when it becomes native.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Yes, if only SVG were implemented on more systems. </p>
<p>The easiest way to get it to work on Mozilla Firebird without it crashing the browser was to download the &#8216;Adobe SVG Viewer 6.0&#8242; beta.</p>
<p>I pray for when it becomes native.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bwarrene</title>
		<link>http://www.sitepoint.com/blogs/2004/10/28/scalable-vector-graphics/#comment-4899</link>
		<dc:creator>bwarrene</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-4899</guid>
		<description>&lt;p&gt;Just &lt;a href="http://www.litux.org/wiki/SVGHowTo"&gt;found this today&lt;/a&gt; from &lt;a href="http://www.taoofmac.com"&gt;Rui's Tao of Mac&lt;/a&gt; as a nice follow up to my original post on SVG.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Just <a href="http://www.litux.org/wiki/SVGHowTo">found this today</a> from <a href="http://www.taoofmac.com">Rui&#8217;s Tao of Mac</a> as a nice follow up to my original post on SVG.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: stelt</title>
		<link>http://www.sitepoint.com/blogs/2004/10/28/scalable-vector-graphics/#comment-4900</link>
		<dc:creator>stelt</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-4900</guid>
		<description>&lt;p&gt;Blane:&lt;br /&gt;
Though i really like the Adobe SVG examples, there really are better, also publicly available on the web. have fun surfing. try svgx.org , svg.org , svgopen.org&lt;/p&gt;

&lt;p&gt;Simon:&lt;br /&gt;
You don't have to look at the source, just use a drawing tool (most support SVG). Lots of people work with the code cause they want to, cause it gives them extra options or just plain developing efficiency. Pointing to Flash when talking binary format makes me wonder if you really know what advantages is has for SVG to be an open format compared to Flash being owned by Macromedia&lt;/p&gt;

&lt;p&gt;Nicholas:&lt;br /&gt;
try &lt;br /&gt;
http://plugindoc.mozdev.org/windows1.html#AdobeSVG&lt;br /&gt;
and&lt;br /&gt;
http://www.adobe.com/svg/viewer/install/main.html&lt;/p&gt;

&lt;p&gt;I want one of these: http://svg.org/special/svg_phones&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Blane:<br />
Though i really like the Adobe SVG examples, there really are better, also publicly available on the web. have fun surfing. try svgx.org , svg.org , svgopen.org</p>
<p>Simon:<br />
You don&#8217;t have to look at the source, just use a drawing tool (most support SVG). Lots of people work with the code cause they want to, cause it gives them extra options or just plain developing efficiency. Pointing to Flash when talking binary format makes me wonder if you really know what advantages is has for SVG to be an open format compared to Flash being owned by Macromedia</p>
<p>Nicholas:<br />
try <br />
<a href="http://plugindoc.mozdev.org/windows1.html#AdobeSVG" rel="nofollow">http://plugindoc.mozdev.org/windows1.html#AdobeSVG</a><br />
and<br />
<a href="http://www.adobe.com/svg/viewer/install/main.html" rel="nofollow">http://www.adobe.com/svg/viewer/install/main.html</a></p>
<p>I want one of these: <a href="http://svg.org/special/svg_phones" rel="nofollow">http://svg.org/special/svg_phones</a></p>]]></content:encoded>
	</item>
</channel>
</rss>
