SnTT: Notes Document Structured Text Export for Multilingual (UTF-8)

This Lotus Notes Domino “Show and Tell Thursday” was promoted by Paul Harrison’s new blog and his sntt post on SnTT: Notes Document Structured Text Export. (Welcome Paul, and thank you!) My current nightmare involves a lot of Multilingual madness. Continue reading SnTT: Notes Document Structured Text Export for Multilingual (UTF-8)

Lotus Guru makes a more Attractive Export of Categorized Notes Views to Excel

Kevin Pettitt (aka Lotus Guru) took my code to Export any Lotus Notes View to CSV or Excel, automagically, and made it work a bit better than my (raw by design) output in his Make Attractive Exports of Categorized Notes Views. Continue reading Lotus Guru makes a more Attractive Export of Categorized Notes Views to Excel

Amazon’s Web Top Site (Alexa) web service and Ruby; Fixed and juiced!

I had need to get some data from Amazon Web Services, and in particular their Alexa Top Sites web service which provides access to lists of web sites ordered by Alexa Traffic Rank. And, happily, they had a Query Example Continue reading Amazon’s Web Top Site (Alexa) web service and Ruby; Fixed and juiced!

SNTT : Trapping Document Delete in LotusScript to skip Document processing

This all started because I wanted to skip certain processing on a document if a document was going to be deleted (if it was going to be deleted the process was redundant). There is a nice DeleteDocument method for the Continue reading SNTT : Trapping Document Delete in LotusScript to skip Document processing