<?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"
	>
<channel>
	<title>Comments on: Fat Transparent ShadedBorders</title>
	<atom:link href="http://www.ruzee.com/blog/2007/12/fat-transparent-shadedborders/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ruzee.com/blog/2007/12/fat-transparent-shadedborders/</link>
	<description></description>
	<pubDate>Fri, 04 Jul 2008 12:51:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: adam</title>
		<link>http://www.ruzee.com/blog/2007/12/fat-transparent-shadedborders/#comment-66746</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Mon, 21 Jan 2008 21:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruzee.com/blog/2007/12/fat-transparent-shadedborders/#comment-66746</guid>
		<description>i think it would be great for ruzee borders to be integrated into mootools</description>
		<content:encoded><![CDATA[<p>i think it would be great for ruzee borders to be integrated into mootools</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thibaut Barrère</title>
		<link>http://www.ruzee.com/blog/2007/12/fat-transparent-shadedborders/#comment-64635</link>
		<dc:creator>Thibaut Barrère</dc:creator>
		<pubDate>Fri, 04 Jan 2008 21:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruzee.com/blog/2007/12/fat-transparent-shadedborders/#comment-64635</guid>
		<description>Hi!

First thanks, ShadedBorders is very nice to use and very efficient!

I noticed a bug when rounding a div with a big height (over 2048px). All the lower area (starting from pixel 2048 maybe) doesn't have the div color, but the background color instead. It happens under Firefox and Safari, with ShadedBorders 0.5. I thought I would report back here.

best regards and keep up the good work!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>First thanks, ShadedBorders is very nice to use and very efficient!</p>
<p>I noticed a bug when rounding a div with a big height (over 2048px). All the lower area (starting from pixel 2048 maybe) doesn&#8217;t have the div color, but the background color instead. It happens under Firefox and Safari, with ShadedBorders 0.5. I thought I would report back here.</p>
<p>best regards and keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inforiculturist</title>
		<link>http://www.ruzee.com/blog/2007/12/fat-transparent-shadedborders/#comment-63058</link>
		<dc:creator>Inforiculturist</dc:creator>
		<pubDate>Thu, 13 Dec 2007 16:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruzee.com/blog/2007/12/fat-transparent-shadedborders/#comment-63058</guid>
		<description>I'm working on a new website and found your script for rounded corners. EXCELLENT contribution to the community and MANY thanks.

I struggled just a bit trying to get it to work. At first, I thought it wasn't working, but it turns out my numbers just weren't large enough since the shadow border gets subtracted from the rounded spacing (or vice-versa) causing it to look like it's not working. Also, I had to add enough padding to the container style to make it not look like the bottom content was overflowing outside of the box. But, a little playing around and I got it to work for me. Yeah!!!

The one thing I'm having some issues with is what is called the shadow implementation. It seems to be more of a glow implementation instead of a shadow since the "shadow" edge is on all four sides, albeit not evenly. For instance:
({corner:6, shadow:30, border:1}) yields shadow: 14px L/R, 9px top, 5px corner radius, 19px bottom (both shadow areas add to 28px, not 30px, for whatever reason)
({corner:10, shadow:50, border:1}) yields shadow: 23px L/R, 14px top, 5px corner radius, 32px bottom (both shadow areas add to 46px, not 50px, and even if you add the border in there, it's still just 48px, not 50; corner could be 9 or 10px depending upon how you look at it.)

I would have expected the glow to be evenly distributed or evenly offset. Somehow, a px gets shaved off here or there in the implementation (as measured by putting a standard CSS border around the thing).

Personally, I think it looks funky for a shadow, but fine for a glow. I would expect that a shadow would be on two sides, say bottom and right (although making it configurable would be a plus). I'd suggest that this current shadow implementation be renamed to be used a glow implementation and then add another effect to replace the current shadow so that you have a shadow based on the angle of light, offsetting to one side the "glow" so that it provides light angle. Finally, around the TLR corner areas, the glow looks sliced off at the corners giving the glow a weird feeling/appearance, but it's probably an implementation issue of how the inner part gets floated over the outer part.

Am I clear as mud on this?

Note that I realize that I'm not contributing code at this point, just functional symptomatic feedback. Maybe some day I'll have time to get inside the code and provide some contribution. Again, many thanks for an excellent contribution to the community that has removed many DIV tags from my pages that were solely for adding rounded corners, especially with borders.</description>
		<content:encoded><![CDATA[<p>I&#8217;m working on a new website and found your script for rounded corners. EXCELLENT contribution to the community and MANY thanks.</p>
<p>I struggled just a bit trying to get it to work. At first, I thought it wasn&#8217;t working, but it turns out my numbers just weren&#8217;t large enough since the shadow border gets subtracted from the rounded spacing (or vice-versa) causing it to look like it&#8217;s not working. Also, I had to add enough padding to the container style to make it not look like the bottom content was overflowing outside of the box. But, a little playing around and I got it to work for me. Yeah!!!</p>
<p>The one thing I&#8217;m having some issues with is what is called the shadow implementation. It seems to be more of a glow implementation instead of a shadow since the &#8220;shadow&#8221; edge is on all four sides, albeit not evenly. For instance:<br />
({corner:6, shadow:30, border:1}) yields shadow: 14px L/R, 9px top, 5px corner radius, 19px bottom (both shadow areas add to 28px, not 30px, for whatever reason)<br />
({corner:10, shadow:50, border:1}) yields shadow: 23px L/R, 14px top, 5px corner radius, 32px bottom (both shadow areas add to 46px, not 50px, and even if you add the border in there, it&#8217;s still just 48px, not 50; corner could be 9 or 10px depending upon how you look at it.)</p>
<p>I would have expected the glow to be evenly distributed or evenly offset. Somehow, a px gets shaved off here or there in the implementation (as measured by putting a standard CSS border around the thing).</p>
<p>Personally, I think it looks funky for a shadow, but fine for a glow. I would expect that a shadow would be on two sides, say bottom and right (although making it configurable would be a plus). I&#8217;d suggest that this current shadow implementation be renamed to be used a glow implementation and then add another effect to replace the current shadow so that you have a shadow based on the angle of light, offsetting to one side the &#8220;glow&#8221; so that it provides light angle. Finally, around the TLR corner areas, the glow looks sliced off at the corners giving the glow a weird feeling/appearance, but it&#8217;s probably an implementation issue of how the inner part gets floated over the outer part.</p>
<p>Am I clear as mud on this?</p>
<p>Note that I realize that I&#8217;m not contributing code at this point, just functional symptomatic feedback. Maybe some day I&#8217;ll have time to get inside the code and provide some contribution. Again, many thanks for an excellent contribution to the community that has removed many DIV tags from my pages that were solely for adding rounded corners, especially with borders.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davie Pham</title>
		<link>http://www.ruzee.com/blog/2007/12/fat-transparent-shadedborders/#comment-62889</link>
		<dc:creator>Davie Pham</dc:creator>
		<pubDate>Tue, 11 Dec 2007 15:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruzee.com/blog/2007/12/fat-transparent-shadedborders/#comment-62889</guid>
		<description>Ok i user shaded Border and the scripts work really good, except when you make the shaded border box really long i had noticed bottom of the box border and drop shadow on the leftside and rightside border and shadow are disappeared. I tried to look into the script to identify the bugs but i am all blank out. Good scripts keep up the good work.

Thanks</description>
		<content:encoded><![CDATA[<p>Ok i user shaded Border and the scripts work really good, except when you make the shaded border box really long i had noticed bottom of the box border and drop shadow on the leftside and rightside border and shadow are disappeared. I tried to look into the script to identify the bugs but i am all blank out. Good scripts keep up the good work.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
