<?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: JQuery anti-aliased rounded corners plugin v1.2</title>
	<atom:link href="http://blue-anvil.com/archives/jquery-anti-aliased-rounded-corners-plugin-v12/feed" rel="self" type="application/rss+xml" />
	<link>http://blue-anvil.com/archives/jquery-anti-aliased-rounded-corners-plugin-v12</link>
	<description>The online blogfolio of Mike Jolley</description>
	<pubDate>Fri, 25 Jul 2008 08:17:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Lawrence</title>
		<link>http://blue-anvil.com/archives/jquery-anti-aliased-rounded-corners-plugin-v12#comment-2025</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Thu, 26 Jun 2008 07:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/archives/jquery-anti-aliased-rounded-corners-plugin-v12#comment-2025</guid>
		<description>Using the latest version (1.5). When the element that gets the corner has a border color of say "red" it fails in IE. The border color must always be of the format #[0-9]{6}, so instead of "red", use "#ff0000".</description>
		<content:encoded><![CDATA[<p>Using the latest version (1.5). When the element that gets the corner has a border color of say &#8220;red&#8221; it fails in IE. The border color must always be of the format #[0-9]{6}, so instead of &#8220;red&#8221;, use &#8220;#ff0000&#8243;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Merwin</title>
		<link>http://blue-anvil.com/archives/jquery-anti-aliased-rounded-corners-plugin-v12#comment-1663</link>
		<dc:creator>David Merwin</dc:creator>
		<pubDate>Wed, 12 Mar 2008 15:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/archives/jquery-anti-aliased-rounded-corners-plugin-v12#comment-1663</guid>
		<description>Yeah, that was what I was thinking, but then I am creating a "branch" off of trunk. Wanted to keep it as is. Hmmm. Thanks.</description>
		<content:encoded><![CDATA[<p>Yeah, that was what I was thinking, but then I am creating a &#8220;branch&#8221; off of trunk. Wanted to keep it as is. Hmmm. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Jolley</title>
		<link>http://blue-anvil.com/archives/jquery-anti-aliased-rounded-corners-plugin-v12#comment-1660</link>
		<dc:creator>Mike Jolley</dc:creator>
		<pubDate>Wed, 12 Mar 2008 00:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/archives/jquery-anti-aliased-rounded-corners-plugin-v12#comment-1660</guid>
		<description>@Mark - thanks! Perhaps it was, I really can't remember. Maybe I should comment more lol

@David - Tricky. If your using autopad you could modify the plugin to add a class to the autopad div, then in the print stylesheet make all the divs in the curvy corner div hidden with display:none except for the autopad.</description>
		<content:encoded><![CDATA[<p>@Mark - thanks! Perhaps it was, I really can&#8217;t remember. Maybe I should comment more lol</p>
<p>@David - Tricky. If your using autopad you could modify the plugin to add a class to the autopad div, then in the print stylesheet make all the divs in the curvy corner div hidden with display:none except for the autopad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Merwin</title>
		<link>http://blue-anvil.com/archives/jquery-anti-aliased-rounded-corners-plugin-v12#comment-1659</link>
		<dc:creator>David Merwin</dc:creator>
		<pubDate>Tue, 11 Mar 2008 23:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/archives/jquery-anti-aliased-rounded-corners-plugin-v12#comment-1659</guid>
		<description>Non related question: Why did you disable focus for your form field? The real question has to do with printing pages that have the Curvy Corners plugin. How can I get the bars and corners to NOT print. Lemme know.</description>
		<content:encoded><![CDATA[<p>Non related question: Why did you disable focus for your form field? The real question has to do with printing pages that have the Curvy Corners plugin. How can I get the bars and corners to NOT print. Lemme know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Zuckerberg</title>
		<link>http://blue-anvil.com/archives/jquery-anti-aliased-rounded-corners-plugin-v12#comment-1642</link>
		<dc:creator>Mark Zuckerberg</dc:creator>
		<pubDate>Sat, 08 Mar 2008 18:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/archives/jquery-anti-aliased-rounded-corners-plugin-v12#comment-1642</guid>
		<description>I did notice that the curves stop displaying in IE6 when applying a transparent PNG background after my change to the code. I do realize that transparent backgrounds don't work in IE6 by default, but even after using Dean Edwards' javascript library IE7 that forces IE6 to behave like a standards compliant browser, it still didn't work. My point is, maybe that is why you included that function, because of IE's failure to recognize transparent PNG bgs? I will state this, after altering the script it works perfectly in Firefox, but isn't that always the case ;) Regradless, I enjoy this adaptation of the curvy Corners script, it seems very popular. Keep up the good work.</description>
		<content:encoded><![CDATA[<p>I did notice that the curves stop displaying in IE6 when applying a transparent PNG background after my change to the code. I do realize that transparent backgrounds don&#8217;t work in IE6 by default, but even after using Dean Edwards&#8217; javascript library IE7 that forces IE6 to behave like a standards compliant browser, it still didn&#8217;t work. My point is, maybe that is why you included that function, because of IE&#8217;s failure to recognize transparent PNG bgs? I will state this, after altering the script it works perfectly in Firefox, but isn&#8217;t that always the case <img src='http://blue-anvil.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> Regradless, I enjoy this adaptation of the curvy Corners script, it seems very popular. Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Jolley</title>
		<link>http://blue-anvil.com/archives/jquery-anti-aliased-rounded-corners-plugin-v12#comment-1636</link>
		<dc:creator>Mike Jolley</dc:creator>
		<pubDate>Sat, 08 Mar 2008 09:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/archives/jquery-anti-aliased-rounded-corners-plugin-v12#comment-1636</guid>
		<description>I think Its there so the function returns something in all cases. Perhaps I made a mistake. I will consider removing it to fix the transparency. Thanks for noticing!</description>
		<content:encoded><![CDATA[<p>I think Its there so the function returns something in all cases. Perhaps I made a mistake. I will consider removing it to fix the transparency. Thanks for noticing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Zuckerberg</title>
		<link>http://blue-anvil.com/archives/jquery-anti-aliased-rounded-corners-plugin-v12#comment-1635</link>
		<dc:creator>Mark Zuckerberg</dc:creator>
		<pubDate>Sat, 08 Mar 2008 07:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/archives/jquery-anti-aliased-rounded-corners-plugin-v12#comment-1635</guid>
		<description>Mike, why exactly did you put this line in your javascript: var returnColour = "#ffffff"; if(colour != "" &#38;&#38; colour != "transparent")? I was curious because when trying to apply a transparent PNG background this function makes all curves come out white, rather than transparent like I intended. I commented parts of that line out so that it wouldn't replace transparent PNGs with the color white anymore, now it works perfectly. I was just curious why you made that coding decision?</description>
		<content:encoded><![CDATA[<p>Mike, why exactly did you put this line in your javascript: var returnColour = &#8220;#ffffff&#8221;; if(colour != &#8220;&#8221; &amp;&amp; colour != &#8220;transparent&#8221;)? I was curious because when trying to apply a transparent PNG background this function makes all curves come out white, rather than transparent like I intended. I commented parts of that line out so that it wouldn&#8217;t replace transparent PNGs with the color white anymore, now it works perfectly. I was just curious why you made that coding decision?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
