Optimal Bugfix

15 June 2006

I released a bugfix for Optimal today. The latest version is 0.4c. If you haven't experienced any weird problems with the 0.4 release, don't bother updating.

Thanks to Chris Pirillo for bringing the problem to my attention and working through it with me.

Optimal OPML Browser Update v. 0.4

12 June 2006

I've completed a major rewrite of my OPML browser, Optimal.

I didn't manage to document all of the changes, they were so numerous. Highlights are:

  • Object-oriented reimplementation, making it more portable to other applications
  • Same code may be used as a WordPress plugin -- replaces the OPML Renderer plugin for WordPress
  • RSS items now include descriptions, so you can browse the feeds without subscribing or visiting the home page
  • New widget generator to generate HTML to include Optimal on your web site

More... | Download

Optimal OPML Browser Update v. 0.4pre1

29 March 2006

I'm still working on a significant rewrite of my OPML browser, Optimal, but I've decided to release the current working version in the meantime because it addresses a couple of significant usability comments I've had.

Specifically:

  1. There are now links to expand/collapse all nodes, and
  2. There is a new query string parameter, depth, which allows you to specify the initial expansion state.

Optimal Screen Cap 0.4pre1

Optimal OPML Browser Update v. 0.3a

9 March 2006

Relatively minor updates to Optimal.

Optimal OPML Browser Update v. 0.3

2 March 2006

Thanks to Adam Green, who gave me loads of feedback, I've made quite a few enhancements to my OPML browser, Optimal.

Optimal OPML Browser Update v. 0.2

25 February 2006

Minor bug-fix update to permit installation in a subdirectory of the web document root.

Optimal OPML Browser Released

23 February 2006

I've released a significant revision to my OPML browser: Optimal.

If you hate the name, just be glad I'm not going to camel-case it. ;)

OPML Renderer Update

20 February 2006

Version 0.6 of the OPML Renderer Plugin for WordPress has been released.

This release primarily fixes some bugs and enhances some functions. In the works for the next release is inclusion of RSS feeds, which would enable feed grazing.

XBEL to OPML

30 December 2005

Here's a tool to translate your XBEL bookmarks to OPML. It's just a quick hack, but it works.

Use Bookmarks Synchronizer to generate an XBEL file from your Firefox bookmarks, upload it, and your bookmarks will be returned in OPML format.

OPML Renderer Plugin

28 December 2005

I've been monkeying around with rendering OPML in WordPress. Finally, I learned how to create a WordPress plugin, so I've created OPML Renderer, a plugin that renders valid OPML from any source as an expandable/collapsible list.

Thanks to iconophobia and the inlineRSS plugin for some code and ideas.