Blog 2003-02-22 13:28:37
Via Christoph, I found the Agent Sprayer Solution, which I am looking forward to download!
Via Christoph, I found the Agent Sprayer Solution, which I am looking forward to download!
On a request from John, I have made a supplement in the About document on how to pronounce the name Känngård. If you want to know more about how the name Känngård was born, please visit the site of my father’s brother (or ”uncle” as you english people would say, but how do you separate […]
Added jonvon to the Invaluable URLs.
Implemented the Weblogs.com XML-RPC ping, with help from the article at unganisha.org. Simple and effective!
At last! Christoph has created a RSS feed of his News 4 Notes!!! In my opinion the best news site for Domino! Vielen Dank, Christoph!
jonvon talked about trackback / pinback, and I can mention that I am implementing this in Java agents. The thing I got working so far is a referrer checker, that opens up the referrer URL and searches for a link to my pages. I will soon share my knowledge in an article!
Added Darren Davison to the list of Invaluable URLs.
Ever tried the Log4J logging package, and wanted your NotesExceptions to render properly in the log? As you might now, the NotesException class doesn’t implement the getMessage() method (stupid L*tus), and you end up doing a lot of: … } catch (NotesException e) { logger.error(e, e.toString() + ”, ” + e.id + ”, ” + […]
Since there have been some recent requests of the Log4J Appender that I have mentioned earlier, I now publish the current source for it here. Please don´t ask me of any documentation other than the one in the present source, because I don´t have any. The files are published under the GPL, so please respect […]
Updated the @Unique in JavaScript tip, since it contained an error. Thanks for the correction, Bill Engels!