<?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: New version of rgba.php is out!</title>
	<atom:link href="http://lea.verou.me/2009/10/new-version-of-rgba-php-is-out/feed/" rel="self" type="application/rss+xml" />
	<link>http://lea.verou.me/2009/10/new-version-of-rgba-php-is-out/</link>
	<description>Life at the bleeding edge (of web standards)</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:25:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lea Verou</title>
		<link>http://lea.verou.me/2009/10/new-version-of-rgba-php-is-out/#comment-1579</link>
		<dc:creator>Lea Verou</dc:creator>
		<pubDate>Wed, 08 Dec 2010 19:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=418#comment-1579</guid>
		<description>Since a new version is out, comments closed on this one. Please direct any comments to &lt;a href=&quot;http://leaverou.me/2010/12/rgba-php-v1-2-improved-url-syntax-now-at-github/&quot; rel=&quot;nofollow&quot;&gt;the post for the new version&lt;/a&gt; or, even better, to the &lt;a href=&quot;https://github.com/LeaVerou/rgba.php/issues&quot; rel=&quot;nofollow&quot;&gt;issues section at Github&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Since a new version is out, comments closed on this one. Please direct any comments to <a href="http://leaverou.me/2010/12/rgba-php-v1-2-improved-url-syntax-now-at-github/" rel="nofollow">the post for the new version</a> or, even better, to the <a href="https://github.com/LeaVerou/rgba.php/issues" rel="nofollow">issues section at Github</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rgba.php v1.2: Improved URL syntax, now at Github &#171; Lea Verou</title>
		<link>http://lea.verou.me/2009/10/new-version-of-rgba-php-is-out/#comment-1569</link>
		<dc:creator>rgba.php v1.2: Improved URL syntax, now at Github &#171; Lea Verou</dc:creator>
		<pubDate>Wed, 08 Dec 2010 03:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=418#comment-1569</guid>
		<description>[...] seemed to like the idea and started using it. With their valuable input, I made many changes and released v.1.1 (1.1.1 shortly after I posted the article due to another little fix) on October 2009. A year after, [...]</description>
		<content:encoded><![CDATA[<p>[...] seemed to like the idea and started using it. With their valuable input, I made many changes and released v.1.1 (1.1.1 shortly after I posted the article due to another little fix) on October 2009. A year after, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lea Verou</title>
		<link>http://lea.verou.me/2009/10/new-version-of-rgba-php-is-out/#comment-1566</link>
		<dc:creator>Lea Verou</dc:creator>
		<pubDate>Mon, 06 Dec 2010 16:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=418#comment-1566</guid>
		<description>Yeah, the color_ part was unnecessary and you ended up not specifying r this way. 

By the way, one feature I&#039;d like to implement in the next version is making the syntax more similar to the CSS one, like &lt;code&gt;rgba.php/rgba(46,46,50,0.3)&lt;/code&gt; instead of &lt;code&gt;rgba.php?r=46&amp;g=46&amp;b=50&amp;a=30&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Yeah, the color_ part was unnecessary and you ended up not specifying r this way. </p>
<p>By the way, one feature I&#8217;d like to implement in the next version is making the syntax more similar to the CSS one, like <code>rgba.php/rgba(46,46,50,0.3)</code> instead of <code>rgba.php?r=46&#038;g=46&#038;b=50&#038;a=30</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://lea.verou.me/2009/10/new-version-of-rgba-php-is-out/#comment-1565</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 06 Dec 2010 11:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=418#comment-1565</guid>
		<description>Take that back... not sure how i ended up with the word color in there... all is well :-)</description>
		<content:encoded><![CDATA[<p>Take that back&#8230; not sure how i ended up with the word color in there&#8230; all is well <img src='http://lea.verou.me/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://lea.verou.me/2009/10/new-version-of-rgba-php-is-out/#comment-1564</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 06 Dec 2010 11:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=418#comment-1564</guid>
		<description>Only thing about this that i find slightly confusing.. is that say you use 

background: url(rgba.php?color_r=46&amp;g=46&amp;b=50&amp;a=30) repeat;
background: rgba(46,46,50, 0.3);

They end up being 2 totally different colours.. so its hard to get the right combination to keep the same colours using the 2 methods..</description>
		<content:encoded><![CDATA[<p>Only thing about this that i find slightly confusing.. is that say you use </p>
<p>background: url(rgba.php?color_r=46&amp;g=46&amp;b=50&amp;a=30) repeat;<br />
background: rgba(46,46,50, 0.3);</p>
<p>They end up being 2 totally different colours.. so its hard to get the right combination to keep the same colours using the 2 methods..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pushpinder</title>
		<link>http://lea.verou.me/2009/10/new-version-of-rgba-php-is-out/#comment-1482</link>
		<dc:creator>Pushpinder</dc:creator>
		<pubDate>Mon, 08 Nov 2010 16:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=418#comment-1482</guid>
		<description>Thanks a ton!</description>
		<content:encoded><![CDATA[<p>Thanks a ton!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suso Guez</title>
		<link>http://lea.verou.me/2009/10/new-version-of-rgba-php-is-out/#comment-1398</link>
		<dc:creator>Suso Guez</dc:creator>
		<pubDate>Sat, 16 Oct 2010 00:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=418#comment-1398</guid>
		<description>Brilliant idea, very useful. I&#039;m using it right now for my next redesign!

Thanks!</description>
		<content:encoded><![CDATA[<p>Brilliant idea, very useful. I&#8217;m using it right now for my next redesign!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poco</title>
		<link>http://lea.verou.me/2009/10/new-version-of-rgba-php-is-out/#comment-1366</link>
		<dc:creator>Poco</dc:creator>
		<pubDate>Sat, 04 Sep 2010 21:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=418#comment-1366</guid>
		<description>Thanks for this!

Also, why don&#039;t you allow for urls like this?: rgba.php?1,2,3,4

I don&#039;t think these would have to be urlencoded, and it would be easier to read.</description>
		<content:encoded><![CDATA[<p>Thanks for this!</p>
<p>Also, why don&#8217;t you allow for urls like this?: rgba.php?1,2,3,4</p>
<p>I don&#8217;t think these would have to be urlencoded, and it would be easier to read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bulletproof, cross-browser RGBA backgrounds, today &#171; Lea Verou</title>
		<link>http://lea.verou.me/2009/10/new-version-of-rgba-php-is-out/#comment-1327</link>
		<dc:creator>Bulletproof, cross-browser RGBA backgrounds, today &#171; Lea Verou</dc:creator>
		<pubDate>Thu, 19 Aug 2010 23:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=418#comment-1327</guid>
		<description>[...] UPDATE: There is a new version, here [...]</description>
		<content:encoded><![CDATA[<p>[...] UPDATE: There is a new version, here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennie</title>
		<link>http://lea.verou.me/2009/10/new-version-of-rgba-php-is-out/#comment-898</link>
		<dc:creator>Jennie</dc:creator>
		<pubDate>Wed, 20 Jan 2010 07:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=418#comment-898</guid>
		<description>Thanks, Lea! I was having trouble with the old script (it would break after initially loading... I think related to undefined apache_request_headers() as you pointed out). This cleared everything up. RGBA in IE the easy way... makes me very happy!</description>
		<content:encoded><![CDATA[<p>Thanks, Lea! I was having trouble with the old script (it would break after initially loading&#8230; I think related to undefined apache_request_headers() as you pointed out). This cleared everything up. RGBA in IE the easy way&#8230; makes me very happy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lea Verou</title>
		<link>http://lea.verou.me/2009/10/new-version-of-rgba-php-is-out/#comment-894</link>
		<dc:creator>Lea Verou</dc:creator>
		<pubDate>Mon, 11 Jan 2010 18:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=418#comment-894</guid>
		<description>Happy new year Igor!

Thanks, zip updated :-)</description>
		<content:encoded><![CDATA[<p>Happy new year Igor!</p>
<p>Thanks, zip updated <img src='http://lea.verou.me/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Zevaka</title>
		<link>http://lea.verou.me/2009/10/new-version-of-rgba-php-is-out/#comment-893</link>
		<dc:creator>Igor Zevaka</dc:creator>
		<pubDate>Thu, 07 Jan 2010 00:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=418#comment-893</guid>
		<description>Thanks heaps for this, it&#039;s such a time saver transforming layout for proper browsers to work in IE :))

One thing I noticed was that the Expires time does not conform to HTTP spec according to RED(Has to be &quot;01 Jan...&quot;):

http://redbot.org/?uri=http%3A%2F%2Fwww.somethingorothersoft.com%2Fcolors%2Frgba.php%3Fr%3D14%26g%3D32%26b%3D59%26a%3D40

I don&#039;t think this causes any issues, it just came up as I was troubleshooting image caching in Chrome.</description>
		<content:encoded><![CDATA[<p>Thanks heaps for this, it&#8217;s such a time saver transforming layout for proper browsers to work in IE <img src='http://lea.verou.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p>One thing I noticed was that the Expires time does not conform to HTTP spec according to RED(Has to be &#8220;01 Jan&#8230;&#8221;):</p>
<p><a href="http://redbot.org/?uri=http%3A%2F%2Fwww.somethingorothersoft.com%2Fcolors%2Frgba.php%3Fr%3D14%26g%3D32%26b%3D59%26a%3D40" rel="nofollow">http://redbot.org/?uri=http%3A%2F%2Fwww.somethingorothersoft.com%2Fcolors%2Frgba.php%3Fr%3D14%26g%3D32%26b%3D59%26a%3D40</a></p>
<p>I don&#8217;t think this causes any issues, it just came up as I was troubleshooting image caching in Chrome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basilakis</title>
		<link>http://lea.verou.me/2009/10/new-version-of-rgba-php-is-out/#comment-660</link>
		<dc:creator>Basilakis</dc:creator>
		<pubDate>Sat, 31 Oct 2009 19:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://leaverou.me/?p=418#comment-660</guid>
		<description>Oh lea, u drive me crazy! That is a greate tool and to say the truth, i have missed it when u first posted it.

Combining it with a good UI, it can be easilly used for option templates to Wordpress (sorry, but i am wp addicted :P)</description>
		<content:encoded><![CDATA[<p>Oh lea, u drive me crazy! That is a greate tool and to say the truth, i have missed it when u first posted it.</p>
<p>Combining it with a good UI, it can be easilly used for option templates to WordPress (sorry, but i am wp addicted <img src='http://lea.verou.me/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

