Blog entries tagged with 'Domino''
Building a generic JavaScript library to handle DOM scripting, XMLHttp requests and XSL transformations
Permalink - posted on 16/05/2007 10:42 in Domino, Ajax, XMLRender any IBM Lotus Notes/Domino database as a single page application using only Ajax, XML and XSL transformations.
Permalink - posted on 12/05/2007 20:35 in Domino, AjaxPart 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, 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 responsesA few tips and hints for building fast responding web applications with Domino.
Permalink - posted on 21/11/2006 18:55 in DominoXmlHttpRequests are not allowed cross-domain. The easiest solution is having your own server do the request and serve the result to you. I used LotusScript...
Permalink - posted on 14/11/2006 22:25 in Domino - 1 responseIn this post, I use Ajax to transform a simple unordered list from a categorized Notes view into a tag cloud.
Permalink - posted on 12/11/2006 07:10 in Domino, Ajax, XML - 1 response