This Lotusscript function sorts a document collection on one or multiple fields. I have previously used several other algorithms that use a view to sort the collection, these however have the drawback that they become very inefficient (i.e. slow) as the number of documents in the view used for sorting grows. The solution presented below… Continue reading How to sort a NotesDocumentCollection in Lotusscript
Month: May 2006
How to access MySQL from .NET (ASP.NET using VB.NET)
[Update: Go to this new post instead on how to use MySQL ADO.NET drivers] This is a three step description of what you need to do to access a MySQL server from VB.NET. I used Microsoft Windows Server 2003 with Microsoft Visual Studio 2003 Professional and MySQL Server 4.1.7. It is possible to use ODBC,… Continue reading How to access MySQL from .NET (ASP.NET using VB.NET)
PHP5 with IIS6 on Windows Server 2003 in five easy steps
[Update: Follow this link if you are looking for an updated tutorial on PHP5 with IIS7 on Windows Server 2008] How to install and configure PHP5 with IIS6 on Windows Server 2003 in five easy steps. I thought installing PHP would be as easy as just using the install program. Well it wasn’t… But by… Continue reading PHP5 with IIS6 on Windows Server 2003 in five easy steps
Programmer’s Frustration
I just wanted to share this great story by Damien Katz, a former programmer at Iris/Lotus. I first read it about a year ago and came across again today. It’s about Damien as a novice C++ programmer rewriting one of the core components of Lotus Notes/Domino – the formula engine, originally written by Ray Ozzie.… Continue reading Programmer’s Frustration
Qtek 8310 Smartphone and Windows Media Player Sync
I’ve had my Qtek 8310 Smartphone for a couple of months now and I thought I’d setup Windows Media Player (WMP10) synchronization to make my life a little easier.It seemed easy enough to set it up, I just checked to sync Media in ActiveSync 4.1 and followed the on-screen instructions to complete the setup from… Continue reading Qtek 8310 Smartphone and Windows Media Player Sync
Public Warning: Kiss DP-558 Video Recorder
I bought my Kiss DP-558 video recorder late in December last year and so far it has been a frustrating experience, even though I must admit it has not been all bad. I made the decision to buy this player because1) I wanted a home unit, i.e. a unit that is not noisy and always… Continue reading Public Warning: Kiss DP-558 Video Recorder
Failed to update database “XXX.MDF” because the database is read-only
After a few hours of Googling and testing things I finally solved this problem so I thought I’d write the solution down both for my own and other’s benefit. What I did to get the error:I had just done some changes to one of my web sites using Visual Studio 2005 and ASP.NET 2.0 with… Continue reading Failed to update database “XXX.MDF” because the database is read-only
Lotusscript: Body Above Signature in Memo
I got a library of Lotusscript functions and code examples that I find useful and reuse in projects every now and then. Some are very simple and some did require a little or a lot of research and work before I got them working. In this post is an example on how to disable the… Continue reading Lotusscript: Body Above Signature in Memo
Ray Ozzie and Microsoft’s New Services Strategy
I just read this article in Fortune, headlined “Microsoft’s new brain”. It’s about Ray Ozzie but the real take aways for me were: 1) how Microsoft think about their new services strategy. 2) the report on how the new management at Microsoft work. I had understood that Ozzie played an important role but not that… Continue reading Ray Ozzie and Microsoft’s New Services Strategy