by Johan Meyer | Mar 30, 2012 | RegEx
Okay I don’t know about you guys but I have always struggled with RegEx (Regular Expressions). I never got around on learning Regular Expressions so this website/tool are giving me the Expressions I need and I’m also learning RegEx as I move along. I...
by Johan Meyer | Mar 29, 2012 | XPages
As you might know it is quite time-consuming to debug your xpage code. I created a small function that you can use in xpages that will print to your Firefox – firebug console and allow some debugging for Xpages in Firefox. You will need to create a server-side...
by Johan Meyer | Mar 2, 2012 | Development, Tips & Tricks
Okay, this is a nice short tutorial that will show you how to create a print button on a web page use Firebug (Firefox), Developer Tools(IE) or any other developer tools available to identify what controls needs to be hidden or showed before the page gets...