Blog entries for November 2006
A 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 CSSA 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 responseI 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 AjaxThis 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 AjaxThis 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, XMLHow 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