man muss dem Volk aufs Maul schauen " (roughly translated: "you have to watch how people talk" . What worked for a bible translation also works in IT. While it is nice to have some documentation, quite often it is inaccurate, incomplete, outdated, factual wrong or simply missing. So l...
of Domino administration (besides FTP/copy of a server NSF ) is the manual editing of notes.ini variables. To update an notes.ini variable instantly you can use the server console and type set config param=value , while for permanent changes you would add the value to a server configu...
are not without risks. As a colleague put it nicely: "Prezi is a presentation tool perfectly capable of making your audience sea sick ". Presentation tools used wrongly leave you the choice between nausea and unconciousness. In case you haven't seen prezi before: it is a Flash/Air bas...
From: Stephan Wissel <[email protected]> Date: Sat, Jan 14, 2012 at 7:25 PM Subject: Credit Card in eBanking To: [email protected] Hi there, I'm using HSBC Credit Cards and I'm currently switching from a Visa Platinum to a Visa Infinite card. The process you have in place for this n...
There is a handy, but undocumented LotusScript function LSI_INFO that can lead to crashes of the Domino server, especially on 64Bit systems. Since the function never had been documented, a fix for that can't be expected any time soon (or at all). Unfortunately that function is used in...
of Domino administration (besides FTP/copy of a server NSF ) is the manual editing of notes.ini variables. To update an notes.ini variable instantly you can use the server console and type set config param=value , while for permanent changes you would add the value to a server configu...
We all know "Notes doesn't print ". Nevertheless the topic of document output and reports is not going away, even if I'd like to ban the reports . There are plenty of ready made tools, but today I'd like to start with home cooked reporting. Why the effort? Using only tools that use op...
This site is in no way affiliated, endorsed, sanctioned, supported, nor enlightened by Lotus Software nor IBM Corporation. I may be an employee, but the opinions, theories, facts, etc. presented here are my own and are in now way given in any official capacity. In short, these are my ...
We all know "Notes doesn't print ". Nevertheless the topic of document output and reports is not going away, even if I'd like to ban the reports . There are plenty of ready made tools, but today I'd like to start with home cooked reporting. Why the effort? Using only tools that use op...
This site is in no way affiliated, endorsed, sanctioned, supported, nor enlightened by Lotus Software nor IBM Corporation. I may be an employee, but the opinions, theories, facts, etc. presented here are my own and are in now way given in any official capacity. In short, these are my ...
No software runs flawless (even if the product is named after a fruit), so from time to time you need to interact with support. The entry point for IBM support is the IBM Support Portal or the support call center. Behind that front is quite a bit a process that is designed to be predi...
No software runs flawless (even if the product is named after a fruit), so from time to time you need to interact with support. The entry point for IBM support is the IBM Support Portal or the support call center. Behind that front is quite a bit a process that is designed to be predi...
The AXIS libraries are provided as a plug-in in the Domino server, so my first take was to declare a dependency in my plug-in to that plug-in. To successfully create a Extension Library I had to declare dependencies to com.ibm.commons and com.ibm.xsp.core to be able to extend com.ibm....
You need enough RAM. Follow these steps (adopted from here ): Stop the Notes client Create a new directory: mkdir ~/notestemp Edit your notes.ini and add: view_rebuild_dir=/home/[yourid]/notestemp/ NOTES_TEMPDIR=/home/[yourid]/notestemp/ TempDir=/home/[yourid]/notestemp/ Edit the moun...
I try to write my logic in Java. I use the SSJS only to fetch the values I need to call my Java function The functions of the Java class take always the OutputStream (or the ResponseWriter) as a parameter. This is where the output goes For rendering XML or HTML output I use SAX with a...
Operating system and Applications : This is your first RAID 1 Array. Since data hardly change and are really not that much a small but fast spinning drive will do. RAID1 protects you against failure of one drive and speeds read operations. Some suggest to have separate drives for appl...
Make sure your agent is set to "Run as web user" in the agent properties Add the AgentSupport LotusScript library to your agent Initialize the ResultHandler class: Dim result as ResultHandler SET result = new ResultHandler that will take in the print statements Use Search & Replace in...
This site is in no way affiliated, endorsed, sanctioned, supported, nor enlightened by Lotus Software nor IBM Corporation. I may be an employee, but the opinions, theories, facts, etc. presented here are my own and are in now way given in any official capacity. In short, these are my ...
Das Team von Edcom und TimeToAct hat mich wieder zur Nachlese nach Deutschland eingeladen. Ed Brill , Ron Sebastian und Volker Weber sind mit von der Partie. Die Tage in München und Düsseldorf bieten immer gute Gelegenheit sich fachlich auszutauschen und viel über mein einrostendes De...
have reported and I start playing with automating upgrading your existing applications to include xPages. In a nutshell: xPages allows scripting your application end-to-end in JavaScript. JavaScript on the client and the server and just a selection for you to decide what runs where. O...
This site is in no way affiliated, endorsed, sanctioned, supported, nor enlightened by Lotus Software nor IBM Corporation. I may be an employee, but the opinions, theories, facts, etc. presented here are my own and are in now way given in any official capacity. In short, these are my ...
Extract your database as one DXL file. You can do that using the DXLMagic GUI, the command line or the DXL Exporter wizard . To setup DXLMagic to run from the command line check this post (where you actually should/could use the Java runtime of the Notes client) and the section about ...
With the accelerating emergence of mobile devices HTML5 takes centre stage. While the first round of the "browser wars 2.0 " was all about speed , the second round is about HTML5 compatibility and behaviour . With the dominance of Android and iOS in the mobile market Microsoft's Inter...
Now that you know the basics, you can move from learning about to learning with. This is where you switch from tutorial to examples and articles. Stop 1 is the Notes Domino Application Development Wiki , which IBM's official XPages documentation On XPages.info you will find tons of ex...
The Good : Using the ZEO is dead simple. Charge the sensor, pair it with your device, start the software, wear the headband. When woken up in the morning put it back into the charger. No buttons to press, files to transfer etc. The sensor measures the brain waves about every 30 second...
The Good : Using the ZEO is dead simple. Charge the sensor, pair it with your device, start the software, wear the headband. When woken up in the morning put it back into the charger. No buttons to press, files to transfer etc. The sensor measures the brain waves about every 30 second...
Domino OSGi Tasklet Container (or DOTS for short) is an uber-cool OpenNTF project that allows you to write addins for the Domino server in Java. The project used to be called JAVADDIN which kind of gives the purpose away. ". Together with a simple mail rule DOTS is your entry ticket i...