Creating ICS Calendar Feeds with XPages  

By Frederic Dehedin | 4/12/16 9:42 AM | - | Added by John Oldenburger

An ICS Calendar feed can be used to exchange calendar data over the internet. It’s also known as iCalendar feed. ICS Calendar Feeds are supported by a vast amount of calendar clients such as Google Kalender / Android Kalender, Microsoft Outlook.. and of course IBM Notes.

3 XPages hints #3: Homepage and Performance improvements  

By Frederic Dehedin | 2/29/16 2:07 AM | - | Added by John Oldenburger

n this series of XPages hints i included also a NSF File in which the described hints are implemented. But beware, it is not a design highlight :-) i wanted to keep it as simple as possible. The Extension Library is needed to run the examples (from openntf.org or the included version in Domino 9.x).

Simple way to make certain elements sticky in your web application (XPages example using OneUI)  

By Frederic Dehedin | 4/19/15 6:26 AM | - | Added by Johnny Oldenburger

In one of my recent XPages applications, i had to develope quite a large form. The UI is based on the OneUI 2.1 Framework. Depending on the values entered, the the form can grow pretty long, so when the user has to scroll down to the bottom, the bar with action buttons like “save”, “forward”, etc disappeared on the top.

XPages: Handling disabled Checkboxes  

By Frederic Dehedin | 3/26/15 12:20 PM | - | Added by Johnny Oldenburger

In a recent XPages workflow application i bumped into a nasty behaviour of the xp:checkBox control. In a certain step of a workflow document, a checkbox is displayed as disabled, but still showing the checkbox state (checked or unchecked) which was set in a previous workflow step.

XPages Configuration Framework  

By Frederic Dehedin | 1/6/14 5:20 AM | - | Added by Per Henrik Lausten

In this post i share my own configuration framework, which i use in my recent developed applications.. tweaking it here and there.. i hope it will give some of you a kick start for 2014.. So whats the benefit? Using this framework will let you easily create good performing and sortable selection lists (and other configuration items).

5 XPages Tipps #1  

By Frederic Dehedin | 1/26/13 5:47 AM | - | Added by Niklas Heidloff

The built-in RichText editor has some predefined toolbars.. in many cases one of them will fit the needs, but sometimes you want to extend an existing toolbar with just some of the existing tool-buttons.. In my case i wanted the Large Toolbar (not the Full), but the HTML Button was missing..

Working with SAP Data in Lotus Notes: Lessons learned  

By Frederic Dehedin | 1/16/13 11:34 PM | Infrastructure - Notes / Domino | Added by Niklas Heidloff

“Lotus Enterprise Integrator for Domino and IBM Lotus SAP Connector” is a middleware You can use to access SAP Data from a IBM Lotus Notes Application. We’ve evaluated also other techniques, like scheduled Export in a text file (json, xml, csv, etc.), TDI, Aris for JCo, Gadgets.