Recent blog entries
In the process of redesigning my tangosite, I wanted to know what gives a site a typical Web 2.0 look and feel and which techniques to use to achieve this...
Permalink - posted on 29/04/2007 10:27 in Web 2.0Part two of 'Building a standard XHTML compliant Domino search', explaining the LotusScript agent that does the FTsearch. It also explains how to use a Stringbuffer class to enhance performance. Furthermore, it covers some good practices on LotusScript programming: error trapping, collecting debug information.
Permalink - posted on 28/04/2007 08:42 in Domino, LotusScriptDomino renders search results in HTML 4. Here is a method to make them render in XHTML using a dummy form, a dummy navigator and a LotusScript agent.
Permalink - posted on 17/04/2007 23:28 in Domino, XHTMLNew useful Domino 7 features found on blogs, previously unknown to me and sometimes undocumented.
Permalink - posted on 14/02/2007 20:37 in Domino - 1 responseAdding and updating web page links in Notes using a bookmarklet, some JavaScript and a Notes database
Permalink - posted on 31/01/2007 21:23 in Domino, AjaxIn the search for an Ajax library that is optimized for speed and Lotus Notes/Domino, here's the explanation of the base namespace 'Jbase', which holds essential functions to work with the page DOM and a way to avoid naming conflicts.
Permalink - posted on 20/12/2006 21:36 in AjaxStoring and displaying files in Domino, displaying thumbnails and links in true Semantic XHTML fashion, making it into a thumbnail gallery with CSS, and last but not least displaying the bigger photos in an animated "Lightbox" with non-obtrusive JavaScript.
Permalink - posted on 12/12/2006 22:27 in Domino, Ajax, XHTML - 3 responsesI created my Domino 2.0 blog and my own blog template two months ago, and I was curious to see how it would evolve... Here's a quick status
Permalink - posted on 10/12/2006 20:40 in GeneralA small javascript utility to convert source code to XHTML.
Permalink - posted on 28/11/2006 21:29 in XHTML - 2 responsesCreating fast loading icon toolbars using CSS instead of individual images.
Permalink - posted on 27/11/2006 05:40 in CSS