Friday, April 27, 2007

Human Resources test

I have just passed the test on "Brainbench" - "Human Resources" with mark 3.12, of course it's not good mark for HR, but for me is more then appropriate :-)

Friday, March 30, 2007

my Diploma

Today I received my diploma with honor from my University. That was end of my official student life :).

Tuesday, March 20, 2007

sync Domino and Exchange

I have gotten opportunity to work in team that develop "Exchange 12". The PM of this team proposed me to explore possibility sync. Domino with Exchange via Notes API, and if it would possible make a prototype. This really interesting area, I think about this before... I read many forums and articles in this area, and to tell the true I did not find right way. By the way I find only one good "article" on IBM's forum
http://www-10.lotus.com/ldd/eiforum.nsf/DateAllThreadedweb/dff1c3fd43ff6057852572970000dc69?OpenDocument

Monday, March 12, 2007

Lotus Notes/domino R8

I downloaded Lotus Notes/Domino R8 today and to tell the true it didn't justify my hopes. I thought that IBM made Lotus Notes R8 like Eclipse, but... There are only some new features that I see. So Lotus Notes still Lotus Notes :).

Tuesday, March 06, 2007

Folder with shared actions to DXL

I try to explain my task and a problem.
I must export ($Inbox) folder from my mail database to DXL file, then do modification in this DXL file (add action) and then I must import it into another database. But as you know folder ($Inbox) has shared action. So when I export folder to DXL file I see that the content of file contains next text



and of course, when I try to import DXL file as folder it generate bad folder. You can try it and you will see what I mean.
I have only 1 good idea, how to export folder with no . I must copy it to another database and resave it. Then all shared actions will change their type to non shared actions and my task will be solved. Unfortunaly I cant do it :(.

Maybe anybody can help me ?