
I wanted to make ‘Allow pings and comments’ default to OFF in WordPress and couldn’t find the option so Google showed me a nice little time saver here – then I found these options somewhere in the WordPress admin interface

I wanted to make ‘Allow pings and comments’ default to OFF in WordPress and couldn’t find the option so Google showed me a nice little time saver here – then I found these options somewhere in the WordPress admin interface
Link: Clearfix CSS Hack
Thanks to Jeff Starr for this
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
Link: jsTree
jQuery Draggable, Reorderable Tree – looks like it’s pretty much the best one around currently. Anyone know of a better one?
Link: Fantastic Date Range Picker using jQuery UI
This would be great as a WordPress plugin for the admin area – I don’t have the requisite skills to make it, but does anyone feel like stepping up to the plate or has anyone already done this?
jQTouch – A jQuery plugin for mobile web development on the iPhone, Android, Palm Pre, and other devices. jqtouch.com
I actually quite like the idea of this working in modal windows for website preferences – one problem, it only works (properly) in webkit sigh It works wonderfully in Chrome
|