Some time ago, I wrote a tip about placing a TOC in the side bar. As it now turns out, this tip does not work on all themes. Here’s why, and what you can do about it.
Continue reading about Placing a TOC In The Sidebar Revisited – First Aid For Naughty Themes
A brand new release of Sliding Notes is out. Code name: “Accordion Virtuoso”.
Main novelty: The addition of an awesome feature which enables emulation of accordion-style behavior like this one over here.
Go get it at wordpress.org, it sure is worth upgrading.
Continue reading about Sliding Notes 1.5.0 “Accordion Virtuoso”
A quick note to Hackadelic Widget Voodoo users:
Here is a maintenance release that fixes an issue related to some rare widgets with uncommon HTML layout, where titles were collapsed as well. Get it as usual at wordpress.org.
In the last couple of months, the amount of spam I’ve been receiving increased to an extent that it became impossible to manually check the spam queue. A logical step was to install a spam blocker that would block spam from being submitted in the first place.
Continue reading about Spam Blocking Technologies – A Quick Glance
Whew! It was a hard nut to crack, but here it is: The first public beta of Hackadelic Multiblog Kit, or VMBKit vor short. With this plugin, and the great Virtual Multiblog system for WordPress, you can create blog farms1 with ease.
Blog Farms = Several blogs powered by the same WordPress code base. [↩]
Continue reading about Hackadelic Multiblog Kit – Blog Farming The Easy Way
Hi everybody! I haven’t posted anything for a while now (been busy traveling and working), but I’m back with a new version of TOC boxes.
Continue reading about TOC Boxes 1.5.2 Release (Artem’s Rib)
Originally, Widget Voodoo wasn’t implemented with WordPress MU in mind. In response to an issue report in the forums, I’ve overhauled the way settings have been stored (the main cause of the issue on WPMU).
As a result, settings handling is more robust and more secure now. And, Widget Voodoo now works on WP and WPMU [...]
Continue reading about Widget Voodoo 1.0.5 With WPMU Compatibility
Hackadelic TOC Boxes work in the sidebar as well. Out of the box. You can see a live demo on my blog by going to a post’s single view: The TOC box appears at the top of the left sidebar.1 This post here is a good example.
How I did it?
At least it’s at the top [...]
Widget Voodoo morphs sidebar widgets into stylishly collapsible objects. The new release goes one step further in “stylishness” and adds support to variable styling of widget titles depending on the collapsed/expanded state of the widget.
A live example is right here on my blog – look for the “Archives” widget in my left sidebar.
Go ahead, get [...]
Continue reading about Widget Voodoo Release 1.0.4 Supports Variable Title Styling
TOC boxes are designed to be freely positioned in posts using a short code.
Recently, I’ve been approached with a request for instructions on an interesting use-case: Positioning a TOC box together with an image.
Here’s how I’d do it.
jQuery(function($){
$(‘input[type=radio][name=tocClassRadio]‘).change(function(){
var toc = $(‘.toc.demo-toc’);
$(‘input[type=radio][name=tocClassRadio]‘).each(function(index, elem){
[...]
