Anonymous
Domino 2.0 Rich Internet Applications with IBM Lotus Notes/Domino
You are here: Today » Blog entries tagged with 'LotusScript'

Blog entries tagged with 'LotusScript''

Domino Workspace: the WebSession class

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, LotusScript
Domino Workspace: LotusScript timing and error tracking

In 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 responses
Caching HTML: blog archive list with document counts

For 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 responses
Caching HTML: Tag cloud in LotusScript

I 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
Notes Rich Text to XHTML: the code

¡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 responses
Insert HTML action buttons for the Notes Client BlogEntry form

In 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 responses
Using a QueryOpen agent to render HTML pages

IBM 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 responses
The SearchResult QueryOpen agent

Part 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
38 entries