Anonymous
Domino 2.0 Rich Internet Applications with IBM Lotus Notes/Domino
You are here: Today » Blog entries for November 2006

Blog entries for November 2006

Converting source code to XHTML

A small javascript utility to convert source code to XHTML.

Permalink - posted on 28/11/2006 21:29 in XHTML - 2 responses
Fast icon toolbars with CSS Sprites

Creating fast loading icon toolbars using CSS instead of individual images.

Permalink - posted on 27/11/2006 05:40 in CSS
Building applications for speed

A few tips and hints for building fast responding web applications with Domino.

Permalink - posted on 21/11/2006 18:55 in Domino
Creating a server-side proxy using a LotusScript agent

XmlHttpRequests 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 response
Building a tag cloud from a Notes view with XML and Ajax

In 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
Validate xhtml of a site in development with Ajax

I use http://validator.w3.org to validate the XHTML. But obviously the site I'm working on is not yet available on the Internet. So I have to copy and paste the source of the page. Here's a little script that gets the source of the current page and posts it to the validator.

Permalink - posted on 10/11/2006 16:40 in Ajax
Unobtrusive Flash with an Ajax 'Mme.flash' module

This very small module is all it needs to embed Flash in web pages while being standards compliant and friendly to search engines. The 'Mme.flash' module is an extension to my JavaScript 'Mme' namespace.

Permalink - posted on 08/11/2006 20:24 in Ajax
Adding document counts with Ajax

This post shows how to use Ajax to get the number of child documents out of a categorized Notes view in XML and add these to the page.

Permalink - posted on 07/11/2006 19:06 in Domino, Ajax, XML
Adding a user registration system to my blog

How to enable editing in XHTML and how to make a Cookie based user registration system in Domino

Permalink - posted on 03/11/2006 08:47 in Domino
9 entries