<?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>Trilobita.co.uk &#187; corners</title>
	<atom:link href="http://www.trilobita.co.uk/blog/tag/corners/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trilobita.co.uk/blog</link>
	<description>:: Web Development Snippets</description>
	<lastBuildDate>Fri, 01 May 2009 10:54:51 +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</title>
		<link>http://www.trilobita.co.uk/blog/2009/04/14/rounded-corners-with-jquery/</link>
		<comments>http://www.trilobita.co.uk/blog/2009/04/14/rounded-corners-with-jquery/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 13:20:43 +0000</pubDate>
		<dc:creator>trilobita</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[corners]]></category>
		<category><![CDATA[rounded]]></category>

		<guid isPermaLink="false">http://www.trilobita.co.uk/blog/?p=45</guid>
		<description><![CDATA[As with most things Jquery has simplified and improved the process.
For rounded corners just use the jquery plugin jquery.corner.js
and in your code:-

$('#id1, #id2 ul ').corner();

and that&#8217;s it!
Related Posts:rounded corners with css and javascriptReally Easy Field Validation with JQueryTrilobita Wordpress ThemeScroll bars, CSS and IE/FirefoxReally easy field validation]]></description>
		<wfw:commentRss>http://www.trilobita.co.uk/blog/2009/04/14/rounded-corners-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rounded corners with css and javascript</title>
		<link>http://www.trilobita.co.uk/blog/2007/02/15/rounded-corners-with-css-and-javascript/</link>
		<comments>http://www.trilobita.co.uk/blog/2007/02/15/rounded-corners-with-css-and-javascript/#comments</comments>
		<pubDate>Thu, 15 Feb 2007 10:48:40 +0000</pubDate>
		<dc:creator>trilobita</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[corners]]></category>

		<guid isPermaLink="false">http://trilobita.localhost/wordpress/?p=6</guid>
		<description><![CDATA[SUPERSEEDED, PLEASE SEE Rounded Corners with Jquery
original at http://www.ruzee.com/blog/ruzeeborders.
Source files at http://www.ruzee.com/files/ruzeeborders-0.16.1.zip
Steps
1. include the following scripts on your page

&#60;script src=&#34;cssquery2-p.js&#34; type=&#34;text/javascript&#34;&#62;&#60;!--mce:0--&#62;&#60;/script&#62;
&#60;script src=&#34;ruzeeborders.js&#34; type=&#34;text/javascript&#34;&#62;&#60;!--mce:1--&#62;&#60;/script&#62;

2.include the following javascript on your page in the &#60;head&#62;&#60;/head&#62; section

RUZEE.Borders.add&#40;&#123;
&#160;
&#34;div#divid,div#anotherdivid, blockquote, #left ul, p#contact&#34; : &#123;
&#160;
borderType:&#34;simple&#34;,
&#160;
cornerRadius:8,
&#160;
shadowWidth:0
&#160;
&#125;
&#160;
&#125;&#41;;
&#160;
window.onload=function&#40;&#41;&#123;
&#160;
RUZEE.Borders.render&#40;&#41;;
&#160;
&#125;;

be sure to replace &#8220;div#divid,div#anotherdivid, blockquote, #left ul, p#contact&#8221; with the element id or tags that you [...]]]></description>
		<wfw:commentRss>http://www.trilobita.co.uk/blog/2007/02/15/rounded-corners-with-css-and-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
