-
-
Tag Cloud
browser desktop development domino eclipse error extjs firefox freewares google ibm install jaunty java javascript javascripts jquery LINUX lion mac MACOSX mysql pdf php plugins problem programming python recursive screenshot shortcut keys slackware snow leopard softwares tips TIPS & TRICKS tips and tricks tools tricks ubuntu ubuntu 11.04 windows windows 7 wordpress xpages
javascripts Archive
-
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,... -
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... -
Redirection to another url with javascripts
Posted on August 6, 2010 | No CommentsThere are some simple ways to use javascript redirect the page to another page <br />Using Pure Javascript 1. Redirect to anther page <script type=”text/javascript” language=”javascript”> window.location.href=”Your url here”;</script> OR... -
Validation with Jquery
Posted on July 26, 2010 | No CommentsEver wonder how to write easy validation for your form with Jquery? I’ve been using quite a few but none can compete with Validity, it’s a nice little javascripts snippet... -
IE & hasAttribute !!!
Posted on August 1, 2008 | No CommentsJust a stupeed error with the hasAttribute() in IE that made me to spend some time to fix it, after a search thru Google, here is what I came up...


