Re: [jQuery] newbie request / suggestion / neat thing

2006-10-18 Thread adrienne

I don't SO much care about borders and images (though they'd be nice) as
about anti-aliasing, without which i think many of the solutions look awful.

however, hadn't seen yours, and it at least solves SOME of my problems.
Seems, though, like it'd be good to have yours for a small solution and a
Curvy-port for a big solution, if that makes sense.

Thanks for the note!

--Adrienne



dave.methvin wrote:
 
 Mike Alsup has tweaked my original corner rounder so that it does any
 corner
 adornment you'd like, and it's only 4KB. It doesn't support borders or
 background images in the parent though, which Curvy and a few others do.
 But
 it's a high price to pay, IMO.
 
 http://www.malsup.com/jquery/corner/
 
 Be aware that using a large radius on a lot of elements can insert
 hundreds
 of new elements into your document to implement the rounding effect. That
 will cause the page to start slowly and can also make later use of jQuery
 selectors slower. jQuery .corner() is pretty thrifty, as you can tell from
 the loading time of Mike's page which has a lot of examples. Compare that
 to
 the Ruzee Borders page, which has a lot more features but is also very
 slow
 to load when used liberally:
 
 http://www.ruzee.com/blog/ruzeeborders/
 
 If you are seeing performance problems while using any of these rounding
 scripts, turn them off to see if they are the cause.
 
 
 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/
 
 

-- 
View this message in context: 
http://www.nabble.com/newbie-request---suggestion---neat-thing-tf2460391.html#a6860046
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] newbie request / suggestion / neat thing

2006-10-17 Thread adrienne

Has anyone thought about porting curvyCorners (www.curvycorners.net) to
jQuery? I'm fairly clueless at javascript, so it's WAY too big a job for me
-- but i thought i'd call it to people's attention, because it seems like a
great fit for the jQuery framework if someone wanted to do it. I'd certainly
offer to help test/document/whatever.

--Adrienne

-- 
View this message in context: 
http://www.nabble.com/newbie-request---suggestion---neat-thing-tf2460391.html#a6857886
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] newbie request / suggestion / neat thing

2006-10-17 Thread Dave Methvin
Mike Alsup has tweaked my original corner rounder so that it does any corner
adornment you'd like, and it's only 4KB. It doesn't support borders or
background images in the parent though, which Curvy and a few others do. But
it's a high price to pay, IMO.

http://www.malsup.com/jquery/corner/

Be aware that using a large radius on a lot of elements can insert hundreds
of new elements into your document to implement the rounding effect. That
will cause the page to start slowly and can also make later use of jQuery
selectors slower. jQuery .corner() is pretty thrifty, as you can tell from
the loading time of Mike's page which has a lot of examples. Compare that to
the Ruzee Borders page, which has a lot more features but is also very slow
to load when used liberally:

http://www.ruzee.com/blog/ruzeeborders/

If you are seeing performance problems while using any of these rounding
scripts, turn them off to see if they are the cause.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/