Posts Tagged ‘OpenNTF’

XPages Web Analytics custom control on OpenNTF

Sunday, June 26th, 2011

What a great weekend for open source contributions from me! Yesterday I created the XPages SEO custom control – and today I have created a new XPages custom control for the OpenNTF development contest called XPages Web Analytics custom control: the custom control makes it easy to add web analytics to your XPages web site. In [...]

XPages SEO custom control on OpenNTF

Saturday, June 25th, 2011

I have contributed to the OpenNTF development contest by creating an open source XPages Custom Control for Search Engine Optimization (SEO). The custom control makes it easy to add the following search engine friendly tags to your XPages web site: page title meta description meta robots meta keywords With these SEO tags bundled in a custom [...]

I have somehow contributed to OpenNTF

Monday, July 12th, 2010

I woke up this morning to a comment by David Jeyachandran to my blog post on Sorting a NotesDocumentCollection by multiple field values. David wanted to let me know that he is using the sort function in the Notes Reconn project at OpenNTF. That is great news – and I am happy to know that [...]

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 [...]