Development


A lightweight Javascript library for circular graphs in SVG

Working on a design for a new application I was looking for some performance indicators to use for showing relative values and this library came into view. Circles.js available here and some examples Details of the package below   Lightweight JavaScript library that generates circular graphs in SVG. Now with animation. Usage Include the circles.js file […]


Put the 21st of March in your diary

Why ? This is probably the most anticipated day this year or even last year for anyone involved in the Xpages or Domino development areas. This is the day that IBM Notes 9 goes on general release. According to IBM – over $100 MILLION dollars went into the development of this release and big things […]


Be A lert – Your country needs Lerts

In enhancing a Helpdesk application I wanted to expand the notification capabilities to include SMS from the application on the generation of new calls. More about the specifics of that in another post but one thing I wanted was to be able to differentiate when calls from a specific mobile came in on the iphone […]


Error ” @commands and other UI functions are not allowed in this context” opening a form

I received a message “@commands and other UI functions are not allowed in this context” when opening a domino form after making a simple change – in this case adding a button that would be used to launch another form creation. The create form button did not reference the form it was on – it […]


Type mismatch in method RunStkCoerceVal in Lotusscript agent

This is a short tip which I picked up when writing a lotus script agent and couldn’t find any reference to the error in the context I was working. Type mismatch in method RunStkCoerceVal in Lotusscript agent STRING found Null expected. The agent was simply getting data from a back end document closureinfo = doc1.getitemvalue(“closuredetails”) […]