<?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: curved borders, with valid CSS and unobtrusive javascript</title>
	<atom:link href="http://verens.com/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://verens.com/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/</link>
	<description>klog - Kae&#039;s Log</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:49:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-563</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Fri, 02 Mar 2007 15:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-563</guid>
		<description>I&#039;ll have a look at this over the weekend. I haven&#039;t actually looked at the source in months, so can&#039;t answer your question immediately.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll have a look at this over the weekend. I haven&#8217;t actually looked at the source in months, so can&#8217;t answer your question immediately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bobacronius</title>
		<link>http://verens.com/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-562</link>
		<dc:creator>bobacronius</dc:creator>
		<pubDate>Fri, 02 Mar 2007 14:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-562</guid>
		<description>Hey, first of all, wonderful script! I have used many a rounded corners solution, but this one does exactly what I want, which is allow me to use CSS3. That&#039;s good news for when browsers finally start supporting the spec, because then I don&#039;t have update stylesheets!

Anyway, I did find one little issue. If you assign a border radius to the top left corner and to the bottom right corner only, the bottom right corner will round, but not render the border color. Sound weird? I noticed that it wouldn&#039;t do this for any other combination, just top left and bottom right. Here&#039;s my css:

#box
{
    position: absolute;
    top: 100px;
    left: 500px;
    height: 200px;
    width: 500px;
    padding: 10px;
    background: #0f0;
    border: 2px solid #aaa;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

Let me know what you think. I noticed it did this in Firefox, IE7, and Opera. Did not test in IE6 or Konqueror.</description>
		<content:encoded><![CDATA[<p>Hey, first of all, wonderful script! I have used many a rounded corners solution, but this one does exactly what I want, which is allow me to use CSS3. That&#8217;s good news for when browsers finally start supporting the spec, because then I don&#8217;t have update stylesheets!</p>
<p>Anyway, I did find one little issue. If you assign a border radius to the top left corner and to the bottom right corner only, the bottom right corner will round, but not render the border color. Sound weird? I noticed that it wouldn&#8217;t do this for any other combination, just top left and bottom right. Here&#8217;s my css:</p>
<p>#box<br />
{<br />
    position: absolute;<br />
    top: 100px;<br />
    left: 500px;<br />
    height: 200px;<br />
    width: 500px;<br />
    padding: 10px;<br />
    background: #0f0;<br />
    border: 2px solid #aaa;<br />
    border-top-left-radius: 50px;<br />
    border-bottom-right-radius: 50px;<br />
}</p>
<p>Let me know what you think. I noticed it did this in Firefox, IE7, and Opera. Did not test in IE6 or Konqueror.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachary Canario</title>
		<link>http://verens.com/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-561</link>
		<dc:creator>Zachary Canario</dc:creator>
		<pubDate>Wed, 21 Feb 2007 06:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-561</guid>
		<description>I used ur code because the border radius doesnt work in ie. Well When using the code I tested it in ie and the page loads the its looks like it loads again and then all I see is my background. Same in firefox.
I use loose xhtml for all my scripts.
If u have any clue why all my content dispears when the page finishes loading. That would be great.

Thanx
Zach</description>
		<content:encoded><![CDATA[<p>I used ur code because the border radius doesnt work in ie. Well When using the code I tested it in ie and the page loads the its looks like it loads again and then all I see is my background. Same in firefox.<br />
I use loose xhtml for all my scripts.<br />
If u have any clue why all my content dispears when the page finishes loading. That would be great.</p>
<p>Thanx<br />
Zach</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Potato Bob</title>
		<link>http://verens.com/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-560</link>
		<dc:creator>Potato Bob</dc:creator>
		<pubDate>Tue, 13 Jun 2006 03:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-560</guid>
		<description>Hmm nice script, but it tends to refresh a page about 1 sec ~ after it loads, so its quite annoying and it messes up my css to where the height and width values are considered invalid... so most of my page is not positioned correctly...</description>
		<content:encoded><![CDATA[<p>Hmm nice script, but it tends to refresh a page about 1 sec ~ after it loads, so its quite annoying and it messes up my css to where the height and width values are considered invalid&#8230; so most of my page is not positioned correctly&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-559</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Wed, 15 Mar 2006 12:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-559</guid>
		<description>Dave, could you put an example of your CSS online, please? the code does not seem to contain anything which would restrict you from using hyphens.

Also - that snippet of code has been truncated at the &lt; symbol - write the symbol as &lt;, and it will show up properly.

Kae</description>
		<content:encoded><![CDATA[<p>Dave, could you put an example of your CSS online, please? the code does not seem to contain anything which would restrict you from using hyphens.</p>
<p>Also &#8211; that snippet of code has been truncated at the &lt; symbol &#8211; write the symbol as &amp;lt;, and it will show up properly.</p>
<p>Kae</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Seleno</title>
		<link>http://verens.com/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-558</link>
		<dc:creator>Dave Seleno</dc:creator>
		<pubDate>Tue, 14 Mar 2006 19:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-558</guid>
		<description>Woops, forgot to mention I had to add the following two lines, even when not using class names with &quot;-&quot; in them. I only tested IE6, btw. Let me know if you want the small stylesheet I&#039;m using.

function drawRect_generic(el,x,y,w,h,bc,bi,op){
...
   if (h</description>
		<content:encoded><![CDATA[<p>Woops, forgot to mention I had to add the following two lines, even when not using class names with &#8220;-&#8221; in them. I only tested IE6, btw. Let me know if you want the small stylesheet I&#8217;m using.</p>
<p>function drawRect_generic(el,x,y,w,h,bc,bi,op){<br />
&#8230;<br />
   if (h</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Seleno</title>
		<link>http://verens.com/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-557</link>
		<dc:creator>Dave Seleno</dc:creator>
		<pubDate>Tue, 14 Mar 2006 19:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-557</guid>
		<description>Hi Kae,

Thank you for the work you have done on this. I like how unobtrusive it is.

I have discovered that using CSS class names with &quot;-&quot; in them breaks everything. I was able to grok most of the code in border.js, but the regex made my brain hurt. Gotta love regex; solves one problem by creating another. Anyways, could you please update your library to handle class names with &quot;-&quot; ?</description>
		<content:encoded><![CDATA[<p>Hi Kae,</p>
<p>Thank you for the work you have done on this. I like how unobtrusive it is.</p>
<p>I have discovered that using CSS class names with &#8220;-&#8221; in them breaks everything. I was able to grok most of the code in border.js, but the regex made my brain hurt. Gotta love regex; solves one problem by creating another. Anyways, could you please update your library to handle class names with &#8220;-&#8221; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://verens.com/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-556</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 03 Feb 2006 18:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-556</guid>
		<description>Hi Kae,

First of all I must thank you, but the internet explorer error persists.

Line: 65
Character: 3
Error: &#039;parts.1&#039; is null or not an object
Code: 0

But it works now on Firefox again. ;-) I will upload the new borders.js on that address so you can check everything up.</description>
		<content:encoded><![CDATA[<p>Hi Kae,</p>
<p>First of all I must thank you, but the internet explorer error persists.</p>
<p>Line: 65<br />
Character: 3<br />
Error: &#8216;parts.1&#8242; is null or not an object<br />
Code: 0</p>
<p>But it works now on Firefox again. <img src='http://verens.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  I will upload the new borders.js on that address so you can check everything up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-555</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Fri, 03 Feb 2006 08:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-555</guid>
		<description>Richard. Thanks - I found the bug with no problem. My script couldn&#039;t handle the comment tags in your style section. Fixed now. Please download the new borders.js and test again. I do not have Internet Explorer on this machine (all my home boxes run on Linux), but I think it should work - works in Firefox anyway ;-)</description>
		<content:encoded><![CDATA[<p>Richard. Thanks &#8211; I found the bug with no problem. My script couldn&#8217;t handle the comment tags in your style section. Fixed now. Please download the new borders.js and test again. I do not have Internet Explorer on this machine (all my home boxes run on Linux), but I think it should work &#8211; works in Firefox anyway <img src='http://verens.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://verens.com/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-554</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 02 Feb 2006 16:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/11/24/curved-borders-with-valid-css-and-unobtrusive-javascript/#comment-554</guid>
		<description>Hi Kae,

Now it seems to crash in Firefox too, and still do not work with IE. See it at:

http://www.fabrim.com.br/richard_temp/curved/


PS: it&#039;s brazilian portuguese encoded, so it might look strange ;-)</description>
		<content:encoded><![CDATA[<p>Hi Kae,</p>
<p>Now it seems to crash in Firefox too, and still do not work with IE. See it at:</p>
<p><a href="http://www.fabrim.com.br/richard_temp/curved/" rel="nofollow">http://www.fabrim.com.br/richard_temp/curved/</a></p>
<p>PS: it&#8217;s brazilian portuguese encoded, so it might look strange <img src='http://verens.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

