Tired of seeing those tons of CSS declarations when using Firebug or Webkit inspector? Then try the Reset De-Compactor. This works by expanding your grouped declarations into single rules. This is only meant for development work.
Category: minipost
jQuery plugin for better select boxes
Chosen allows you to enhance HTML <select> elements using JavaScript to add multiple select, autocomplete and more. Chosen is available as a plugin for jQuery, Prototype and there's a fork for MooTools.
Create your background patterns
BgPatterns is a background pattern creator with tools to set color, base pattern, rotation of motif and more.
CSS box model calculator
A very useful tool when you have to calculate complex box dimensions in CSS This tool takes into account borders, paddings, margins and of course, content width.
Dropr: Portfolio Collective
Dropr is a "platform that aims to bring together artists of all media & backgrounds".
Comparison of Sass and Less
Interesting comparison between Sass and Less meta languages for CSS production. I'd add that Sass is released under MIT license, which is GPL-compatible, whereas Less is distributed under Apache license, which is not.
bbPress 2.0 and BuddyPress 1.5 are now available!
Just in time for Spring or Autumn, bbPress 2.0, the long awaited forum plugin for WordPress, has been released. bbPress is Automattic's solution to build a community around forums, but if you want to build your community around a social network, the new BuddyPress 1.5 was also released. I once asked openly on Twitter what was the… Continue reading bbPress 2.0 and BuddyPress 1.5 are now available!
Huge collection of Aptana 3 themes
If Aptana is (still) your IDE of choice, check this gallery of colorization themes.
Skeleton: responsive WordPress theme
Skeleton is an awesome free HTML5 responsive WordPress theme fully integrated with JigoShop and bbPress. In addition, the theme features several shortcodes for buttons, callouts, accordions, tabs and up to 6 columns in a page. A final plus is the inclusion of the Options framework by WPTheming for the theme settings page. Skeleton is an… Continue reading Skeleton: responsive WordPress theme
Masonry CSS3: dynamic grid layout
Masonry CSS3 is the counterpart of the well known jQuery plugin and relies on CSS 3 columns. Check the demo on the home page of Radu's site.