<?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: Spanky Corners 1.0 : Rounded Corners + Clean HTML + No JavaScript</title>
	<atom:link href="http://www.sitepoint.com/blogs/2006/05/02/spanky-corners-10-rounded-corners-clean-html-no-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2006/05/02/spanky-corners-10-rounded-corners-clean-html-no-javascript/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Mon, 23 Nov 2009 12:09:39 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Osiris</title>
		<link>http://www.sitepoint.com/blogs/2006/05/02/spanky-corners-10-rounded-corners-clean-html-no-javascript/comment-page-3/#comment-889447</link>
		<dc:creator>Osiris</dc:creator>
		<pubDate>Sat, 07 Mar 2009 21:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1524#comment-889447</guid>
		<description>Excellent generator you got here for rounder corners!!

I&#039;ve used your code when generated, but changed the corner graphics and used PNG instead of GIF, as it produces much better quality rounded graphics.

Still, excellent resource</description>
		<content:encoded><![CDATA[<p>Excellent generator you got here for rounder corners!!</p>
<p>I&#8217;ve used your code when generated, but changed the corner graphics and used PNG instead of GIF, as it produces much better quality rounded graphics.</p>
<p>Still, excellent resource</p>]]></content:encoded>
	</item>
	<item>
		<title>By: hellhound</title>
		<link>http://www.sitepoint.com/blogs/2006/05/02/spanky-corners-10-rounded-corners-clean-html-no-javascript/comment-page-3/#comment-757187</link>
		<dc:creator>hellhound</dc:creator>
		<pubDate>Mon, 07 Jul 2008 15:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1524#comment-757187</guid>
		<description>this is not working in ie8 beta, missing top left corner,</description>
		<content:encoded><![CDATA[<p>this is not working in ie8 beta, missing top left corner,</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.sitepoint.com/blogs/2006/05/02/spanky-corners-10-rounded-corners-clean-html-no-javascript/comment-page-3/#comment-226549</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 16 Apr 2007 14:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1524#comment-226549</guid>
		<description>Why do you not use a child selector instead of a descendant and then overriding for 2+ descendants?</description>
		<content:encoded><![CDATA[<p>Why do you not use a child selector instead of a descendant and then overriding for 2+ descendants?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: AlexW</title>
		<link>http://www.sitepoint.com/blogs/2006/05/02/spanky-corners-10-rounded-corners-clean-html-no-javascript/comment-page-2/#comment-86467</link>
		<dc:creator>AlexW</dc:creator>
		<pubDate>Wed, 08 Nov 2006 23:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1524#comment-86467</guid>
		<description>Thanks harl, 

Some interesting stuff there. I agree PNG are a better option in general. As much as anything, we wanted to provide some graphics that matched the CSS to make it easier to understand when you downloaded the zip. The graphics are quite usable, but being auto-generated, I tend to remake them get them just a little bit slicker.</description>
		<content:encoded><![CDATA[<p>Thanks harl, </p>
<p>Some interesting stuff there. I agree PNG are a better option in general. As much as anything, we wanted to provide some graphics that matched the CSS to make it easier to understand when you downloaded the zip. The graphics are quite usable, but being auto-generated, I tend to remake them get them just a little bit slicker.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: harl</title>
		<link>http://www.sitepoint.com/blogs/2006/05/02/spanky-corners-10-rounded-corners-clean-html-no-javascript/comment-page-2/#comment-85514</link>
		<dc:creator>harl</dc:creator>
		<pubDate>Wed, 08 Nov 2006 05:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1524#comment-85514</guid>
		<description>just a hint, but from my experiences with GIF images.. they are not lossless at all, despite there are descriptions on the net which tell otherwise. the way GIF saves &#039;hotspotted&#039;(focused/assembled) information by reducing the images colour depth to 8 bit, mostly also reduces overall colour quality. at least that&#039;s what (most) programs do when converting/compressing images. even with raw data and high quality settings it still gets dithered. that&#039;s GIF.
personally, i don&#039;t see and good in that. GIF only works well if the colour depth of the original image doesn&#039;t exceed some value between 8 and 16 bit, depending on how many different colours the image actually includes and which of them are obviously distinguishable by the human eye.

seen that way, at least some of the GIFs generated for &#039;spanky corners&#039; are lossy as well, so i would advise against using GIF.

if you&#039;re unsure, try some random colours yourself (ex. my current favourite background: #0f1528 and foreground: #1a2237), setting the corner&#039;s edge length to 60 (so it&#039;s big enough to make the difference more apparent to the eye) and you&#039;ll see the whole 60x60 corner having different colours than both the BODY&#039;s and the DIV&#039;s background.

using PNG instead would solve that problem (it&#039;s lossless and supports transparency as well). corners up to 20 or maybe 30 pixels edge length could even be BMP, as long as you don&#039;t plan to add transparency (or antialiasing) to them.</description>
		<content:encoded><![CDATA[<p>just a hint, but from my experiences with GIF images.. they are not lossless at all, despite there are descriptions on the net which tell otherwise. the way GIF saves &#8216;hotspotted&#8217;(focused/assembled) information by reducing the images colour depth to 8 bit, mostly also reduces overall colour quality. at least that&#8217;s what (most) programs do when converting/compressing images. even with raw data and high quality settings it still gets dithered. that&#8217;s GIF.<br />
personally, i don&#8217;t see and good in that. GIF only works well if the colour depth of the original image doesn&#8217;t exceed some value between 8 and 16 bit, depending on how many different colours the image actually includes and which of them are obviously distinguishable by the human eye.</p>
<p>seen that way, at least some of the GIFs generated for &#8217;spanky corners&#8217; are lossy as well, so i would advise against using GIF.</p>
<p>if you&#8217;re unsure, try some random colours yourself (ex. my current favourite background: #0f1528 and foreground: #1a2237), setting the corner&#8217;s edge length to 60 (so it&#8217;s big enough to make the difference more apparent to the eye) and you&#8217;ll see the whole 60&#215;60 corner having different colours than both the BODY&#8217;s and the DIV&#8217;s background.</p>
<p>using PNG instead would solve that problem (it&#8217;s lossless and supports transparency as well). corners up to 20 or maybe 30 pixels edge length could even be BMP, as long as you don&#8217;t plan to add transparency (or antialiasing) to them.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: AlexW</title>
		<link>http://www.sitepoint.com/blogs/2006/05/02/spanky-corners-10-rounded-corners-clean-html-no-javascript/comment-page-2/#comment-60177</link>
		<dc:creator>AlexW</dc:creator>
		<pubDate>Tue, 26 Sep 2006 00:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1524#comment-60177</guid>
		<description>Tony, I must admit it&#039;s not something I&#039;ve thought about before, but yes, I guess it&#039;s possible that it could be an issue. I know you said you&#039;re not a CSS hacker, but you do have a separate IE stylesheet, so I would guess that tweaking the height in that would adjust the fit.</description>
		<content:encoded><![CDATA[<p>Tony, I must admit it&#8217;s not something I&#8217;ve thought about before, but yes, I guess it&#8217;s possible that it could be an issue. I know you said you&#8217;re not a CSS hacker, but you do have a separate IE stylesheet, so I would guess that tweaking the height in that would adjust the fit.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tegou</title>
		<link>http://www.sitepoint.com/blogs/2006/05/02/spanky-corners-10-rounded-corners-clean-html-no-javascript/comment-page-2/#comment-60153</link>
		<dc:creator>Tegou</dc:creator>
		<pubDate>Mon, 25 Sep 2006 23:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1524#comment-60153</guid>
		<description>No problems with lowercase letters on my system with IE 6, using h1 and h2 tags. I did remove rounded-ie.css from my page, and I set the height to Auto. My sample file has 5 rounded corner structures on the page 1 large one and four smaller, equally sized boxes. I tried several letters (just in case it was that specific) and haven&#039;t noticed a problem. I even tested out IE 6 text size from smallest to largest, without a problem.

FWIW,
TeGou</description>
		<content:encoded><![CDATA[<p>No problems with lowercase letters on my system with IE 6, using h1 and h2 tags. I did remove rounded-ie.css from my page, and I set the height to Auto. My sample file has 5 rounded corner structures on the page 1 large one and four smaller, equally sized boxes. I tried several letters (just in case it was that specific) and haven&#8217;t noticed a problem. I even tested out IE 6 text size from smallest to largest, without a problem.</p>
<p>FWIW,<br />
TeGou</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tony H</title>
		<link>http://www.sitepoint.com/blogs/2006/05/02/spanky-corners-10-rounded-corners-clean-html-no-javascript/comment-page-2/#comment-60038</link>
		<dc:creator>Tony H</dc:creator>
		<pubDate>Mon, 25 Sep 2006 17:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1524#comment-60038</guid>
		<description>Hi

In IE6 at least, there is a horizontal bar in the top left corner if you start the header with a lower case character.

With many designers using lower case chars for site names/logos, this could be problematic?

I&#039;m not a css hacker so don&#039;t really have a fix - but I have just run into the problem...

tony</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>In IE6 at least, there is a horizontal bar in the top left corner if you start the header with a lower case character.</p>
<p>With many designers using lower case chars for site names/logos, this could be problematic?</p>
<p>I&#8217;m not a css hacker so don&#8217;t really have a fix &#8211; but I have just run into the problem&#8230;</p>
<p>tony</p>]]></content:encoded>
	</item>
	<item>
		<title>By: GregM</title>
		<link>http://www.sitepoint.com/blogs/2006/05/02/spanky-corners-10-rounded-corners-clean-html-no-javascript/comment-page-2/#comment-52600</link>
		<dc:creator>GregM</dc:creator>
		<pubDate>Thu, 07 Sep 2006 23:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1524#comment-52600</guid>
		<description>Alex, I figured it out.  I had your code mixed in with mine and had missed some conflicting code in one of my own header properties that was causing the weird behavior.  Thanks for the reply though.</description>
		<content:encoded><![CDATA[<p>Alex, I figured it out.  I had your code mixed in with mine and had missed some conflicting code in one of my own header properties that was causing the weird behavior.  Thanks for the reply though.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: AlexW</title>
		<link>http://www.sitepoint.com/blogs/2006/05/02/spanky-corners-10-rounded-corners-clean-html-no-javascript/comment-page-2/#comment-52157</link>
		<dc:creator>AlexW</dc:creator>
		<pubDate>Wed, 06 Sep 2006 07:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1524#comment-52157</guid>
		<description>Greg, can you put it online where we can get a look at it?</description>
		<content:encoded><![CDATA[<p>Greg, can you put it online where we can get a look at it?</p>]]></content:encoded>
	</item>
</channel>
</rss>
