Free Code – Class to read URL name-value pairs  

By Karl-Henry Martinsson | 11/20/14 11:32 AM | - | Added by Johnny Oldenburger

Here is another little code snippet I want to share. I use it all the time in my Lotusscript-based Domino web agents, and I figured that other could benefit from it as well. It is just an easy way to check for and read the name-value pairs (arguments) passed from the browser to the web server by HTTP GET or POST calls.

Some useful jQuery plugins – Part 1  

By Karl-Henry Martinsson | 7/29/13 12:55 AM | - | Added by Per Henrik Lausten

I often find cool and (sometimes) useful jQuery plugins, so I want to share a few that I like.

Track your application changes/updates  

By Karl-Henry Martinsson | 3/13/13 3:58 AM | - | Added by Niklas Heidloff

A while back I created a little tool for my own use, to keep track of my Notes templates and their version numbers. I also developed a tracking database where we track not only changes to Notes applications, but also other changes to our environment.

Which is faster, ColumnValues() or GetItemValue()?   

By Karl-Henry Martinsson | 2/5/13 12:50 AM | - | Added by Niklas Heidloff

In a recent discussion thread in one of the forums on IBM developerWorks, the issue of which is faster, doc.GetItemValue() or viewentry.ColumnValues(). I decided to test this, using two Lotusscript agents, created to be as similar as possible, working against the same view of the same database.

Replace images on web page using jQuery  

By Karl-Henry Martinsson | 10/31/12 4:45 PM | - | Added by Per Henrik Lausten

Last week I encountered a situation where I wanted to replace images on a Domino generated webpage.