<?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: Canvas in IE</title>
	<atom:link href="http://ajaxian.com/archives/canvas-in-ie/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/canvas-in-ie</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Mon, 15 Mar 2010 13:35:40 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Software As She&#8217;s Developed &#187; Blog Archive &#187; Ajax/Javascript: 8 Ways to Create Graphics on the Fly</title>
		<link>http://ajaxian.com/archives/canvas-in-ie/comment-page-1#comment-112300</link>
		<dc:creator>Software As She&#8217;s Developed &#187; Blog Archive &#187; Ajax/Javascript: 8 Ways to Create Graphics on the Fly</dc:creator>
		<pubDate>Sun, 01 Oct 2006 20:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/canvas-in-ie#comment-112300</guid>
		<description>[...] Use Canvas. Canvas was introduced in Safari and now in Firefox and Opera too. No sign of life in IE, but this there&#039;s a fantastic hack (via Ajaxian) that emulates SVG using IE&#039;s native VML support (more on VML below). [...]</description>
		<content:encoded><![CDATA[<p>[...] Use Canvas. Canvas was introduced in Safari and now in Firefox and Opera too. No sign of life in IE, but this there&#8217;s a fantastic hack (via Ajaxian) that emulates SVG using IE&#8217;s native VML support (more on VML below). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: east young</title>
		<link>http://ajaxian.com/archives/canvas-in-ie/comment-page-1#comment-74081</link>
		<dc:creator>east young</dc:creator>
		<pubDate>Thu, 24 Aug 2006 08:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/canvas-in-ie#comment-74081</guid>
		<description>Can I render text?Pl let me know

Thanks 

I want to learn it and use it.</description>
		<content:encoded><![CDATA[<p>Can I render text?Pl let me know</p>
<p>Thanks </p>
<p>I want to learn it and use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cvrao</title>
		<link>http://ajaxian.com/archives/canvas-in-ie/comment-page-1#comment-6089</link>
		<dc:creator>cvrao</dc:creator>
		<pubDate>Wed, 05 Apr 2006 12:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/canvas-in-ie#comment-6089</guid>
		<description>Wonderful.Can I render Text?

Thanks</description>
		<content:encoded><![CDATA[<p>Wonderful.Can I render Text?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cvrao</title>
		<link>http://ajaxian.com/archives/canvas-in-ie/comment-page-1#comment-6088</link>
		<dc:creator>cvrao</dc:creator>
		<pubDate>Wed, 05 Apr 2006 12:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/canvas-in-ie#comment-6088</guid>
		<description>Works wonderfully.Can I render text?Pl let me know

Thanks</description>
		<content:encoded><![CDATA[<p>Works wonderfully.Can I render text?Pl let me know</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Colton</title>
		<link>http://ajaxian.com/archives/canvas-in-ie/comment-page-1#comment-5521</link>
		<dc:creator>Paul Colton</dc:creator>
		<pubDate>Mon, 27 Mar 2006 16:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/canvas-in-ie#comment-5521</guid>
		<description>Here&#039;s an example of cross browser Canvas that degrades...

http://www.aflax.org/canvas.htm</description>
		<content:encoded><![CDATA[<p>Here&#8217;s an example of cross browser Canvas that degrades&#8230;</p>
<p><a href="http://www.aflax.org/canvas.htm" rel="nofollow">http://www.aflax.org/canvas.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian &#187; Google puts the Canvas in IE</title>
		<link>http://ajaxian.com/archives/canvas-in-ie/comment-page-1#comment-5511</link>
		<dc:creator>Ajaxian &#187; Google puts the Canvas in IE</dc:creator>
		<pubDate>Mon, 27 Mar 2006 14:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/canvas-in-ie#comment-5511</guid>
		<description>[...] We discussed Canvas in IE when Emil Eklund did a proof of concept. [...]</description>
		<content:encoded><![CDATA[<p>[...] We discussed Canvas in IE when Emil Eklund did a proof of concept. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Hemminger</title>
		<link>http://ajaxian.com/archives/canvas-in-ie/comment-page-1#comment-3107</link>
		<dc:creator>Dave Hemminger</dc:creator>
		<pubDate>Mon, 06 Feb 2006 18:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/canvas-in-ie#comment-3107</guid>
		<description>I noticed the load in IE6 was a bit slow. Not sure if that&#039;s my machine. But anyhow, I consider this &quot;hack&quot; to be significant. I&#039;m surprised more people aren&#039;t talking this up. from a pure web design perspective, SVG allows for the use of transparency and gradient without large file downloads. I think this is a big deal and am glad I don&#039;t have to &quot;settle&quot; for SVG to work only on FF and IE7. Way to go Ben!</description>
		<content:encoded><![CDATA[<p>I noticed the load in IE6 was a bit slow. Not sure if that&#8217;s my machine. But anyhow, I consider this &#8220;hack&#8221; to be significant. I&#8217;m surprised more people aren&#8217;t talking this up. from a pure web design perspective, SVG allows for the use of transparency and gradient without large file downloads. I think this is a big deal and am glad I don&#8217;t have to &#8220;settle&#8221; for SVG to work only on FF and IE7. Way to go Ben!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sasa Popovic</title>
		<link>http://ajaxian.com/archives/canvas-in-ie/comment-page-1#comment-2253</link>
		<dc:creator>Sasa Popovic</dc:creator>
		<pubDate>Thu, 05 Jan 2006 16:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/canvas-in-ie#comment-2253</guid>
		<description>Hey, this works in Mozilla Firefox 1.5 also! Cool...</description>
		<content:encoded><![CDATA[<p>Hey, this works in Mozilla Firefox 1.5 also! Cool&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Popovic Aleksandar</title>
		<link>http://ajaxian.com/archives/canvas-in-ie/comment-page-1#comment-2252</link>
		<dc:creator>Popovic Aleksandar</dc:creator>
		<pubDate>Thu, 05 Jan 2006 16:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/canvas-in-ie#comment-2252</guid>
		<description>Hey, this also works in mozilla firefox 1.5 and later. Full svg support. I love it :)</description>
		<content:encoded><![CDATA[<p>Hey, this also works in mozilla firefox 1.5 and later. Full svg support. I love it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://ajaxian.com/archives/canvas-in-ie/comment-page-1#comment-2117</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/canvas-in-ie#comment-2117</guid>
		<description>Beautiful. And I&#039;m sure there are gotchas, but still ... beautiful.
</description>
		<content:encoded><![CDATA[<p>Beautiful. And I&#8217;m sure there are gotchas, but still &#8230; beautiful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
