Software Engineering in WordPress, PHP, and Backend Development

Category: Projects (Page 24 of 33)

Posts introducing, updating, and covering various projects to which I’ve contributed or that I maintain.

Category Sticky Post and Tag Sticky Post Updates

As the release candidates of WordPress 3.5 were being release, I spent time updating my plugins to make sure they were fully compliant with the latest version. Specifically, I’ve been trying to patch any outstanding bugs and issues before working on new features.

Last week, I updated both Category Sticky Post and Tag Sticky Post.

Since the plugins are so similar, I’m covering updates for both plugins in this post.

What’s New?

Because both plugins serve the same purpose save for the taxonomy on which they operate, the updates are nearly identical. That said, only a single new feature has been introduced:

  • Added a function to dynamically create custom.css if the file doesn’t exist.

Since users often want to style the look and feel of their plugin to match the color scheme of their blog, this particular solution works as it conditionally introduces a stylesheet that will only be added if it doesn’t already exist.

That means that if an update occurs, a user won’t lose their styles.

Other Updates

The outstanding issues that exist that are now resolved are:

  • Updating localization files
  • Updating function calls to use updated PHP conventions
  • Verifying compatibility with WordPress 3.5

Obviously, relatively minor stuff.

What’s Up Next?

As of now, there’s nothing on the roadmap other than making sure the plugins continue to be compliant with WordPress best practices. They are narrowly scoped plugins that attempt to solve a very specific need without feature bloat.

That said, I’m always up for suggestions and comments so feel free to shoot them my way.

Comment Images 1.6

With the recent release of WordPress 3.5, I’ve spent some time updating my plugins to make sure they’re update to date with the latest version. Additionally, I’ve been trying to patch any outstanding bug, issues, and minor features before introducing anything new.

Comment Images generally receives more questions and comments than any of my other plugins, so prior to introducing any major new features, I wanted to resolve a few outstanding issues.

Here’s a run down of the latest update to Comment Images for WordPress.

Continue reading

WordPress Boilerplates: Widget and Plugin Officially at 1.0

Earlier this month, I mentioned that I was looking to bring the WordPress Widget Boilerplate and the WordPress Plugin Boilerplate to 1.0. Throughout the month, I received a several pull requests most of which I merged into the projects.

I made a few changes that I’ll detail momentarily, but as of right now both WordPress Plugin Boilerplates are officially tagged as 1.0 and are available in their respective GitHub repositories.

Continue reading

Ending Development on Slide Note

In late 2010, I released a small jQuery plugin called Slide Note that made it easy to add sliding notifications to your website or web application. It included a variety of features such as the ability to control where it was displayed on the page, custom callbacks, and Ajax integration.

Eventually, I built a small WordPress plugin around but retired it shortly after the time required to maintain and support it exceeded the amount of time I had and, honestly, the amount of joy I was getting out of the plugin.

Anyway, I continued to maintain the jQuery plugin for sometime, but it’s time to retire that plugin, too.

Continue reading

« Older posts Newer posts »

© 2025 Tom McFarlin

Theme by Anders NorenUp ↑