Posts Tagged ‘Show-n-Tell Thursday’

Sorting a NotesDocumentCollection by multiple field values (Show’n Tell Thursday)

Thursday, October 26th, 2006

I have been using Joe Littons sortCollection function with success to sort a NotesDocumentCollection by the value in a specific field name. However the function can only sort by one field value and I recently had the requirement to be able to sort by multiple field values. Max Flodén has created a function that does […]

getItemValueString and Domino 6.5.5 and 7.0 (Show’n Tell Thursday)

Thursday, August 31st, 2006

The return value of the Java method getItemValueString has been changed in Lotus Domino 6.5.5, Lotus Domino 7.0 and later releases. Before 6.5.5 the method getItemValueString returns null if the item is empty or if the item does not exist. In 6.5.5, 7.0 and later releases getItemValueString returns the empty string (“”) instead. I upgraded […]

Lotus Domino and designing for accessibility (Show’n Tell Thursday)

Saturday, July 15th, 2006

I have just completed a project with the purpose of modifying an existing web site based on Lotus Domino to make it accessible – that is to allow access to people with disabilities. The changes to the web site makes it usable to for example a person with visual disabilities who can use a screen […]

Architectural patterns and Domino (Show’n Tell Thursday)

Thursday, April 27th, 2006

This is my first contribution to the Lotus Notes and Domino Blogging Community Show’n Tell Thursday series. I will give a high-level introduction to architectural patterns using Patterns for e-business as the specific example of architectural patterns and introduce how Patterns for e-business can be used for Lotus Domino applications. What are Patterns for e-business?: […]