webOutliner is a remarkably cool little thingamajig for editing text outlines online. It can load files in OPML and RSS (both the RDF and the 2.0 varieties) formats. The UI is very similar to Userland‘s products (Radio, Frontier, etc.)
Category: Software and Programming
A Word with Perl
Examples of working with Word using Perl’s Win32::OLE module, from this site, which has lots of good programming links (Perl & Windows stuff).
Color Scheme
A cool Color scheme picker.
John McNamara’s Spreadsheet::WriteExcel is a Perl module that writes binary Excel files, on Unix and Windows. It’s described in this introductory article about Reading and writing Excel files with Perl and here in a cooler and more technical article from The Perl Journal by McNamara, where he mentions a Perl module called HTML-TableExtract, which I wish I knew about 4 months ago…
There’s also a companion module (Spreadsheet::ParseExcel) and a PHP version.
…I just installed it on a Sun machine at work using perl -MCPAN -eshell
. CPAN is tricky to set up (especially if someone installed perl using cp
as his installer…), but awesome to behold in action once you get it going (To fix the configuration, I had to modify CPAN/Config.pm – or a local copy in ~/.cpan/CPAN/MyConfig.pm; It occurs to me that the only people following my blog who care about Perl geekery know all about configuring CPAN, but this is really more of a note to myself).
HOWTO: write bad documentation that looks good (via Mark Pilgrim).
God knows I’ve both written and had to use my share…