Select Page

What browser ARE they using?

We support the public and, let me tell you, that can be challenging when providing a complex application where everything the user sees has to be “just so.”If a customer has a user who says the application is “not working,” the first thing we...

Fix IE8 onchange event

Yeah…IE8…Just doesn’t want to recognize onchange on a radio or checkbox until the field loses focus.Bad.  Very bad.Found some code here and adapted it to into my XPage using a class selector for jQuery and it works like a champ.Though this might...

Editing XPage Rich Text on iPads

I was reviewing some IBM Connect slides while on vacation a couple weeks ago (how sick is that?) and came across an answer to a question many have been asking regarding the CKEditor functionality in IBM Notes and Domino 9 Social Edition.The answer is that the CKEditor...

Go straight to the top!

Our XPages application provides a dynamically generated list of fields that are swapped out as the user navigates and/or saves their data.We discovered that doing a partial refresh did not automatically move the user to the top of the next “page” so with a...