Blog 2003-01-28 01:14:50

Since I am still Sweden, and not participating on Lotusphere, I have to write a few lines here… For those of you who haven´t tried or decided whether to use C# or Java, read Charles Miller’s response 1 and response 2 to Andy Oliver’s ”Why C# is better than Java”. I have used both environments, […]

Blog 2003-01-22 00:16:22

Tweaking the site, again. Opera and Lynx (among others) now displays Next and Previous buttons for articles and blogs. This was achieved by using the link rel=”next” / rel=”prev” HTML tag and a scheduled agent that sets these links daily in the documents. Also noticed Mark Pilgrim writing about Body IDs, that I also implemented. […]

Short tip: @Command([ViewRefreshFields]) in JavaScript

This is a JavaScript function you can call in the onchange / onclick events in your Domino forms, instead of enabling the ”Refresh fields on keyword change” property of a field. Handy when you have to catch the onsubmit but NOT when just refreshing. function viewRefreshFields() { var f=document.forms[0]; f.__Click.value=”$Refresh”; f.submit(); }

Blog 2003-01-20 23:56:13

Mental note: don´t clutter the blog with source code! Better to use articles. The two will merge in the future, but are at the moment separate forms.

Blog 2003-01-20 23:42:12

I forgot to include the initializing of the from/to arrays in the code. This is now fixed. Implemented an acronym replacer in JavaScript, that I have put in my blog form. Handy when I use lots of acronyms. I will extend it further to handle macro-style replacement. The snapshot of the code looks like this: […]

Blog 2003-01-20 18:25:27

I recently added ”link rel alternate” HTML tags to this site, so feed readers (like Syndirella) can discover my RSS feeds automatically. Anthony wanted me to mention this in the blog, because there are several sites that has RSS feeds but no one (except a handful) that uses the ”link rel” feature. In my HTML […]

Blog 2003-01-18 13:11:24

Yet another Syndirella Web Feed, this time for Laurent deWalick: <?xml version=”1.0″ encoding=”utf-8″?> <SyndirellaWebFeed url=”http://dewalick.com/” titlestart=”&lt;h2 class=&quot;newLogDate&quot;&gt;” titleend=”&lt;/h2&gt;” descstart=”&lt;p class=&quot;newLogEntry&quot;&gt;” descend=”&lt;/p&gt;” />

Blog 2003-01-18 13:02:06

Another Syndirella Web Feed for the The Gutted Geek: <?xml version=”1.0″ encoding=”utf-8″?> <SyndirellaWebFeed url=”http://www.guttedgeek.com/” titlestart=”&lt;div class=entry_title&gt;” titleend=”&lt;/div&gt;” descstart=”&lt;div class=entry_detail&gt;” descend=”&lt;/div&gt;” /> Update: The Gutted Geek now has a valid (but experimental) RSS feed.

Blog 2003-01-18 12:48:36

The site of Bruce Elgort as a Web Feed for Syndirella: <?xml version=”1.0″ encoding=”utf-8″?> <SyndirellaWebFeed url=”http://www.bruceelgort.com/” titlestart=”&lt;div class=&quot;blogtitleheader&quot;&gt;” titleend=”&lt;/div&gt;” descstart=”&lt;div id=&quot;blogbody&quot;&gt;” descend=”&lt;/div&gt;” datestart=”&lt;div class=&quot;blogdateheader&quot;&gt;” dateend=”&lt;/div&gt;” dateformat=”ddd dd MMM yyyy, hh:mm tt” />