by admin | Oct 23, 2014 | Dev Tips, Admin Tips |
Over the last week or so I have been moving to using an Apache server in front of my Domino servers. This has been working really well until I had a problem with Mark Leusink’s Auto Login’s module The code includes some code that calls a url constructed as... by Sean Cull | Aug 20, 2014 | Dev Tips |
Sometimes when you pull down a git based Notes design you find that you cannot open the NSF that you have crated from the On Disk Project because you do not have access in the ACL. Open the folder structure of the ODP at file system level and use a text editor to... by admin | Mar 31, 2014 | Dev Tips |
When we use JAR files such as DocX4J for exporting from XPages we need to store these within the git repositories so that the developer can add them to their /jvm/lib folder when building the XPage application. If the correct jars are not present the build fails. The... by admin | Mar 16, 2014 | Dev Tips |
I am very honored to be speaking at the fantastic Engage User Group ( formerly known as BLUG ) this week. The session is called “Seeing the Wood for the Trees” and is about how I and my colleagues use Domino Designer, Git Source Control and some mostly... by admin | Dec 6, 2013 | Dev Tips |
Being from a LotusScript background i really like being able to see all of the code from my script library in one long searchable block. I get very frustrated with Java script libraries when I know a keyword I have searched for is in there somewhere but I am forced to... by Sean Cull | Dec 5, 2013 | Dev Tips |
We are getting on really well with Source Control using GIT in Domino but there are a couple of niggles that waste a lot of time. One our standard design patterns uses a page with a computed outline for a horizontal menu as shown below. When you build the project from...