Posts Tagged ‘Blogging’

Hooray for the Google Reader team!

Thursday, September 6th, 2007

Google Reader finally has a search box.

It's about time!

I've been using Google Reader for a number of months now. I didn't like their original incarnation of it, but once they redesigned it, I was hooked.

Even when I used a dial-up connection, and even now that I use a high-latency satellite connection, it performs very well.

I had always wondered, though, why a Google product, of all things, would be missing a search feature. Now I know that it's likely they've been wondering the same thing -- and now they did something about it! :-)

Using reStructuredText with WordPress

Friday, December 15th, 2006

I just converted most of my posts to use reStructuredText, using the same plugin my old "webrog" blog used. Because I haven't seen any recent posts that make mention of this, I thought I'd post here about it in case anyone else looks for the same thing.

The only thing I had to do was edit my wp-content/themes/default/index.php file to change the text "Read the rest of this entry" in the call to the_content on line 14 to this instead:

<?php the_content('(more...)'); ?>

Alternatively, you could edit the plugin itself to better handle "more" tags within entries.

Happy reST+WordPress blogging!

Update 2007-09-08: This plugin is now a Launchpad project (see the announcement). The link above has been updated accordingly. If you are looking for a way to download the latest rest.php file containing the plugin, view the files for the project, then click the Download link on the right-hand side of the rest.php row.

Inaugural entry

Wednesday, November 29th, 2006

Time to start blogging again.

Being a relatively new OSX user in the grand scheme of things, and not even as much of a Mac power-user as my esteemed colleague Jim, I only recently stumbled upon the excellent Journler.

I've been using it more and more over the last couple of weeks to record random and not-so-random thoughts that occur to me. I'm also using it to record work notes during hacking sessions.

Once nice thing about it is that it lets you post to multiple blogs directly from the application. So, here I am, using it to post to a new WordPress blog :)