We have benefited greatly from the input of other members in the tech community. This BLOG is one of the ways that we give back and help others to enjoy developing modern web applications.
Adding a new column to an Excel XML data table
We use XML feeds from our Domino applications to pull data into Excel. Users can right click on the data tables and they get updated from Domino. The functionality generally works well but if you need to add a new "column" to your XML feed there is no way in Excel to...
Source Control Disables Some Scheduled Agents in IBM Notes
Just a quick heads up about something that is known about but still catches me out from time to time. It may even be fixed in the latest versions but I can't find any IBM tech notes on it. If you have a scheduled agent that is set to run "More than once a day" and...
Notes designer crashes after resolving conflicts in source control
If you find that your Notes Designer crashes when you try and open an NSF that has recently had conflicts resolved in source control it may be that a view has had the conflict resolution markup added. This causes a DXL error and crashes designer. Remove the view from...
Quick Tip – passing parameters when using XP:openPage
Just a very quick tip. If you are using the XPages simple action and you need to pass a parameter via the URL then you can do this. You will need to add it via the source as designer doesn't support it via the properties. <xp:openPage name="/xp_f_mod.xsp"...
Displaying Markdown in an XPage using the showdown.js library
I wanted to move to a text based changelog in our applications rather than a Notes form or even an XPage.The idea was that it would help make it easier to deal with merge conflicts in source control. I eventually settled on using Markdown as I couldn't get the...
Amazon Workplaces – great for temporary machines
Juts a quick post to mention Amazon workspaces. We have been migrating 20 years of Notes data to a new XPages application and needed to PDF over 200k documents in the process. To do this we needed to run several Notes clients continuously for several weeks to create...
ICONUK and the State of Domino Web Development
Caution Long Post, I’m stuck on a train. The best User Group yet. I am just back from a very impressive ICONUK. I can honestly say that it was the best LUG that I have been to. The best part for me was the informal discussions within the community. It is a time of...
The moral of the story – do some monitoring
We have been battling with one of 6 Domino XPage servers that is running a consistently higher load average than the other servers. The performance was OK from a customer point of view but differences in systems are always a worry. We tried everything I could think of...
Auditing for IBM Notes mail rules sending emails externally
A customer asked us to help with a tool to audit for mail rules that were forwarding emails externally. I had a look around and found the very good openNTF Mail Rules Analyser application from Thomas Hampel Having looked at it David Harding and I felt that it was...
URGENT : Chrome Bug 570622 affecting our users – is it affecting yours ?
The bug reported by David Leedy appears to be affecting our users significantly. Are your users reporting screen freezes in XPage applications in Chrome ? If so please "star" this bug ( top left corner ) to raise its profile. Even if you are worried that it might...