<?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: Light PNG fix in Internet Explorer 6 by VML</title>
	<atom:link href="http://blog.egorkhmelev.com/2009/04/light-png-fix-in-internet-explorer-6-by-vml/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.egorkhmelev.com/2009/04/light-png-fix-in-internet-explorer-6-by-vml/</link>
	<description>Design, interface, interaction, big project development, research (by Egor Khmelev).</description>
	<lastBuildDate>Sat, 04 Sep 2010 03:05:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: false</title>
		<link>http://blog.egorkhmelev.com/2009/04/light-png-fix-in-internet-explorer-6-by-vml/comment-page-1/#comment-986</link>
		<dc:creator>false</dc:creator>
		<pubDate>Sat, 17 Jul 2010 15:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evershow.me/?p=23#comment-986</guid>
		<description>I figured out that 
&lt;code&gt;
(document.readyState == &quot;complete&quot;);
&lt;/code&gt;
can be safely used with JQuery present. It utilizes its domready flag.</description>
		<content:encoded><![CDATA[<p>I figured out that<br />
<code><br />
(document.readyState == "complete");<br />
</code><br />
can be safely used with JQuery present. It utilizes its domready flag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Egor Khmelev</title>
		<link>http://blog.egorkhmelev.com/2009/04/light-png-fix-in-internet-explorer-6-by-vml/comment-page-1/#comment-985</link>
		<dc:creator>Egor Khmelev</dc:creator>
		<pubDate>Sat, 17 Jul 2010 09:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evershow.me/?p=23#comment-985</guid>
		<description>@false yes, I actually don&#039;t use css ready event, and usually write &quot;document.ieReady = true&quot; at the end of body.
And this post is old though, currently I don&#039;t support for IE6. :)</description>
		<content:encoded><![CDATA[<p>@false yes, I actually don&#8217;t use css ready event, and usually write &#8220;document.ieReady = true&#8221; at the end of body.<br />
And this post is old though, currently I don&#8217;t support for IE6. <img src='http://blog.egorkhmelev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: false</title>
		<link>http://blog.egorkhmelev.com/2009/04/light-png-fix-in-internet-explorer-6-by-vml/comment-page-1/#comment-984</link>
		<dc:creator>false</dc:creator>
		<pubDate>Sat, 17 Jul 2010 08:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evershow.me/?p=23#comment-984</guid>
		<description>Also, it would be good to give a piece of advice to jquery-using-people about how to avoid including global.domready.ie.css. Since it basically duplicates existing jquery functionality it doesn&#039;t worth an extra HTTP request.

I&#039;ve added 
&lt;code&gt;
document.ieReady = true;
&lt;/code&gt;
on top of the very 1st dom ready handler and it worked.

I realize that there might be a better way to do it though.

Cheers</description>
		<content:encoded><![CDATA[<p>Also, it would be good to give a piece of advice to jquery-using-people about how to avoid including global.domready.ie.css. Since it basically duplicates existing jquery functionality it doesn&#8217;t worth an extra HTTP request.</p>
<p>I&#8217;ve added<br />
<code><br />
document.ieReady = true;<br />
</code><br />
on top of the very 1st dom ready handler and it worked.</p>
<p>I realize that there might be a better way to do it though.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: false</title>
		<link>http://blog.egorkhmelev.com/2009/04/light-png-fix-in-internet-explorer-6-by-vml/comment-page-1/#comment-983</link>
		<dc:creator>false</dc:creator>
		<pubDate>Sat, 17 Jul 2010 08:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evershow.me/?p=23#comment-983</guid>
		<description>Nice and fast solution (4 times faster in my case), thanks.

However, it worth to be mentioned in the post that in order to make the solution actually work you want to add 
&lt;code&gt;
   v\:* { behavior: url(#default#VML); display: block; }
&lt;/code&gt;
to your IE-specific stylesheet.

Also it would be nice to have sorta demo page for this, example sites ain&#039;t good reference, a lot of code reduction should be done to figure out what matters.</description>
		<content:encoded><![CDATA[<p>Nice and fast solution (4 times faster in my case), thanks.</p>
<p>However, it worth to be mentioned in the post that in order to make the solution actually work you want to add<br />
<code><br />
   v\:* { behavior: url(#default#VML); display: block; }<br />
</code><br />
to your IE-specific stylesheet.</p>
<p>Also it would be nice to have sorta demo page for this, example sites ain&#8217;t good reference, a lot of code reduction should be done to figure out what matters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Egor Hmelyoff</title>
		<link>http://blog.egorkhmelev.com/2009/04/light-png-fix-in-internet-explorer-6-by-vml/comment-page-1/#comment-784</link>
		<dc:creator>Egor Hmelyoff</dc:creator>
		<pubDate>Thu, 03 Sep 2009 13:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evershow.me/?p=23#comment-784</guid>
		<description>Thank you for your reply Martin Funcich.
I didn&#039;t know that, and I think you are right. However, it is not necessary... you should connect this file by conditional comments directly for IE.
Nevertheless I will try to figure out how to write my code without that brackets.</description>
		<content:encoded><![CDATA[<p>Thank you for your reply Martin Funcich.<br />
I didn&#8217;t know that, and I think you are right. However, it is not necessary&#8230; you should connect this file by conditional comments directly for IE.<br />
Nevertheless I will try to figure out how to write my code without that brackets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Funcich</title>
		<link>http://blog.egorkhmelev.com/2009/04/light-png-fix-in-internet-explorer-6-by-vml/comment-page-1/#comment-782</link>
		<dc:creator>Martin Funcich</dc:creator>
		<pubDate>Thu, 03 Sep 2009 13:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evershow.me/?p=23#comment-782</guid>
		<description>If you can figure out a way to code your IE6 expressions without { } brackets, Safari will accept your CSS file once again.

It rejects the CSS when it sees nested { { } } brackets, which &quot;shouldn&#039;t happen in a real CSS file&quot; so it seems :)</description>
		<content:encoded><![CDATA[<p>If you can figure out a way to code your IE6 expressions without { } brackets, Safari will accept your CSS file once again.</p>
<p>It rejects the CSS when it sees nested { { } } brackets, which &#8220;shouldn&#8217;t happen in a real CSS file&#8221; so it seems <img src='http://blog.egorkhmelev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
