robfelty.com


Cherry rhubarb pie

Posted in wordpress

Quarter note = 07312011 robfelty
Treble clef 4/4 Time
We joined a CSA this year, taking over Greg and Mekayla’s fruit share. This week we got 3 lbs of pie cherries and a huge bundle of rhubarb. That sounded like pie to me. I have never made cherry rhubarb pie before, only strawberry rhubarb, but I found some recipes, and decided to give it a go, using mostly this recipe, with my mom’s crust recipe. I haven’t made pie in about 10 years, and I know that making the […] (Read more)

Random featured images in wordpress

Posted in php, sql, wordpress

Quarter note = 07292011 robfelty
Treble clef 4/4 Time
I’ve had random header images on the Fedibblety Family blog for quite some time. I originally implemented this by looking for images in a particular directory. However, I had to manually add pictures to this directory, which was a bit cumbersome. I started thinking, why not just select randomly from all the featured images I have for my posts? So I hacked up a quick function to do that. Here it is: function get_random_header_images() { global $wpdb; $featured_image_query = "select […] (Read more)

Postie 1.4.2 released

Posted in wordpress

Quarter note = 01302011 robfelty
Treble clef 4/4 Time
Yesterday I released Postie version 1.4.2, the WordPress plugin which gives you advanced features to post to your blog via e-mail. I haven’t done much work on Postie in the last several months, so I finally just decided to call the development version stable, since lots of people have been using it. Improvements over 1.4.1 include: Fixed mailto link bug (thanks to Jason McNeil) Fixed bug with attachments with non-ascii characters in filename (thanks to mtakada) checking for socket errors […] (Read more)

Site redesign

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

Quarter note = 12012010 robfelty
Treble clef 4/4 Time
I started my website in 2003. At the time it was hosted by the University of Michigan, where I was a graduate student. They gave all students some space for a personal website. It was really great, though it did come with some limitations, like no php or cgi allowed. I managed to kludge some server side includes and javascript together to get a fairly decent food website. I also had some other stuff on my site like some academic […] (Read more)

New WordPress plugin – Image Browser

Posted in photography, php, sql, wordpress

Quarter note = 08042010 robfelty
Treble clef 4/4 Time
Today I released my 8th wordpress plugin. This one is quite a bit different from all the other plugins I have written. A friend of mine was looking for a way to create a gallery on his family blog. “No problem!”, I told him, “there are lots of plugins for that”. But I then quickly realized that no plugins were available for what he was looking for. All of the other image gallery plugins for wordpress function by creating galleries […] (Read more)