Category Archives: wordpress

New wordpress plugin – Image Meta

I just released my 7th wordpress plugin, Image Meta. This one has to do with image handling. Before wordpress 3.0, when you uploaded an image, the filename of the image was set as the title, and if you had given the image a caption (e.g. with Picasa), then the IPTC caption would be used as [...]

Posted in photography, wordpress | 2 Comments

New wordpress plugin – category reminder

I recently released my sixth wordpress plugin – category reminder. I have seen several requests around for a plugin which forces users to select a category for each post they publish, so that the posts don’t just end up as uncategorized. Bloggers with multiple authors seem especially interested in this. I have wanted this requirement [...]

Posted in javascript, wordpress | 3 Comments

Multi-column balanced lists

Recently I was working on a project where a client wanted a list of items to be displayed over multiple columns, and requested that the columns be balanced (as balanced as possible). It didn’t take me too long to figure out how to do this for 3 columns, but I knew that there was a [...]

Posted in (x)html, css, php, wordpress | Leave a comment

WordPress 2.9 image changes

WordPress 2.9 has several new image enhancements. One of the biggest features is some basic image editing functionality. Another one is that you can now specify different alt text from the “caption” field. The “caption” field places a caption under the image. The “alt” text is used to describe the picture to non-seeing users (including [...]

Posted in sql, wiki/cms, wordpress | 2 Comments

Writing your own custom filters for postie

In version 1.3.1 of postie, it is now easy to add custom filters to the content of your posts. Best of all, by using filters, you can easily write your own plugin, which will not be affected by upgrades to postie (as opposed to modifying the postie functions directly). There are two examples now included [...]

Posted in wordpress | Tagged | 12 Comments