I have uploaded a beta of JQCC2, based on the beta version 2.0 of the official script. This now includes support for jQuery 1.3.
There are still many optimisations to make and tests to perform, but the examples included in the zip work in IE6, IE7, Chrome, Safari, Firefox, and (excluding the CSS selector feature) Opera. My version does differ from the official script; mainly the fact that boxes are not fixed width/height.
If you find bugs, want to contribute fixes, or want to help extend the plugin please leave your comments.
Finally, special thanks to Terry Riegel, Cameron Cooke and Tim Hutchison who made the original CurvyCorners script; they did all the hard work!
Update: Beta 2 uploaded
Download: JQuery Curvy Corners 2 (2607)
If you have tried jQuery (which is a brilliant JavaScript framework by the way) there’s no doubt that you’ve heard of jQuery UI which includes all kinds of user interface widgets, user interaction helpers, and animations, to help make interactive web applications.
jQuery UI 1.6: The User Interface Library for jQuery, written by Dan Wellman, is a book that contains an in-depth explanation of jQuery UI, information on how to use it in the real world, and is also quite handy for reference. Perfect for user interface designers and developers who need to learn to utilise jQuery UI quickly.


If you have ever tried to include code in a wordpress post you may have gone through hell trying to get it to output correctly; WordPress’ built in functions for formatting text (autop and texturize) mangle your code making it non-functional.
I’ve tried many solutions in the past, such as disabling wordpress’ formatting functions, however, this is not ideal -especially if you rely on them to clean up your text and properly encode characters. On top of that its not even valid to include certain things such as CSS in the body of a xHTML document.
The solution? Custom fields. This post will show you how.

JQuery is one of many open-source JavaScript frameworks available; it so happens to be my favorite and is used in many large websites (for example MSNBC) proving it to be one of the best libraries available. You may have noticed that in the past I reviewed Learning jQuery which was aimed at beginners, but for the advanced user, or someone with prior JavaScript knowledge, this may be a tad too basic; if your looking for a more in depth read perhaps the following book is the one for you…
JQuery in Action is a book i have been reading recently which will help you “get up and running with jQuery quickly and efficiently”; it is aimed at novice to advanced users. Read on for my full review.

Pull quotes, lift-out quotes, or call-outs are a handy method of drawing reader’s attention to a section of text. Recently, on a couple of client projects, I’ve seen the need to enhance large blocks of text so the user could skim read them without missing the really important parts. Pull quotes seemed perfect for this, so I created a small jQuery script to take care of them.
In this article I demonstrate an easy method of creating pull quotes from a block of text using jQuery (a JavaScript library), CSS, and the html span element. I hope you find this method useful.

I have done some bug fixes to the plugin, it should now work better in IE7. Check out the post here.
One thing to note, CSS transparency & rounded corners do not work in IE7 due to an inheritance bug, I see no work around except to use .png background images instead!