<?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: A Little PIE with that CSS3?</title>
	<atom:link href="http://ajaxian.com/archives/a-little-pie-with-that-css3/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/a-little-pie-with-that-css3</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: SilentLennie</title>
		<link>http://ajaxian.com/archives/a-little-pie-with-that-css3/comment-page-1#comment-284754</link>
		<dc:creator>SilentLennie</dc:creator>
		<pubDate>Fri, 23 Jul 2010 11:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9835#comment-284754</guid>
		<description>This is very much like IE7 by Dean Edwards, not sure if it&#039;s a good idea for performance, I would be very careful with it&#039;s use.</description>
		<content:encoded><![CDATA[<p>This is very much like IE7 by Dean Edwards, not sure if it&#8217;s a good idea for performance, I would be very careful with it&#8217;s use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmadalfy</title>
		<link>http://ajaxian.com/archives/a-little-pie-with-that-css3/comment-page-1#comment-284725</link>
		<dc:creator>Ahmadalfy</dc:creator>
		<pubDate>Wed, 21 Jul 2010 17:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9835#comment-284725</guid>
		<description>Can I just create my CSS document and using the IE conditional statement IE9 &gt; using something like
* { behavior: url(PIE.htc); }
or whatever element I wanna apply the style to
What do you think?</description>
		<content:encoded><![CDATA[<p>Can I just create my CSS document and using the IE conditional statement IE9 &gt; using something like<br />
* { behavior: url(PIE.htc); }<br />
or whatever element I wanna apply the style to<br />
What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pendensproditor</title>
		<link>http://ajaxian.com/archives/a-little-pie-with-that-css3/comment-page-1#comment-284724</link>
		<dc:creator>pendensproditor</dc:creator>
		<pubDate>Wed, 21 Jul 2010 15:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9835#comment-284724</guid>
		<description>This looks very cool, however in my tests so far it&#039;s rarely been seamless. It seems to have a habit of wiping out background colors of elements its applied to. It also changed the proportions of a fieldset.

I&#039;ll be eager to see sturdier versions in the future.</description>
		<content:encoded><![CDATA[<p>This looks very cool, however in my tests so far it&#8217;s rarely been seamless. It seems to have a habit of wiping out background colors of elements its applied to. It also changed the proportions of a fieldset.</p>
<p>I&#8217;ll be eager to see sturdier versions in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adunn</title>
		<link>http://ajaxian.com/archives/a-little-pie-with-that-css3/comment-page-1#comment-284722</link>
		<dc:creator>adunn</dc:creator>
		<pubDate>Tue, 20 Jul 2010 15:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9835#comment-284722</guid>
		<description>@Baryn Rounded corners can be emulated with VML in IE, and having nodes inserted into the DOM may or may not be a problem. It depends on what you&#039;re using it for. The bigger problem is that these abstractions are probably pretty leaky, but again it depends on your use.

Overall it sounds like a pretty sweet hack. Nice work.</description>
		<content:encoded><![CDATA[<p>@Baryn Rounded corners can be emulated with VML in IE, and having nodes inserted into the DOM may or may not be a problem. It depends on what you&#8217;re using it for. The bigger problem is that these abstractions are probably pretty leaky, but again it depends on your use.</p>
<p>Overall it sounds like a pretty sweet hack. Nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baryn</title>
		<link>http://ajaxian.com/archives/a-little-pie-with-that-css3/comment-page-1#comment-284719</link>
		<dc:creator>Baryn</dc:creator>
		<pubDate>Mon, 19 Jul 2010 22:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9835#comment-284719</guid>
		<description>IE cannot do round corners natively, when will folks realize this?  Also, this script inserts nodes into your DOM, and I will never use a library which does this.  Yuck.</description>
		<content:encoded><![CDATA[<p>IE cannot do round corners natively, when will folks realize this?  Also, this script inserts nodes into your DOM, and I will never use a library which does this.  Yuck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MattCoz</title>
		<link>http://ajaxian.com/archives/a-little-pie-with-that-css3/comment-page-1#comment-284715</link>
		<dc:creator>MattCoz</dc:creator>
		<pubDate>Mon, 19 Jul 2010 18:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9835#comment-284715</guid>
		<description>Oh, and one other thing, this kind of breaks Modernizr as it will still report IE as not supporting these features.  So keep that in mind if you want to use both.</description>
		<content:encoded><![CDATA[<p>Oh, and one other thing, this kind of breaks Modernizr as it will still report IE as not supporting these features.  So keep that in mind if you want to use both.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MattCoz</title>
		<link>http://ajaxian.com/archives/a-little-pie-with-that-css3/comment-page-1#comment-284714</link>
		<dc:creator>MattCoz</dc:creator>
		<pubDate>Mon, 19 Jul 2010 18:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9835#comment-284714</guid>
		<description>Very interesting work, I&#039;ve been trying it out all weekend and I&#039;ve been quite impressed.  My biggest problem is performance as Schill mentioned, the CPU is chugging for a good second or two on page startup and probably slowing down everything else.  I think the key if you are going to use it is to use it sparingly and on elements that aren&#039;t going to be changing often.</description>
		<content:encoded><![CDATA[<p>Very interesting work, I&#8217;ve been trying it out all weekend and I&#8217;ve been quite impressed.  My biggest problem is performance as Schill mentioned, the CPU is chugging for a good second or two on page startup and probably slowing down everything else.  I think the key if you are going to use it is to use it sparingly and on elements that aren&#8217;t going to be changing often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lojjic</title>
		<link>http://ajaxian.com/archives/a-little-pie-with-that-css3/comment-page-1#comment-284713</link>
		<dc:creator>lojjic</dc:creator>
		<pubDate>Mon, 19 Jul 2010 17:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9835#comment-284713</guid>
		<description>@ahallicks - Disappearing backgrounds usually mean a z-index issue; see the top of the Known Issues documentation page for how to get around that. Also, I&#039;d greatly appreciate it if you could file bug reports for &quot;things not seeming to work at all&quot; so I can get them fixed. Thanks!

@Schill - FYI those performance issues you mention are a problem with IE CSS *expressions*, not behaviors. Very different beasts!</description>
		<content:encoded><![CDATA[<p>@ahallicks &#8211; Disappearing backgrounds usually mean a z-index issue; see the top of the Known Issues documentation page for how to get around that. Also, I&#8217;d greatly appreciate it if you could file bug reports for &#8220;things not seeming to work at all&#8221; so I can get them fixed. Thanks!</p>
<p>@Schill &#8211; FYI those performance issues you mention are a problem with IE CSS *expressions*, not behaviors. Very different beasts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schill</title>
		<link>http://ajaxian.com/archives/a-little-pie-with-that-css3/comment-page-1#comment-284712</link>
		<dc:creator>Schill</dc:creator>
		<pubDate>Mon, 19 Jul 2010 17:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9835#comment-284712</guid>
		<description>Tempting to throw into a site&#039;s CSS, looks to be a nifty implementation; but, I would look &lt;i&gt;very&lt;/i&gt; carefully at performance in IE before and after including this. CSS behaviours (.htc files, etc.) are known to be horrible for performance, given that the attached JS code can be run &lt;a href=&quot;http://blog.dynatrace.com/2010/02/16/the-real-performance-overhead-of-css-expressions/&quot; rel=&quot;nofollow&quot;&gt;hundreds or thousands of times&lt;/a&gt; as mousemove() events fire, for example.
&#160;
This said, I applaud the author&#039;s work at making IE &quot;just work&quot; with modern CSS. Libraries like these are often useful and appreciated, particularly if they are fast. :P</description>
		<content:encoded><![CDATA[<p>Tempting to throw into a site&#8217;s CSS, looks to be a nifty implementation; but, I would look <i>very</i> carefully at performance in IE before and after including this. CSS behaviours (.htc files, etc.) are known to be horrible for performance, given that the attached JS code can be run <a href="http://blog.dynatrace.com/2010/02/16/the-real-performance-overhead-of-css-expressions/" rel="nofollow">hundreds or thousands of times</a> as mousemove() events fire, for example.<br />
&nbsp;<br />
This said, I applaud the author&#8217;s work at making IE &#8220;just work&#8221; with modern CSS. Libraries like these are often useful and appreciated, particularly if they are fast. :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fabienmenager</title>
		<link>http://ajaxian.com/archives/a-little-pie-with-that-css3/comment-page-1#comment-284711</link>
		<dc:creator>fabienmenager</dc:creator>
		<pubDate>Mon, 19 Jul 2010 16:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9835#comment-284711</guid>
		<description>Very good job !</description>
		<content:encoded><![CDATA[<p>Very good job !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drasill</title>
		<link>http://ajaxian.com/archives/a-little-pie-with-that-css3/comment-page-1#comment-284710</link>
		<dc:creator>drasill</dc:creator>
		<pubDate>Mon, 19 Jul 2010 16:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9835#comment-284710</guid>
		<description>That&#039;s a *very* good job.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a *very* good job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahallicks</title>
		<link>http://ajaxian.com/archives/a-little-pie-with-that-css3/comment-page-1#comment-284709</link>
		<dc:creator>ahallicks</dc:creator>
		<pubDate>Mon, 19 Jul 2010 15:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9835#comment-284709</guid>
		<description>I tried it on my site and there were a few bugs, such as form backgrounds completely disappearing and some things not seeming to work at all despite being in the &#039;supported&#039; category.

Still, an interesting project, and could be very useful once bugs are ironed out!</description>
		<content:encoded><![CDATA[<p>I tried it on my site and there were a few bugs, such as form backgrounds completely disappearing and some things not seeming to work at all despite being in the &#8216;supported&#8217; category.</p>
<p>Still, an interesting project, and could be very useful once bugs are ironed out!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

