<?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: JQuery Rounded Corners (Technorati Style)</title>
	<atom:link href="http://justaddwater.dk/2008/05/26/jquery-rounded-corners-technorati-style/feed/" rel="self" type="application/rss+xml" />
	<link>http://justaddwater.dk/2008/05/26/jquery-rounded-corners-technorati-style/</link>
	<description>Instant Usability &#38; Web Standards</description>
	<lastBuildDate>Sat, 28 Jan 2012 13:44:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jesper Rønn-Jensen</title>
		<link>http://justaddwater.dk/2008/05/26/jquery-rounded-corners-technorati-style/comment-page-1/#comment-476823</link>
		<dc:creator>Jesper Rønn-Jensen</dc:creator>
		<pubDate>Mon, 09 Mar 2009 11:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/?p=929#comment-476823</guid>
		<description>@Oskar Austegard: using the deprecated b tag was a solution that Tantek Celik and Eric Meyer used on Technorati... They used a deprecated tag to say that this tag carried no semantic meaning. Read more about Tantek&#039;s explanation in the related post &lt;a href=&quot;http://justaddwater.dk/2007/02/15/rounded-corners-the-technorati-way/&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Rounded Corners the Technorati Way&quot;&gt;Rounded Corners the Technorati Way&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@Oskar Austegard: using the deprecated b tag was a solution that Tantek Celik and Eric Meyer used on Technorati&#8230; They used a deprecated tag to say that this tag carried no semantic meaning. Read more about Tantek&#8217;s explanation in the related post <a href="http://justaddwater.dk/2007/02/15/rounded-corners-the-technorati-way/" rel="bookmark" title="Permanent Link: Rounded Corners the Technorati Way">Rounded Corners the Technorati Way</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oskar Austegard</title>
		<link>http://justaddwater.dk/2008/05/26/jquery-rounded-corners-technorati-style/comment-page-1/#comment-475508</link>
		<dc:creator>Oskar Austegard</dc:creator>
		<pubDate>Mon, 02 Mar 2009 21:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/?p=929#comment-475508</guid>
		<description>Just curious: why do you use the b tag (which you point out as deprecated in a later post)?</description>
		<content:encoded><![CDATA[<p>Just curious: why do you use the b tag (which you point out as deprecated in a later post)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://justaddwater.dk/2008/05/26/jquery-rounded-corners-technorati-style/comment-page-1/#comment-463347</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 03 Jan 2009 10:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/?p=929#comment-463347</guid>
		<description>I hope that there will be a solution with CSS which works in every browser in the near future, than we can all skip the alternatives, but the jquery solution looks pretty good (like everything which is done with jquery *love it*). Thanks!</description>
		<content:encoded><![CDATA[<p>I hope that there will be a solution with CSS which works in every browser in the near future, than we can all skip the alternatives, but the jquery solution looks pretty good (like everything which is done with jquery *love it*). Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob S</title>
		<link>http://justaddwater.dk/2008/05/26/jquery-rounded-corners-technorati-style/comment-page-1/#comment-420650</link>
		<dc:creator>Jakob S</dc:creator>
		<pubDate>Tue, 27 May 2008 08:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/?p=929#comment-420650</guid>
		<description>Or if your rounded corners aren&#039;t mission critical they can be made using CSS: 

.round {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px /* as of Firefox 3, they even look good there */
}

Progressive enhancement rocks - but sucks for those on lesser browsers, so if your boss/client is in that camp, you&#039;ll probably have to settle for the Javascript method - or the more verbose HTML + CSS method Jesper outlines at the beginning.</description>
		<content:encoded><![CDATA[<p>Or if your rounded corners aren&#8217;t mission critical they can be made using CSS: </p>
<p>.round {<br />
  -webkit-border-radius: 10px;<br />
  -moz-border-radius: 10px /* as of Firefox 3, they even look good there */<br />
}</p>
<p>Progressive enhancement rocks &#8211; but sucks for those on lesser browsers, so if your boss/client is in that camp, you&#8217;ll probably have to settle for the Javascript method &#8211; or the more verbose HTML + CSS method Jesper outlines at the beginning.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

