Update on Sametime crash due to common.diag
Regarding the Sametime problem I mentioned yesterday - applying the fix mentioned in the technote appears to have solved the problem. I'll monitor the file though...
Sametime crash on Windows 2003 Server due to out of disk space...
Eclipse error after upgrading to Java 1.5: "Specified VM install not found"
LotusScript.doc Beta 2
LotusScript.doc beta 2 has just been released to the beta testers. See www.lsdoc.org for the announcement and changelog.
Installing Novell SLES9 under VMWare
Received an e-mail from Sametime Information
Inactivity timer for Sametime client embedded in Notes
Changing Content-Type header for JavaScript and CSS files
Feedback from LotusScript.doc "beta"-testers
Patch to Pebble submitted
Server_Restricted notes.ini parameter
Lotus technote describing a very useful notes.ini parameter for maintenance. Technote 1089278
Dilbert cartoon about phishing
It would be funny if there wasn't so many people who acts like the CEO in the cartoon... :-) Via the Dilbert RSS feed.
log4javascript
Very nice - possibility to use logging when coding JavaScript. This could mean no more alert()'s...
Via Java builds Mars.
Controlling Lotus Notes Support feed
Would have thought there was a little more control over what gets published on the support feeds than this...
Using Perl for search and replace on terminal-only Linux
Domino server certificate expires after 2 years rather than after 100 years
Specified Content-Type not always honored Notes 6.5.x
Blog split and lessons about mod_rewrite in Apache
LotusScript.doc is being well received
Based on the feedback I have received in regards to the annoucement of LotusScript.doc I think it is safe to say that this is a tool developers has been missing. I have received a number of e-mails from people who would like to enroll as "beta-testers" so that's very nice.
I plan to start the beta-program on Monday and then target a release to the community the coming week (15 August). I just need to finish up the user documentation before sending the application to the beta-testers.
Stay tuned...
Introducing LotusScript.doc
This blog post is to introduce LotusScript.doc to the Notes developer community. LotusScript.doc is a tool I wrote that aims to be for LotusScript what javadoc is for Java.
Why LotusScript.doc?
Notes applications are very hard and time consuming to document. When we think about documenting Notes applications we normally only document the actual application (the user manual) since there isn't a standard way of documenting the LotusScript code - until now...
LotusScript.doc is a Notes application you can use to generate HTML documentation for LotusScript code in Notes databases. The produced format is the same as for javadoc.
To find out more head over to the project website at www.lsdoc.org.
JDBC and Class.forName
Quite interesting blog post about what the Class.forName in JDBC access code actually does. As the author also starts by noting I knew it loaded the driver but how and why... Via cephas.net.