<?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: Rounded and Shaded Corners</title>
	<atom:link href="http://ajaxian.com/archives/rounded-and-shaded-corners/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/rounded-and-shaded-corners</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Jesse Kuhnert</title>
		<link>http://ajaxian.com/archives/rounded-and-shaded-corners/comment-page-1#comment-249793</link>
		<dc:creator>Jesse Kuhnert</dc:creator>
		<pubDate>Wed, 25 Apr 2007 16:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2346#comment-249793</guid>
		<description>Evan: Yeah I&#039;m sure that&#039;s a png thing. I&#039;ll be adding support for regular gifs once I&#039;ve had time to go back and turn the alpha stuff off. Ie6 should work fine then.</description>
		<content:encoded><![CDATA[<p>Evan: Yeah I&#8217;m sure that&#8217;s a png thing. I&#8217;ll be adding support for regular gifs once I&#8217;ve had time to go back and turn the alpha stuff off. Ie6 should work fine then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Kuhnert</title>
		<link>http://ajaxian.com/archives/rounded-and-shaded-corners/comment-page-1#comment-249792</link>
		<dc:creator>Jesse Kuhnert</dc:creator>
		<pubDate>Wed, 25 Apr 2007 16:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2346#comment-249792</guid>
		<description>Phill: Sure, no one is forcing you to use it. ;) That being said, I&#039;m not impressed with the built in rounding provided by most of the browsers. It&#039;s always too pixelated compared to the real thing. 

It&#039;s also probably not a good idea to ignore IE, unless of course you aren&#039;t doing anything public facing.</description>
		<content:encoded><![CDATA[<p>Phill: Sure, no one is forcing you to use it. ;) That being said, I&#8217;m not impressed with the built in rounding provided by most of the browsers. It&#8217;s always too pixelated compared to the real thing. </p>
<p>It&#8217;s also probably not a good idea to ignore IE, unless of course you aren&#8217;t doing anything public facing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evin Callahan</title>
		<link>http://ajaxian.com/archives/rounded-and-shaded-corners/comment-page-1#comment-249791</link>
		<dc:creator>Evin Callahan</dc:creator>
		<pubDate>Wed, 25 Apr 2007 16:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2346#comment-249791</guid>
		<description>Doesnt work in IE6, would have been great if it did though.</description>
		<content:encoded><![CDATA[<p>Doesnt work in IE6, would have been great if it did though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phill Kenoyer</title>
		<link>http://ajaxian.com/archives/rounded-and-shaded-corners/comment-page-1#comment-249790</link>
		<dc:creator>Phill Kenoyer</dc:creator>
		<pubDate>Wed, 25 Apr 2007 16:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2346#comment-249790</guid>
		<description>I&#039;ll just keep using CSS3 for my boarders.  They look great in Webkit, OK in Firefox, and who cares about IE.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll just keep using CSS3 for my boarders.  They look great in Webkit, OK in Firefox, and who cares about IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Kuhnert</title>
		<link>http://ajaxian.com/archives/rounded-and-shaded-corners/comment-page-1#comment-249788</link>
		<dc:creator>Jesse Kuhnert</dc:creator>
		<pubDate>Wed, 25 Apr 2007 15:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2346#comment-249788</guid>
		<description>Mike: The image generation logic caches the rendered images as well as setting / responding appropriately to the common browser cache header settings - so I think it should scale fine for most usages. It still has lots of things that need doing (I wimped out and used png at the last minute for instance - not very friendly for ie and also not necessary since the background color is an optional parameter) but overall I think google had a great idea.</description>
		<content:encoded><![CDATA[<p>Mike: The image generation logic caches the rendered images as well as setting / responding appropriately to the common browser cache header settings &#8211; so I think it should scale fine for most usages. It still has lots of things that need doing (I wimped out and used png at the last minute for instance &#8211; not very friendly for ie and also not necessary since the background color is an optional parameter) but overall I think google had a great idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Ritchie</title>
		<link>http://ajaxian.com/archives/rounded-and-shaded-corners/comment-page-1#comment-249787</link>
		<dc:creator>Mike Ritchie</dc:creator>
		<pubDate>Wed, 25 Apr 2007 15:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2346#comment-249787</guid>
		<description>This seems like it may be a bit fragile, dependent on the users&#039; cache settings. If the browser is set to rebuild the page every time, that means the image function on the server is invoked every time as well. This might not be scalable on a large website. Having said that it is a nice idea since it works with no javascript and uses plain old CSS in the front-end.</description>
		<content:encoded><![CDATA[<p>This seems like it may be a bit fragile, dependent on the users&#8217; cache settings. If the browser is set to rebuild the page every time, that means the image function on the server is invoked every time as well. This might not be scalable on a large website. Having said that it is a nice idea since it works with no javascript and uses plain old CSS in the front-end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukasz R</title>
		<link>http://ajaxian.com/archives/rounded-and-shaded-corners/comment-page-1#comment-249785</link>
		<dc:creator>Lukasz R</dc:creator>
		<pubDate>Wed, 25 Apr 2007 14:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2346#comment-249785</guid>
		<description>just use CSS3:
http://www.the-art-of-web.com/css/border-radius/

sorry IE is ugly anyway:(</description>
		<content:encoded><![CDATA[<p>just use CSS3:<br />
<a href="http://www.the-art-of-web.com/css/border-radius/" rel="nofollow">http://www.the-art-of-web.com/css/border-radius/</a></p>
<p>sorry IE is ugly anyway:(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt625</title>
		<link>http://ajaxian.com/archives/rounded-and-shaded-corners/comment-page-1#comment-249782</link>
		<dc:creator>Matt625</dc:creator>
		<pubDate>Wed, 25 Apr 2007 12:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2346#comment-249782</guid>
		<description>Has anyone devised a solution that will create transparent images? Primarily, I am concerned with placing a rounded corner on an element that has a background image, as opposed to a solid background color. However, due to the way that IE handles (or does not handle) transparency, I have yet to find a solution that is truly viable.</description>
		<content:encoded><![CDATA[<p>Has anyone devised a solution that will create transparent images? Primarily, I am concerned with placing a rounded corner on an element that has a background image, as opposed to a solid background color. However, due to the way that IE handles (or does not handle) transparency, I have yet to find a solution that is truly viable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://ajaxian.com/archives/rounded-and-shaded-corners/comment-page-1#comment-249781</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 25 Apr 2007 12:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2346#comment-249781</guid>
		<description>Nope, no code. Seems like a pretty useless posting. After all, the OP is the first to mention that Google did it first.

Whoop-de-do! A dude named Jesse knows how to copy a good idea! Maybe some code would make this post a little more interesting?</description>
		<content:encoded><![CDATA[<p>Nope, no code. Seems like a pretty useless posting. After all, the OP is the first to mention that Google did it first.</p>
<p>Whoop-de-do! A dude named Jesse knows how to copy a good idea! Maybe some code would make this post a little more interesting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Kuhnert</title>
		<link>http://ajaxian.com/archives/rounded-and-shaded-corners/comment-page-1#comment-249780</link>
		<dc:creator>Jesse Kuhnert</dc:creator>
		<pubDate>Wed, 25 Apr 2007 12:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2346#comment-249780</guid>
		<description>This particular technique involves generating the images on the server - so the code is there it&#039;s just not in js. Anyone can view it to their hearts content though - http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/services/impl/.</description>
		<content:encoded><![CDATA[<p>This particular technique involves generating the images on the server &#8211; so the code is there it&#8217;s just not in js. Anyone can view it to their hearts content though &#8211; <a href="http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/services/impl/" rel="nofollow">http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/java/org/apache/tapestry/contrib/services/impl/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Storgaard</title>
		<link>http://ajaxian.com/archives/rounded-and-shaded-corners/comment-page-1#comment-249779</link>
		<dc:creator>Christian Storgaard</dc:creator>
		<pubDate>Wed, 25 Apr 2007 11:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2346#comment-249779</guid>
		<description>Is there no code to look at?
...or am I missing something?</description>
		<content:encoded><![CDATA[<p>Is there no code to look at?<br />
&#8230;or am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Searle</title>
		<link>http://ajaxian.com/archives/rounded-and-shaded-corners/comment-page-1#comment-249776</link>
		<dc:creator>Dave Searle</dc:creator>
		<pubDate>Wed, 25 Apr 2007 11:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2346#comment-249776</guid>
		<description>My eyes, my eyes - Why do i keep seeing black dots that don&#039;t exist!!</description>
		<content:encoded><![CDATA[<p>My eyes, my eyes &#8211; Why do i keep seeing black dots that don&#8217;t exist!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

