Tag Archive
The following is a list of all entries tagged with domino:
You say domino aint a relational database?
Filed in Computerstuff, English, June 15, 2008, 4:39 am by Joachim DagerotI just found this cute little formula during a code review. A good example on how we bend domino to become something it wasn’t built for.
@Implode(
@Sort(
@Trim(
@Unique(
@Explode(
@ReplaceSubstring(
@ThisValue;
“¤+¤”;
“$+$”);
“$+$”))));”¤+¤”)
Tags: @functions, domino
I bring someone in to the store and get 10% of!
Filed in Uncategorized, March 24, 2008, 10:28 pm by Joachim DagerotImagine this scenario: I buy a camera. My buddy likes it a lot and the next week we both goes in to the camera store. He buys a camera and I buy a new lense. The store manager gives me 20% off the price for bringing in a new customer.
Anything strange with that?
Imagine now that [...]
Ajax implementation of a domino view.
Filed in Uncategorized, March 23, 2007, 9:30 am by Joachim DagerotI have a dream… No…
In a time long long…. No…
Memories… Hmmm
Imagine all… Yes
I don’t remember how many times I have populated view based data to a web page by using “document.writeln(”)”. I can’t recall how my times I have written a script src tag. This was ofcourse many many years ago (in internet time) and [...]
Java and domino
Filed in Uncategorized, March 20, 2007, 11:52 am by Joachim DagerotOn a clients behalf I have logged an incident involving a java agent that performs an XSLT. When this code is running with the same java version but outside of domino it performs somewhere between 30 and 100 times faster. After some discussions with IBM I just got a reply hinting that the “JavaEnableJIT=1″ could [...]
More of a mental note about performance testing
Filed in Uncategorized, September 29, 2006, 9:29 am by Joachim DagerotThe company I work for develop mainly web applications. These applications are often served from a single server (or server cluster). Our biggest sites are world wide companies located in 100+ countries using a network topology that sometimes can be considered as having a good development potential.
This has made us fairly good on optimizing web [...]
Eclipse as the only designer for Lotus Domino
Filed in Uncategorized, September 21, 2006, 7:31 am by Joachim DagerotI wasn’t aware of Maureen’s project until today when I read about it somewhere (sorry, I lost the source between all tabs). It’s very promising that we can use eclipse for all Lotus Domino development in the future. Have a looka at the screenshot.
Today I’m using DomiClipse for all java based development, it’s good but [...]
How to motivate geeks and manage developers
Filed in Uncategorized, September 18, 2006, 8:58 pm by Joachim DagerotOnce again has Andrei Kouvchinnikov over at dominounlimited found a very interesting article, this time from dominopower. It’s regarding something that many managers are struggeling with everyday, how to attract and motivate the core, supernatural borned geeks that does all that cool stuff in the R&D departements. For example:
Geeks are curious. Let them feed [...]
web 2.0 + DOMINO = new blog
Filed in Uncategorized, September 5, 2006, 6:08 am by Joachim DagerotSean Burgess posts about a blog named WEB 2.0 & DOMINO. I haven’t had time to check it out in detail yet, but atleast the naming is promising!
Tags: domino, web
getItemValueString and Domino 6.5.5 and 7.0
Filed in Uncategorized, September 1, 2006, 1:42 pm by Joachim DagerotUPDATE: Reading Per’s comment below made me change the version numbers.
UPDATE2: Fiddled with the version numbers again.
Changing an API is a bad thing, the best way is to deprecate the function and replace it with another one to combine backward compatibility with a bright future.
Per Henrik Lausten (his blog) have noticed that IBM is changing [...]
Tag Clouds in Domino
Filed in Uncategorized, August 26, 2006, 9:33 am by Joachim DagerotHere’s a cool way to generate tag clouds in domino: Domino Tag Clouds
Tags: domino