February 6th, 2008
WordPress recently released 2.3.3 as an urgent security fix for 2.3.2. Rather than wiping all non-configured files from my development site, extracting the replacement files from the tarball, and re-uploading said files by FTP, I used the fast and precise approach: Only upload changed files.
Read full entry »
Comments Off | Posted in Software, Solutions
April 25th, 2007
I have finally joined the ranks of bloggers who have designed their own blog themes. Wheee.
At some point I'd like to go for membership in the My Blog Actually Looks Nice club, but that could be a little ways off.
Edit: Thanks to Russ for the snazzy header image!
Edit 2006-05-07: If you're looking at this blog using Internet Explorer, you'll notice I really don't give a crap. However, if Safari, Konquerer, or Opera users notice something wrong — let me know!
6 comments | Posted in Personal
April 2nd, 2007
WordPress is nice, but some of the plugins I've installed really boost the user experience (and mine!) I thought I'd share what I've gathered.
Read full entry »
7 comments | Posted in Recommendation, Software
January 12th, 2007
A while back I wrote a very simple plugin for WordPress that would automatically insert Dublin Core metadata into the header of my blog posts. I released it under a free license (as version 0.2) with the hope that someone more proficient in WordPress than I would come along and build on my work. And someone did!
Read full entry »
Comments Off | Posted in Personal, Software
October 1st, 2006
WordPress does not have a built-in mechanism for automatically adding standardized metadata to pages. Today I wrote a plugin to add Dublin Core metadata to all posts and pages. It currently supports the following metadata:
- Site name as DC.publisher
- Site URL as DC.publisher.url
- Post title as DC.title
- Permalink as DC.identifier
- Date created as DC.date.created
Install it by downloading the latest version from the DC 4 WP page (version 0.2 at this time), unpacking the .zip archive, and dropping the .php file into your Wordpress installation's wp-content/plugins folder.
This is my first plugin, so any and all constructive feedback would be greatly appreciated!
1 comment | Posted in Software