For Developers

The CSS Image Map Generator is Back

After a brief hiatus, our CSS Image Map Generator tool is back online. We took it offline while transitioning to the new site design and are happy to be bringing it back! Access it here. If you haven’t used it before, it’s an easy-to-use GUI tool to create CSS-based “image maps.” Rather than using the [...]

Creating a WordPress Post Meta Widget, Part 2

This is the final installment of our two part series on building a simple WordPress widget that displays the current post’s meta information. You can see part one here. In this post, we’ll be adding some user-selectable options to our post meta widget. If you’re familiar with the widgets that are included with WordPress, most [...]

Creating a WordPress Post Meta Widget, Part 1

This part one of a two part series on creating WordPress widgets. Part one will cover the widget itself, and part two will cover creating the widget’s settings panel that appears in the WordPress admin. About the Widget We’re Creating For our website, I wanted to display the post meta information (such as the author, [...]