<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Lotus Notes Tutorial - Lotus Notes and Domino Enterprise Education</title>
	<atom:link href="http://www.lotusnotestutorial.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lotusnotestutorial.com</link>
	<description>Lotus Notes Tutorial - Information, Learn, tutorial, example, download and How-to in IBM Lotus Notes and Domino Server for every User, Developer and administrator.</description>
	<lastBuildDate>Sat, 31 Dec 2011 11:55:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Using Lotus Notes Color Fields by adolfo</title>
		<link>http://www.lotusnotestutorial.com/using-lotus-notes-color-fields.html/comment-page-1#comment-9150</link>
		<dc:creator>adolfo</dc:creator>
		<pubDate>Sat, 31 Dec 2011 11:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=670#comment-9150</guid>
		<description>REM {============Assign the icon numbers};
TO1:=250;
TO2:=163;
CC1:=70;
CC2:=21;
BCC:=4;
DISTR:=3;
userName:= @ProperCase(@Name([CN];@UserName));
tmpvar:=@If(
  DeliveredDate = &quot;&quot;;  0;
  @ProperCase(@Name([CN];SendTo)) = userName; @If(@Elements(SendTo)=1; TO1; TO2);
  @ProperCase(@Name([CN];CopyTo)) = userName; @If(@Elements(CopyTo)=1; CC1; CC2);
  BlindCopyTo != &quot;&quot;; BCC;
  SendTo != &quot;&quot;;  DISTR;
0);


@If(DeliveredDate = &quot;&quot;;
    @If(PostedDate=&quot;&quot; &#124; @IsUnavailable(PostedDate);
        @If(@IsAvailable(IsMailStationery);
            21;
        @IsAvailable(_ViewIcon);
            _ViewIcon;
         58);
    @If(Importance=&quot;1&quot;;
        224;
    222));
Importance = &quot;1&quot;;
    250;
tmpvar != 0; tmpvar;
@IsAvailable(_ViewIcon);
     _ViewIcon;
$TypeIcon);




PersonVip := @ToNumber(@If(From = &quot;CN=Ruhail M Tromboo/OU=AER/OU=EXT/O=AEP&quot;; 133;  From = &quot;CN=FistName N Reddy/OU=NonAEP/OU=TRS/O=AEP&quot;; 133;  From = &quot;CN=Katia O Rough/OU=AER/OU=TRS/O=AEP&quot;; 133; From = &quot;CN=Iliana D Lasrme/OU=AER/OU=TRS/O=AEP&quot;; 133 ; 0 ));





REM {This icon formula is used in ($Inbox) folder, (MailThreads) view, and ($All) view};

CSisPrivate := @If(@IsUnavailable($PublicAccess) &amp; @IsAvailable($CSVersion);&quot;1&quot;;&quot;0&quot;);
isImportant := @If(Importance=&quot;1&quot;;&quot;1&quot;;&quot;0&quot;);

ViewIcon2 := @If(_ViewIcon = 158 &amp; AppointmentType != &quot;1&quot; &amp; BookFreeTime = &quot;1&quot;; 12; _ViewIcon);


tmpIcon := @If(ExpireDate !=&quot;&quot; ;64;displaycopyto_icon = &quot;1&quot;;&quot;sentto.gif&quot;;

@If(DeliveredDate = &quot;&quot;;
    @If(PostedDate=&quot;&quot; &#124; @IsUnavailable(PostedDate);
        @If(@IsAvailable(IsMailStationery);
            21;
        @IsAvailable(_ViewIcon);
            ViewIcon2;
         58);
    @If(IsImportant=&quot;1&quot;;
        224;
    222));
@IsAvailable(_ViewIcon);
    ViewIcon2;
$TypeIcon));

