Entries for the ‘Geekland’ Category

Microsoft Expressions SuperView beta

Ok. So this post is totally out of line. Be sure that it wouldn’t found it’s space up here if it wasn’t for it’s all around usability. Microsoft Expressions SuperView help you see how your website would behave in different browsers. You can read Expressions SuperView blog for further details or download and try it […]

Rules of engagement

There are two rules I always respect and usually follow: If a code compiles and seems to work in first try, there is something terribly wrong with it. Never, ever, under no circumstances, move anything in production on Friday. I urge you not to break one of these rules, no matter how confident you feel […]

Problems with names.nsf refresh

At work, we experienced an interesting problem. We use public servers names.nsf to register new web users. However, a couple of months back, that suddenly stopped working. A person document was created, user was added to all required groups, but upon login, a user would obtain an error that he is not authorized to perform […]

Version control and bug tracking

In my years of developing software, I come to realize that what every software development department needs is: some sort of IDE with a compiler version control and bug tracking. Usually you get stuck with IDE with a compiler. Everything else is up to you. But how are things in Lotus Notes?

Got sick :(…

… so there will be no post this week. Sorry.

Happy New Year!

I do wish all of you a happy and successful New year 2009. May all your wishes come true and all your code work. Oh, and you have probably noticed, there won’t be an article this week ;).

Lotus Developer 2008 Europe Report

Day 0, Check-in The flight was OK, check-in without issues and registration to the conference was prompt, which scared the hell out of me. You know what they say. If everything goes right, something is bound to go terribly wrong. Conference registration people were kind enough to give me shoulder bag with loads and loads […]

Lotus Developer 2008 Europe conference

As every year, I am attending The View’s Lotus Developer 2008 Europe conference, which will be held in Amsterdam from November 11th till November 13th. This is the biggest Lotus Notes conference taking place in Europe and since it is just a couple of months prior to LotuSphere conference, I can again hope for some […]

Multilingual applications

The other day, at work, there was a discussion about possible ways to create an application that could easily be ported into different languages. At the end, we got stuck on two possibilities. One was to simply make a new copy of the database and translate all design elements. The second one was to have […]

Object-Oriented development in LotusScript

Even though IBM posted an article regarding OO development in LotusScript back in 2001(!) on their developerWorks web site, I am still amazed as to how many Lotus application developers choose to avoid using custom made classes today.