November 15th, 2007 Posted by Don Albrecht

Following in his tradition of delivering, simple, easy to use widgets for beautiful design driven development, Brian McAllister has released this spectacular table widget.
Here are some of the key features:
- Unobtrusive and nameSpace friendly
- Powerful Zebra Striping Support
- Supports row hover and column hover effects
- The “current” cell can be highlighted
- Multiple Rows can be selected / highlighted
- Intelligently deals with rowSpans and ColSpans
- Table rows can be selected “onclick” with callback support
- Extremely fast & responsive
Check it out at http://www.frequency-decoder.com/2007/11/15/unobtrusive-table-actions-script
November 13th, 2007 Posted by Don Albrecht

As excellent as Xinha, YUI RTE, Tiny MCE, FCK & the other heavyweight Rich Text Widgets are, they can be massive overkill for many projects Weighing in at only 7k (uncompressed). This jQuery Editor is an incredibly light weight and responsive alternative to the big guns for most projects.
Features:
- Stylesheet based formatting
- Image support
- Link Support
- Strong, emphasis
- Bulleted list
- Source view
Supported Browsers
- IE6+
- Safari 3+
- Firefox
- Opera
Check it out online here:
http://batiste.dosimple.ch/blog/posts/2007-09-11-1/rich-text-editor-jquery.html
November 13th, 2007 Posted by Don Albrecht

Plotr is an excellent charting library built in prototype. It outputs to a Canvas / SVG drawing object. (IE 6+ Support is powered by the ExplorerCanvas library).
It currently supports:
- Bar Charts
- Line Charts
- Pie Charts
- Chart Legends
All in all, it’s an excellent lightweight library for adding basic data visualization capabilities to your app. More importantly, the chart’s it generates are simply stunning, complete with drop shadows, white outlines, & well designed default color schemes.
Check it out online here:
http://solutoire.com/plotr/
November 12th, 2007 Posted by Don Albrecht
Ingrid is a wonderfully feature rich Table Widget built in jQuery.
Features
- Row striping (complex patterns supported)
- Sorting (Server Side)
- Column resizing
- Row & Column Styling
- Beautiful default design
Ingrid’s biggest strength & biggest weakness is its focus on server side data manipulation. In a world where table widgets that support page views of data are less & less common, this is a welcome surprise. It’s also a weakness and overkill for small data sets. Over all, it’s a handy table widget to add to your toolkit.
http://www.reconstrukt.com/ingrid/
November 7th, 2007 Posted by Don Albrecht
ScrollShow is a unique photo gallery implementation that uses scrolling to display the items. It’s similar to a carousel implementation, but simpler and more flexible.
Check it out here:
http://flesler.blogspot.com/search/label/jQuery.ScrollShow
October 31st, 2007 Posted by Don Albrecht
If you’re looking for a fast and easy way to add tabs to your next project. It doesn’t get simpler than Mootabs: a lightweight tab widget in mootools.
Key Features:
- Able to retrieve tab contents via AJAX
- CSS Styling
- Transition effects
- Simplified Markup
I’ve noticed the transitions can be a bit coarse and distracting so I recomend using mootabs without strong transitions if possible.
Get Mootabs Here: http://www.silverscripting.com/mootabs/
October 30th, 2007 Posted by Don Albrecht
Yesterday I brought you Jeditable a simple plugin to handle edit in place Ajax events. Today I bring you an Autocompleting, Inplace edit based on Jeditable by Ritesh Arawal.
This plugin extends Jeditiable with a simple AJAX call to retrieve an array of possible values based on user input.
What it ads:
- url: location to send autocomplete request
- minChars: minimum number of chars to include in autocomplete request
- formatItem: format string to improve display of server response
- inputSeparator: allows you to add multiple input strings (ie tags).
Check it out online at http://php.scripts.psu.edu/rja171/widgets/autocomplete.php