by Sean Cull | Jul 26, 2010 | Dev Tips |
I had my “road to Damascus moment” recently when I saw the same app run in Xpages on the client and on the web with no extra coding, or more accurately not much extra coding. I realised that Notes had passed a huge milestone and some of my long held... by Sean Cull | Jun 16, 2010 | Dev Tips |
A comment buried in the official example Note The changes are not visible until the document (after the script has completed) is closed and reopened. Also note that the AppendRichTextItem method appends only the first 32K of a RichTextItem; the remainder is truncated.... by Sean Cull | Feb 25, 2010 | Dev Tips |
There are several ways of getting at the data on an Xpage. I wanted to understand this better so I have created this example which gives examples of getComponent( “element name”).getValue(); getComp onent(“element name”).getSubmittedValue()... by Sean Cull | Feb 11, 2010 | Dev Tips |
I have been working on a public facing OpenNtf Xpages Wiki for our Delivery Toolkit suite of products and I wanted to add Google Analytics. It turned out to be straight forward once I had read a blog by Thomas Adrian who’s Xpages based blog really... by Sean Cull | Nov 23, 2009 | Dev Tips, General Blog |
I am doing some catching up on my certifications and have just realised to to upgrade to 8.5 I have to pass the 8.0 exams. I think this is unfair and not really in IBMs interest because : >> IBM is actively encouraging customers to go straight to 8.5 >> Web... by Sean Cull | Nov 19, 2009 | Dev Tips |
A while back someone asked what was my best tip for Lotus Notes development – this is it – it is used in every single application I have developed in at least the last 5 years and it was passed on to me by my cousin ( thanks Martin )! Most Notes forms will...