Archives for December 2007

You can say that again…


21 December 2007 | general | No Comments

Kapler to the Brewers?

When I read the title “Brewers sign OF Gabe Kapler,” I thought I was still on my strat-o-matic baseball site.
I will admit, it’s an $800,000 non-guaranteed contract. We’re not giving away the farm for some washed up player coming out of retirement. But, what do the Brewers expect from Kapler? The guy hasn’t hit more [...]

21 December 2007 | baseball | No Comments

Notes Objects - RDBMS Schema

Stephan Wissel (for some reason…) decided to mock up a Schema of the core Notes Objects. Didn’t there used to be a big poster that showed this stuff? Everybody owned one but me (I never went to the App Dev classes).
I decided to use Stephan’s as a template and draw my own diagram.
Take a look:

20 December 2007 | lotus, programming | No Comments

HMAC-SHA1 in LotusScript

Christmas came early this year. I just finished a HMAC-SHA1 function for LotusScript. I used a lot of Paul Johnston’s code (translated from Javascript) so I am waiting for his permission to post it.
UPDATE: I finally finished the script library. Here’s a link to the post.

20 December 2007 | lotus, programming, web design | No Comments

Holiday Slowdown… Happy Christmas!

Things will be slow for the next couple of days. Happy Christmas to all!

19 December 2007 | general | No Comments

I just ran into an annoying problem with the javascript @dblookup. People were getting access denied errors when calling the function. When I finally tracked down a user who could debug the script, I found out that my server name of the XMLDOM call was not fully qualified.
Example: The user is browsing hxxp://myserver.company-internal.com/test.nsf/myApp and the [...]

19 December 2007 | lotus, programming | 1 Comment