Fly With Me

Man schreibt den 30.12.2003
Ganz Deutschland hat frei.
Ganz Deutschland ?
Nein, eine kleine Softwarefirma aus Karlsruhe leistet erbitterten Wiederstand und schickt ihre tapfersten Streiter bis ans äußerste Ende von Baden-Württemberg.
06:15 Uhr. Karlsruhe vor der Haustür. Zündschlüssel drehen.
06:20 Uhr. Auf der A8. Hab ich den atomaren Erstschlag verpennt ? Versehentlich an einer Vollsperrung vorbei gefahren ? Hier fährt niemand. Ah doch, da vorne ein LKW.
06:49 Uhr. Stuttgart Flughafen. Neue Bestzeit im ersten Sektor. Was stand da auf dem Schild ? Irgendwas mit einer Eins, einer zwei und einer Null. Es ist aber auch schwer bei der Geschwindigkeit Schilder zu lesen, aber eine Eins, eine Zwei und eine Null kommen in meiner momentanen Reisegeschwindigkeit auch vor…
06:53 Uhr. Noch ein LKW.
07:30 Uhr. Zielgerade Heidenheim an der Brenz.
07:35 Uhr. Zieleinlauf Kundentiefgarage. Hmm. Termin ist eigentlich erst um 08:00 Uhr. Und nun ? Ach ja. Ich könnte diesen Text tippen.


Notes 6.0 And XML

Using XML in Domino/Notes 6.0 is brilliant. After few experiments there is my first disappointement.
You can not open a URL for XML-parsing (NotesDOMParser or NotesSAXParser via NotesStream).
This is something I can not understand. Is there a reason not to implement a URL as parameter for NotesStream.Open Method ?


Happy Christmas

The last week we moved to a new flat. We need more space, in few months we are one person more.
To manage this move beside the normal work was a little stressfull.
Today a made a little changes to this site. I added my ICQ status indicator and a ‚about‘ link.


Pierced Building

The last few weeks I worked for a customer in a pierced building.
I like this thing.
Maybe there is a tribal on the back…
Pierced Building


Object Variable Not Set

If you set a object variable be sure that it’s really set.
It’s always a pleasure for a user to get a ‚object variable not set‘ error box.

Dim session As New NotesSession Dim db As NotesDatabase Dim DecisionDoc As NotesDocument Dim strID As String Set db = session.CurrentDatabase Set view = db.GetView("(IDs)") Set DecisionDoc = view.GetDocumentByKey(id, True) Call DecisionDoc.ReplaceItemValue("ShortName","1A")
This LotusScript was converted to HTML using the ls2html routine,
provided by Julian Robichaux at nsftools.com.

Better Style:

Dim session As New NotesSession Dim db As NotesDatabase Dim DecisionDoc As NotesDocument Dim strID As String Set db = session.CurrentDatabase Set view = db.GetView("(IDs)") if not view is Nothing then Set DecisionDoc = view.GetDocumentByKey(id, True) if not DecisionDoc is Nothing then Call DecisionDoc.ReplaceItemValue("ShortName","1A") Else ErrorhandlingDecisionDoc End if Else ErrorhandlingView End if
This LotusScript was converted to HTML using the ls2html routine,
provided by Julian Robichaux at nsftools.com.


Autoindianer

Was hat es zu bedeuten, wenn sich Leute einen Dreamcatcher an den Rückspiegel ihres Autos hängen ?
Auch beim Sekundenschlaf keine schlechten Träume ?
Naja, solange sie sich keine aufblasbaren Nackenstützkissen zum Autofahren anlegen…


Luzern

We had a nice weekend in Luzern (Switzerland). The hotel
was excellent. Luzern is a nice town. It’s only a 2,5 hours car ride. The first breakfast buffet was funny. As I came to the breakfast room I noticed a lady wearing a fur hat. I smiled to my wife and sat down and a minute later four young people came in the room wearing pyjamas and bathrobes. Guess what ? These four were there children of the fur hat lady and yes you’re right they are americans…
Kapellen Bridge