<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Rounded Corners With Javascript (jQuery)</title>
	<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/</link>
	<description>Examples and tutorials to help you learn JQuery</description>
	<pubDate>Thu, 28 Aug 2008 11:49:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: Dustin Diaz</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-35</link>
		<author>Dustin Diaz</author>
		<pubDate>Mon, 05 Jun 2006 17:02:19 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-35</guid>
					<description>Sweet! Good stuff Jack. I am most definitely comfortable with JavaScript doing this for me as only a very little percentage of my users are actually going to be seeing the fallback.</description>
		<content:encoded><![CDATA[<p>Sweet! Good stuff Jack. I am most definitely comfortable with JavaScript doing this for me as only a very little percentage of my users are actually going to be seeing the fallback.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-36</link>
		<author>Jack</author>
		<pubDate>Mon, 05 Jun 2006 17:14:08 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-36</guid>
					<description>Dustin,
Great to see you back! How's that for a quick turnaround...? I see your post yesterday and in 24 hours I've put a jQuery spin on it.

For anyone reading this that hasn't seen Dustin's site, I suggest checking it out. Great stuff and very entertaining podcast (think web topics over a beer or two).

As an aside, everyone look at that last bit of code I posted for an alternative to the $(document).ready function. In other words, if you want to kick off your javascript when the page loads, you can use the $(document).bind('load', function(){}); routine.</description>
		<content:encoded><![CDATA[<p>Dustin,<br />
Great to see you back! How&#8217;s that for a quick turnaround&#8230;? I see your post yesterday and in 24 hours I&#8217;ve put a jQuery spin on it.</p>
<p>For anyone reading this that hasn&#8217;t seen Dustin&#8217;s site, I suggest checking it out. Great stuff and very entertaining podcast (think web topics over a beer or two).</p>
<p>As an aside, everyone look at that last bit of code I posted for an alternative to the $(document).ready function. In other words, if you want to kick off your javascript when the page loads, you can use the $(document).bind(&#8217;load&#8217;, function(){}); routine.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-37</link>
		<author>Jack</author>
		<pubDate>Mon, 05 Jun 2006 17:28:44 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-37</guid>
					<description>And yes, I completely agree with the comment you make, Dustin, about a low percentage of folks having js turned off.</description>
		<content:encoded><![CDATA[<p>And yes, I completely agree with the comment you make, Dustin, about a low percentage of folks having js turned off.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Florian</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-38</link>
		<author>Florian</author>
		<pubDate>Mon, 05 Jun 2006 19:40:46 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-38</guid>
					<description>I use similar code on 120 div (For pictures...) but its doesn't apply at all !

How can fix it ? 

$(document).ready or $(document).bind(’load’, function(){});
same result...</description>
		<content:encoded><![CDATA[<p>I use similar code on 120 div (For pictures&#8230;) but its doesn&#8217;t apply at all !</p>
<p>How can fix it ? </p>
<p>$(document).ready or $(document).bind(’load’, function(){});<br />
same result&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-39</link>
		<author>Jack</author>
		<pubDate>Mon, 05 Jun 2006 19:51:12 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-39</guid>
					<description>"Similar code" could mean "missing something really important that was in the original".

Do you have a link to the site?  I'll try to take a look if you can give me more info but so far you haven't told me enough.</description>
		<content:encoded><![CDATA[<p>&#8220;Similar code&#8221; could mean &#8220;missing something really important that was in the original&#8221;.</p>
<p>Do you have a link to the site?  I&#8217;ll try to take a look if you can give me more info but so far you haven&#8217;t told me enough.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Rizky</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-43</link>
		<author>Rizky</author>
		<pubDate>Wed, 07 Jun 2006 22:53:20 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-43</guid>
					<description>funny, on fist load the css and images didn't show up at all. just like an unstyled document. but after i refresh the page, there it is, the rounded corners.

is that a bug? or is it just me? thanks...</description>
		<content:encoded><![CDATA[<p>funny, on fist load the css and images didn&#8217;t show up at all. just like an unstyled document. but after i refresh the page, there it is, the rounded corners.</p>
<p>is that a bug? or is it just me? thanks&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Rizky</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-44</link>
		<author>Rizky</author>
		<pubDate>Wed, 07 Jun 2006 22:54:37 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-44</guid>
					<description>sorry. I was talking about the demo page :D

cheers...</description>
		<content:encoded><![CDATA[<p>sorry. I was talking about the demo page <img src='http://15daysofjquery.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>cheers&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-45</link>
		<author>Jack</author>
		<pubDate>Wed, 07 Jun 2006 22:58:32 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-45</guid>
					<description>It could have been the server.  If you want to test, you could clear your cache and history and hit the page again.</description>
		<content:encoded><![CDATA[<p>It could have been the server.  If you want to test, you could clear your cache and history and hit the page again.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Antonio</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-48</link>
		<author>Antonio</author>
		<pubDate>Fri, 09 Jun 2006 07:56:39 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-48</guid>
					<description>Very nice. I'm all for using images for this, as you can see in my site :)

I'm gonna save this for the next version of my template. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Very nice. I&#8217;m all for using images for this, as you can see in my site <img src='http://15daysofjquery.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m gonna save this for the next version of my template. Thanks a lot!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-51</link>
		<author>Jack</author>
		<pubDate>Fri, 09 Jun 2006 14:31:18 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-51</guid>
					<description>@Antonio
You're welcome.</description>
		<content:encoded><![CDATA[<p>@Antonio<br />
You&#8217;re welcome.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Sorin Ionescu</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-83</link>
		<author>Sorin Ionescu</author>
		<pubDate>Thu, 15 Jun 2006 18:18:31 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-83</guid>
					<description>I believe the plugin I made is a lot better.  You can have any border and corner you want.  And it's a lot simpler to use.

"Custom Borders Plugin"
http://jquery.com/discuss/2006-June/</description>
		<content:encoded><![CDATA[<p>I believe the plugin I made is a lot better.  You can have any border and corner you want.  And it&#8217;s a lot simpler to use.</p>
<p>&#8220;Custom Borders Plugin&#8221;<br />
<a href="http://jquery.com/discuss/2006-June/" rel="nofollow">http://jquery.com/discuss/2006-June/</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-84</link>
		<author>Jack</author>
		<pubDate>Thu, 15 Jun 2006 19:23:23 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-84</guid>
					<description>Nice plugin. Thank you for sharing that link, Sorin.</description>
		<content:encoded><![CDATA[<p>Nice plugin. Thank you for sharing that link, Sorin.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Fotis Evangelou</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-204</link>
		<author>Fotis Evangelou</author>
		<pubDate>Sat, 15 Jul 2006 02:30:45 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-204</guid>
					<description>A bit off topic!

The append/prepend code ability of JQuery has made think if it is possible to use it on specific tags (either beginning o rending) to "attach" specific code.

For example, a lot of add-on scripts, like sIFR, require a  tag to be copied right before the closing .

Would it be possible to use JQuery to automatically prepend the ) and that tag only?</description>
		<content:encoded><![CDATA[<p>A bit off topic!</p>
<p>The append/prepend code ability of JQuery has made think if it is possible to use it on specific tags (either beginning o rending) to &#8220;attach&#8221; specific code.</p>
<p>For example, a lot of add-on scripts, like sIFR, require a  tag to be copied right before the closing .</p>
<p>Would it be possible to use JQuery to automatically prepend the ) and that tag only?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-206</link>
		<author>Jack</author>
		<pubDate>Sat, 15 Jul 2006 02:51:20 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-206</guid>
					<description>Can you provide an example?  I understand the basic concept of what you're asking but I think you've left out some details I need to give you a complete answer.</description>
		<content:encoded><![CDATA[<p>Can you provide an example?  I understand the basic concept of what you&#8217;re asking but I think you&#8217;ve left out some details I need to give you a complete answer.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Fotis Evangelou</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-210</link>
		<author>Fotis Evangelou</author>
		<pubDate>Sun, 16 Jul 2006 12:03:16 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-210</guid>
					<description>Jack, what I would like to do is "auto" prepend a code snippet before the closing tag . The auto prepend code would exist in a seperate js file linked to the template.

sIFR, Google Analytics and many other scripts need to have a code snippet applied as well before the closing tag  in order to work. It is mainly a script tag like:



What I want that for? I am preparing an extension for Joomla (which I hope to incorporate in your CMS as well when it comes out if it's possible :) ) and would like the user to simply install the extension and have it run immediately without copy pasting any additional code in their joomla template. I like the keep-it-simple rule for such extensions and this is why I want to try JQuery.

Using the Joomla API I can "make" the extension auto include all necessery links to files used, as well as the JQuery library and an external js file that would include the "auto prepend" code that I'm talking about.

I hope you understand now what I want to do... Thanks man!</description>
		<content:encoded><![CDATA[<p>Jack, what I would like to do is &#8220;auto&#8221; prepend a code snippet before the closing tag . The auto prepend code would exist in a seperate js file linked to the template.</p>
<p>sIFR, Google Analytics and many other scripts need to have a code snippet applied as well before the closing tag  in order to work. It is mainly a script tag like:</p>
<p>What I want that for? I am preparing an extension for Joomla (which I hope to incorporate in your CMS as well when it comes out if it&#8217;s possible <img src='http://15daysofjquery.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) and would like the user to simply install the extension and have it run immediately without copy pasting any additional code in their joomla template. I like the keep-it-simple rule for such extensions and this is why I want to try JQuery.</p>
<p>Using the Joomla API I can &#8220;make&#8221; the extension auto include all necessery links to files used, as well as the JQuery library and an external js file that would include the &#8220;auto prepend&#8221; code that I&#8217;m talking about.</p>
<p>I hope you understand now what I want to do&#8230; Thanks man!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-211</link>
		<author>Jack</author>
		<pubDate>Sun, 16 Jul 2006 20:02:02 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-211</guid>
					<description>The closing body tag???? That's what I'm missing.  You haven't said &lt;i&gt;which&lt;/i&gt; closing tag.

I don't think you can auto prepend to the body tag... but I'm just going off of one test I did weeks ago when the same thought ocurred to me.</description>
		<content:encoded><![CDATA[<p>The closing body tag???? That&#8217;s what I&#8217;m missing.  You haven&#8217;t said <i>which</i> closing tag.</p>
<p>I don&#8217;t think you can auto prepend to the body tag&#8230; but I&#8217;m just going off of one test I did weeks ago when the same thought ocurred to me.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Fotis Evangelou</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-212</link>
		<author>Fotis Evangelou</author>
		<pubDate>Sun, 16 Jul 2006 23:43:43 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-212</guid>
					<description>Yes, now I noticed that the commenting system ate up the tag. It is the  tag. The closing body tag!</description>
		<content:encoded><![CDATA[<p>Yes, now I noticed that the commenting system ate up the tag. It is the  tag. The closing body tag!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Fotis Evangelou</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-213</link>
		<author>Fotis Evangelou</author>
		<pubDate>Sun, 16 Jul 2006 23:45:06 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-213</guid>
					<description>It ate it up again!!!
instead of  I will use *.

So the tag is */body*.</description>
		<content:encoded><![CDATA[<p>It ate it up again!!!<br />
instead of  I will use *.</p>
<p>So the tag is */body*.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Fotis Evangelou</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-214</link>
		<author>Fotis Evangelou</author>
		<pubDate>Sun, 16 Jul 2006 23:45:58 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-214</guid>
					<description>Sorry, I see now that if the system detects an opening/closing html "arrow" it ommits it.</description>
		<content:encoded><![CDATA[<p>Sorry, I see now that if the system detects an opening/closing html &#8220;arrow&#8221; it ommits it.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bryan</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-460</link>
		<author>Bryan</author>
		<pubDate>Wed, 25 Oct 2006 16:52:46 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-460</guid>
					<description>I'm loving these tutorials, they're definitely helping me get a grip on jquery.

I'm curious though... When i do view the source, none of the code that you have wrapped or appended, etc actually shows up in the body code? I also noticed this on the drop-shadows one...

Also, and this may be a silly question... in the wrap function...

I'm assuming jquery is smart enough to know where to properly place the candidate for wrapping within the "'+''+..."  so it sits in the middle of all the tags... am i correct?

thanks again for the tutorials!</description>
		<content:encoded><![CDATA[<p>I&#8217;m loving these tutorials, they&#8217;re definitely helping me get a grip on jquery.</p>
<p>I&#8217;m curious though&#8230; When i do view the source, none of the code that you have wrapped or appended, etc actually shows up in the body code? I also noticed this on the drop-shadows one&#8230;</p>
<p>Also, and this may be a silly question&#8230; in the wrap function&#8230;</p>
<p>I&#8217;m assuming jquery is smart enough to know where to properly place the candidate for wrapping within the &#8220;&#8216;+&#8221;+&#8230;&#8221;  so it sits in the middle of all the tags&#8230; am i correct?</p>
<p>thanks again for the tutorials!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-462</link>
		<author>Jack</author>
		<pubDate>Thu, 26 Oct 2006 01:10:01 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-462</guid>
					<description>It's in corners.js.  View the source and look before the closing head tag.

And yes, it knows to nest within the tags correctly.

Glad you enjoy the tutorials.</description>
		<content:encoded><![CDATA[<p>It&#8217;s in corners.js.  View the source and look before the closing head tag.</p>
<p>And yes, it knows to nest within the tags correctly.</p>
<p>Glad you enjoy the tutorials.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Sly</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-2546</link>
		<author>Sly</author>
		<pubDate>Sun, 04 Feb 2007 13:03:07 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-2546</guid>
					<description>Don't understand how this things can be applied in joomla.
I have copied the jquery and jq-corner javascript files in template root, but i don't know what is the next step to make modules appear as rounded...
If someone can explain...
Thanks.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t understand how this things can be applied in joomla.<br />
I have copied the jquery and jq-corner javascript files in template root, but i don&#8217;t know what is the next step to make modules appear as rounded&#8230;<br />
If someone can explain&#8230;<br />
Thanks.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jack</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-2556</link>
		<author>Jack</author>
		<pubDate>Sun, 04 Feb 2007 16:59:36 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-2556</guid>
					<description>I'm not familiar with Joomla.  So the best I can recommend is to find your header template, put a correctly formatted link to your jquery javascript file, and proceed as normal.

You can use the Firefox Developer plugin to verify if your javascript file is being accessed correctly.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not familiar with Joomla.  So the best I can recommend is to find your header template, put a correctly formatted link to your jquery javascript file, and proceed as normal.</p>
<p>You can use the Firefox Developer plugin to verify if your javascript file is being accessed correctly.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Colin "Vindexus" Kierans</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-5045</link>
		<author>Colin "Vindexus" Kierans</author>
		<pubDate>Wed, 18 Apr 2007 14:39:25 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-5045</guid>
					<description>Awesome stuff, I'm definitely going to be using this.

Thanks!</description>
		<content:encoded><![CDATA[<p>Awesome stuff, I&#8217;m definitely going to be using this.</p>
<p>Thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Henry Jin</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-5324</link>
		<author>Henry Jin</author>
		<pubDate>Wed, 25 Apr 2007 20:30:12 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-5324</guid>
					<description>Amazingly clean final codes. Thanks, Jack. I will implement into my project.

BTW, for the jQuery plugin for rounded corners without images, I believe the author draws every rounded corner with many 1px-height divs line by line, whose width is defined by a math-function (sin, cos, sqrt). Just like a scientific x-y plotter.</description>
		<content:encoded><![CDATA[<p>Amazingly clean final codes. Thanks, Jack. I will implement into my project.</p>
<p>BTW, for the jQuery plugin for rounded corners without images, I believe the author draws every rounded corner with many 1px-height divs line by line, whose width is defined by a math-function (sin, cos, sqrt). Just like a scientific x-y plotter.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Nick Horne</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-27667</link>
		<author>Nick Horne</author>
		<pubDate>Thu, 28 Feb 2008 19:08:20 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-27667</guid>
					<description>OK, I do like this code and it is very simple and easy to use. However I am having problems trying to float elements within the roundbox div class and have tried and tried to get this to work. If anybody has any ideas or has also experienced this problem can you please offer me any advice. Have already tried the obvious.</description>
		<content:encoded><![CDATA[<p>OK, I do like this code and it is very simple and easy to use. However I am having problems trying to float elements within the roundbox div class and have tried and tried to get this to work. If anybody has any ideas or has also experienced this problem can you please offer me any advice. Have already tried the obvious.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Antoine BERNIER</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-31099</link>
		<author>Antoine BERNIER</author>
		<pubDate>Sun, 13 Apr 2008 01:33:23 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-31099</guid>
					<description>I've published a jquery plugin based on that technique: http://dev.pnumb.com/cornflex#jQuerycornflexplugin

All you need is design your box into photoshop and load the plugin with your custom values on your elements.

Refer to the wiki page for more details.

Hope it helps

Cheers,
Antoine</description>
		<content:encoded><![CDATA[<p>I&#8217;ve published a jquery plugin based on that technique: <a href="http://dev.pnumb.com/cornflex#jQuerycornflexplugin" rel="nofollow">http://dev.pnumb.com/cornflex#jQuerycornflexplugin</a></p>
<p>All you need is design your box into photoshop and load the plugin with your custom values on your elements.</p>
<p>Refer to the wiki page for more details.</p>
<p>Hope it helps</p>
<p>Cheers,<br />
Antoine</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Newcastle</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-41573</link>
		<author>Newcastle</author>
		<pubDate>Thu, 19 Jun 2008 08:34:38 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-41573</guid>
					<description>This is cool but has anyone seen the sIFR version for rounded corners?</description>
		<content:encoded><![CDATA[<p>This is cool but has anyone seen the sIFR version for rounded corners?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: numericalexample.com</title>
		<link>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-62135</link>
		<author>numericalexample.com</author>
		<pubDate>Wed, 20 Aug 2008 12:24:08 +0000</pubDate>
		<guid>http://15daysofjquery.com/wrap-it-up-pretty-corners/13/#comment-62135</guid>
					<description>I have created a ToHeader plugin for joomla 1.5. 

You can use this extension for including jQuery and other javascript from the joomla articles. 

The url with the description and the download link is
http://www.factsandpeople.com/facts-mainmenu-5/18-php/83-using-jquery-in-joomla-articles

The plugin only works with PHP 5 and later.</description>
		<content:encoded><![CDATA[<p>I have created a ToHeader plugin for joomla 1.5. </p>
<p>You can use this extension for including jQuery and other javascript from the joomla articles. </p>
<p>The url with the description and the download link is<br />
<a href="http://www.factsandpeople.com/facts-mainmenu-5/18-php/83-using-jquery-in-joomla-articles" rel="nofollow">http://www.factsandpeople.com/facts-mainmenu-5/18-php/83-using-jquery-in-joomla-articles</a></p>
<p>The plugin only works with PHP 5 and later.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
