<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>labs.groupwave &#187; Robby</title>
	<atom:link href="http://labs.groupwave.be/index.php/author/robby/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.groupwave.be</link>
	<description>Lotus, PhP, J2EE Technology Partner</description>
	<lastBuildDate>Thu, 06 Oct 2011 11:54:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Purge Interval Replication Control (PIRC) prevents unwanted replication of deleted documents</title>
		<link>http://labs.groupwave.be/index.php/2011/10/06/purge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents/</link>
		<comments>http://labs.groupwave.be/index.php/2011/10/06/purge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 11:54:46 +0000</pubDate>
		<dc:creator>Robby</dc:creator>
				<category><![CDATA[Groupwave]]></category>
		<category><![CDATA[Lotus]]></category>
		<category><![CDATA[Lotus Notes]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=372</guid>
		<description><![CDATA[A new feature in 8.5.3 Purge Interval Replication Control (PIRC) is a new replication setting which is designed to prevent old documents which may have been deleted from replicating back into a database after their deletion stubs have been purged. This problem has been encountered by many customers. The most common case occurs when an [...]]]></description>
			<content:encoded><![CDATA[<p>A new feature in 8.5.3</p>
<div>
<p>Purge Interval Replication Control (PIRC) is a new replication setting which is designed to prevent old documents which may have been deleted from replicating back into a database after their deletion stubs have been purged. This problem has been encountered by many customers. The most common case occurs when an old version of a NAB (Domino Directory) is brought back online after several months or years. When this occurs, previously deleted person documents, group documents, server documents, and other design elements can replicate back into the environment because the deletion stubs have already been purged. PIRC prevents these documents from replicating back into the environment.</p>
<p><strong>How PIRC Works</strong><br />
PIRC prevents documents from replicating back in two ways. The first is by modifying the &#8216;since time&#8217; used by the replicator. If the server that is initiating the replication is release 8.5.3 and therefore PIRC-aware, then the algorithm to determine which documents qualify for replication has been changed to use the later of the PIRC date or the Since time contained in the replication history. This prevents the older documents from being replicated. Also, a DDM event is generated showing the number of documents skipped by PIRC.</p>
<p>The second way in which PIRC prevents older documents from replicating in is by stopping the documents from being added to the database via NoteUpdate. This method occurs when a non-PIRC aware server is pushing older documents to the PIRC-aware server. In this case, NoteUpdate code will compare the SequenceTime of the document to the PIRC date. If the document is older, a DDM event will be logged and the document will be rejected. Note that the source server is unaware that the document was rejected. Therefore its logs will show that all documents were successfully replicated. However, the PIRC server will log the server name and the documents that were rejected, thus allowing the administrator to track down old replicas of the database and remove them from the environment.</p>
<p>PIRC keys off the Cutoff date of a database. The cutoff date is the date when purge last ran. Purge is the process which removes deletion stubs from a database. Purge runs at one-third of the purge interval. So if the purge interval is set to 90 days, then a database may have deletion stubs up to 120 days old. Therefore PIRC will use this date to prevent documents older than this date from replicating into the database. If the cutoff date is not set in a database, which happens when replication history is cleared, the current date minus the purge interval is used.</p>
<p><strong>Enabling PIRC</strong><br />
There are three ways to enable PIRC on a database<strong>:</strong></p>
<p>1) For an individual database, the property can be set via the Replication Options dialog box under the Space Savings tab. A check box has been added to enable/disable the feature.</p>
<p>2) You can implement PIRC through compact. Compact &#8216;-PIRC On&#8217; and &#8216;-PIRC Off&#8217; will toggle the option. This can be used to enable or disable PIRC on multiple databases with one command. Note: This does nothing to existing documents in the database &#8211; for example, it will not remove older documents as the &#8220;Remove documents not modified in the last N days&#8221; replication setting does when the check box is enabled.</p>
<p>3) You can set PIRC through the database options settings in the Administration Client. This also allows an administrator to set PIRC on multiple databases simultaneously.</p>
<p><strong>Considerations Before Enabling PIRC </strong><br />
Before enabling PIRC you must make sure that all the documents you expect to replicate in, have replicated in. The design of PIRC blocks documents older than the cutoff date from replicating into the database. Therefore you must take care that the database has replicated with all the replicas in the environment. This is especially important if some of the replicas are partial.</p>
<p><strong>Overriding PIRC</strong><br />
A replica process NOPIRC switch has been added to the replication task to temporarily overrride the PIRC setting without having to disable it. This is useful if there is ever the need to synchronize two replicas of a database but you do not want to expose the database to other replicas in the environment. The &#8216;-NOPIRC&#8217; switch tells the replicator to override PIRC. Note that you must be an administrator of the server or be allowed to create new replicas on the server in order to use the NOPIRC switch. This includes the server in the case of a PUSH. Also the NOPIRC switch overrides the replication history by setting the since time to zero. This way when the NOPIRC switch is used, a full replication is done between the two databases bringing them into sync without exposing either databases to other replicas in the environment.</p>
<p><strong>Design/Replace Considerations</strong><br />
With PIRC enabled on a database, special care is needed in order to push out design changes, because templates tend to contain design elements that do not change over a long period of time. Once these design elements are older than the Purge Interval, PIRC would block them from replicating. In order to avoid this problem, the Design Modification TimeDate was added to the database. This time/date is updated in the database whenever design refresh or replace is run, and it actually modifies one or more design elements. PIRC compares this time to the PIRC time and if it is newer, PIRC will allow all non-data notes to replicate into the destination database. This will allow a new design or newly modified design elements to replicate out through the environment even if PIRC is enabled on the databases.</p>
<p><strong>DDM Events and PIRC</strong><br />
When PIRC blocks a note that is being pushed from a non-PIRC server, a Replication DDM event is created.</p>
<p><tt>"PIRC Warning: Replicator skipped &lt;x&gt; data document(s) in &lt;database name&gt; from &lt;server name&gt;"</tt></p>
<p>PIRC will also generate a DDM even when the replicator skips documents that qualified in the search formula. This is an indication that another replica of the database is attempting to push old data into the database. The following events will be seen in DDM under Replication:</p>
<p><tt>"PIRC Warning: Replicator skipped &lt;x&gt; data document(s) in &lt;database name&gt; from &lt;server name&gt;"</tt><br />
<tt>"PIRC Warning: Replicator skipped &lt;x&gt; non-data document(s) in &lt;database name&gt; from &lt;server name&gt;"</tt></p>
<p>A replication DDM event will also be logged when someone issues a replication command with the -n, no pirc, switch.</p>
<p><tt>"PIRC override for DB &lt;database name&gt;"</tt></p>
<p><strong>Fixup Changes Related to PIRC</strong></p>
<p>Changes were made to fixup to help with the scenario where a corrupted document is found and deleted with no deletion stub. This is the common practice of fixup in order to allow a good copy of this note to replicate in from another replica. Along with deleting the document, fixup would also clear the replication history to allow a full search to occur in order to find these documents on next replication. With a PIRC enabled database, this procedure would no longer work if the documents modified time is older than the PIRC interval.</p>
<p>In order to solve this problem fixup was modified to no longer clear the replication history in this case. Fixup will now put the UNID of the deleted document onto a list contained in a special object in the database. Then when the next scheduled replication occurs, if this list exists, these documents are added to the list of documents to replicate, allowing replication to recover these deleted documents while not having to clear the history. PIRC will also allow these documents to replicate into the database even if they are older than the PIRC date. A DDM event is generated when a document is deleted from a database and its UNID is added to this list. UNID&#8217;s will remain on this list only until the are replicated back in or they have been on the list for longer than the PIRC interval. In either case, when they are removed from the list another DDM event is generated.</p>
<p>New DDM Messages related to fixup:</p>
<p><tt>"Warning: Fixup purged corrupt document UNID (:) from testserver/IBM"</tt></p>
<p><tt>"Warning: Replication restored document UNID (:) from testserver/IBM"</tt></p>
<p><tt>"Warning: Replication did not restore corrupt document, time expired, UNID (:) from testserver/IBM"</tt></p>
<p><strong>Debugging PIRC</strong></p>
<p>If you require more information about exactly what PIRC is doing, you can set the DEBUG_REPL_PIRC notes.ini setting. Setting it to a value of 1 will display information about the PIRC date and summary information of the notes that PIRC blocked. Setting it to a value of 2 or greater will display information about the individual notes that PIRC is blocking. It displays whether the notes are data or non-data or if they are deletions as well as their UNIDs..</p>
<p><strong>Common Questions Related to PIRC</strong></p>
<p><strong>Q.</strong> How do I protect a database from replicating in documents that were deleted years ago when an old server or an old copy of a database is brought online?</p>
<p><strong>A.</strong> Enable PIRC on all replicas of the database in your environment you want to protect.</p>
<p><strong>Q.</strong> I am pushing a database from an 8.52 server to an 8.53 server where the database has PIRC enabled. I see the error &#8220;Error Invalid Document&#8221; on the server&#8217;s log.</p>
<p><strong>A</strong>. With PIRC enabled on the destination server, documents older than the PIRC data will be rejected and a DDM event will be logged. The error is returned to the server but it is an error that the replicator will ignore. So the replicator will continue to replicate the entire database. Note that this error is only displayed on the server console when the notes.ini parameter DEBUG_REPL is set.</p>
<p><strong>Q.</strong> I want to enable PIRC on several databases on a server. What is the best way to do that?</p>
<p><strong>A.</strong> There are two ways to do this. You can either use the administration client and set the option using the advanced options tool, or create an indirect file containing the list of databases on which you want to enable PIRC. Then use the compact -PIRC on command and pass it the indirect file.</p>
<p><strong>Q,</strong> How do I easily tell which databases on a server are PIRC enabled?</p>
<p><strong>A.</strong> You can use the &#8216;show directory&#8217; command at the server console. A column has been added to the output for PIRC. Also the &#8216;show directory -pirconly&#8217; command will list only PIRC-enabled databases.</p>
<p><strong>Related Technotes</strong></p>
<p><a href="https://www-304.ibm.com/support/docview.wss?rs=0&amp;uid=swg21098733">http://www-01.ibm.com/support/docview.wss?rs=0&amp;uid=swg21098733</a></p>
<p><a href="https://www-304.ibm.com/support/docview.wss?rs=475&amp;context=SSKTWP&amp;context=SSKTMJ&amp;dc=DB520&amp;q1=documents+and+replication+and+old&amp;uid=swg21225071&amp;loc=en_US&amp;cs=utf-8&amp;lang=en">http://www-01.ibm.com/support/docview.wss?rs=475&amp;context=SSKTWP&amp;context=SSKTMJ&amp;dc=DB520&amp;q1=documents+and+replication+and+old&amp;uid=swg21225071&amp;loc=en_US&amp;cs=utf-8&amp;lang=en</a></p>
</div>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F10%2F06%2Fpurge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents%2F&amp;title=Purge+Interval+Replication+Control+%28PIRC%29+prevents+unwanted+replication+of+deleted+documents" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F10%2F06%2Fpurge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents%2F&amp;title=Purge+Interval+Replication+Control+%28PIRC%29+prevents+unwanted+replication+of+deleted+documents" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F10%2F06%2Fpurge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F10%2F06%2Fpurge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents%2F&amp;title=Purge+Interval+Replication+Control+%28PIRC%29+prevents+unwanted+replication+of+deleted+documents" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F10%2F06%2Fpurge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents%2F&amp;title=Purge+Interval+Replication+Control+%28PIRC%29+prevents+unwanted+replication+of+deleted+documents" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F10%2F06%2Fpurge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents%2F&amp;title=Purge+Interval+Replication+Control+%28PIRC%29+prevents+unwanted+replication+of+deleted+documents" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F10%2F06%2Fpurge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Purge+Interval+Replication+Control+%28PIRC%29+prevents+unwanted+replication+of+deleted+documents+@+http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F10%2F06%2Fpurge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2011/10/06/purge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some new tools for the notes admins out there !</title>
		<link>http://labs.groupwave.be/index.php/2011/02/15/some-indispensible-new-tools-for-admins-don%e2%80%99t-miss-them/</link>
		<comments>http://labs.groupwave.be/index.php/2011/02/15/some-indispensible-new-tools-for-admins-don%e2%80%99t-miss-them/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 09:33:58 +0000</pubDate>
		<dc:creator>Robby</dc:creator>
				<category><![CDATA[Groupwave]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=277</guid>
		<description><![CDATA[Recently I found a nice post on http://blog.turtleweb.com/turtleblog.nsf/dx/13022011113638GDAMFX.htm which might be some help for the admin guys out there Tx to Gabriella Davis Bookmark:]]></description>
			<content:encoded><![CDATA[<p>Recently I found a nice post on <a href="http://blog.turtleweb.com/turtleblog.nsf/dx/13022011113638GDAMFX.htm">http://blog.turtleweb.com/turtleblog.nsf/dx/13022011113638GDAMFX.htm</a> which might be some help for the admin guys out there <img src='http://labs.groupwave.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Tx to Gabriella Davis</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F02%2F15%2Fsome-indispensible-new-tools-for-admins-don%25e2%2580%2599t-miss-them%2F&amp;title=Some+new+tools+for+the+notes+admins+out+there+%21" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F02%2F15%2Fsome-indispensible-new-tools-for-admins-don%25e2%2580%2599t-miss-them%2F&amp;title=Some+new+tools+for+the+notes+admins+out+there+%21" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F02%2F15%2Fsome-indispensible-new-tools-for-admins-don%25e2%2580%2599t-miss-them%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F02%2F15%2Fsome-indispensible-new-tools-for-admins-don%25e2%2580%2599t-miss-them%2F&amp;title=Some+new+tools+for+the+notes+admins+out+there+%21" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F02%2F15%2Fsome-indispensible-new-tools-for-admins-don%25e2%2580%2599t-miss-them%2F&amp;title=Some+new+tools+for+the+notes+admins+out+there+%21" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F02%2F15%2Fsome-indispensible-new-tools-for-admins-don%25e2%2580%2599t-miss-them%2F&amp;title=Some+new+tools+for+the+notes+admins+out+there+%21" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F02%2F15%2Fsome-indispensible-new-tools-for-admins-don%25e2%2580%2599t-miss-them%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Some+new+tools+for+the+notes+admins+out+there+%21+@+http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F02%2F15%2Fsome-indispensible-new-tools-for-admins-don%25e2%2580%2599t-miss-them%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2011/02/15/some-indispensible-new-tools-for-admins-don%e2%80%99t-miss-them/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mindoo &#8211; 2 additional plugins for Lotus Notes 8.5.1</title>
		<link>http://labs.groupwave.be/index.php/2010/02/23/mindoo-2-additional-plugins-for-lotus-notes-8-5-1/</link>
		<comments>http://labs.groupwave.be/index.php/2010/02/23/mindoo-2-additional-plugins-for-lotus-notes-8-5-1/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 13:37:10 +0000</pubDate>
		<dc:creator>Robby</dc:creator>
				<category><![CDATA[Groupwave]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=151</guid>
		<description><![CDATA[Two additional options for the bookmarks bar/open list: &#8220;Locate on workspace&#8221; and &#8220;Open as workspace&#8221; This plugin adds two options to the right-mouse action menu on the Open list: A full description + download file is available here: http://www.mindoo.de/web/blog.nsf/dx/30.01.2010154312KLEKA4.htm Installation: Download and unzip the update-sites zip. In Notes: File &#8211; Application &#8211; Install -&#62; select [...]]]></description>
			<content:encoded><![CDATA[<p>Two additional options for the bookmarks bar/open list: &#8220;Locate on workspace&#8221; and &#8220;Open as workspace&#8221;<br />
This plugin adds two options to the right-mouse action menu on the Open list:</p>
<p>A full description + download file is available here:</p>
<p>http://www.mindoo.de/web/blog.nsf/dx/30.01.2010154312KLEKA4.htm</p>
<p>Installation:<br />
Download and unzip the update-sites zip.<br />
In Notes: File &#8211; Application &#8211; Install -&gt; select the location of the unzipped files.<br />
After install, the installer asks to restart Notes. After restarting, the updated menu is not there. So you need to<br />
restart Notes manually in order to have it working.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F23%2Fmindoo-2-additional-plugins-for-lotus-notes-8-5-1%2F&amp;title=Mindoo+%26%238211%3B+2+additional+plugins+for+Lotus+Notes+8.5.1" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F23%2Fmindoo-2-additional-plugins-for-lotus-notes-8-5-1%2F&amp;title=Mindoo+%26%238211%3B+2+additional+plugins+for+Lotus+Notes+8.5.1" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F23%2Fmindoo-2-additional-plugins-for-lotus-notes-8-5-1%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F23%2Fmindoo-2-additional-plugins-for-lotus-notes-8-5-1%2F&amp;title=Mindoo+%26%238211%3B+2+additional+plugins+for+Lotus+Notes+8.5.1" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F23%2Fmindoo-2-additional-plugins-for-lotus-notes-8-5-1%2F&amp;title=Mindoo+%26%238211%3B+2+additional+plugins+for+Lotus+Notes+8.5.1" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F23%2Fmindoo-2-additional-plugins-for-lotus-notes-8-5-1%2F&amp;title=Mindoo+%26%238211%3B+2+additional+plugins+for+Lotus+Notes+8.5.1" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F23%2Fmindoo-2-additional-plugins-for-lotus-notes-8-5-1%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Mindoo+%26%238211%3B+2+additional+plugins+for+Lotus+Notes+8.5.1+@+http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F23%2Fmindoo-2-additional-plugins-for-lotus-notes-8-5-1%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2010/02/23/mindoo-2-additional-plugins-for-lotus-notes-8-5-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Collaboration &#8211; Supported devices chart</title>
		<link>http://labs.groupwave.be/index.php/2010/02/23/mobile-collaboration-supported-devices-chart/</link>
		<comments>http://labs.groupwave.be/index.php/2010/02/23/mobile-collaboration-supported-devices-chart/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 09:07:34 +0000</pubDate>
		<dc:creator>Robby</dc:creator>
				<category><![CDATA[Groupwave]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=144</guid>
		<description><![CDATA[Did you ever wondered which device supports which IBM software ? Well, here you go : Bookmark:]]></description>
			<content:encoded><![CDATA[<p>Did you ever wondered which device supports which IBM software ?</p>
<p>Well, here you go :</p>
<p><a href="http://labs.groupwave.be/wp-content/uploads/2010/02/compd_device.jpg"><img class="alignnone size-full wp-image-145" title="Mobile Devices - Chart" src="http://labs.groupwave.be/wp-content/uploads/2010/02/compd_device.jpg" alt="" width="446" height="373" /></a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F23%2Fmobile-collaboration-supported-devices-chart%2F&amp;title=Mobile+Collaboration+%26%238211%3B+Supported+devices+chart" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F23%2Fmobile-collaboration-supported-devices-chart%2F&amp;title=Mobile+Collaboration+%26%238211%3B+Supported+devices+chart" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F23%2Fmobile-collaboration-supported-devices-chart%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F23%2Fmobile-collaboration-supported-devices-chart%2F&amp;title=Mobile+Collaboration+%26%238211%3B+Supported+devices+chart" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F23%2Fmobile-collaboration-supported-devices-chart%2F&amp;title=Mobile+Collaboration+%26%238211%3B+Supported+devices+chart" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F23%2Fmobile-collaboration-supported-devices-chart%2F&amp;title=Mobile+Collaboration+%26%238211%3B+Supported+devices+chart" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F23%2Fmobile-collaboration-supported-devices-chart%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Mobile+Collaboration+%26%238211%3B+Supported+devices+chart+@+http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F23%2Fmobile-collaboration-supported-devices-chart%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2010/02/23/mobile-collaboration-supported-devices-chart/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lotus Notes Traveler in 2010</title>
		<link>http://labs.groupwave.be/index.php/2010/02/22/lotus-notes-traveler-in-2010/</link>
		<comments>http://labs.groupwave.be/index.php/2010/02/22/lotus-notes-traveler-in-2010/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 09:32:50 +0000</pubDate>
		<dc:creator>Robby</dc:creator>
				<category><![CDATA[Groupwave]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=140</guid>
		<description><![CDATA[Hello, IBM has announced Lotus Notes Traveler Companion.  It&#8217;s IBM first application available on the iPhone Available at no charge. Traveler Companio allows iPhone users to read encrypted LN Mail. The fixpack which allows this is available for download ( FP for Traveler 8.5.1 ). You also get support for basic calendar workflow on the [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>IBM has announced Lotus Notes Traveler Companion.  It&#8217;s IBM first application available on the iPhone <img src='http://labs.groupwave.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Available at no charge. Traveler Companio allows iPhone users to read encrypted LN Mail.</p>
<p>The fixpack which allows this is available for download ( FP for Traveler 8.5.1 ).</p>
<p>You also get support for basic calendar workflow on the iPhone ( you can accept &amp; decline meetings ).</p>
<p><a href="http://labs.groupwave.be/wp-content/uploads/2010/02/M2.jpg"><img class="alignnone size-full wp-image-141" title="Traveler" src="http://labs.groupwave.be/wp-content/uploads/2010/02/M2.jpg" alt="" width="504" height="350" /></a></p>
<p>Secondly, IBM announced a plan to deliver a LN Traveler Client for Android.</p>
<p>Android is a different challenge Vs IBM&#8217;s other mobile platforms.</p>
<p>The 2010 plans for Traveler :</p>
<p>- support for the LN Traveler Server Component on Linux</p>
<p>- a new mobile installer that simplifies issues with different ND and device version management</p>
<p>- plans for Foundations to include LN Traveler</p>
<p>Side-news : IBM Will also be reselling the RIM blackberry component that support Quickr and Connections. RIM also announced that they are using LN Software for their internal use <img src='http://labs.groupwave.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F22%2Flotus-notes-traveler-in-2010%2F&amp;title=Lotus+Notes+Traveler+in+2010" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F22%2Flotus-notes-traveler-in-2010%2F&amp;title=Lotus+Notes+Traveler+in+2010" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F22%2Flotus-notes-traveler-in-2010%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F22%2Flotus-notes-traveler-in-2010%2F&amp;title=Lotus+Notes+Traveler+in+2010" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F22%2Flotus-notes-traveler-in-2010%2F&amp;title=Lotus+Notes+Traveler+in+2010" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F22%2Flotus-notes-traveler-in-2010%2F&amp;title=Lotus+Notes+Traveler+in+2010" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F22%2Flotus-notes-traveler-in-2010%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Lotus+Notes+Traveler+in+2010+@+http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F02%2F22%2Flotus-notes-traveler-in-2010%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2010/02/22/lotus-notes-traveler-in-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

