November 7, 2007

Share your ideas...

elguji software llc has recenlty launched a new product named IdeaJam where you can post your ideas regarding Lotus Notes Client, Domino Designer, Domino Administration and for other Lotus products.


Share your ideas and be part of Lotus Product enhancement community.

October 3, 2007

Changing Style for Hannover Client R8 mail file using CSS

In R8 Lotus Notes client, IBM has provided a feature to change the look and feel of Email file (Inbox, Email Threads, Calendar view etc) using CSS.

If you want to do the experiment follow the steps below:

a. Search for "notes.css" in "Lotus\Notes\" installation directory of R8 client.
b. backup notes.css before making any change (this will help you in case you lost your original styles :) )
c. Edit notes.ini different styles e.g. if you want to change the style for read and unread emails appearing in the Inbox, you can change this style:


/* this sets the style for messages that have been marked as "unread" */
mailtable>row>unread {
color: black;
font-family: Tahoma, Times, Helvetica;
font-size: 8pt;
font-style: normal;
font-weight: bold;
}

/* this sets the style for messages that have been marked as "read"
mailtable>row>read {
color: #646464;
font-style: normal;
}
*/

However this feature is currently available only for R8 email file. I hope in future domino developers will have this feature to provide the look and feel for any domino application using CSS.

July 26, 2007

Web Application Development in Domino

Web Application Development in Lotus Domino is always a tough work, which requires a lot of domino specific web application devleopment knowledge.

Here I found a very interesting link which lists number of good referece resources for web application development for Domino.

http://www-10.lotus.com/ldd/46dom.nsf/d6091795dfaa5b1185256a7a0048a2d0/9eac65ab137cb30a85256aff00475a32?OpenDocument

Hope you people will find it very helpful.

May 26, 2007

R8 - Known Limits of Lotus Notes

Today I downloaded and installed new Lotus Notes Beta 3 client and was exploring new features and I figured out Designer help now contains a summary of Known Limits of Lotus Notes.

As a Domino Developer, it will really save couple of hours of R & D.


March 6, 2007

Welcome to My Blog :)

Hello All,

I WELCOME you all here on my blog. Through this blog, I will try to share my limited knowledge of Lotus Notes/Domino to you folks out there as well as I will be learning from you too.

Most of the posts will be related to Lotus Notes/Domino development however sometimes you will find Domino Administration stuff as well.

I will also try to post latest news/events going world wide for Lotus Notes. So stay tuned.

Nasir