<?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: The VML changes in IE 8</title>
	<atom:link href="http://ajaxian.com/archives/the-vml-changes-in-ie-8/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/the-vml-changes-in-ie-8</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: blinkingmarquee</title>
		<link>http://ajaxian.com/archives/the-vml-changes-in-ie-8/comment-page-1#comment-273430</link>
		<dc:creator>blinkingmarquee</dc:creator>
		<pubDate>Thu, 14 May 2009 00:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6461#comment-273430</guid>
		<description>DD Roundies (Rounded corner emulation in IE - http://www.dillerdesign.com/experiment/DD_roundies/) 
and Raphaël (SVG emulation in IE - http://raphaeljs.com/ )

have mentioned the slow as molasses problem.


Does anyone know if IE 8 implemented SMIL 3.0?</description>
		<content:encoded><![CDATA[<p>DD Roundies (Rounded corner emulation in IE &#8211; <a href="http://www.dillerdesign.com/experiment/DD_roundies/" rel="nofollow">http://www.dillerdesign.com/experiment/DD_roundies/</a>)<br />
and Raphaël (SVG emulation in IE &#8211; <a href="http://raphaeljs.com/" rel="nofollow">http://raphaeljs.com/</a> )</p>
<p>have mentioned the slow as molasses problem.</p>
<p>Does anyone know if IE 8 implemented SMIL 3.0?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ucanmexwise</title>
		<link>http://ajaxian.com/archives/the-vml-changes-in-ie-8/comment-page-1#comment-272429</link>
		<dc:creator>ucanmexwise</dc:creator>
		<pubDate>Tue, 31 Mar 2009 17:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6461#comment-272429</guid>
		<description>There is an additional problem when accessing VML elements by using get/setAttribute. The simple solution is following:

if (document.documentMode==8) {
    ele.opacity=1;
} else {
    ele.setAttribute(&#039;opacity&#039;,1);
}</description>
		<content:encoded><![CDATA[<p>There is an additional problem when accessing VML elements by using get/setAttribute. The simple solution is following:</p>
<p>if (document.documentMode==8) {<br />
    ele.opacity=1;<br />
} else {<br />
    ele.setAttribute(&#8216;opacity&#8217;,1);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CaptainN</title>
		<link>http://ajaxian.com/archives/the-vml-changes-in-ie-8/comment-page-1#comment-272427</link>
		<dc:creator>CaptainN</dc:creator>
		<pubDate>Tue, 31 Mar 2009 15:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6461#comment-272427</guid>
		<description>The biggest current use for VML is to implement SVG using client js libraries, or to minimally pull of SVG like affects. I find it annoying that MS seems to always break their supposedly standards based technology when they are offering something that clearly competes with it (Silverlight). IE8 being a slight exception (and only because they are getting hammered on that front).

MS must hate their web developers, to always make so much work for them. I think a Flash SVG implementation should be created more to spite them than for any other reason. Either that or create a Mozilla or WebKit based plugin. Google extends IE through Gears - the OSS community could do the same for other missing features, like JS2.0 (if we ever get here), audio/video tags, and SVG.

I work in the industry as a web developer and many of my clients are really getting tired of hearing about why they can&#039;t have this or that because IE doesn&#039;t support it. Many of them would be happy to use a plugin if they though it had enough penetration - and they do, they use Flash. I think there&#039;s room for a Mozilla or WebKit based ActiveX control at this point.</description>
		<content:encoded><![CDATA[<p>The biggest current use for VML is to implement SVG using client js libraries, or to minimally pull of SVG like affects. I find it annoying that MS seems to always break their supposedly standards based technology when they are offering something that clearly competes with it (Silverlight). IE8 being a slight exception (and only because they are getting hammered on that front).</p>
<p>MS must hate their web developers, to always make so much work for them. I think a Flash SVG implementation should be created more to spite them than for any other reason. Either that or create a Mozilla or WebKit based plugin. Google extends IE through Gears &#8211; the OSS community could do the same for other missing features, like JS2.0 (if we ever get here), audio/video tags, and SVG.</p>
<p>I work in the industry as a web developer and many of my clients are really getting tired of hearing about why they can&#8217;t have this or that because IE doesn&#8217;t support it. Many of them would be happy to use a plugin if they though it had enough penetration &#8211; and they do, they use Flash. I think there&#8217;s room for a Mozilla or WebKit based ActiveX control at this point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loginx</title>
		<link>http://ajaxian.com/archives/the-vml-changes-in-ie-8/comment-page-1#comment-272422</link>
		<dc:creator>loginx</dc:creator>
		<pubDate>Tue, 31 Mar 2009 13:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6461#comment-272422</guid>
		<description>I&#039;m in agreement with Joeri on this one. I can&#039;t think of other reasons to not offer canvas support and to degrade VML reliability/performance other than to lock developers into proprietary plugins.</description>
		<content:encoded><![CDATA[<p>I&#8217;m in agreement with Joeri on this one. I can&#8217;t think of other reasons to not offer canvas support and to degrade VML reliability/performance other than to lock developers into proprietary plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joeri</title>
		<link>http://ajaxian.com/archives/the-vml-changes-in-ie-8/comment-page-1#comment-272419</link>
		<dc:creator>Joeri</dc:creator>
		<pubDate>Tue, 31 Mar 2009 07:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6461#comment-272419</guid>
		<description>Why would they make VML work for us when they have a perfectly good alternative in the form of silverlight? /sarcasm</description>
		<content:encoded><![CDATA[<p>Why would they make VML work for us when they have a perfectly good alternative in the form of silverlight? /sarcasm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elazutkin</title>
		<link>http://ajaxian.com/archives/the-vml-changes-in-ie-8/comment-page-1#comment-272418</link>
		<dc:creator>elazutkin</dc:creator>
		<pubDate>Tue, 31 Mar 2009 06:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6461#comment-272418</guid>
		<description>Sigh. Going from IE6 to IE7 we lost some VML functionality and gained some new bugs. IE7 to IE8 transition met my expectations 100%: even more bugs, worse performance, harder to work with VML, the standards mode is completely broken (it was half-broken before). I am almost afraid what the coming IE9 (or whatever it will be called) is going to bring us.</description>
		<content:encoded><![CDATA[<p>Sigh. Going from IE6 to IE7 we lost some VML functionality and gained some new bugs. IE7 to IE8 transition met my expectations 100%: even more bugs, worse performance, harder to work with VML, the standards mode is completely broken (it was half-broken before). I am almost afraid what the coming IE9 (or whatever it will be called) is going to bring us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SergeyIlinsky</title>
		<link>http://ajaxian.com/archives/the-vml-changes-in-ie-8/comment-page-1#comment-272417</link>
		<dc:creator>SergeyIlinsky</dc:creator>
		<pubDate>Tue, 31 Mar 2009 06:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6461#comment-272417</guid>
		<description>The most outstanding change however (my favourite) is the drop in VML rendering performance. Rendering VML fragment in standards mode in IE8 is about 10 times slower compared to IE8 quirks or previous IE versions.</description>
		<content:encoded><![CDATA[<p>The most outstanding change however (my favourite) is the drop in VML rendering performance. Rendering VML fragment in standards mode in IE8 is about 10 times slower compared to IE8 quirks or previous IE versions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

