robfelty.com


New wordpress plugin – Image Meta

Posted in photography, wordpress

Quarter note = 06222010 robfelty
Treble clef 4/4 Time
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 the caption for the image. In wordpress 3.0, the default is now to use the caption for the title of the image. I don’t like […] (Read more)

New wordpress plugin – category reminder

Posted in javascript, wordpress

Quarter note = 04012010 robfelty
Treble clef 4/4 Time
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 for myself as well, since I sometimes forget to categorize a post before publishing it. Now users can easily add this functionality via this plugin. (Read more)

Multi-column balanced lists

Posted in (x)html, css, php, wordpress

Quarter note = 02182010 robfelty
Treble clef 4/4 Time
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 more general solution, which did take me a little time to figure out. I am sharing my solution here for my future reference. Perhaps some […] (Read more)

WordPress 2.9 image changes

Posted in sql, wiki/cms, wordpress

Quarter note = 01022009 robfelty
Treble clef 4/4 Time
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 search engines). This is a nice addition. However, I usually like my caption, alt text, and title text to be all the same, and I […] (Read more)

Writing your own custom filters for postie

Posted in wordpress

Quarter note = 08242009
Treble clef 4/4 Time
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 in version 1.3.1 of postie, in the filterPostie.php file. Here is how to write your own filter. Copy the filterPostie.php into your plugins directory Change […] (Read more)