Blog entries tagged with 'LotusScript''
Inspired by Jake Howlett, I've made my own WebSession class to have easy access to my basic elements for the WebQueryOpen agents.
Permalink - posted on 23/08/2007 09:21 in Domino, LotusScriptIn this entry, I describe the LotusScript programming techniques I use for the WebQueryOpen agents in Domino Workspace.
Permalink - posted on 22/08/2007 08:25 in Domino, LotusScript - 2 responsesFor optimizing web applications with dynamic pages, server-site caching of HTML fragments is a very valuable technique. In this post, I'll explain how to do this for the blog archive list.
Permalink - posted on 19/08/2007 13:54 in Domino, LotusScript - 2 responsesI replaced my Ajax Tag cloud with a cached HTML block made in LotusScript. One HTTP request less, one performance improvement gained.
Permalink - posted on 19/08/2007 20:47 in Domino, LotusScript - 2 responses¡Ay, caramba! In my previous post, I talked about finding the Philosopers stone: converting Notes Rich Text files into valid XHTML. The stone turned out to be a mountain. But here's a solution.
Permalink - posted on 08/07/2007 11:18 in Domino, XHTML, LotusScript - 8 responsesIn my blog template, the content for a post is a normal text field, so I had to type all HTML tags by hand. Until I discovered these little gems in BlogSphere.
Permalink - posted on 04/07/2007 21:01 in Domino, LotusScript - 4 responsesIBM blog template does it. BlogSphere does it. So it must be something good: rendering complete HTML pages from a QueryOpen agent...
Permalink - posted on 03/07/2007 21:17 in Domino, LotusScript - 10 responsesPart 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, LotusScript