-
Tag Cloud
desktop domino eclipse error extjs firefox freewares google ibm install jaunty java javascript javascripts jquery LINUX lion mac macos MACOSX mysql news php plugins problem programming python recursive screenshot shortcut keys slackware snow leopard softwares terminal tips TIPS & TRICKS tips and tricks tools tricks ubuntu ubuntu 11.04 windows windows 7 wordpress xpages
programming Archive
-
How to show the last editor of a document in Domino
Posted on March 1, 2012 | No CommentsHow to get the last editors of a document? this little trick (thanks to David Hancock) will help you @Subset($UpdatedBy;-1) Simple, isn’t it? -
“Object variable not set” error when installing ExtLib
Posted on February 8, 2012 | No CommentsIf you try to deploy Xpages Extension Library and get the error Object variable not set (#91) in: dlgimportsite: click (line9) When doing “Import Local Update Site” then the problem... -
How to get parameters from your query string with XPages
Posted on January 14, 2012 | No CommentsSo how to get parameters from your query string with SSJS in XPages? Quick & Easy, here’s the solution, for example: I want to get the value of parameter SelectionMode... -
How to delete a file using SSJS in XPages
Posted on January 2, 2012 | No CommentsIt’s easy to do file deletion operation using java.io.File class because the class provides us a delete() method, but unfortunately you can’t use that method inside Domino Designer’s SSJS editor,... -
Count the business days in XPages
Posted on September 17, 2011 | No CommentsThere’s no @Businessdays formula function available in XPages, so if you have to count the business days between two date time values, you will have to implement your own way.... -
Best frameworks for Mobile development
Posted on August 22, 2011 | 1 Comment1. jQuery Mobile A unified user interface system across all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive... -
How to keep empty field when splitting string in Java
Posted on July 27, 2011 | No CommentsI’m not much working with Java, but recently when working with XPages, I have a chance to be more fluent with its SSJS and Java bean. Today there was a... -
How to redirect to an url in Xpages
Posted on June 30, 2011 | 2 CommentsThis took me sometime to figure out. In order to redirect to an external link/url/page in Xpages, you can not use the context object, for example context.redirectToPage(…) OR context.redirectToHome()... -
How to get HTML source code with PHP
Posted on February 22, 2011 | No CommentsSometimes you may want to get the source code of an external HTML webpage. Well, here is the solution that might work in almost every cases <?php $ch = curl_init();...






