New Blog Series: Use a xAgent to create Excel file from XPage  

By Dwain Wuerfel | 9/13/15 10:45 PM | - | Added by John Oldenburger

This post is the introduction of a blog series on using a xAgent to create an Excel file from data displayed in your XPage. I will discuss how I went from this XPage to an Excel file which looks as close as possible to the representation on the XPage using a SSJS function, SQL, sessionScope, CSS/HTML/Excel styles as well as Excel formulas.

MWLUG2015: AD112 – Integrating DB2 with XPages  

By Dwain Wuerfel | 8/23/15 2:43 AM | - | Added by John Oldenburger

This was my first MWLUG and don’t plan for it to be my last. Had a great time presenting AD112 – Integrating DB2 with XPages with my friend and co-worker Steve Zavocki and hope those that attended enjoyed it as much as we did presenting.

How to prevent the backspace key in a XPage or read-only field with jQuery  

By Dwain Wuerfel | 6/20/15 4:39 AM | - | Added by John Oldenburger

If using the IE browser you have undoubtedly found out that it doesn’t work quite the same as the other browsers. In IE when making an input field [readOnly] you are still able to tab into the field and click within the field and because of this a user could try to use the backspace key which will produce horrible results.