…we’ve come a long way from this:
…to this…
…with a brief stop here…
…and to where we are today!
And how sweet it is!
(thanks to Ozh for a wonderful post – if you aren’t familiar with WordPress, head to his site for a history lesson!)
…we’ve come a long way from this:
…to this…
…with a brief stop here…
…and to where we are today!
And how sweet it is!
(thanks to Ozh for a wonderful post – if you aren’t familiar with WordPress, head to his site for a history lesson!)

Seeing all the fun plugins you guys posted to the site today has reminded me of a topic that I’ve both seen published on other sites as of late and been pondering myself lately – the authors. I’ve co-created a plugin, and it’s currently residing well in the plugin repository, but it hasn’t been all…

<script type=”text/javascript”>function initMenus() { $(‘ul#accordion li ul’).hide(); $.each($(‘ul#accordion’), function(){ $(‘#’ + this.id + ‘.expandfirst ul:first’).show(); }); $(‘ul#accordion li h2.widgettitle’).click( function() { var checkElement = $(this).next(); var parent = this.parentNode.parentNode.id; if($(‘#’ + parent).hasClass(‘noaccordion’)) { $(this).next().slideToggle(‘normal’); return false; } if((checkElement.is(‘ul’)) && (checkElement.is(‘:visible’))) { if($(‘#’ + parent).hasClass(‘collapsible’)) { $(‘#’ + parent + ‘ ul:visible’).slideUp(‘normal’); } return false; …