<?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: Another jQuery Curvy Corners Update</title>
	<atom:link href="http://blue-anvil.com/archives/another-jquery-curvy-corners-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://blue-anvil.com/archives/another-jquery-curvy-corners-update/</link>
	<description>The online blogfolio of Mike Jolley</description>
	<lastBuildDate>Fri, 12 Mar 2010 21:58:11 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Keith Lawler</title>
		<link>http://blue-anvil.com/archives/another-jquery-curvy-corners-update/comment-page-1/#comment-2151</link>
		<dc:creator>Keith Lawler</dc:creator>
		<pubDate>Sat, 26 Jul 2008 19:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/?p=121#comment-2151</guid>
		<description>Hello.  Thanks for the great plugin!  I had one issue that I resolved and wanted to share it here with you.  I am doing a bunch of AJAX where some elements have already been treated with your rounded corners radness and I when I ajax in some new elements I didn&#039;t want other divs on the page to be &quot;rounded&quot; again.  My fix was to add alter your source and add this check:

// Curvy corners
function curvyObject() {

	this.box = arguments[1];

+	if($(this.box).hasClass(&#039;has_rounded_corners&#039;)) {
+		return false;
+	} else {
+		$(this.box).addClass(&#039;has_rounded_corners&#039;);
+	}

...

All is working great.  Hope this helpful to someone.

Best and THANKS!

Keith.</description>
		<content:encoded><![CDATA[<p>Hello.  Thanks for the great plugin!  I had one issue that I resolved and wanted to share it here with you.  I am doing a bunch of AJAX where some elements have already been treated with your rounded corners radness and I when I ajax in some new elements I didn&#8217;t want other divs on the page to be &#8220;rounded&#8221; again.  My fix was to add alter your source and add this check:</p>
<p>// Curvy corners<br />
function curvyObject() {</p>
<p>	this.box = arguments[1];</p>
<p>+	if($(this.box).hasClass(&#8216;has_rounded_corners&#8217;)) {<br />
+		return false;<br />
+	} else {<br />
+		$(this.box).addClass(&#8216;has_rounded_corners&#8217;);<br />
+	}</p>
<p>&#8230;</p>
<p>All is working great.  Hope this helpful to someone.</p>
<p>Best and THANKS!</p>
<p>Keith.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Novoselov</title>
		<link>http://blue-anvil.com/archives/another-jquery-curvy-corners-update/comment-page-1/#comment-2059</link>
		<dc:creator>Ilya Novoselov</dc:creator>
		<pubDate>Thu, 03 Jul 2008 18:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/?p=121#comment-2059</guid>
		<description>Well. It goes as this: if I specify height in pixel, it becomes 16 px taller. Also, in xhtml-strict mode these added borders become transparent (except corners).</description>
		<content:encoded><![CDATA[<p>Well. It goes as this: if I specify height in pixel, it becomes 16 px taller. Also, in xhtml-strict mode these added borders become transparent (except corners).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Novoselov</title>
		<link>http://blue-anvil.com/archives/another-jquery-curvy-corners-update/comment-page-1/#comment-2058</link>
		<dc:creator>Ilya Novoselov</dc:creator>
		<pubDate>Thu, 03 Jul 2008 18:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/?p=121#comment-2058</guid>
		<description>Uh... I mean then I round a box, it becomes bigger with extra padding.</description>
		<content:encoded><![CDATA[<p>Uh&#8230; I mean then I round a box, it becomes bigger with extra padding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Novoselov</title>
		<link>http://blue-anvil.com/archives/another-jquery-curvy-corners-update/comment-page-1/#comment-2057</link>
		<dc:creator>Ilya Novoselov</dc:creator>
		<pubDate>Thu, 03 Jul 2008 17:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/?p=121#comment-2057</guid>
		<description>I download latest version (1.5 is latest, isn&#039;t it?). Still rounding enlarges box. Is it intended?</description>
		<content:encoded><![CDATA[<p>I download latest version (1.5 is latest, isn&#8217;t it?). Still rounding enlarges box. Is it intended?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Brookhart</title>
		<link>http://blue-anvil.com/archives/another-jquery-curvy-corners-update/comment-page-1/#comment-2001</link>
		<dc:creator>Luke Brookhart</dc:creator>
		<pubDate>Wed, 18 Jun 2008 02:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/?p=121#comment-2001</guid>
		<description>I&#039;m having an issue with curvy corners.

Nested divs inside the div with the rounded corners are not filling the width of the rounded corner container. Therefore, if I have a div that has a solid border inside a div with rounded corners, the bordered div isn&#039;t the full width of the containing div. It is only as large as the content inside the next div, which is out of place.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having an issue with curvy corners.</p>
<p>Nested divs inside the div with the rounded corners are not filling the width of the rounded corner container. Therefore, if I have a div that has a solid border inside a div with rounded corners, the bordered div isn&#8217;t the full width of the containing div. It is only as large as the content inside the next div, which is out of place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Jolley</title>
		<link>http://blue-anvil.com/archives/another-jquery-curvy-corners-update/comment-page-1/#comment-1952</link>
		<dc:creator>Mike Jolley</dc:creator>
		<pubDate>Tue, 27 May 2008 09:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/?p=121#comment-1952</guid>
		<description>Thankyou =)</description>
		<content:encoded><![CDATA[<p>Thankyou =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Chang</title>
		<link>http://blue-anvil.com/archives/another-jquery-curvy-corners-update/comment-page-1/#comment-1951</link>
		<dc:creator>William Chang</dc:creator>
		<pubDate>Sun, 25 May 2008 21:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/?p=121#comment-1951</guid>
		<description>I really enjoy using your jQuery version of curvy corners. Thanks! You&#039;re the best!</description>
		<content:encoded><![CDATA[<p>I really enjoy using your jQuery version of curvy corners. Thanks! You&#8217;re the best!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
