<?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: thoughts on SVG for icons in websites</title>
	<atom:link href="http://verens.com/2006/01/29/thoughts-on-svg-for-icons-in-websites/feed/" rel="self" type="application/rss+xml" />
	<link>http://verens.com/2006/01/29/thoughts-on-svg-for-icons-in-websites/</link>
	<description>klog - Kae&#039;s Log</description>
	<lastBuildDate>Mon, 21 May 2012 21:11:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: &#187; implementing an SVG viewer in JavaScript &#171; klog</title>
		<link>http://verens.com/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-614</link>
		<dc:creator>&#187; implementing an SVG viewer in JavaScript &#171; klog</dc:creator>
		<pubDate>Wed, 26 Apr 2006 04:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-614</guid>
		<description>[...] klog php, linux, javascript, kae verens    &#171; thoughts on SVG for icons in websites  trick of the week: autocropping &#187; [...]</description>
		<content:encoded><![CDATA[<p>[...] klog php, linux, javascript, kae verens    &laquo; thoughts on SVG for icons in websites  trick of the week: autocropping &raquo; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Something Witty Goes Here &#187; Blog Archive &#187; SVG Using Nothin&#8217; But JavaScript</title>
		<link>http://verens.com/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-613</link>
		<dc:creator>Something Witty Goes Here &#187; Blog Archive &#187; SVG Using Nothin&#8217; But JavaScript</dc:creator>
		<pubDate>Sun, 05 Feb 2006 22:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-613</guid>
		<description>[...] klog has written a library that handles drawing &#8220;about 80% of basic shapes&#8221; for SVG using nothing but DHTML. I haven&#8217;t tried it out yet, simply because all the browsers on all of my machines support SVG (Internet Explorer with the Adobe plugin, of course). I might actually uninstall ASV on one of my machines just to see how his library works. [...]</description>
		<content:encoded><![CDATA[<p>[...] klog has written a library that handles drawing &#8220;about 80% of basic shapes&#8221; for SVG using nothing but DHTML. I haven&#8217;t tried it out yet, simply because all the browsers on all of my machines support SVG (Internet Explorer with the Adobe plugin, of course). I might actually uninstall ASV on one of my machines just to see how his library works. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-612</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Sun, 05 Feb 2006 18:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-612</guid>
		<description>well! I had some time to spare today, and wrote a good bit of code for the project. it is now basically usable, so I think it&#039;s worth a new blog post!</description>
		<content:encoded><![CDATA[<p>well! I had some time to spare today, and wrote a good bit of code for the project. it is now basically usable, so I think it&#8217;s worth a new blog post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christof Donat</title>
		<link>http://verens.com/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-611</link>
		<dc:creator>Christof Donat</dc:creator>
		<pubDate>Sat, 04 Feb 2006 19:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-611</guid>
		<description>Emil A. Eklund seems to try a similar Project:

http://me.eae.net/archive/2005/12/29/canvas-in-ie/

He seems to have droped the emulation ov canvas in favour of SVG:

http://me.eae.net/archive/2006/01/07/canvas-in-ie-feedback/</description>
		<content:encoded><![CDATA[<p>Emil A. Eklund seems to try a similar Project:</p>
<p><a href="http://me.eae.net/archive/2005/12/29/canvas-in-ie/" rel="nofollow">http://me.eae.net/archive/2005/12/29/canvas-in-ie/</a></p>
<p>He seems to have droped the emulation ov canvas in favour of SVG:</p>
<p><a href="http://me.eae.net/archive/2006/01/07/canvas-in-ie-feedback/" rel="nofollow">http://me.eae.net/archive/2006/01/07/canvas-in-ie-feedback/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-610</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Sat, 04 Feb 2006 08:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-610</guid>
		<description>I have made a start on this. I&#039;ve decided to start from the lowest common denominator - browsers that don&#039;t have any Canvas analogy. to help that, I&#039;ll be using &lt;a href=&quot;http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm&quot; rel=&quot;nofollow&quot;&gt;Walter Zorn&#039;s JSGraphics library&lt;/a&gt;. You can follow my progress by periodically checking &lt;a href=&quot;http://demo.verens.com/js-svg/js-svg.html&quot; rel=&quot;nofollow&quot;&gt;this page&lt;/a&gt; in a browser that does not support SVG.

Kae</description>
		<content:encoded><![CDATA[<p>I have made a start on this. I&#8217;ve decided to start from the lowest common denominator &#8211; browsers that don&#8217;t have any Canvas analogy. to help that, I&#8217;ll be using <a href="http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm" rel="nofollow">Walter Zorn&#8217;s JSGraphics library</a>. You can follow my progress by periodically checking <a href="http://demo.verens.com/js-svg/js-svg.html" rel="nofollow">this page</a> in a browser that does not support SVG.</p>
<p>Kae</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-609</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Wed, 01 Feb 2006 08:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-609</guid>
		<description>Yes. I haven&#039;t studied it, but I was aware of it. You know, implementing SVG in JavaScript may be easier than it seems! Because of that IE hack, and Canvas support in Konqueror and Firefox, it looks like this is going to be pretty straightforward!

I wasn&#039;t able to start on it yesterday (was installing Fedora Core 4 on the boss&#039;s laptop - finally, I&#039;m making a difference ;-) ), but will hopefully get some work done on this tonight.</description>
		<content:encoded><![CDATA[<p>Yes. I haven&#8217;t studied it, but I was aware of it. You know, implementing SVG in JavaScript may be easier than it seems! Because of that IE hack, and Canvas support in Konqueror and Firefox, it looks like this is going to be pretty straightforward!</p>
<p>I wasn&#8217;t able to start on it yesterday (was installing Fedora Core 4 on the boss&#8217;s laptop &#8211; finally, I&#8217;m making a difference <img src='http://verens.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ), but will hopefully get some work done on this tonight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christof Donat</title>
		<link>http://verens.com/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-608</link>
		<dc:creator>Christof Donat</dc:creator>
		<pubDate>Tue, 31 Jan 2006 21:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-608</guid>
		<description>@ Kae:

have you seen this before:

http://me.eae.net/archive/2005/12/29/canvas-in-ie/</description>
		<content:encoded><![CDATA[<p>@ Kae:</p>
<p>have you seen this before:</p>
<p><a href="http://me.eae.net/archive/2005/12/29/canvas-in-ie/" rel="nofollow">http://me.eae.net/archive/2005/12/29/canvas-in-ie/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christof Donat</title>
		<link>http://verens.com/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-607</link>
		<dc:creator>Christof Donat</dc:creator>
		<pubDate>Tue, 31 Jan 2006 20:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-607</guid>
		<description>@ Phillip Bogle:

Well, I suppose, that the CMS should also work with so called Browsers that do not support &quot;data:&quot; URLs, namely IE. Any Optimization that only work with Firefox and Opera is nice, but will not be noticed by most users.

I guess that for displaying Icons a rather simple subset of SVG would be enough.</description>
		<content:encoded><![CDATA[<p>@ Phillip Bogle:</p>
<p>Well, I suppose, that the CMS should also work with so called Browsers that do not support &#8220;data:&#8221; URLs, namely IE. Any Optimization that only work with Firefox and Opera is nice, but will not be noticed by most users.</p>
<p>I guess that for displaying Icons a rather simple subset of SVG would be enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip Bogle</title>
		<link>http://verens.com/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-606</link>
		<dc:creator>Phillip Bogle</dc:creator>
		<pubDate>Mon, 30 Jan 2006 17:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2006/01/29/thoughts-on-svg-for-icons-in-websites/#comment-606</guid>
		<description>Alternatively, the icons could be encoded as &quot;data:&quot; URLs for browsers like Firefox and Opera that support them.  This is less work than reauthoring the icons as SVG.

(see http://www.mozilla.org/quality/networking/docs/aboutdata.html)</description>
		<content:encoded><![CDATA[<p>Alternatively, the icons could be encoded as &#8220;data:&#8221; URLs for browsers like Firefox and Opera that support them.  This is less work than reauthoring the icons as SVG.</p>
<p>(see <a href="http://www.mozilla.org/quality/networking/docs/aboutdata.html" rel="nofollow">http://www.mozilla.org/quality/networking/docs/aboutdata.html</a>)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

