<< 28 February 2005 | Home | 02 March 2005 >>

Fallback JavaScript library

At a customer we generate a custom menu on the intranet using a JavaScript library per user. Because errors in the menu generation sometimes occur it was important that the site had a minimal menu the user could use instead if their menu failed to generate hence the need for "fallback" JavaScript libraries.

Read more...

ReplaceSubstring in LotusScript

I wrote a ReplaceSubstring function in LotusScript. The function can handle arrays in the values it processes and the values it replaces.

Read more...