by Sean Cull | Dec 23, 2011 | Dev Tips |
It is useful to have colour coding of target dates in views but in traditional Notes applications ( as opposed to XPages ) this carries a big overhead if you do the date calculation in the actual column using @today etc. Also see Steve McDonagh’s post on colour... by Sean Cull | Dec 19, 2011 | Dev Tips |
I have spent a large chunk of the weekend and tonight trying to make a suite of XPages applications work in both XPINC and the browser. I’m still confused How it works when everything is in the same database If you want to open a document from a repeat when it... by Sean Cull | Oct 15, 2011 | Dev Tips |
My VMware desktop system has almost ground to a halt, replicating a 40MB database tot he virtual server was taking 1.5 hours. I came across this post ( item 30 ) and now it takes seconds, basically turn off anything to do with Large Offloads and Jumbo Frames. by Sean Cull | Jun 18, 2011 | Dev Tips |
At one point about 6 years ago we had looked at developing part of the business around using opensource systems like Joomla for collaborative applications ( the push being a frustration with IBM licensing ). We set up some sites for local charities as a way of dipping... by Sean Cull | Oct 28, 2010 | Dev Tips |
I use the Domino Wiki template from OpenNTF for most of the projects that I work on. It has its quirks but it is none the less very useful. We are launching a new XPages product and I wanted the relevant wiki to be a bit more engaging so I added a .swf ( Adobe Shock... by Sean Cull | Sep 22, 2010 | Dev Tips |
In Xpages resource files can be used to store settings. This is a great way of increasing the configurability of your application ( labels, keyword choices etc ) without having to carry the overhead of frequent look-ups to Notes configuration documents. This...