<?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>Coders Cult &#187; rounded corners</title>
	<atom:link href="http://coderscult.com/tag/rounded-corners/feed/" rel="self" type="application/rss+xml" />
	<link>http://coderscult.com</link>
	<description>PHP Website Development</description>
	<lastBuildDate>Thu, 05 Feb 2009 09:41:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Rounded Corners on ALL Browsers</title>
		<link>http://coderscult.com/xhtml-css/2008/11/17/rounded-corners-on-all-browsers/</link>
		<comments>http://coderscult.com/xhtml-css/2008/11/17/rounded-corners-on-all-browsers/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 03:48:30 +0000</pubDate>
		<dc:creator>Mike Lopez</dc:creator>
				<category><![CDATA[HTML/XHTML and CSS]]></category>
		<category><![CDATA[Javascript/AJAX]]></category>
		<category><![CDATA[rounded corners]]></category>

		<guid isPermaLink="false">http://coderscult.com/?p=51</guid>
		<description><![CDATA[Web designers out there! Have you ever wanted to have rounded corners on the web pages you design but without the use of ugly GIFs or IE-troublesome PNGs? I&#8217;ve got good news for you and it&#8217;s called jQuery Corners. Have a look at the screenshot below: This nifty little jQuery plugin will allow you to [...]]]></description>
			<content:encoded><![CDATA[<p>Web designers out there!  Have you ever wanted to have rounded corners on the web pages you design but without the use of ugly GIFs or IE-troublesome PNGs?  I&#8217;ve got good news for you and it&#8217;s called jQuery Corners.  Have a look at the screenshot below:</p>
<p><span id="more-51"></span></p>
<p><a href="http://www.atblabs.com/jquery.corners.html"><img src="http://coderscult.com/wp-content/uploads/2008/11/jquery-rounded-corners.jpg" alt="jQuery Rounded Corners" title="jQuery Rounded Corners" width="400" height="146" class="size-full wp-image-54" /></a></p>
<p>This nifty little jQuery plugin will allow you to have anti-aliased rounded corners on your design without the hassle of creating images or worrying about browser compatibility.  Note that it&#8217;s just a jQuery plugin which means that you&#8217;ll also need the <a href="http://jquery.com/">jQuery library</a> which you can get for free.</p>
<p><em>How does jQuery Corners do it?</em></p>
<p>Well, first it checks if the browser supports rounded corners and if so uses the browser&#8217;s built-in rounded corners support.  If the browser however doesn&#8217;t support rounded corners, then jQuery Corners uses its own algorithm to emulate rounded corners.  I took a look at the algorithm&#8217;s generated code and it looks like it&#8217;s using DIVs with varying width and colors to do to the trick.  Simple and elegant but most of all it works.</p>
<p>Give it a try for yourself &#8211; <a href="http://www.atblabs.com/jquery.corners.html">jQuery Corners</a></p>
]]></content:encoded>
			<wfw:commentRss>http://coderscult.com/xhtml-css/2008/11/17/rounded-corners-on-all-browsers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

