<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shey's Rebellion &#187; jQuery</title>
	<atom:link href="http://www.sheysrebellion.net/blog/category/programming/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sheysrebellion.net/blog</link>
	<description>I sleep with pillows on my head.</description>
	<lastBuildDate>Fri, 22 Jan 2010 00:10:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Rounded Corners with jQuery Corners</title>
		<link>http://www.sheysrebellion.net/blog/2009/03/24/rounded-corners-with-jquery-corners/</link>
		<comments>http://www.sheysrebellion.net/blog/2009/03/24/rounded-corners-with-jquery-corners/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 18:02:25 +0000</pubDate>
		<dc:creator>Sheheryar Sewani</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Development and Design]]></category>

		<guid isPermaLink="false">http://www.sheysrebellion.net/blog/2009/03/24/rounded-corners-with-jquery-corners/</guid>
		<description><![CDATA[I’ve been doing rounded corners the hard way!&#160; I just discovered a jQuery plug-in: jQuery Corners, that makes it easy to create nice-looking, rounded corners without using any images or super annoying markup, all you have to do is call the .corners() method.


   1:  $(document).ready( function(){
   2:    [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been doing rounded corners the hard way!&#160; I just discovered a jQuery plug-in: <a href="http://plugins.jquery.com/project/corners">jQuery Corners</a><strong></strong>, that makes it easy to create nice-looking, rounded corners without using any images or super annoying markup, all you have to do is call the .corners() method.</p>
</p>
<div class="csharpcode">
<pre class="alt"><span class="lnum">   1:  </span>$(document).ready( <span class="kwrd">function</span>(){</pre>
<pre><span class="lnum">   2:  </span>  $(<span class="str">'.className'</span>).corners();</pre>
<pre class="alt"><span class="lnum">   3:  </span>});</pre>
</div>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>(In my defense, I’ve never claimed to be a great web UI developer)</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li><a rel="nofollow" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.sheysrebellion.net%2Fblog%2F2009%2F03%2F24%2Frounded-corners-with-jquery-corners%2F&amp;title=Rounded%20Corners%20with%20jQuery%20Corners" title="del.icio.us"><img src="http://www.sheysrebellion.net/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.sheysrebellion.net%2Fblog%2F2009%2F03%2F24%2Frounded-corners-with-jquery-corners%2F&amp;title=Rounded%20Corners%20with%20jQuery%20Corners" title="Reddit"><img src="http://www.sheysrebellion.net/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.sheysrebellion.net%2Fblog%2F2009%2F03%2F24%2Frounded-corners-with-jquery-corners%2F&amp;t=Rounded%20Corners%20with%20jQuery%20Corners" title="Facebook"><img src="http://www.sheysrebellion.net/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.sheysrebellion.net%2Fblog%2F2009%2F03%2F24%2Frounded-corners-with-jquery-corners%2F" title="Identi.ca"><img src="http://www.sheysrebellion.net/blog/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" href="http://twitter.com/home?status=http%3A%2F%2Fwww.sheysrebellion.net%2Fblog%2F2009%2F03%2F24%2Frounded-corners-with-jquery-corners%2F" title="TwitThis"><img src="http://www.sheysrebellion.net/blog/wp-content/plugins/sociable/images/twitter.gif" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sheysrebellion.net/blog/2009/03/24/rounded-corners-with-jquery-corners/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