REM; &quot;If the Task has no icon, display the invitation icon - backward compatibility&quot;;
varTaskIcon := @If(Form = &quot;Task&quot; &amp; (!@IsAvailable(_ViewIcon) &#124;  ViewIcon2 = &quot;&quot;) &amp; (!@IsAvailable(_ViewIcon2) &#124;  ViewIcon2 = &quot;&quot;); @False; @True);

REM; &quot;If the Task has replied icon, display the icon - backward compatibility&quot;;
rfNum := @Text($RespondedTo);
@If(rfNum = &quot;&quot;; 0; rfNum );


iconOne := @If(!varTaskIcon; 133; _ViewIcon=6;105; @If(tmpIcon = &quot;&quot;; 0; tmpIcon));
iconTwo := @If(_ViewIcon=6;150;iconOne=224;0;iconOne=178;0;iconOne=179;0;iconOne=180;0;CSisPrivate=&quot;1&quot;; 164;  isImportant=&quot;1&quot;; 150; 0);
iconThree:=@If(_ViewIcon=6;163; AddressableUsers = &quot;0&quot; ; 30; PersonVip=133 ; 249;  tmpvar);

hasReturnReceipt := @If(ReturnReceipt=&quot;1&quot;;0;255);


hasReturnReceipt:hasReturnReceipt:hasReturnReceipt  :  iconOne:iconTwo:iconThree</description>
		<content:encoded><![CDATA[<p>REM {============Assign the icon numbers};<br />
TO1:=250;<br />
TO2:=163;<br />
CC1:=70;<br />
CC2:=21;<br />
BCC:=4;<br />
DISTR:=3;<br />
userName:= @ProperCase(@Name([CN];@UserName));<br />
tmpvar:=@If(<br />
  DeliveredDate = &#8220;&#8221;;  0;<br />
  @ProperCase(@Name([CN];SendTo)) = userName; @If(@Elements(SendTo)=1; TO1; TO2);<br />
  @ProperCase(@Name([CN];CopyTo)) = userName; @If(@Elements(CopyTo)=1; CC1; CC2);<br />
  BlindCopyTo != &#8220;&#8221;; BCC;<br />
  SendTo != &#8220;&#8221;;  DISTR;<br />
0);</p>
<p>@If(DeliveredDate = &#8220;&#8221;;<br />
    @If(PostedDate=&#8221;" | @IsUnavailable(PostedDate);<br />
        @If(@IsAvailable(IsMailStationery);<br />
            21;<br />
        @IsAvailable(_ViewIcon);<br />
            _ViewIcon;<br />
         58);<br />
    @If(Importance=&#8221;1&#8243;;<br />
        224;<br />
    222));<br />
Importance = &#8220;1&#8243;;<br />
    250;<br />
tmpvar != 0; tmpvar;<br />
@IsAvailable(_ViewIcon);<br />
     _ViewIcon;<br />
$TypeIcon);</p>
<p>PersonVip := @ToNumber(@If(From = &#8220;CN=Ruhail M Tromboo/OU=AER/OU=EXT/O=AEP&#8221;; 133;  From = &#8220;CN=FistName N Reddy/OU=NonAEP/OU=TRS/O=AEP&#8221;; 133;  From = &#8220;CN=Katia O Rough/OU=AER/OU=TRS/O=AEP&#8221;; 133; From = &#8220;CN=Iliana D Lasrme/OU=AER/OU=TRS/O=AEP&#8221;; 133 ; 0 ));</p>
<p>REM {This icon formula is used in ($Inbox) folder, (MailThreads) view, and ($All) view};</p>
<p>CSisPrivate := @If(@IsUnavailable($PublicAccess) &amp; @IsAvailable($CSVersion);&#8221;1&#8243;;&#8221;0&#8243;);<br />
isImportant := @If(Importance=&#8221;1&#8243;;&#8221;1&#8243;;&#8221;0&#8243;);</p>
<p>ViewIcon2 := @If(_ViewIcon = 158 &amp; AppointmentType != &#8220;1&#8243; &amp; BookFreeTime = &#8220;1&#8243;; 12; _ViewIcon);</p>
<p>tmpIcon := @If(ExpireDate !=&#8221;" ;64;displaycopyto_icon = &#8220;1&#8243;;&#8221;sentto.gif&#8221;;</p>
<p>@If(DeliveredDate = &#8220;&#8221;;<br />
    @If(PostedDate=&#8221;" | @IsUnavailable(PostedDate);<br />
        @If(@IsAvailable(IsMailStationery);<br />
            21;<br />
        @IsAvailable(_ViewIcon);<br />
            ViewIcon2;<br />
         58);<br />
    @If(IsImportant=&#8221;1&#8243;;<br />
        224;<br />
    222));<br />
@IsAvailable(_ViewIcon);<br />
    ViewIcon2;<br />
$TypeIcon));</p>
<p>REM; &#8220;If the Task has no icon, display the invitation icon &#8211; backward compatibility&#8221;;<br />
varTaskIcon := @If(Form = &#8220;Task&#8221; &amp; (!@IsAvailable(_ViewIcon) |  ViewIcon2 = &#8220;&#8221;) &amp; (!@IsAvailable(_ViewIcon2) |  ViewIcon2 = &#8220;&#8221;); @False; @True);</p>
<p>REM; &#8220;If the Task has replied icon, display the icon &#8211; backward compatibility&#8221;;<br />
rfNum := @Text($RespondedTo);<br />
@If(rfNum = &#8220;&#8221;; 0; rfNum );</p>
<p>iconOne := @If(!varTaskIcon; 133; _ViewIcon=6;105; @If(tmpIcon = &#8220;&#8221;; 0; tmpIcon));<br />
iconTwo := @If(_ViewIcon=6;150;iconOne=224;0;iconOne=178;0;iconOne=179;0;iconOne=180;0;CSisPrivate=&#8221;1&#8243;; 164;  isImportant=&#8221;1&#8243;; 150; 0);<br />
iconThree:=@If(_ViewIcon=6;163; AddressableUsers = &#8220;0&#8243; ; 30; PersonVip=133 ; 249;  tmpvar);</p>
<p>hasReturnReceipt := @If(ReturnReceipt=&#8221;1&#8243;;0;255);</p>
<p>hasReturnReceipt:hasReturnReceipt:hasReturnReceipt  :  iconOne:iconTwo:iconThree</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lotus Notes &amp; Domino 8.5 Vs Microsoft Exchange &amp; Outlook 2010 by Mark</title>
		<link>http://www.lotusnotestutorial.com/lotus-notes-domino-8-5-vs-microsoft-exchange-outlook-2010.html/comment-page-1#comment-8457</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 15 Nov 2011 12:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=978#comment-8457</guid>
		<description>I am looking for a Security report that compares Exchange to Lotus.  How many more virus types attack one system vs the other.

We run Lotus Notes today and may deal with 1 virus per month that is caught after double filtering inbound smtp.  What would be a comparable number for 10,000 users running Exchange?

Any input appreciated.</description>
		<content:encoded><![CDATA[<p>I am looking for a Security report that compares Exchange to Lotus.  How many more virus types attack one system vs the other.</p>
<p>We run Lotus Notes today and may deal with 1 virus per month that is caught after double filtering inbound smtp.  What would be a comparable number for 10,000 users running Exchange?</p>
<p>Any input appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use LotusScript Split/Join To Remove Entry From A List by Gnaus</title>
		<link>http://www.lotusnotestutorial.com/use-lotusscript-splitjoin-to-remove-entry-from-a-list.html/comment-page-1#comment-8262</link>
		<dc:creator>Gnaus</dc:creator>
		<pubDate>Fri, 21 Oct 2011 07:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=631#comment-8262</guid>
		<description>&lt;a href=&quot;#comment-8261&quot; rel=&quot;nofollow&quot;&gt;@Gnaus &lt;/a&gt; 
The &quot;clever&quot; system removed the extra whitespaces i&#039;ve added in the 1st version of the filename i was giving as example on this comment.
Just consider that â€œMy &#160;&#160;&#160;&#160; file &#160;&#160;&#160;&#160;&#160;&#160; name &#160;&#160;&#160;&#160; that is sooo ooo oooo &#160;&#160;&#160;&#160; ooooo &#160;&#160;&#160;&#160;&#160;&#160; cool.docâ€ as 1st version of the vilename (i hope &#039;&amp; n b s p&#039; will makes it)</description>
		<content:encoded><![CDATA[<p><a href="#comment-8261" rel="nofollow">@Gnaus </a><br />
The &#8220;clever&#8221; system removed the extra whitespaces i&#8217;ve added in the 1st version of the filename i was giving as example on this comment.<br />
Just consider that â€œMy &nbsp;&nbsp;&nbsp;&nbsp; file &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name &nbsp;&nbsp;&nbsp;&nbsp; that is sooo ooo oooo &nbsp;&nbsp;&nbsp;&nbsp; ooooo &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cool.docâ€ as 1st version of the vilename (i hope &#8216;&amp; n b s p&#8217; will makes it)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use LotusScript Split/Join To Remove Entry From A List by Gnaus</title>
		<link>http://www.lotusnotestutorial.com/use-lotusscript-splitjoin-to-remove-entry-from-a-list.html/comment-page-1#comment-8261</link>
		<dc:creator>Gnaus</dc:creator>
		<pubDate>Fri, 21 Oct 2011 07:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=631#comment-8261</guid>
		<description>Why don&#039;t you use fulltrim ?
FullTrim(array) will remove any empty entries in an array.
This is native lotusscript and is way faster.


The only situation where I do NOT recommand to use FullTrim is when cleaning filenames string lists. because FullTrim also remove duplicate whitespaces, I got some troubles trying to extract attached documents because some clever users got some attachement files names like &quot;My     file      name      that     is      sooo ooo oooo     ooooo cool.doc&quot; and the FullTrim will makes it &quot;My file name that is sooo ooo oooo ooooo cool.doc&quot; and if you try to detach this filename, the system will not find it in your doc.

But that is quite rare and as long as you know what FullTrim exactly does, it will save you a lot of time and arrays manipulation.

Regards</description>
		<content:encoded><![CDATA[<p>Why don&#8217;t you use fulltrim ?<br />
FullTrim(array) will remove any empty entries in an array.<br />
This is native lotusscript and is way faster.</p>
<p>The only situation where I do NOT recommand to use FullTrim is when cleaning filenames string lists. because FullTrim also remove duplicate whitespaces, I got some troubles trying to extract attached documents because some clever users got some attachement files names like &#8220;My     file      name      that     is      sooo ooo oooo     ooooo cool.doc&#8221; and the FullTrim will makes it &#8220;My file name that is sooo ooo oooo ooooo cool.doc&#8221; and if you try to detach this filename, the system will not find it in your doc.</p>
<p>But that is quite rare and as long as you know what FullTrim exactly does, it will save you a lot of time and arrays manipulation.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lotus Notes &amp; Domino 8.5 Vs Microsoft Exchange &amp; Outlook 2010 by Paul</title>
		<link>http://www.lotusnotestutorial.com/lotus-notes-domino-8-5-vs-microsoft-exchange-outlook-2010.html/comment-page-1#comment-8167</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sun, 09 Oct 2011 21:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=978#comment-8167</guid>
		<description>I&#039;m all for Domino because I&#039;ve lived with it. Our Exchange engineers keep coming across AD issues with upgrades and it sounds like the AD integrations are more complex that it would seem for just a mail service.  But I also come across unmanaged Domino environments that are being used for little more than email and even that was not working because untrained people are managing the system. 

I do like the Exchange concept of attaching to 1 named service that could actually be a number of servers and also they seem to have a component architecture rather like BES so you can install a reverse proxy like component in the DMZ.  For Notes Clients you can use a Pass-Thru, but for web you need to use a reverse proxy. 

On previous commments...
- Domino requires a special backup module to use the Domino API and backup/restore transactional logs that provide point in time restores. This module costs extra, trans logs requires dedicated disks. Unless you backup the server when it is stopped. ie 2nd server
- I hope the webmail encryption is more than 128bit and sure it is. 
- I have not heard of automatic compaction, but will look out for it. 
- Never put DAOS or any other part of Domino onto external drives. Things like that render the Domino security useless. People want attachments to open, not to watch egg timers.
- Never heard of automatic compacting, this isn&#039;t something IBM would enable, but will look out for it. 
- Xpages has been described as a huge leap for normal Domino Developers. This was too large a leap and I constantly get complaints from our trained Xpages developers that the next version has changed too much. But also enjoyment over over enhancements of Xpages
- There are many security features used by dedicated enterprises, such is the take up in Legal, Financial and Government departments.  However, there are many who do not have the trained people or provide the time to ensure the system is secured correctly. So I would have to agree that Domino is more secure based on not being targeted as much as MS

You will find that with Domino you install...
 - a Mail server, then another for Clustering. 
 - an Application server for those apps, so testing before upgrades is more controlled. Then another for Clustering.
 - for larger environments, a dedicated Admin server.
 - for larger environments, 2 dedicated LDAP Servers
 - for larger environments, 2 dedicated SMTP servers.
 - as mentioned maybe 2 dedicated ICM databases - but would prefer a purpose built load balancer
 - a test environment for those apps
 - a development environment for those apps. 

It gets quite complex. So although 1 Domino server can do everything, you don&#039;t do that. 
Oh forgot, for those free features - BES Express, Sametime Express, Traveler, Connections
 - a Domino server for the BES Server to sit on, and another for BES clustering
 - a Domino server for the Sametime Server to sit on, and another for Sametime Clustering
 - a Domino server for the Traveler Server, it cannot be clustered
 - 2 Websphere servers for Lotus Connections + use existing Domino server for LDAP

These all have Windows Server licenses to purchase.  I think somebody is looking for a prompt exit when they install Enterprise data onto an Open Source free OS. So the Open Source OS with Support comes at a price, not to mention the specialist skills to administer.

Oh forgot, and QuickR
 - a Domino or Websphere server for Quickr and another one for Clustering

What figure am I on now?

I think it safe to say I won&#039;t be cross training into Exchange. Its too complex if you are not an Active Directory Administrator.  I am also yet to see an Exchange migration that is little more than install Exchange from scratch and the Domino server just stays as legacy in some form. 

But if you are using Domino for email, its crazy.  Some people out there are using Domino to run their HR, Accountancy and even handle information from the Trading floors.  There are some real smart applications that can be developed, but they take commitment whereas nowadays people are used to getting apps for free or cheap and pre-built. Thanks to Apple.</description>
		<content:encoded><![CDATA[<p>I&#8217;m all for Domino because I&#8217;ve lived with it. Our Exchange engineers keep coming across AD issues with upgrades and it sounds like the AD integrations are more complex that it would seem for just a mail service.  But I also come across unmanaged Domino environments that are being used for little more than email and even that was not working because untrained people are managing the system. </p>
<p>I do like the Exchange concept of attaching to 1 named service that could actually be a number of servers and also they seem to have a component architecture rather like BES so you can install a reverse proxy like component in the DMZ.  For Notes Clients you can use a Pass-Thru, but for web you need to use a reverse proxy. </p>
<p>On previous commments&#8230;<br />
- Domino requires a special backup module to use the Domino API and backup/restore transactional logs that provide point in time restores. This module costs extra, trans logs requires dedicated disks. Unless you backup the server when it is stopped. ie 2nd server<br />
- I hope the webmail encryption is more than 128bit and sure it is.<br />
- I have not heard of automatic compaction, but will look out for it.<br />
- Never put DAOS or any other part of Domino onto external drives. Things like that render the Domino security useless. People want attachments to open, not to watch egg timers.<br />
- Never heard of automatic compacting, this isn&#8217;t something IBM would enable, but will look out for it.<br />
- Xpages has been described as a huge leap for normal Domino Developers. This was too large a leap and I constantly get complaints from our trained Xpages developers that the next version has changed too much. But also enjoyment over over enhancements of Xpages<br />
- There are many security features used by dedicated enterprises, such is the take up in Legal, Financial and Government departments.  However, there are many who do not have the trained people or provide the time to ensure the system is secured correctly. So I would have to agree that Domino is more secure based on not being targeted as much as MS</p>
<p>You will find that with Domino you install&#8230;<br />
 &#8211; a Mail server, then another for Clustering.<br />
 &#8211; an Application server for those apps, so testing before upgrades is more controlled. Then another for Clustering.<br />
 &#8211; for larger environments, a dedicated Admin server.<br />
 &#8211; for larger environments, 2 dedicated LDAP Servers<br />
 &#8211; for larger environments, 2 dedicated SMTP servers.<br />
 &#8211; as mentioned maybe 2 dedicated ICM databases &#8211; but would prefer a purpose built load balancer<br />
 &#8211; a test environment for those apps<br />
 &#8211; a development environment for those apps. </p>
<p>It gets quite complex. So although 1 Domino server can do everything, you don&#8217;t do that.<br />
Oh forgot, for those free features &#8211; BES Express, Sametime Express, Traveler, Connections<br />
 &#8211; a Domino server for the BES Server to sit on, and another for BES clustering<br />
 &#8211; a Domino server for the Sametime Server to sit on, and another for Sametime Clustering<br />
 &#8211; a Domino server for the Traveler Server, it cannot be clustered<br />
 &#8211; 2 Websphere servers for Lotus Connections + use existing Domino server for LDAP</p>
<p>These all have Windows Server licenses to purchase.  I think somebody is looking for a prompt exit when they install Enterprise data onto an Open Source free OS. So the Open Source OS with Support comes at a price, not to mention the specialist skills to administer.</p>
<p>Oh forgot, and QuickR<br />
 &#8211; a Domino or Websphere server for Quickr and another one for Clustering</p>
<p>What figure am I on now?</p>
<p>I think it safe to say I won&#8217;t be cross training into Exchange. Its too complex if you are not an Active Directory Administrator.  I am also yet to see an Exchange migration that is little more than install Exchange from scratch and the Domino server just stays as legacy in some form. </p>
<p>But if you are using Domino for email, its crazy.  Some people out there are using Domino to run their HR, Accountancy and even handle information from the Trading floors.  There are some real smart applications that can be developed, but they take commitment whereas nowadays people are used to getting apps for free or cheap and pre-built. Thanks to Apple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lotus Notes &amp; Domino 8.5 Vs Microsoft Exchange &amp; Outlook 2010 by ed</title>
		<link>http://www.lotusnotestutorial.com/lotus-notes-domino-8-5-vs-microsoft-exchange-outlook-2010.html/comment-page-1#comment-7971</link>
		<dc:creator>ed</dc:creator>
		<pubDate>Fri, 16 Sep 2011 08:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=978#comment-7971</guid>
		<description>Is the security advantage on Lotus notes purely due to it not being targeted as much as Exchange?</description>
		<content:encoded><![CDATA[<p>Is the security advantage on Lotus notes purely due to it not being targeted as much as Exchange?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lotus Notes Tutorial Custom OK Cancel Buttons and Validation by Mohnish</title>
		<link>http://www.lotusnotestutorial.com/lotus-notes-tutorial-custom-ok-cancel-buttons-and-validation.html/comment-page-1#comment-7789</link>
		<dc:creator>Mohnish</dc:creator>
		<pubDate>Thu, 25 Aug 2011 11:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=722#comment-7789</guid>
		<description>Very nice information. Thanks.
But I want to ask if it is possible to disable the &quot;ok&quot; button created by us, and if yes, how? I am having a condition in my form as if one of the checkboxes is selected, then only the &quot;ok&quot; button should be enabled for the user. Please guide me.</description>
		<content:encoded><![CDATA[<p>Very nice information. Thanks.<br />
But I want to ask if it is possible to disable the &#8220;ok&#8221; button created by us, and if yes, how? I am having a condition in my form as if one of the checkboxes is selected, then only the &#8220;ok&#8221; button should be enabled for the user. Please guide me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lotus Notes &amp; Domino 8.5 Vs Microsoft Exchange &amp; Outlook 2010 by Lotus</title>
		<link>http://www.lotusnotestutorial.com/lotus-notes-domino-8-5-vs-microsoft-exchange-outlook-2010.html/comment-page-1#comment-7744</link>
		<dc:creator>Lotus</dc:creator>
		<pubDate>Sat, 20 Aug 2011 20:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=978#comment-7744</guid>
		<description>Hi,
Exchange server is no more stand at IBM Lotus Notes on security wise mailing system, lotus notes provide so many feature like,
1. Webase mail encpytion with double password 128 bit encyption which is digital ID file base.
2. DOAS server for heavy attachment on external dive or pendive
3. Web base mail archiving on server, that is not availaibe in exchange server
4. Automatically mail compaction in 8.5.2 version 
5. ICM internet cluster manager load balance give 100% availibity of services
6 Xpage introduce which is java AJAX base progamming and desiging application system</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Exchange server is no more stand at IBM Lotus Notes on security wise mailing system, lotus notes provide so many feature like,<br />
1. Webase mail encpytion with double password 128 bit encyption which is digital ID file base.<br />
2. DOAS server for heavy attachment on external dive or pendive<br />
3. Web base mail archiving on server, that is not availaibe in exchange server<br />
4. Automatically mail compaction in 8.5.2 version<br />
5. ICM internet cluster manager load balance give 100% availibity of services<br />
6 Xpage introduce which is java AJAX base progamming and desiging application system</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Download Lotus Notes and Domino Administrator clients 8.5 by balraj</title>
		<link>http://www.lotusnotestutorial.com/free-download-lotus-notes-and-domino-administrator-clients-8-5.html/comment-page-1#comment-4621</link>
		<dc:creator>balraj</dc:creator>
		<pubDate>Thu, 14 Apr 2011 13:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=1117#comment-4621</guid>
		<description>Good software</description>
		<content:encoded><![CDATA[<p>Good software</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lotus Notes &amp; Domino 8.5 Vs Microsoft Exchange &amp; Outlook 2010 by John</title>
		<link>http://www.lotusnotestutorial.com/lotus-notes-domino-8-5-vs-microsoft-exchange-outlook-2010.html/comment-page-1#comment-4484</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 11 Apr 2011 17:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=978#comment-4484</guid>
		<description>sorry for the typos - should have read &quot;well developed security model&quot;</description>
		<content:encoded><![CDATA[<p>sorry for the typos &#8211; should have read &#8220;well developed security model&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lotus Notes &amp; Domino 8.5 Vs Microsoft Exchange &amp; Outlook 2010 by John</title>
		<link>http://www.lotusnotestutorial.com/lotus-notes-domino-8-5-vs-microsoft-exchange-outlook-2010.html/comment-page-1#comment-4483</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 11 Apr 2011 17:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=978#comment-4483</guid>
		<description>Having administered both Domino and Exchange based email systems in the past, I prefer Domino hands down.  While I agree the client interface is slicker looking in Outlook, the fact that it is tied so closely with the operating system is also a detriment to security - Outlook target viruses outnumber Notes exploits by at least 10:1.  The same customizability (is that a word?) that gives Notes it&#039;s power also comes with a very sell developed security model.
A few things to point out - the problem with the install path that had to be corrected would be a person mistake, not a software one.  The path for the software and for the data are one of the first prompts you get, so unless you entered them wrong, there should not have been a problem.
Also under installation, it should be noted that Domino has years of maturity in running in a VM environment and app level clustering, Exchange 2007 and earlier only supported OS level clustering, no mention here of whether Exchange 2010 has improved on that and added VM support (I would hope so).
As to the admin client, there has been a web based admin client available for years for Domino (release 5 or 6, I forget which introduced it).  I also found that in using that client, it is FAR easier to determine how a Domino server is doing than it is for Exchange without the use of 3rd party tools.
Backups and data integrity are also a consideration.  Exchange uses the shared store approach, which means that any corruption will affect the mail of hundreds of users, and requires specifically compatible backup software to do individual restores.  Domino 8.5 by contrast maintains discrete mailboxes, but offers shared store for attachments.
The only areas that I would give Outlook/Exchange slightly higher marks in is the look of the user interface, and the integration with Microsoft products (to be expected).</description>
		<content:encoded><![CDATA[<p>Having administered both Domino and Exchange based email systems in the past, I prefer Domino hands down.  While I agree the client interface is slicker looking in Outlook, the fact that it is tied so closely with the operating system is also a detriment to security &#8211; Outlook target viruses outnumber Notes exploits by at least 10:1.  The same customizability (is that a word?) that gives Notes it&#8217;s power also comes with a very sell developed security model.<br />
A few things to point out &#8211; the problem with the install path that had to be corrected would be a person mistake, not a software one.  The path for the software and for the data are one of the first prompts you get, so unless you entered them wrong, there should not have been a problem.<br />
Also under installation, it should be noted that Domino has years of maturity in running in a VM environment and app level clustering, Exchange 2007 and earlier only supported OS level clustering, no mention here of whether Exchange 2010 has improved on that and added VM support (I would hope so).<br />
As to the admin client, there has been a web based admin client available for years for Domino (release 5 or 6, I forget which introduced it).  I also found that in using that client, it is FAR easier to determine how a Domino server is doing than it is for Exchange without the use of 3rd party tools.<br />
Backups and data integrity are also a consideration.  Exchange uses the shared store approach, which means that any corruption will affect the mail of hundreds of users, and requires specifically compatible backup software to do individual restores.  Domino 8.5 by contrast maintains discrete mailboxes, but offers shared store for attachments.<br />
The only areas that I would give Outlook/Exchange slightly higher marks in is the look of the user interface, and the integration with Microsoft products (to be expected).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lotus Notes &amp; Domino 8.5 Vs Microsoft Exchange &amp; Outlook 2010 by Todd</title>
		<link>http://www.lotusnotestutorial.com/lotus-notes-domino-8-5-vs-microsoft-exchange-outlook-2010.html/comment-page-1#comment-3503</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Tue, 15 Mar 2011 17:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=978#comment-3503</guid>
		<description>Don&#039;t forget, most businesses don&#039;t want to deal w/ multiple customizations and add ons. So, while Notes may be more flexible, most don&#039;t care. Also, your costs savings don&#039;t account for the person you probably need to hire to manage Notes if it is customized extensively. On the other side, I assume you actually need a server to run this stuff on and any associated licensing costs. So, out of the box collaboration, email, calendaring, tasks, mobile device sync, actually running on a server and legally licensed, how do they compare?
Plus, fun fact: you have to buy outlook if you don&#039;t already have it (or go OWA all the way). MS no longer includes the CAL for Outlook w/ the Exchange CAL. So, that is another cost that may need accounted for.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget, most businesses don&#8217;t want to deal w/ multiple customizations and add ons. So, while Notes may be more flexible, most don&#8217;t care. Also, your costs savings don&#8217;t account for the person you probably need to hire to manage Notes if it is customized extensively. On the other side, I assume you actually need a server to run this stuff on and any associated licensing costs. So, out of the box collaboration, email, calendaring, tasks, mobile device sync, actually running on a server and legally licensed, how do they compare?<br />
Plus, fun fact: you have to buy outlook if you don&#8217;t already have it (or go OWA all the way). MS no longer includes the CAL for Outlook w/ the Exchange CAL. So, that is another cost that may need accounted for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lotus Notes Refresh Design In LotusScript by K Shah</title>
		<link>http://www.lotusnotestutorial.com/lotus-notes-refresh-design-in-lotusscript.html/comment-page-1#comment-3391</link>
		<dc:creator>K Shah</dc:creator>
		<pubDate>Mon, 28 Feb 2011 05:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=748#comment-3391</guid>
		<description>Hey, can you please tell if there is some method to do the refreshing of design at the server ?</description>
		<content:encoded><![CDATA[<p>Hey, can you please tell if there is some method to do the refreshing of design at the server ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lotus Notes use JavaScript Sorting by soldering station</title>
		<link>http://www.lotusnotestutorial.com/lotus-notes-use-javascript-sorting.html/comment-page-1#comment-2011</link>
		<dc:creator>soldering station</dc:creator>
		<pubDate>Wed, 05 Jan 2011 17:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=735#comment-2011</guid>
		<description>I thought this article very good, If not this article. I do not know where to find information. Thank you very much. I will always follow your articles.</description>
		<content:encoded><![CDATA[<p>I thought this article very good, If not this article. I do not know where to find information. Thank you very much. I will always follow your articles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lotus Notes Help by Lotus Notes Tutorial Admin</title>
		<link>http://www.lotusnotestutorial.com/lotus-notes-help/comment-page-1#comment-1944</link>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
		<pubDate>Tue, 04 Jan 2011 04:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?page_id=2#comment-1944</guid>
		<description>I not see &quot;Rm:&quot; for lotus notes mail. Not sure you see this mail from ?</description>
		<content:encoded><![CDATA[<p>I not see &#8220;Rm:&#8221; for lotus notes mail. Not sure you see this mail from ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lotus Notes Help by John</title>
		<link>http://www.lotusnotestutorial.com/lotus-notes-help/comment-page-1#comment-1755</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 30 Dec 2010 22:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?page_id=2#comment-1755</guid>
		<description>What is the meaning of &quot;Rm:&quot; in the subject of an email? For instance, &quot;Re:&quot; implies reply and &quot;Fw:&quot; forward but &quot;Rm:&quot;

thanks</description>
		<content:encoded><![CDATA[<p>What is the meaning of &#8220;Rm:&#8221; in the subject of an email? For instance, &#8220;Re:&#8221; implies reply and &#8220;Fw:&#8221; forward but &#8220;Rm:&#8221;</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Way to Backup Lotus Notes Windows Directory by James G Despain</title>
		<link>http://www.lotusnotestutorial.com/way-to-backup-lotus-notes-windows-directory.html/comment-page-1#comment-1652</link>
		<dc:creator>James G Despain</dc:creator>
		<pubDate>Fri, 24 Dec 2010 22:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=614#comment-1652</guid>
		<description>I really love your post. Hope this blogpost will help other people. Sorry for the short review.</description>
		<content:encoded><![CDATA[<p>I really love your post. Hope this blogpost will help other people. Sorry for the short review.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Lotus Notes mail agents do not run by vinay chilakamarri</title>
		<link>http://www.lotusnotestutorial.com/why-lotus-notes-mail-agents-do-not-run.html/comment-page-1#comment-1610</link>
		<dc:creator>vinay chilakamarri</dc:creator>
		<pubDate>Thu, 16 Dec 2010 19:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=373#comment-1610</guid>
		<description>Very useful article !</description>
		<content:encoded><![CDATA[<p>Very useful article !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validate a Richtext field : has a File Attachment, Doc link and many Notes Item. by Patrick Kwinten</title>
		<link>http://www.lotusnotestutorial.com/validate-a-richtext-field-has-a-file-attachment-doc-link-and-many-notes-item.html/comment-page-1#comment-1590</link>
		<dc:creator>Patrick Kwinten</dc:creator>
		<pubDate>Thu, 16 Dec 2010 08:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=1204#comment-1590</guid>
		<description>hejsan! how about filesize and file type checking before attaching?</description>
		<content:encoded><![CDATA[<p>hejsan! how about filesize and file type checking before attaching?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Helpful Notes.ini settings in Lotus Notes by Lotus Notes Tutorial Admin</title>
		<link>http://www.lotusnotestutorial.com/helpful-notes-ini-settings-in-lotus-notes.html/comment-page-1#comment-1234</link>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
		<pubDate>Tue, 07 Dec 2010 05:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=422#comment-1234</guid>
		<description>Please remove SDWFRNT1.NSF icon from your workspace and open it again in your network drive.
It will create new icon with new database location. Thanks.</description>
		<content:encoded><![CDATA[<p>Please remove SDWFRNT1.NSF icon from your workspace and open it again in your network drive.<br />
It will create new icon with new database location. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/39 queries in 0.091 seconds using disk: basic
Object Caching 757/778 objects using disk: basic

Served from: www.lotusnotestutorial.com @ 2012-02-10 02:04:27 -->
