Perfect pagination style using CSS
One of the blogs I often read is the one from Antonio Lupetti who is a Web developer, not a Notes developer. Especially his article about pagination caught my attention since it remembered me about the idea to rewrite Bob Obringers ‘ultimate view navigator’.
Bob uses in his approach for the pagination a table to display the page numbers where a list should be more suitable.
As the image below shows with Antonio’s approach it is pretty easy to make the pagination more compatible with examples seen on other well known sites. Here is a Flickr alike pagination for a Domino view:

Anything new under the sun? Not really, but for the ‘purists’ under us more esthetic solution.
Ofcourse a working example can be found here.
I tackled this with some javascript at one point in time. It was a real bear to figure out It was originally for a domino photo gallery that never got completed. The pagination worked but was clunky. Using a list with CSS would have been a much more elegant solution.
[...] bet you can imagine some much better pagination [...]