Posts Tagged ‘jQuery Plugins & Snippets’

jQuery is arguably the best Javascript framework available, its my framework of choice anyhow. During development when you need to quickly look up features and functions you can always browse through the online documentation, however, as an alternative there’s the beautifully organised jQuery 1.4 Reference Guide.
The book, written by Jonathan Chaffer & Karl Swedberg, is aimed at developers with at least a basic understanding of HTML, CSS, JavaScript and jQuery; it’s a reference guide, not a manual. Read on for my review.

I have updated the jQuery Curvy Corners plugins (both versions) with jQuery 1.3.2 support and other enhancements. The beta 2 version is looking good and is working in all version of IE, Opera, and Firefox (as far as I can tell).
You can grab the latest files from Google Code here. Enjoy.
“Learning jQuery 1.3: Better Interaction Design and Web Development with Simple JavaScript Techniques” is a revised and updated version of the excellent (and previously reviewed) Learning jQuery book by Karl Swedberg and Jonathan Chaffer.
Written for web designers and developers, the book contains thorough tutorials on how to get things done in jQuery, for example, manipulating the DOM, using AJAX, events, plugins, and effects.

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 (1538)
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.

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.

Recently I’ve been searching for a method of creating nice looking rounded corners with Javascript & JQuery.
First I found the “JQuery Corner” plugin for rounded corners, but was disappointed that it did not include smooth, anti-aliased corners.
I then did some more google-trawling and found this post, which contained a modified version of Curvy Corners for use with JQuery. Now this script was much much better.
However…the filesize was a massive 40kb, way too big for production use, and to make things worse the code was not compatible with packer so I could not reduce the filesize.
Well, I got busy, and fixed the errors. It is now fully packer friendly meaning easy rounded corners in JQuery at only 9kb 8kb 15kb 20kb 16kb 10kb. Excellent. Read more for the download link.
