<?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: PIE 2.0 beta 1 released</title>
	<atom:link href="http://css3pie.com/2013/01/28/pie-2-0-beta-1-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://css3pie.com/2013/01/28/pie-2-0-beta-1-released/</link>
	<description>CSS3 for IE</description>
	<lastBuildDate>Sat, 18 May 2013 09:49:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: tigeruping</title>
		<link>http://css3pie.com/2013/01/28/pie-2-0-beta-1-released/comment-page-1/#comment-5391</link>
		<dc:creator>tigeruping</dc:creator>
		<pubDate>Sat, 27 Apr 2013 02:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://css3pie.com/?p=95#comment-5391</guid>
		<description><![CDATA[A new -pie-load-path ,I found a bug,
html {
    -pie-load-path: &quot;http://any.server/path/to/pie-js-files/&quot;;
}
can not add &quot;&quot;into ,becuase &quot;&quot;can add by url,
so has two way to fixed,
1:
html {
    -pie-load-path: http://any.server/path/to/pie-js-files/;
} 
delete &quot;&quot;
2:
PIE_uncompressed.htc 
start 52 line:
before: 
              if( !baseUrl ) {
            baseUrl = doc.documentElement.currentStyle.getAttribute( ( isIE6 ? &#039;&#039; : &#039;-&#039; ) + &#039;pie-load-path&#039; );
			
        }
edit after: 
        if( !baseUrl ) {
            baseUrl = doc.documentElement.currentStyle.getAttribute( ( isIE6 ? &#039;&#039; : &#039;-&#039; ) + &#039;pie-load-path&#039; );
			baseUrl = baseUrl.replace(/\&quot;/g, &quot;&quot;);
        }
add baseUrl = baseUrl.replace(/\&quot;/g, &quot;&quot;); replace &#039;&quot;&#039;]]></description>
		<content:encoded><![CDATA[<p>A new -pie-load-path ,I found a bug,<br />
html {<br />
    -pie-load-path: &#8220;http://any.server/path/to/pie-js-files/&#8221;;<br />
}<br />
can not add &#8220;&#8221;into ,becuase &#8220;&#8221;can add by url,<br />
so has two way to fixed,<br />
1:<br />
html {<br />
    -pie-load-path: <a href="http://any.server/path/to/pie-js-files/" rel="nofollow">http://any.server/path/to/pie-js-files/</a>;<br />
}<br />
delete &#8220;&#8221;<br />
2:<br />
PIE_uncompressed.htc<br />
start 52 line:<br />
before:<br />
              if( !baseUrl ) {<br />
            baseUrl = doc.documentElement.currentStyle.getAttribute( ( isIE6 ? &#8221; : &#8216;-&#8217; ) + &#8216;pie-load-path&#8217; );</p>
<p>        }<br />
edit after:<br />
        if( !baseUrl ) {<br />
            baseUrl = doc.documentElement.currentStyle.getAttribute( ( isIE6 ? &#8221; : &#8216;-&#8217; ) + &#8216;pie-load-path&#8217; );<br />
			baseUrl = baseUrl.replace(/\&#8221;/g, &#8220;&#8221;);<br />
        }<br />
add baseUrl = baseUrl.replace(/\&#8221;/g, &#8220;&#8221;); replace &#8216;&#8221;&#8216;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro Brunelli</title>
		<link>http://css3pie.com/2013/01/28/pie-2-0-beta-1-released/comment-page-1/#comment-4935</link>
		<dc:creator>Alessandro Brunelli</dc:creator>
		<pubDate>Thu, 04 Apr 2013 15:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://css3pie.com/?p=95#comment-4935</guid>
		<description><![CDATA[I&#039;m using PIE 2.0 beta 1 for my website:

http://www.hotel20.it

and it works perfectly!

Thank you very much!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m using PIE 2.0 beta 1 for my website:</p>
<p><a href="http://www.hotel20.it" rel="nofollow">http://www.hotel20.it</a></p>
<p>and it works perfectly!</p>
<p>Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gucong</title>
		<link>http://css3pie.com/2013/01/28/pie-2-0-beta-1-released/comment-page-1/#comment-4650</link>
		<dc:creator>gucong</dc:creator>
		<pubDate>Tue, 19 Mar 2013 05:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://css3pie.com/?p=95#comment-4650</guid>
		<description><![CDATA[Wen i use &quot;linear-gradient&quot; and &quot;border-radius&quot; in same time, background is overflow.]]></description>
		<content:encoded><![CDATA[<p>Wen i use &#8220;linear-gradient&#8221; and &#8220;border-radius&#8221; in same time, background is overflow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur G.</title>
		<link>http://css3pie.com/2013/01/28/pie-2-0-beta-1-released/comment-page-1/#comment-4245</link>
		<dc:creator>Arthur G.</dc:creator>
		<pubDate>Thu, 21 Feb 2013 19:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://css3pie.com/?p=95#comment-4245</guid>
		<description><![CDATA[Thank you so much for all your hard work! I can&#039;t tell you how useful this has been!]]></description>
		<content:encoded><![CDATA[<p>Thank you so much for all your hard work! I can&#8217;t tell you how useful this has been!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius</title>
		<link>http://css3pie.com/2013/01/28/pie-2-0-beta-1-released/comment-page-1/#comment-4119</link>
		<dc:creator>Marius</dc:creator>
		<pubDate>Thu, 07 Feb 2013 13:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://css3pie.com/?p=95#comment-4119</guid>
		<description><![CDATA[Thank you very much for your wonderful work, those idiots from Microsoft must pay you for this job.
Thank you!]]></description>
		<content:encoded><![CDATA[<p>Thank you very much for your wonderful work, those idiots from Microsoft must pay you for this job.<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS3 PIE 2 and WordPress integration &#124; Peter R Knight</title>
		<link>http://css3pie.com/2013/01/28/pie-2-0-beta-1-released/comment-page-1/#comment-4083</link>
		<dc:creator>CSS3 PIE 2 and WordPress integration &#124; Peter R Knight</dc:creator>
		<pubDate>Tue, 05 Feb 2013 01:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://css3pie.com/?p=95#comment-4083</guid>
		<description><![CDATA[[...] new release of CSS3 Pie has been announced, PIE 2.0 Beta 1. It comes with lots of goodies such as a bit of background size support and rgba support in simple [...]]]></description>
		<content:encoded><![CDATA[<p>[...] new release of CSS3 Pie has been announced, PIE 2.0 Beta 1. It comes with lots of goodies such as a bit of background size support and rgba support in simple [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yotam</title>
		<link>http://css3pie.com/2013/01/28/pie-2-0-beta-1-released/comment-page-1/#comment-4037</link>
		<dc:creator>Yotam</dc:creator>
		<pubDate>Thu, 31 Jan 2013 12:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://css3pie.com/?p=95#comment-4037</guid>
		<description><![CDATA[PIE has been the best polyfill I have encountered up until now!

Thank you!]]></description>
		<content:encoded><![CDATA[<p>PIE has been the best polyfill I have encountered up until now!</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://css3pie.com/2013/01/28/pie-2-0-beta-1-released/comment-page-1/#comment-4027</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 30 Jan 2013 14:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://css3pie.com/?p=95#comment-4027</guid>
		<description><![CDATA[Man I would love to use rgba colors with box-shadows. Thanks for your efforts. I’ll give the beta a try.]]></description>
		<content:encoded><![CDATA[<p>Man I would love to use rgba colors with box-shadows. Thanks for your efforts. I’ll give the beta a try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent</title>
		<link>http://css3pie.com/2013/01/28/pie-2-0-beta-1-released/comment-page-1/#comment-4001</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Mon, 28 Jan 2013 20:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://css3pie.com/?p=95#comment-4001</guid>
		<description><![CDATA[Thank you!]]></description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://css3pie.com/2013/01/28/pie-2-0-beta-1-released/comment-page-1/#comment-4000</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 28 Jan 2013 19:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://css3pie.com/?p=95#comment-4000</guid>
		<description><![CDATA[Thank you very much for the update. Your project makes the internet a better place!]]></description>
		<content:encoded><![CDATA[<p>Thank you very much for the update. Your project makes the internet a better place!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
