A bird’s eye view of your forum with Dashboard Forum Activity

I enjoy comments. They are easily the number one metric I use to determine whether a day’s worth of blogging was well spent. The way I check for comment activity is via the Recent Comments Dashboard widget. It puts comments in one spot, on my Dashboard (where I usually am) and does it in a nice simple way.

Since I’ve started using the new bbPress plugin more, I find myself wanting the same thing there. I want to quickly see new topics and replies, the same as I can via the Recent Comments widget. So, I created the Dashboard Forum Activity plugin to do just that.

Dashboard Forum Activity

You can download Dashboard Forum Activity from the WordPress.org Plugin Directory. The plugin will add a widget to your Dashboard (only if you are an admin, or more specifically have the manage_options capability) showing newly created topics and replies on your bbPress-powered forum.

From the widget you can jump in and edit any topics or replies, as well as view them on the front end of the site. (Almost the) Same as the Recent Comments widget.

I have further plans for this plugin, but wanted to start simple and get it out. I’ve started using it today as well, and already enjoy it. I hope you will too!

Admin Bar Hover Intent WordPress plugin

I’m one of the folks that doesn’t at all mind the WordPress Admin Bar, added to WordPress in version 3.1. Using it as much as I do, though, it bugs me just how sensitive the Admin Bar dropdowns are. I was in the process of fixing it for myself, when I figured it would make a nice simple plugin that others might benefit from as well.

This plugin slows down the dropdown so that it only opens up after a moment’s hesitation on the Admin Bar. It only effects logged in users, so shouldn’t add any overhead to your site.

You can download the Admin Bar Hover Intent plugin from the WordPress Plugin Directory.

That’s pretty much it, since this plugin is pretty straightforward. Hope you find it useful!

Installing ionCube PHP Loader on Bluehost

I’m an avid WordPress user (every site I start up and run, and many of my clients’ sites as well) and when installing a new Plugin this morning I ran into a little problem. After about an hour of fiddling around on various FAQs and forum topics, I was able to deduce a solution. And rather than dust myself off and walk away, I’m posting this so that others might have an easier time than I did.

Continue reading

How I CSS

Cascading style sheets are an essential component of the web. I remember back when they weren’t, or more accurately back when they weren’t as popular (about the time they were only being used to set font colors). Let’s just say I’m very happy that the web is moving toward the separation of content, style, and behavior.

Continue reading

Styling Images with CSS

Maybe I’m being a bit too picky, but styling images with inline code doesn’t (always) seem like the best option. To me, it isn’t even a question of utility, such as whether inline or imported styles are the most effective and easiest to use. No, it seems to be more of an issue of what is correct and proper. I question myself on this constantly, as any good semanticist should. Continue reading