<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<title>Lotus Dr.</title>
<description></description>
<link>http://www.lotusDR.com/LotusDR/LotusDR.nsf/</link>
<language>en-us</language>
<lastBuildDate>Wed, 4 Jan 2012 12:03:28 -0400</lastBuildDate>
<item>
<title>Recent Contacts setting in Lotus Notes 8.5.3 is better</title>
<pubDate>Wed, 4 Jan 2012 12:03:28 -0400</pubDate>
<description>
<![CDATA[ 
When building out my new laptop, I installed Lotus Notes 8.5.3. As I was setting all my preferences, I stumbled across a section titled 'Choose how names are added to Recent Contacts' and it has a mu ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-8.5.3-contacts-settings.htm</link>
<category>Lotus Notes</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-8.5.3-contacts-settings.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-8.5.3-contacts-settings.htm</guid>
<content:encoded><![CDATA[ When building out my new laptop, I installed Lotus Notes 8.5.3. &nbsp;As I was setting all my preferences, I stumbled across a section titled 'Choose how names are added to Recent Contacts' and it has a much improved set of features. &nbsp; <br /><img  alt="Image:Recent Contacts setting in Lotus Notes 8.5.3 is better" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-8.5.3-contacts-settings.htm/content/M2?OpenElement" /> <br /> <br />While it offers a lot of choices, I still don't see exactly the one I want. &nbsp;Here is what I am looking for; <br />A combination of '<strong>Only sender's name from emails I receive</strong>' and '<strong>Only names from emails I send</strong>'. &nbsp;The third radio button, '<strong>Only the "To" recipient names from emails I send &amp; receive</strong>' seems close but it has it's own issues. &nbsp;What are they you ask? &nbsp;I commonly find that someone I know sends me an email with 20 other people in the 'To' field. &nbsp;I don't want those 20 other people added. &nbsp;A lot of times, I don't know them nor do I care to send them a message. <br /> <br />Having a check-box instead of a radio button would solve my needs. &nbsp;I could then pick the 2nd and 4th items and be on my way. &nbsp;This is definitely an improvement from where 'Recent Contacts' started, but could use a few final tweaks.  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/lotus-notes-8.5.3-contacts-settings.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-8.5.3-contacts-settings.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Folder References property does not remain when creating a new replica</title>
<pubDate>Fri, 9 Dec 2011 14:21:03 -0400</pubDate>
<description>
<![CDATA[ 
We've encountered an oddity and was hoping someone out there may have some insight on how to fix this. We set Folder References on a database using the following code... Option Public Option Declare ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/folder-references-property-does-not-remain-when-creating-a-new-replica.htm</link>
<category>Domino</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/folder-references-property-does-not-remain-when-creating-a-new-replica.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/folder-references-property-does-not-remain-when-creating-a-new-replica.htm</guid>
<content:encoded><![CDATA[ &nbsp;We've encountered an oddity and was hoping someone out there may have some insight on how to fix this. <br /> <br />We set Folder References on a database using the following code... <br /><strong>Option</strong> <strong>Public</strong> <br /><strong>Option</strong> <strong>Declare</strong> <br /><strong>Sub</strong> Initialize <br />&nbsp; &nbsp; &nbsp; &nbsp;  <br />&nbsp; &nbsp; &nbsp; &nbsp; <strong>Dim</strong> CurrentDB <strong>As</strong> NotesDatabase <br />&nbsp; &nbsp; &nbsp; &nbsp; <strong>Dim</strong> Session <strong>As</strong> <strong>New</strong> NotesSession <br />&nbsp; &nbsp; &nbsp; &nbsp;  <br />&nbsp; &nbsp; &nbsp; &nbsp; <strong>Set</strong> CurrentDB = Session.CurrentDatabase <br />&nbsp; &nbsp; &nbsp; &nbsp;  <br />&nbsp; &nbsp; &nbsp; &nbsp; CurrentDB.FolderReferencesEnabled = <strong>True</strong> <br />&nbsp; &nbsp; &nbsp; &nbsp;  <br /><strong>End</strong> <strong>Sub</strong> <br /> <br />And then verified that the property is set on the database... <br /><img  alt="Image:Folder References property does not remain when creating a new replica" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/folder-references-property-does-not-remain-when-creating-a-new-replica.htm/content/M2?OpenElement" /> <br /> <br />Now, if we make a replica of that database, this value is no longer set. <br /><img  alt="Image:Folder References property does not remain when creating a new replica" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/folder-references-property-does-not-remain-when-creating-a-new-replica.htm/content/M3?OpenElement" /> <br /> <br />So the question arises, "is there a way to get this value to carry over to any replica created?"  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/folder-references-property-does-not-remain-when-creating-a-new-replica.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/folder-references-property-does-not-remain-when-creating-a-new-replica.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Are you aware of this LinkedIn Privacy Setting??</title>
<pubDate>Mon, 21 Nov 2011 08:56:27 -0400</pubDate>
<description>
<![CDATA[ 
Stumbled across this little gem and thought it was worth noting. By default, there is a setting, 'LinkedIn may use my name, photo in social advertising' that is selected by default. To find this: 1 ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/are-you-aware-of-this-linkedin-privacy-settings.htm</link>
<category>LinkedIn</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/are-you-aware-of-this-linkedin-privacy-settings.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/are-you-aware-of-this-linkedin-privacy-settings.htm</guid>
<content:encoded><![CDATA[ Stumbled across this <a href="http://www.linkedin.com/groupItem?view=&amp;srchtype=discussedNews&amp;gid=1320117&amp;item&euro;179350&amp;type=member&amp;trk=eml-anet_dig-b_pd-ttl-cn&amp;ut=33XTQ8eSKqaR01"><span style="text-decoration:underline">little gem</span></a> and thought it was worth noting. &nbsp;By default, there is a setting, 'LinkedIn may use my name, photo in social advertising' that is selected by default. &nbsp;To find this: <br /> 1. &nbsp;Click on your Name in the upper right corner and then choose 'Settings' <br /> 2. &nbsp;Go to the Account in the bottom left <br /> 3. &nbsp;Choose 'Manage Social Advertising' <br /> 4 &nbsp; You will find this field to update. <br /> <br /> <img  alt="Image:Are you aware of this LinkedIn Privacy Setting??" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/are-you-aware-of-this-linkedin-privacy-settings.htm/content/M2?OpenElement" />  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/are-you-aware-of-this-linkedin-privacy-settings.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/are-you-aware-of-this-linkedin-privacy-settings.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>LotusDr.com is 2 years old</title>
<pubDate>Wed, 21 Sep 2011 08:40:45 -0400</pubDate>
<description>
<![CDATA[ 
Another year has passed and this site is still going. Looking back, I've only had 16 posts this past year, but they were some of my most commented posts. Maybe less is really more. If you read last ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusdr.com-is-2-years-old.htm</link>
<category>Blog</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusdr.com-is-2-years-old.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusdr.com-is-2-years-old.htm</guid>
<content:encoded><![CDATA[ Another year has passed and this site is still going. &nbsp;Looking back, I've only had 16 posts this past year, but they were some of my most commented posts. Maybe less is really more.  <br /> <br />If you read last year's <a href="http://lotusdr.com/LotusDR/LotusDR.nsf/dx/1-year-anniversay-for-my-new-blog.htm?opendocument&amp;comments#anc1"><span style="text-decoration:underline">1 year anniversary</span></a> post, you saw that I've taken on a new site and have focused my efforts on helping out <a href=http://www.inlinehockeydrills.com/><span style="text-decoration:underline">Inline Hockey Coaches</span></a> around the world. It's been a fun project and it's going strong. Much like going to Lotusphere and meeting a lot of you, my hockey site allowed me to meet up with coaches from around the country as we traveled to tournaments. &nbsp;It's pretty cool to see this site grow and be a resource for so many out there. &nbsp;Getting 'Thank you' emails from coaches in Macedonia, Spain and other countries has been a reminder of why I continue to build the site. <br /> <br />I'll continue to write here but find myself less and less interested in what's going on in the Lotus Notes and Domino world and more focused on web development and social media. I may start to document all the cool new HMTL and CSS that I have been using in my job and some side projects I'm working on. &nbsp; <br /> <br />Who knows what the year will bring, but I wish the best to all my readers and fellow Bloggers.  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/lotusdr.com-is-2-years-old.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusdr.com-is-2-years-old.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Allow agents executed using server command &quot;tell amgr run&quot; to be seen...</title>
<pubDate>Thu, 23 Jun 2011 08:02:24 -0400</pubDate>
<description>
<![CDATA[ 
In working with our customers, many have requested the ability to see what an agent is doing when they use the 'Run Now' option. The 'Run Now' option in our products simply uses the 'Tell AMGR RUN' c ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm</link>
<category>Domino</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm</guid>
<content:encoded><![CDATA[ In working with our customers, many have requested the ability to see what an agent is doing when they use the 'Run Now' option. &nbsp;The 'Run Now' option in our products simply uses the 'Tell AMGR RUN' command at the console to start an agent. &nbsp;Unlike a scheduled LotusScript agent, once you issue this command, you have no control. This is nothing new, as it's been on <a href="http://ideajam.net/ideajam/p/ij.nsf/0/2FA3C50BC2B3FEC88625740A000CEBCD?OpenDocument?open&amp;login=1"><strong>IdeaJam</strong></a> for a while now. <br /> <br />Let me show you what I mean. (if you understand the issue and just want the information on the enhancement request, skip to the bottom.) <br /> <br /><blockquote> <br />1. I started an agent with the Tell amgr Run command.... <br /> <img  alt="Image:Allow agents executed using server command &quot;tell amgr run&quot; to be seen..." border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm/content/M2?OpenElement" /><br /> <br /> 2. I issued the Tell amgr status command... <br /> <img  alt="Image:Allow agents executed using server command &quot;tell amgr run&quot; to be seen..." border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm/content/M3?OpenElement" /><br /> NOTE: It does not think my agent is running. <br /> NOTE2: I understand this to be the way it is designed based on this Technote... <br /> Title: How to run multiple agents in the same database using a Program document<br /> Doc #: 1279832<br /> URL: <a href="http://www.ibm.com/support/docview.wss?uid=swg21279832"></a><a href="http://www.ibm.com/support/docview.wss?uid=swg21279832"><span style="text-decoration:underline">http://www.ibm.com/support/docview.wss?uid=swg21279832</span></a> <br /> NOTE 3: This Technote does not mention 8.5x <br /> <br /> 3. I tried to stop the agent with a "Tell amgr cancel" <br /> <img  alt="Image:Allow agents executed using server command &quot;tell amgr run&quot; to be seen..." border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm/content/M4?OpenElement" /><br /> NOTE: It does not know my agent is running. Again, it's expected. <br /> <br /> 4. I shut down the agent manager using "Tell amgr quit" <br /> <img  alt="Image:Allow agents executed using server command &quot;tell amgr run&quot; to be seen..." border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm/content/M5?OpenElement" /><br /> NOTE: Now here's the catch. When shutting down amgr, it knows that my agent was running and completes.  <br />So why does #2 &amp; 3 not know my agent exists, yet #4 does? &nbsp;If they know it's running to shut it down, they have to be able to report on #2 &amp; 3. <br /></blockquote> <br /> <br />So here is the good news, in working with IBM they understand the issue and more importantly, the need. &nbsp;They have created an enhancement request, SPR #<strong>JGIR73JSXW</strong>. <br /> <br />As many of you know, the way to get an SPR through is to get more weight behind it. &nbsp;So please, if you have the need for this, add your name to the enhancement request. <br />  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Lotus Notes Position in Western PA</title>
<pubDate>Wed, 27 Apr 2011 08:53:47 -0400</pubDate>
<description>
<![CDATA[ 
This opportunity was recently passed along to me. If interested contact, Dave Watkins 412-722-0953 dwatkins@jhtechnical.com SUMMARY Lotus Notes Developer - Our client is migrating from Lotus Not ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-position-in-western-pa.htm</link>
<category>Domino</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-position-in-western-pa.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-position-in-western-pa.htm</guid>
<content:encoded><![CDATA[ This opportunity was recently passed along to me. &nbsp;If interested contact,  <br />Dave Watkins  <br />412-722-0953 <br /><a href=mailto:dwatkins@jhtechnical.com target=_blank><span style="text-decoration:underline">dwatkins@jhtechnical.com</span></a>  <br /> <br /><blockquote>SUMMARY <br />Lotus Notes Developer -&nbsp; Our client is migrating from Lotus Notes 8.0 to 8.5 and would like to have someone on staff to assist with the process and provide ongoing administration and development support.<br /> plus as it will help them to keep the person busy.<br /> &nbsp;<br /> DESIRED BACKGROUND <br />- Wants someone who has Lotus Notes Administration skills<br /> - Able to handle ongoing maintenance, problem troubleshooting/resolution, light development <br /> - Any networking experience would be a plus <br />&nbsp; <br />This position is contract to hire in Saxonburg, PA.&nbsp;</blockquote>  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/lotus-notes-position-in-western-pa.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-position-in-western-pa.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Lotus Notes Error: The upgrade you are attempting is not supported</title>
<pubDate>Tue, 12 Apr 2011 15:37:18 -0400</pubDate>
<description>
<![CDATA[ 
We recently encountered this error when trying to upgrade a Lotus Notes client. The upgrade you are attempting is not supported. My Admin did a little research and found this technote on IBM's site ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-error-the-upgrade-you-are-attempting-is-not-supported.htm</link>
<category>Error Messages</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-error-the-upgrade-you-are-attempting-is-not-supported.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-error-the-upgrade-you-are-attempting-is-not-supported.htm</guid>
<content:encoded><![CDATA[ We recently encountered this error when trying to upgrade a Lotus Notes client.  <br /><blockquote>The upgrade you are attempting is not supported. </blockquote> <br /> <br />My Admin did a little research and found this <a href="https://www-304.ibm.com/support/docview.wss?uid=swg21271989"><strong><span style="text-decoration:underline">technote</span></strong></a> on IBM's site. <br /> <br />The fix? &nbsp;Update the ini to the value you need. <br />You can determine if the installation is "Client Only" or "All Client" by checking the "Installtype=" entry of the notes.ini. For a Client Only install, the value will be 6. For All Client, it will be 2. <br /> <br />Hope this tip saves you next time you run into this issue. <br /> <br />  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/lotus-notes-error-the-upgrade-you-are-attempting-is-not-supported.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-error-the-upgrade-you-are-attempting-is-not-supported.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Lotus Notes Admin opening in WV</title>
<pubDate>Wed, 30 Mar 2011 07:24:00 -0400</pubDate>
<description>
<![CDATA[ 
The Global Messaging &amp; ECM Engineer will be responsible for engineering, maintaining, and supporting the global messaging, collaboration, and enterprise content management solutions at our client. ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-admin-opening-in-wv.htm</link>
<category>Job Postings</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-admin-opening-in-wv.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-admin-opening-in-wv.htm</guid>
<content:encoded><![CDATA[ The Global Messaging &amp; ECM Engineer will be responsible for engineering, maintaining, and supporting the global messaging, collaboration, and enterprise content management solutions at our client. This includes Lotus Notes/Domino e-mail, Lotus Sametime, Lotus Traveller, Blackberry, Axway MailGate, and Microsoft SharePoint.  <br />&nbsp; <br /><strong>Essential duties and responsibilities include:</strong> <br />Engineering and architecture of the global messaging product suites, including acting as the Subject Matter Expert (SME) for one or more technologies.  <br />Creating system designs based on business and technical requirements which are consistent with established architectural standards, cost concerns, schedule constraints, and industry best practices. <br />Perform ongoing research on emerging technologies and industry best practices to identify opportunities to increase operational efficiencies and align with our client&#8217;s IT strategy. <br />Develop detailed system documentation, including technical drawings. <br />Level 3 production support of the collaboration environment. <br />Provide on-call support as part of an on-call rotation.  <br />Provide technical leadership in delivering messaging and collaboration projects and initiatives.  <br />Prioritize and work independently on multiple, varied, assignments. <br />Perform other duties as assigned <br />&nbsp; <br /><strong>KNOWLEDGE</strong>  <br />Expert level technical expertise with messaging and collaboration products and related disciplines. Strong foundational knowledge of interrelated systems such as Windows, Linux, AIX, Networking, SAN, Backups, and Disaster Recovery. Experience working in a team-oriented, collaborative environment. <br />Required experience in all of the following environments to administer and optimize.  <br />Lotus Notes and Domino (8.5.x preferred) <br />Lotus Sametime <br />Gateway/Edge technologies (Axway MailGate preferred) <br />RIM Blackberry <br />Microsoft SharePoint, Symantec Enterprise Vault, Lotus Traveler experience not required, but a plus <br /> <br /><strong>Contact:</strong> <br />Andrew Sigesmund <br /> President <br /> 847.475.9100 (P) <br /> 847.475.9200 (F) <span style="text-decoration:underline"><br /> </span><a href=mailto:ANDREWS@SATTEL2.COM><span style="text-decoration:underline">ANDREWS@SATTEL2.COM</span></a> <span style="text-decoration:underline"><br /> </span><a href="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/file:///C:/Users/russell/AppData/Local/Temp/notesB5FEAF/WWW.AMS-STAFF.COM"><span style="text-decoration:underline">WWW.AMS-STAFF.COM</span></a>   ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/lotus-notes-admin-opening-in-wv.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-admin-opening-in-wv.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>&#8217;Save as .eml&#8217; will now be an option in Lotus Notes &amp; Domino 8.5.2 fixpack 2</title>
<pubDate>Tue, 22 Mar 2011 14:20:04 -0400</pubDate>
<description>
<![CDATA[ 
stumbled across Schmhen's Blog today and his article on 8.5.2 fixpack 2. One item really stood out as a fix that was wanted by many customers. SPR# DCHR89GT3Q &#8211; Added a policy option to enable admi ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/save-as-.eml-will-now-be-an-option-in-8.5.2-fixpack-2.htm</link>
<category>Domino</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/save-as-.eml-will-now-be-an-option-in-8.5.2-fixpack-2.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/save-as-.eml-will-now-be-an-option-in-8.5.2-fixpack-2.htm</guid>
<content:encoded><![CDATA[ &nbsp;stumbled across <a href=http://schmhen.wordpress.com/><strong><span style="text-decoration:underline">Schmhen's Blog</span></strong></a><strong> </strong>today and his article on <a href="http://schmhen.wordpress.com/2011/03/21/lotus-notesdomino-8-5-2-fp2/"><strong><span style="text-decoration:underline">8.5.2 fixpack 2</span></strong></a>. &nbsp;One item really stood out as a fix that was wanted by many customers. <br /> <br /><blockquote>SPR# DCHR89GT3Q &#8211; Added a policy option to enable administrators to enable or restrict the ability for Notes client users to choose &#8220;Save as eml&#8221; under &#8220;File..Save&#8221; options from within an email.</blockquote> <br /> <br />I know for many, this was never even a question. &nbsp;Lotus Notes was just doing something that M$ had done forever. &nbsp;However, for others, it was a big stumbling block. <br /> <br />Either way, I'm happy to see they listened and the option will be there for those that really need it. &nbsp;Thanks IBM! <br /> <br />If you want to read up on the past articles, you can find it <a href="http://blog.sherpasoftware.com/blog/denny-russell/notes-852-allows-you-to-drag-a-mail-message-save-it-as-an-eml-file-my-take"><strong><span style="text-decoration:underline">here</span></strong></a>, <a href="http://www.qtzar.com/blogs/qtzar.nsf/Blog.xsp?entry=1hoe1g2eo8r9c"><strong><span style="text-decoration:underline">here</span></strong></a> and <a href="http://www-10.lotus.com/ldd/nd85forum.nsf/DateAllThreadedWeb/f1deb8d47d2ac11d852577ae0013665e?OpenDocument"><strong><span style="text-decoration:underline">here</span></strong></a>. <br /> <br />  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/save-as-.eml-will-now-be-an-option-in-8.5.2-fixpack-2.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/save-as-.eml-will-now-be-an-option-in-8.5.2-fixpack-2.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Article published on &#8217;Email Hoarding&#8217;</title>
<pubDate>Tue, 22 Mar 2011 10:00:41 -0400</pubDate>
<description>
<![CDATA[ 
I recently had an article, "Be On The Lookout For Email Hoarders" published by EnterpriseFeatures.com. It was a fun article to write and I even got to plug a few of the advantages of Lotus Notes and ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/article-published-on-email-hoarding.htm</link>
<category>Resources</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/article-published-on-email-hoarding.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/article-published-on-email-hoarding.htm</guid>
<content:encoded><![CDATA[ I recently had an article, "<a href="http://enterprisefeatures.com/2011/03/be-on-the-lookout-for-email-hoarders/"><strong><span style="text-decoration:underline">Be On The Lookout For Email Hoarders</span></strong></a><strong>"</strong> published by <a href="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/"http://enterprisefeatures.com/"><span style="text-decoration:underline">EnterpriseFeatures.com</span></a>. &nbsp;It was a fun article to write and I even got to plug a few of the advantages of Lotus Notes and Domino. &nbsp;Take a read and let me know what you think.  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/article-published-on-email-hoarding.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/article-published-on-email-hoarding.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>New IBM books coming from Packt Publishing: Support the authors</title>
<pubDate>Wed, 9 Feb 2011 15:37:01 -0400</pubDate>
<description>
<![CDATA[ 
Most of know the authors of a few of the most recent IBM books. Packt Publishing is offering a special deal this month. To celebrate the publication of four new IBM books in February, Packt Enterpri ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/new-ibm-books-coming-from-packt-publishing-support-the-authors.htm</link>
<category>Book Reviews</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/new-ibm-books-coming-from-packt-publishing-support-the-authors.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/new-ibm-books-coming-from-packt-publishing-support-the-authors.htm</guid>
<content:encoded><![CDATA[ Most of know the authors of a few of the most recent IBM books. &nbsp;<a href=http://www.packtpub.com/><strong><span style="text-decoration:underline">Packt Publishing</span></strong></a> is offering a special deal this month. <br /> <br />To celebrate the publication of four new IBM books in February, Packt Enterprise is offering an exclusive discount for all IBM books for the month. Here is the link which explains it in detail: <a href="http://www.packtpub.com/article/ibm-tuesday" target=_blank><strong><span style="text-decoration:underline">IBM Tuesday</span></strong></a>. In this campaign we'd be focusing on our latest IBM books. <br /><img  alt="Image:New IBM books coming from Packt Publishing: Support the authors" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/new-ibm-books-coming-from-packt-publishing-support-the-authors.htm/content/M2?OpenElement" /> <p>You, the readers will get to buy the books at a discount of 20%. &nbsp;So go out and support the authors we all know and love and maybe you'll learn a thing or two. &nbsp;If we want them to keep writing, we need to support them.  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/new-ibm-books-coming-from-packt-publishing-support-the-authors.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/new-ibm-books-coming-from-packt-publishing-support-the-authors.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>So what do you do with ID certification after a migration away from Domino</title>
<pubDate>Tue, 8 Feb 2011 16:17:44 -0400</pubDate>
<description>
<![CDATA[ 
A customer came to me with a very interesting question. They've used our products for years and now are migrating away from Domino to a Hosted Exchange solution. Facts: -- Each User has their own ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/so-what-do-you-do-with-id-certification-after-a-migration-away-from-domino.htm</link>
<category>Domino</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/so-what-do-you-do-with-id-certification-after-a-migration-away-from-domino.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/so-what-do-you-do-with-id-certification-after-a-migration-away-from-domino.htm</guid>
<content:encoded><![CDATA[ A customer came to me with a very interesting question. &nbsp;They've used our products for years and now are migrating away from Domino to a Hosted Exchange solution. <br /> <strong><br /> Facts:</strong> <br /> -- Each User has their own archive database currently stored on an archive server. <br /> -- The archives is stored in a .nsf format. <br /> -- The Archive files will not be migrated and the users will be required to open a Lotus Notes client to view them locally on their pc if they need to go back and read any old archived content. <br /> -- Archives will be stored on users laptop/pc. <br /> <strong><br /> The Question:</strong> <em><br /> What do we do about "Certification" of the Notes ID. &nbsp;Some are bound to expire, and all Domino servers will be retired so there is no option to recertify them. &nbsp;So what can we do to ensure they will still be able to access their archives over time?</em> <br /> <br /> The possibilities I've come up with:  <br />1. &nbsp; &nbsp; &nbsp; &nbsp;Recertify with an expiration off in the future. &nbsp;<br /> -- Set it to 50 years and you should be good.  <br />2. &nbsp; &nbsp; &nbsp; &nbsp;I believe you could remove the need for a password so they aren't prompted (but you still would have the cert issue.) <br /> -- This one I don't think is valid.  <br />3. &nbsp; &nbsp; &nbsp; &nbsp;Make the local replica of the archives and make the Default ACL as Manager, that way, they could get into the LN client without an ID and access the database. <br /> -- I'm not sure I like this one as it's not secure and anyone who gets the laptop could read it.  <br /> <br />I've thought of a few items but wanted to lean on everyone to see what others have seen done in this situation. &nbsp;Anyone have any ideas or thoughts??   ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/so-what-do-you-do-with-id-certification-after-a-migration-away-from-domino.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/so-what-do-you-do-with-id-certification-after-a-migration-away-from-domino.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Lotusphere 2011 Wrap-up</title>
<pubDate>Fri, 4 Feb 2011 06:56:39 -0400</pubDate>
<description>
<![CDATA[ 
Another Lotusphere has come and gone and it's different on so many levels. After an 'interesting' OGS, my hopes weren't as high as I had originally thought they would be, but that all changed as the ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusphere-2011-wrap-up.htm</link>
<category>Lotusphere</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusphere-2011-wrap-up.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusphere-2011-wrap-up.htm</guid>
<content:encoded><![CDATA[ Another Lotusphere has come and gone and it's different on so many levels. &nbsp;After an 'interesting' OGS, my hopes weren't as high as I had originally thought they would be, but that all changed as the week went by. &nbsp;It wasn't what was said by any speaker or in any Keynote, but rather the actions of the people who attended. &nbsp;Despite the lack of any big announcements, people had a different attitude this year. &nbsp;They were upbeat and looking forward to the year ahead. Maybe it was the beautiful weather or the fact they were away from work for a few days, but if the product showcase was any indication of what's to come, it looks to be a good year. <br /> <br /> As always, it was nice to meet up with old friends. &nbsp;There were even several, after many years of attending Lotusphere and other conferences, that I finally got to meet in person and it was great. &nbsp;Some where from Pittsburgh, or the author of book I've read (and was supposed to review), or guru's I've traded ideas and code with. &nbsp;People that I had, well, 'Get Social and Do Business' with. &nbsp;The whole theme of this years show is being lived out right now. &nbsp;We've all talked, tweeted and blogged about it. &nbsp;Quite honestly, it's how many of us have met. &nbsp;It's the way we all conduct our daily lives. <br /> <br /> So as the new year officially begins, I look forward to what lies ahead. &nbsp;See you all soon at LS12.   ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/lotusphere-2011-wrap-up.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusphere-2011-wrap-up.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Lotusphere Day 1: OGS and more</title>
<pubDate>Mon, 31 Jan 2011 23:00:52 -0400</pubDate>
<description>
<![CDATA[ 
The Good: As always, it's great to get down here and meet up with old friends, make new ones and put faces to all those people that we've learned to connect with over the year. Traffic seems to be up ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusphere-day-1-ogs-and-more.htm</link>
<category>Lotusphere</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusphere-day-1-ogs-and-more.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusphere-day-1-ogs-and-more.htm</guid>
<content:encoded><![CDATA[ <strong>The Good: </strong>As always, it's great to get down here and meet up with old friends, make new ones and put faces to all those people that we've learned to connect with over the year. <br />Traffic seems to be up at the booth and there are a lot of people moving around <br />500 College kids were brought in to expose them to the Lotus Brand <br />Beer at the Product Showcase, but isn't beer always good? <br />The opening band, Mass Ensemble  <br />The theme: Get Social. Do Business <br />Blackberry Playbook <br />Kevin Spacey - He was good, genuine and right on the mark of the theme <br /> <br /><strong>The Bad:</strong> <br />Internet connections at the hotel <br />Alistair Rennie &nbsp;asking if there were any Nerds (not a way to start your opening talk) <br />The first demo was of a Blackberry Playbook, not a Lotus product. <br />No major announcements <br /> <br /><strong>The Ugly:</strong> <br />The complete miss on the OGS. &nbsp;Yes above I said the Theme was good. &nbsp;It's a great message, just the wrong audience. &nbsp;We ALL get it. &nbsp;The ones you are trying to "Sell" this too are back in the offices in charge not sitting here. <br />1 hour 20 minutes + of the OGS and until the first demo <br />500 college students who you want to engage your software and message and you missed the boat to excite them. <br />2 Customer panels - 1 was bad enough, but never once did they mention the IBM product they used. For all we know, they may not be. <br />Panelist reading from the tele-prompter. <br /> <br />Overall, I thought message was the same one I saw last year with Project Vulcan. &nbsp;I never expected PV to be a product, it appeared as a vision which is great. &nbsp;But when we got to the demo Notes Next, it was like the same thing I remember last year. &nbsp;We are going to connect your email and everything else.  <br />  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/lotusphere-day-1-ogs-and-more.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusphere-day-1-ogs-and-more.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Lotus Domino 7.0x End of Life</title>
<pubDate>Wed, 26 Jan 2011 10:32:29 -0400</pubDate>
<description>
<![CDATA[ 
I blogged about this a long time ago here, but just wanted to remind everyone that the End of life for Domino 7.0x is coming up soon. Honestly, if you are still on this release, what is wrong ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-domino-7.0x-end-of-life.htm</link>
<category>Domino</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-domino-7.0x-end-of-life.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-domino-7.0x-end-of-life.htm</guid>
<content:encoded><![CDATA[ I blogged about this a long time ago <a href="http://lotusdr.com/LotusDR/LotusDR.nsf/dx/end-of-life-for-some-domino-versions.htm"><strong><span style="text-decoration:underline">here</span></strong></a>, but just wanted to remind everyone that the End of life for Domino 7.0x is coming up soon. <br /> <blockquote> <br /> <img  alt="Image:Lotus Domino 7.0x End of Life" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-domino-7.0x-end-of-life.htm/content/M2?OpenElement" /><br /> <img  alt="Image:Lotus Domino 7.0x End of Life" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-domino-7.0x-end-of-life.htm/content/M3?OpenElement" /><br /> </blockquote> <br /> <br /> Honestly, if you are still on this release, what is wrong with you?? &nbsp;Even if you haven't gone to 8.5x, you should be on 8.0x. &nbsp;You are missing out. <br /> <strong><br /> Lotus product lifecycle dates</strong> can be found <a href="http://www-01.ibm.com/software/lotus/support/lifecycle/"><strong><span style="text-decoration:underline">here</span></strong></a>.   ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/lotus-domino-7.0x-end-of-life.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-domino-7.0x-end-of-life.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Once again, the Domino Upgrade is as easy as 1-2-3</title>
<pubDate>Tue, 18 Jan 2011 14:21:25 -0400</pubDate>
<description>
<![CDATA[ 
Because of all the other things I've had going on recently, I haven't been able to upgrade to 8.5.2 or the Traveler release that supports Android. Last night was finally my night. 3 servers were on ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/once-again-the-domino-upgrade-is-as-easy-as-1-2-3.htm</link>
<category>Domino</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/once-again-the-domino-upgrade-is-as-easy-as-1-2-3.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/once-again-the-domino-upgrade-is-as-easy-as-1-2-3.htm</guid>
<content:encoded><![CDATA[ Because of all the other things I've had going on recently, I haven't been able to upgrade to 8.5.2 or the Traveler release that supports Android. &nbsp;Last night was finally my night. <br /> <br />3 servers were on tap for the upgrade. &nbsp;That included upgrading from 8.5.1 to 8.5.2 with a fixpack. &nbsp;1 server would have Traveler upgraded as well and appropriate fixpacks. All 3 servers were done in no time. &nbsp;I realized something in the end, it took me longer to copy the Traveler fixpacks to the server (as I forgot to do so during my initial Pre-upgrade routine) than it did to actually upgrade the Domino servers. <br /> <br />Seriously, it's that easy. &nbsp;No rip and replace. &nbsp;No user or mail file rebuilds. &nbsp;Just bring down the server, launch the .exe and away we go. <br /> <br />Let's see you do that with the 'other' email system. <br /> <br />Once again, Lotus Notes Domino for the WIN!!  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/once-again-the-domino-upgrade-is-as-easy-as-1-2-3.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/once-again-the-domino-upgrade-is-as-easy-as-1-2-3.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Lotus Notes Developer - Pittsburgh</title>
<pubDate>Wed, 15 Dec 2010 09:13:26 -0400</pubDate>
<description>
<![CDATA[ 
Not for my company but found it and wanted to pass it along. Developer Position ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-developer-pittsburgh.htm</link>
<category>Job Postings</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-developer-pittsburgh.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-developer-pittsburgh.htm</guid>
<content:encoded><![CDATA[ Not for my company but found it and wanted to pass it along. <br /> <br /><a href="http://www.linkedin.com/groupAnswers?viewQuestionAndAnswers=&amp;discussionID=37656431&amp;gid=25044&amp;trk=EML_anet_qa_ttle-cnhOon0JumNFomgJt7dBpSBA" target=_blank><strong><span style="text-decoration:underline">Developer Position</span></strong></a>  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/lotus-notes-developer-pittsburgh.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-developer-pittsburgh.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Using Twitter and the Domino Blog saved me time</title>
<pubDate>Tue, 30 Nov 2010 11:45:40 -0400</pubDate>
<description>
<![CDATA[ 
A while back, I was tasked with taking a Domino database and making a HTML based help help site from the contents of the database. I'm sure I could have used the Notes database and xPages or somethin ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/using-twitter-and-the-domino-blog-saved-me-time.htm</link>
<category>Blog</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/using-twitter-and-the-domino-blog-saved-me-time.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/using-twitter-and-the-domino-blog-saved-me-time.htm</guid>
<content:encoded><![CDATA[ A while back, I was tasked with taking a Domino database and making a HTML based help help site from the contents of the database. &nbsp;I'm sure I could have used the Notes database and xPages or something, but I'm just an Admin who plays Developer every once in a while. &nbsp;So I built what I knew I could in HTML and now I just needed all the rich text from the documents in the database to now be HTML. <br /> <br />After a quick search on the internet and no good results, I Tweeted to see if anyone knew of a good way to convert Notes rich text into HTML. &nbsp;<a href=http://twitter.com/#!/curiousmitch><span style="text-decoration:underline">@CuriousMitch</span></a> responded immediately with the thought of pasting the rich text into the Domino blog, posting it and then viewing the source. &nbsp;It would take a few steps but damn if that didn't do the trick. &nbsp;In no time, I had my rich text content with HTML tags and was pasting it in my help file. <br /> <br />Quite honestly, it was the exact fix I was looking for. &nbsp;Once again we were able to see the power of Social Media and Lotus Notes Domino. &nbsp;Thanks again to <a href=http://www.curiousmitch.com/><span style="text-decoration:underline">Mitch</span></a> for the suggestion. <br />  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/using-twitter-and-the-domino-blog-saved-me-time.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/using-twitter-and-the-domino-blog-saved-me-time.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Found a fix to my Sametime Client Issue</title>
<pubDate>Fri, 24 Sep 2010 08:38:45 -0400</pubDate>
<description>
<![CDATA[ 
Yesterday I blogged about an odd Sametime issue, and after some digging around, was able to figure out what was going on. I had a few responses on the first post and tried each with no luck. However, ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/found-a-fix-to-my-sametime-client-issue.htm</link>
<category>Sametime</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/found-a-fix-to-my-sametime-client-issue.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/found-a-fix-to-my-sametime-client-issue.htm</guid>
<content:encoded><![CDATA[ Yesterday I blogged about an<a href="http://lotusdr.com/LotusDR/LotusDR.nsf/dx/looking-for-sametime-client-help.htm?opendocument&amp;comments#anc1" target=_blank><span style="text-decoration:underline"> odd Sametime issue</span></a>, and after some digging around, was able to figure out what was going on. I had a few responses on the first post and tried each with no luck. &nbsp;However, while digging around in the person document (at one responders thoughts), I came across the culprit. <br /><img  alt="Image:Found a fix to my Sametime Client Issue" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/found-a-fix-to-my-sametime-client-issue.htm/content/M2?OpenElement" /> <br />According to the document properties, the users was the last to edit this document. &nbsp;Mystery solved. <br />  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/found-a-fix-to-my-sametime-client-issue.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/found-a-fix-to-my-sametime-client-issue.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Looking for Sametime Client help</title>
<pubDate>Thu, 23 Sep 2010 08:51:18 -0400</pubDate>
<description>
<![CDATA[ 
I've got one user in my environment that is having an odd issue. When a user tries to chat with them, the window looks like this... Notice the s &amp; 3 between their name and status. So I went int ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/looking-for-sametime-client-help.htm</link>
<category></category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/looking-for-sametime-client-help.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/looking-for-sametime-client-help.htm</guid>
<content:encoded><![CDATA[ I've got one user in my environment that is having an odd issue. &nbsp;When a user tries to chat with them, the window looks like this... <br />Notice the s &amp; 3 between their name and status. <br /><img  alt="Image:Looking for Sametime Client help" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/looking-for-sametime-client-help.htm/content/M2?OpenElement" /> <br /> <br />So I went into their preferences and updated their Geographic Location information and now it looks like this... <br />Notice the s is still there, but the 3 is gone. <br /><img  alt="Image:Looking for Sametime Client help" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/looking-for-sametime-client-help.htm/content/M3?OpenElement" />&nbsp; <br /> <br />If I remove the 'Share my location information with other users' it goes back to displaying the s &amp; 3. &nbsp;Anyone have any ideas where the s &amp; 3 are coming from? &nbsp;I've looked everywhere I can think of but no luck. <br /> <br />Appreciate any help.  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/looking-for-sametime-client-help.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/looking-for-sametime-client-help.htm?opendocument&amp;comments</wfw:comment>
</item>
</channel></rss>

