The random musings of an indolent writer.
Archive for July 3, 2008
Announcing AZIndex version 0.5.1
(lean, mean caching machine)
Jul 3rd
Phew!! The latest and greatest version of AZIndex is now available. As I mentioned in a previous post, the main enhancement this time is caching. Large indexes will load much, much faster in this version when they are being cached. Adding or modifying posts will cause AZIndex to check to see if the index has been changed as a result, but it will only invalidate the cache if a post should be added to, deleted from, or must change position in the index. Kind of cool, really.
Anyway there was a little hiccup getting 0.5 out into the WordPress repository, which might have caused one of two people to download a bad version. But I’ve sorted out the problem, so it’s safe to upgrade to 0.5.1 when you’re ready.
(Update: Changed to version 0.5.1 after I fixed a minor bug — that produced a scary but inconsequential error message when creating a new index.)
WordPress Quick Tips #2:
Embedding HTML in Blog Taglines
Jul 3rd
This tip similar to Tip #1 in that it will help you add HTML styling to parts of your blog that the usual HTML styling doesn’t reach! Last time it was post headings, this time we’re targeting your blog’s tagline.
While it’s perfectly possible to style your blog’s tagline using a CSS stylesheet, that method only allows you to modify the styling of the whole tagline. If you want embolden one word, or italicize one phrase, then you’re out of luck. If you try adding <strong> or <em> tags, they just appear in the tagline. So, what to do?
Well, the solution is a little bit more involved than last time, which is why I’ve designated this article for tweakers as opposed to regular bloggers, but in most cases it only requires a one line change to your theme’s header file to do it.
So, if you’re ready, let’s go…

Recent Comments
Adding a Shortcode to a Sidebar Widget
Embedding HTML in Blog Taglines
Embedding HTML in Blog Taglines
Adding a Shortcode to a Sidebar Widget