<?xml version="1.0" encoding="utf-8"?>
<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>Notes Design Blog</title>
<description>Fighting for truth, justice, and a kick-butt user experience.</description>
<link>http://www.notesdesignblog.com/NotesDesignBlog/NDBlog.nsf/</link>
<language>en-us</language>
<lastBuildDate>Wed, 10 Mar 2010 02:00:00 -0400</lastBuildDate>
<item>
<title>Share files in online meetings? </title>
<pubDate>Wed, 10 Mar 2010 02:00:00 -0400</pubDate>
<description>
<![CDATA[ 
If you share files in online meetings, I'm looking for you. I need your assistance in understanding what features are important to you when you share files from your local system, Lotus Quickr, Lot ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/share-files-in-online-meetings.htm</link>
<category>files Sametime survey</category>
<dc:creator>Velda Bartek</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/share-files-in-online-meetings.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/share-files-in-online-meetings.htm</guid>
<content:encoded><![CDATA[ If you share files in online meetings, I'm looking for you. &nbsp; <br /> <br />I need your assistance in understanding what features are important to you when you share files from your local system, Lotus Quickr, Lotus Connections, LotusLive, or other file sharing applications in Sametime Meetings. <br /> <br />Your responses will be used to assist the Sametime Meetings UX team as we consider how to improve file sharing in online meetings. &nbsp; <br /> <br />Please take 5 minutes to <a href="http://tinyurl.com/files-in-online-mtgs">rate the 16 features in this brief study.</a> &nbsp;The study will be open until Monday, 3/22/10. <br /> <br />I look forward to seeing what you think. <br /> <br />Velda Bartek <br />  ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/share-files-in-online-meetings.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/share-files-in-online-meetings.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>How to let users define their own default font for Rich text fields</title>
<pubDate>Tue, 9 Mar 2010 10:29:57 -0400</pubDate>
<description>
<![CDATA[ 
Terrific Template users, If you have users who like to always use certain colors or fonts when writing in rich text fields, here's a tip on how to let them set their own and then make it the default f ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-let-users-define-their-own-default-font-for-rich-text-fields.htm</link>
<category></category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-let-users-define-their-own-default-font-for-rich-text-fields.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-let-users-define-their-own-default-font-for-rich-text-fields.htm</guid>
<content:encoded><![CDATA[ Terrific Template users, <br />If you have users who like to always use certain colors or fonts when writing in rich text fields, here's a tip on how to let them set their own and then make it the default for themselves. (Thanks to Mike Carroll for this tip).  <br /> <br />Use this trick in any template to allow users to use their own font for rich text fields. &nbsp;To accomplish this the following must happen. <br /> <ol> <li value=1>The Template developer needs to create a Permanent Style (ex. MyRichTextStyle) and apply it to the paragraph containing the rich text field that is going to have this capability. <table border> <tr valign=top> <td bgcolor=#c0c0c0><strong>How to create the Permanent Style in designer template</strong> <tr valign=top> <td> <ol type=a> <li value=1>Place cursor in the paragraph containing the richtext field (will not work in a table) <li value=2>Bring up Infobox to Text Properties <li value=3>Set Font properties to be used in the Permanent Style <li value=4>Set Paragraph Properties to be used in Permanent Style (Note that in this case you skip this step as they will be set already to what you want) <li value=5>Go to last tab in Text Properties <li value=6>Select "Create Style..." <li value=7>Enter the style name <strong>StyleXYZ </strong>and select &nbsp;"Make Style Available for all documents" (Include Font should be left selected) Press OK <li value=8></ol></table> <li value=2>Now user needs to create their version of that Permanent Style. &nbsp;In other words they have to create a Permanent Style with the same name as the one in the template.That's it. &nbsp;Next time the user creates a new document using the form the user's new font attributes will be used instead of the designer's font. <table border> <tr valign=top> <td bgcolor=#c0c0c0><strong>How user is to create their Permanent Style</strong> <tr valign=top> <td> <ol type=a> <li value=1>Create a new document using the form from above. <li value=2>Place cursor in the richtext field from above <li value=3>Bring up Infobox to Text Properties <li value=4>Set Font properties to be used in the Permanent Style <li value=5>Set Paragraph Properties to be used in Permanent Style (Note that in this case you skip this step as they will be set already to what you want) <li value=6>Go to last tab in Text Properties <li value=7>Select "Create Style..." <li value=8>Enter the style name <strong>StyleXYZ </strong>and select &nbsp;"Make Style Available for all documents" (Include Font should be left selected) Press OK &nbsp;(Name must be exactly the same) <li value=9></ol></table></ol> <br /> <br />And, &nbsp;before you ask, while the trick above does work, &nbsp;yes we are thinking about making the ability to set your own default font a little more user friendly. But until we ship that, you can use the trick above.   ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/how-to-let-users-define-their-own-default-font-for-rich-text-fields.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-let-users-define-their-own-default-font-for-rich-text-fields.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Please consider voting for the Lil Iguana Children&#8217;s safety foundation so that they get a grant</title>
<pubDate>Thu, 4 Mar 2010 08:08:06 -0400</pubDate>
<description>
<![CDATA[ 
Hi friends, this is a purely personal post that has nothing to do with IBM Lotus. My children have benefitted from the "Lil Iguana" children's safety programs. The Lil Iguana foundation is a local (N ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/please-consider-voting-for-the-lil-iguana-childrens-safety-foundation-so-that-they-get-a-grant.htm</link>
<category></category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/please-consider-voting-for-the-lil-iguana-childrens-safety-foundation-so-that-they-get-a-grant.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/please-consider-voting-for-the-lil-iguana-childrens-safety-foundation-so-that-they-get-a-grant.htm</guid>
<content:encoded><![CDATA[ Hi friends, this is a purely personal post that has nothing to do with IBM Lotus. <br /> <br />My children have benefitted from the "Lil Iguana" children's safety programs. The Lil Iguana foundation is a local (Nashua NH) organization and they are in the running for a grant from Pepsi. &nbsp;People get to vote for the charities they think should receive the money. &nbsp;Please feel free to check out -- and vote for - the Lil Iguana foundation. ( think only USA-based people are supposed to vote) <br /> <br />You can learn more about Lil Iguana, and the Pepsi Refresh project here: <br /> <br />http://www.refresheverything.com/liliguana <br /> <br />Thanks.  ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/please-consider-voting-for-the-lil-iguana-childrens-safety-foundation-so-that-they-get-a-grant.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/please-consider-voting-for-the-lil-iguana-childrens-safety-foundation-so-that-they-get-a-grant.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Please review and comment on this DRAFT of a CIO persona</title>
<pubDate>Sun, 28 Feb 2010 15:03:06 -0400</pubDate>
<description>
<![CDATA[ 
Customers and business partners: Please review and comment on my DRAFT of a CIO persona, below. Ideally, feel free to share it with YOUR CIO and see if it fits him or her-- and if not where I can revi ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/pleaes-review-and-comment-on-this-draft-of-a-cio-persona.htm</link>
<category>persona</category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/pleaes-review-and-comment-on-this-draft-of-a-cio-persona.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/pleaes-review-and-comment-on-this-draft-of-a-cio-persona.htm</guid>
<content:encoded><![CDATA[ Customers and business partners: <br />Please review and comment on my DRAFT of a CIO persona, below. Ideally, feel free to share it with YOUR CIO and see if it fits him or her-- and if not where I can revise it. &nbsp;For example, I am wondering if I am taking a broad enough view of what a CIO worries about -- I do not have much about different operating system worries, or &nbsp;hardware upgrades or organizational issues like whether all the "telephone PBX people" should get retrained as network engineers and report to the CIO.  <br /> <br />How we plan to use a CIO persona: We do not plan to use this CIO persona much in the DESIGN of the UI of our products-- the CIO is generally too technical, too much of a power user. Rather, this persona is being created at the request of Alistair Rennie, our general manager, who wants to have a person that the sales and technical sales people can keep in mind as they are crafting &nbsp;presentations, proposals and oher materials and conversations. <br /> <br />So, feel free to provide any kind of feedback that you think would be helpful for a persona that sales and technical sales can use. I look forward to your comments by Friday March 5. Thanks in advance, <br />Mary Beth <br /> <table width=100%> <tr valign=top> <td width=15%> <td width=84%><strong>&nbsp;</strong><strong>Madison "Gus" Armand - CIO of Renovations</strong> <tr valign=top> <td><img  alt="Image:Please review and comment on this DRAFT of a CIO persona" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/pleaes-review-and-comment-on-this-draft-of-a-cio-persona.htm/content/M2?OpenElement" /> <td>"The closer we get to products and the customer, the more value we add for them" <br />"The balance between new projects and cost control is the dichotomy of my life"  <br /> <br />Madison manages a staff of 16 in the IT Communications organization. Her organization is responsible for things from an External-facing Web Architecture, Web Content, Messaging and collaboration, to application development.  <br /> <br />Renovations is a chain of home improvement stores. For more information about Renovations, see here: https://camdb07.lotus.com/u_dir/UXAssetLib.nsf/Companies/Renovations</table> <br /> <br /><strong>Summary</strong> <br />Madison "Gus" came on board as the CIO of Renovations 3 years ago and quickly rolled out a BES server and Blackberries to all the execs. This prompted VP of Marketing Ted Amado to call her a "Gust of fresh air". &nbsp;Thus, the "Gus" nickname was born-- along with the expectation that she was going to achieve a lot, and quickly. <br /> <br />Gus sees her job as mainly balancing cost cutting in IT with adding value through technology. &nbsp;She thinks it important to balance a few other things, for example, being pragmatic while also being a visionary. &nbsp;She is also struggling to balance being an inspiring IT manager (which she loves to do and is excellent at) and being a collaborative business leader for Renovations as a whole (this is a challenge for her). <br /> <br /><strong>Work Goals</strong> <br />Gus's broader work goals are to: <ul> <li>Achieve a higher return on IT investments <ul> </li><li>Cut costs  </li><li>She's actively looking at which capabilities to move to "cloud"/SaaS", what the security issues might be and how to integrate them into what Renovations already has on premises. &nbsp; (Her friend, the CIO of &nbsp;a local university just moved to a Google suite, and Gus is following that closely) </li><li>She's investigating how many employees she can convert to "Web-only" users. She hopes having fewer installed clients mean less support work for her dwindling staff) </li></ul> <li>Investigating whether to suggest a move to IBM Lotus &nbsp;Symphony -- initial cost savings are great, but needs to quantify learning costs, etc. </li><li>Is trying to justify getting rid of all pagers; she feels they are obsolete </li><li>Find new ways to meet customers needs <ul> </li><li>Her team has "duelling pilots" of Lotus Connections and Jive to see which offers better "social networking" integration into their current infrastructure. The infrastructure includes not only Notes/Domino but increasing amounts of Sharepoint. &nbsp;These tools have GOT to install and integrate quickly and easily with what Renovations already has. (This project worries her more than any other-- the whole "Social networking" thing is the rage now, bit it's difficult to get solid data on ROI for this.)</li></ul> <li>Give employees new technologies that will make them more productive <ul> </li><li>Her team in researching Unified telephony and unified communications (including video) across several vendors. </li><li>Her team is setting up an "Alloy" pilot - Notes and SAP to see what kind of a productivity boost it might cause </li></ul> <li>Plan for future IT needs and have the data necessary to support her plans.  </li><li>She is constantly evaluating whether to build custom apps or buy, and from which vendors? </li><li>Assimilate recent acquisitions (sometimes small, sometimes large) and standardize their IT processes and tools to be in line with the corporate ones </li><li>Be able to proactively advise the business and do things differently to realize greater returns</li></ul> <br />Her narrower goals are to make sure: <ul> <li>Her staff keeps the website securely up and running with a good response time (Portal), and the web content up to date and accurate.  </li><li>Her staff keeps the servers (Sharepoint, Domino, BES, Sametime, SAP, other app servers) securely up and running  </li><li>Her application developers are assigned to the right projects and build apps that have real return for Renovations (using the right technology. &nbsp;Xpages? &nbsp;.net? ) </li><li>Be a good manager, and provide career opportunities for her staff</li></ul> <br /><strong>Work Life</strong> <br />Gus took this job because she saw that Renovations already had a strong centralized IT organization, but had not yet really leveraged the centralization to standardize or automate processes. She also felt strongly that she could provide better business intelligence so that the organization as a whole could &nbsp;take marketing analysis to a higher level and improve buying behavior, and increase advertising ROI. &nbsp;Gus usually works a 60-hour work week, coming to the office all 5 days of the week, and often putting on late and/or early hours based on which remote subsidiaries she needs to meet with. She spends about 20% of that time generating &nbsp;buy-in for her plans. &nbsp;The Blackberry &nbsp;roll-out was a clear and easy "ROI" thing; now she needs to plan the future for their custom app -- should she "web/Blackberry" enable her Notes apps? &nbsp;Redo them in Xpages? Move them entirely to Sharepoint? She focuses a little over a day a week on cutting costs. <br /> <br /><strong>Work Tools</strong> <br />Gus has several machines-- a T61p laptop running Windows 7, a Macbook ( to understand the needs of the marketing dept), and a desktop running Redhat Linux - right now, mainly as a proof of concept.  <br />To do her job she uses the following additional things: <br /><strong>Tools</strong> <table width=100%> <tr valign=top> <td width=50%>Software <ul> <li>VPN connections </li><li>Lotus Notes: mail, calendar, contacts, to dos, databases </li><li>Microsoft Project </li><li>Microsoft Office 2007 and 2010 </li><li>Sametime Instant Messaging </li><li>Sametime Meetings  </li><li>Audio Conferencing </li><li>Video Conferencing &nbsp; </li><li>Web Browsers - Internet Explorer, Firefox, and Chrome, although Renovations standardized on IE</li></ul> <td width=50%>Hardware <ul> <li>Desktop computer </li><li>Laptop computer </li><li>Wireless connections </li><li>Telephone: land line, mobile, and pilot VOIP device </li><li>Blackberry (email, calendar and Sametime IM) </li><li>Multi-function device (for scanning in expense reports)  </li><li>She also has her own personal iPhone</li></ul></table> <br /><strong>Personal Information</strong> <br />Gus is a divorced Mother of two boys. Her oldest son is in graduate school at the University of Chicago and lives on his own. &nbsp;Her younger son still lives with her in their house in Glenview, Ill, and has a short commute to Northwestern university. <strong>&nbsp;</strong>She has a macaw named "Picard" , whom she taught to say "Make it so" and "Tea, Earl gray, hot." &nbsp;He taught himself how to say "Turn off the crackberry." She recently took up golf (to enhance her career opportunities and just for fun).<strong> </strong> <br /><strong>Picture of Picard hanging out on her son's hand:</strong> <br /><img  alt="Image:Please review and comment on this DRAFT of a CIO persona" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/pleaes-review-and-comment-on-this-draft-of-a-cio-persona.htm/content/M3?OpenElement" />  ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/pleaes-review-and-comment-on-this-draft-of-a-cio-persona.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/pleaes-review-and-comment-on-this-draft-of-a-cio-persona.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Regarding Andy&#8217;s blog posting abotu the &quot;going to the wrong replica&quot;</title>
<pubDate>Thu, 25 Feb 2010 16:42:58 -0400</pubDate>
<description>
<![CDATA[ 
Over on Andy Pedisch's blog today he asked about a recurring "goes to the wrong replica" issue Here is how it is supposed to work. There was a bug (now fixed but I do not know which release, I thin ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/regarding-andys-blog-posting-abotu-the-going-to-the-wrong-replica.htm</link>
<category></category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/regarding-andys-blog-posting-abotu-the-going-to-the-wrong-replica.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/regarding-andys-blog-posting-abotu-the-going-to-the-wrong-replica.htm</guid>
<content:encoded><![CDATA[ Over on <a href="http://www.andypedisich.com/blogs/andysblog.nsf/dx/two-quick-things-on-this-snowy-morning.htm?opendocument&amp;comments">Andy Pedisch's blog</a> today &nbsp;he asked about a recurring "goes to the wrong replica" issue  <br />Here is how it is supposed to work.  <br />There was a bug (now fixed but I do not know which release, I think in 8.5.1) introduced in Notes 8.0 in which the last used replica was used even on startup. <br /> <br />There is a location document and it has: <br /> <br /><img  alt="Image:Regarding Andy&#8217;s blog posting abotu the &quot;going to the wrong replica&quot;" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/regarding-andys-blog-posting-abotu-the-going-to-the-wrong-replica.htm/content/M2?OpenElement" /> <br /> <br />which specifies either use server or local copy. <br /> <br />The behavior is suppose to be: <ul> <li>During a Notes session, the 1st time mail is opened it is based on this document. </li><li>Subsequent opens of mail during the session will open the last used replica.</li></ul> <br /> <br />Thanks to Paul Joviak for explaining the history to me. <br />  ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/regarding-andys-blog-posting-abotu-the-going-to-the-wrong-replica.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/regarding-andys-blog-posting-abotu-the-going-to-the-wrong-replica.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Talk on the phone?  Take 5 minutes and talk to us.</title>
<pubDate>Wed, 24 Feb 2010 02:00:00 -0400</pubDate>
<description>
<![CDATA[ 
Hi, everyone. This is Velda and Michelle. We are members of the WPLC User Experience team. We work with Mary Beth and the other User Experience team members that you frequently talk with. We are f ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/talk-on-the-phone-take-5-minutes-and-talk-to-us..htm</link>
<category>Sametime</category>
<dc:creator>Velda Bartek</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/talk-on-the-phone-take-5-minutes-and-talk-to-us..htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/talk-on-the-phone-take-5-minutes-and-talk-to-us..htm</guid>
<content:encoded><![CDATA[ Hi, everyone. <br /> <br />This is Velda and Michelle. &nbsp;We are members of the WPLC User Experience team. &nbsp;We work with Mary Beth and the other User Experience team members that you frequently talk with. <br /> <br />We are focusing on phone support in our Sametime set of offerings. <br /> <br />We would love to hear how you commonly use your phone. &nbsp; <br /> <br />Here's a <a href="https://server.userzoom.com/uz/auto.asp?sp=81251178A51CDF11ADAC0019BBCA1734">brief survey</a> that asks you twelve questions about your phone usage. &nbsp;In 5 minutes, you can provide us with invaluable input to the future design direction of the Sametime offerings. <br /> <br />Velda Bartek and Michelle Cooper <br />  ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/talk-on-the-phone-take-5-minutes-and-talk-to-us..htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/talk-on-the-phone-take-5-minutes-and-talk-to-us..htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Here is an opportunity to tell the internationalization team what you think about Lotus Product &quot;consumability&quot;</title>
<pubDate>Mon, 22 Feb 2010 04:00:00 -0400</pubDate>
<description>
<![CDATA[ 
Customers, I invite you to take the consumability experience survey (link below). My colleagues in IBM's internationalization tea are conducting a survey, and would like your input. Generally, they ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/here-is-an-opportunity-to-tell-the-internationalization-team-what-you-think-about-lotus-product-consumability.htm</link>
<category></category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/here-is-an-opportunity-to-tell-the-internationalization-team-what-you-think-about-lotus-product-consumability.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/here-is-an-opportunity-to-tell-the-internationalization-team-what-you-think-about-lotus-product-consumability.htm</guid>
<content:encoded><![CDATA[ Customers, <br /> I invite you to take the consumability experience survey (link below). My colleagues in IBM's internationalization tea are conducting a survey, and would like your input. &nbsp;Generally, they are looking for customer satisfaction information related to several aspects of IBM products. &nbsp;You can respond to the survey for any IBM product, but obviously, they've asked me to help gather some additional responses as it relates to Lotus software. &nbsp;The survey questions are detailed and ask about aspects such as the ease of doing business with IBM, finding product information, first impressions of using IBM products, integration with your existing environment, and other aspects of deploying IBM software. <br /> <br /> Please forward to your friends who might like to take it in these languages rather than English:<br /> Brazilian Portuguese, Simplified Chinese, Traditional Chinese, Korean, Japanese, German, Spanish, French, and Italian. &nbsp;We'd *really* value some input from IBM clients in countries where those languages are spoken. <br /> The survey is somewhat detailed and probably takes 20-30 minutes to fill out in full. &nbsp;We would really appreciate your input! <br /> And, in case the request looks familiar-- this is the same request Ed Brill blogged about in October-- we're sending out another request, hoping to get more feedback, IF you already responded from Ed's blog, you don't have to respond again.<br /> <br /> Link:<a href="https://www-950.ibm.com/survey/oid/wsb.dll/studies/consumabilitywebform.htm?icode=designblog">Consumability Survey</a> &nbsp;(if it does not auto-populate, please use invitation code DesignBlog)   ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/here-is-an-opportunity-to-tell-the-internationalization-team-what-you-think-about-lotus-product-consumability.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/here-is-an-opportunity-to-tell-the-internationalization-team-what-you-think-about-lotus-product-consumability.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>How to add a web app THAT REQURES AUTHENTICATION to your sidebar</title>
<pubDate>Fri, 19 Feb 2010 09:44:28 -0400</pubDate>
<description>
<![CDATA[ 
My last post explained how to add a web app to your sidebar-- in this post, I explain how to add a web app that requires authentication to your sidebar. This includes web apps like gmail, twitter and ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-app-that-requres-authentication-to-your-sidebar.htm</link>
<category>sidebar</category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-app-that-requres-authentication-to-your-sidebar.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-app-that-requres-authentication-to-your-sidebar.htm</guid>
<content:encoded><![CDATA[ My last post explained how to add a web app to your sidebar-- in this post, I explain how to add a web app that requires authentication to your sidebar. This includes web apps like gmail, twitter and so on. <br />In this example, I'm going to use Twittergadget. <br /> <br /><img  alt="Image:How to add a web app THAT REQURES AUTHENTICATION to your sidebar" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-app-that-requres-authentication-to-your-sidebar.htm/content/M2?OpenElement" /> <br /> <br /> <br /><img  alt="Image:How to add a web app THAT REQURES AUTHENTICATION to your sidebar" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-app-that-requres-authentication-to-your-sidebar.htm/content/M3?OpenElement" /> <br /> <br />The Configure a Widget wizard opens and detects two options from the context: Configure a component from this web page or Configure a component from a form on this web page. <p>Choose the first option: “This Web Page…(HTTP GET)” <p>Check the “authentication required” check box at the bottom and click Next <p><img  alt="Image:How to add a web app THAT REQURES AUTHENTICATION to your sidebar" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-app-that-requres-authentication-to-your-sidebar.htm/content/M4?OpenElement" /> <br /> <br /> <br /><img  alt="Image:How to add a web app THAT REQURES AUTHENTICATION to your sidebar" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-app-that-requres-authentication-to-your-sidebar.htm/content/M5?OpenElement" /> <br /> <br /><img  alt="Image:How to add a web app THAT REQURES AUTHENTICATION to your sidebar" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-app-that-requres-authentication-to-your-sidebar.htm/content/M6?OpenElement" /> <br /> <br /><img  alt="Image:How to add a web app THAT REQURES AUTHENTICATION to your sidebar" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-app-that-requres-authentication-to-your-sidebar.htm/content/M7?OpenElement" /> <br /> <br /><img  alt="Image:How to add a web app THAT REQURES AUTHENTICATION to your sidebar" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-app-that-requres-authentication-to-your-sidebar.htm/content/M8?OpenElement" /> <br /> <br /><img  alt="Image:How to add a web app THAT REQURES AUTHENTICATION to your sidebar" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-app-that-requres-authentication-to-your-sidebar.htm/content/M9?OpenElement" /> <br /> <br /><img  alt="Image:How to add a web app THAT REQURES AUTHENTICATION to your sidebar" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-app-that-requres-authentication-to-your-sidebar.htm/content/M10?OpenElement" /> <br /> <br /><img  alt="Image:How to add a web app THAT REQURES AUTHENTICATION to your sidebar" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-app-that-requres-authentication-to-your-sidebar.htm/content/M11?OpenElement" /> <br /> <br /><img  alt="Image:How to add a web app THAT REQURES AUTHENTICATION to your sidebar" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-app-that-requres-authentication-to-your-sidebar.htm/content/M12?OpenElement" />  ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/how-to-add-a-web-app-that-requres-authentication-to-your-sidebar.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-app-that-requres-authentication-to-your-sidebar.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>How to add a web page to the sidebar </title>
<pubDate>Thu, 18 Feb 2010 05:00:00 -0400</pubDate>
<description>
<![CDATA[ 
In this post I explain how to add a web page to the sidebar. Since the aspect ration of the sidebar is "tall and skinny" I find that pages like the Digg iPhone app work the best. Thus, I'll be using ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-page-to-the-sidebar-.htm</link>
<category>sidebar</category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-page-to-the-sidebar-.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-page-to-the-sidebar-.htm</guid>
<content:encoded><![CDATA[ In this post &nbsp;I explain how to add a web page to the sidebar. Since the aspect ration of the sidebar is "tall and skinny" I find that pages like the Digg iPhone app work the best. Thus, I'll be using the Digg iPhone app. <br /><img  alt="Image:How to add a web page to the sidebar " border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-page-to-the-sidebar-.htm/content/M2?OpenElement" /> <br /> <br /><img  alt="Image:How to add a web page to the sidebar " border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-page-to-the-sidebar-.htm/content/M3?OpenElement" /> <br /><img  alt="Image:How to add a web page to the sidebar " border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-page-to-the-sidebar-.htm/content/M4?OpenElement" /> <br /><img  alt="Image:How to add a web page to the sidebar " border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-page-to-the-sidebar-.htm/content/M5?OpenElement" /> <br /><img  alt="Image:How to add a web page to the sidebar " border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-page-to-the-sidebar-.htm/content/M6?OpenElement" /> <br /> <br /><img  alt="Image:How to add a web page to the sidebar " border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-page-to-the-sidebar-.htm/content/M7?OpenElement" /> <br /> <br /><img  alt="Image:How to add a web page to the sidebar " border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-page-to-the-sidebar-.htm/content/M8?OpenElement" /> <br /> <div align=center> <br /></div>  ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/how-to-add-a-web-page-to-the-sidebar-.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-web-page-to-the-sidebar-.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Review of IBM Lotus Notes and Domino 8.5.1: The Upgrader&#8217;s Guide</title>
<pubDate>Wed, 17 Feb 2010 10:08:42 -0400</pubDate>
<description>
<![CDATA[ 
PACKT publishing asked me if I'd like to review their new book: IBM Lotus Notes and Domino 8.5.1: the Upgrader's Guide. I welcomed the opportunity to see what other people and organizations think ar ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/review-of-ibm-lotus-notes-and-domino-8.5.1-the-upgraders-guide.htm</link>
<category></category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/review-of-ibm-lotus-notes-and-domino-8.5.1-the-upgraders-guide.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/review-of-ibm-lotus-notes-and-domino-8.5.1-the-upgraders-guide.htm</guid>
<content:encoded><![CDATA[ PACKT publishing asked me if I'd like to review their new book: &nbsp;IBM Lotus Notes and Domino 8.5.1: the Upgrader's Guide. I welcomed the opportunity to see what other &nbsp;people and organizations think are the important parts of upgrading. <br /> <br /> The book is written with an informal, easy-to-understand style. It starts logically with a list of the new features in the client, followed by new features in the server, and then application development. It has lots of screenshots, which I think makes a world of different to people trying to understand what is new -- or simply what might be important to their organization-- in a new release. &nbsp; <br /> <br /> Most of the chapters divide "what's new" into what's new in Notes /Domino 8 and then what's new in 8.5, which I think is very helpful. &nbsp;The title of the book is 8.5.1 and I was disappointed that &nbsp;the chapter on what's new in the client did not actually cover any of the new things in 8.5.1 (although they did a good job with what was new in 8.0 and 8.5). Nor did it cover much of anything about &nbsp;Widgets or Live Text (which appeared in Notes 8.0.1). &nbsp;It could be that they didn't think these &nbsp;things were significant enough to warrant the space, but even a simple list of what was new in the 8.5.1 client would have been nice for completeness and for fidelity with the title. &nbsp;<a href="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/notes-8.5.1-is-generally-available-today-here-is-a-presentation-that-covers-most-of-what-is-new.htm"><span style="text-decoration:underline">Here is a list of what Client enhancements are in Notes 8.5.1</span></a> <br /> <br /> While the organization of the book overall makes a logical progression from Client, to server to application development, &nbsp;it feels like chapter 10 on "Domino 8.5" enhancements was tacked on at the end. I read through chapter 4, entitled "Lotus Domino 8.5 Server Enhancements", flipping through it several times asking myself &nbsp;"where is DAOS? How could they have missed DAOS" -- then I found it -- and ID Vault and a few other things-- covered AFTER the application development chapters, in chapter 10. <br /> <br /> For upgraders, I think that the chapters on deployment enhancements, specific upgrading tips, and coexistence between Notes/Domino releases will be the most valuable. &nbsp;No upgrader's guide would be complete with out a hefty section on what's going on with development-- and this book gives a good overview of Domino Designer in Eclipse, Xpages, and even a little section on the blog template (which, of course, I am using to write this review). <br /> <br />  I was happy to see the chapter on "Integration with other Lotus/IBM Products. " It provided a good overview of &nbsp;some of the major considerations, and also, simply because the chapter is there, it gets readers to think not only of one product, but also about the various products in the Lotus portfolio. <br /> <br /> I was also pleased to see the chapter on "Lotus Notes 8.5 and SOA" because it provides a broader picture of how Notes and Domino plays a part in the overall IBM "Services-Oriented Architecture" approach. <br /> <br /> The book is available in English as hardcopy or as a PDF, ISBN: 13-978-1-847199-28-7. More about it here: <br /><a href="http://www.packtpub.com/ibm-lotus-notes-and-domino-8-5-1-upgraders-guide/book?utm_source=notesdesignblog.com&amp;utm_medium=bookrev&amp;utm_content=blog&amp;utm_campaign=mdb_002293">http://www.packtpub.com/ibm-lotus-notes-and-domino-8-5-1-upgraders-guide/book?utm_source=notesdesignblog.com&amp;utm_medium=bookrev&amp;utm_content=blog&amp;utm_campaign=mdb_002293</a> <br /> <br />   ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/review-of-ibm-lotus-notes-and-domino-8.5.1-the-upgraders-guide.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/review-of-ibm-lotus-notes-and-domino-8.5.1-the-upgraders-guide.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>How to add a widget from the Lotus Greenhouse Catalog</title>
<pubDate>Wed, 17 Feb 2010 02:00:00 -0400</pubDate>
<description>
<![CDATA[ 
This post explains how to add a widget from the Lotus Greenhouse catalog, Specifically, how to track local gas prices in a sidebar panel. Go to the Lotus Greenhouse Web site and log on: greenhouse.L ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-widget-from-the-lotus-greenhouse-catalog.htm</link>
<category>widget</category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-widget-from-the-lotus-greenhouse-catalog.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-widget-from-the-lotus-greenhouse-catalog.htm</guid>
<content:encoded><![CDATA[ <strong>&nbsp;This post explains how to add a widget from the Lotus Greenhouse catalog, Specifically, how to track local gas prices in a sidebar panel.</strong> <br /> <br />Go to the Lotus Greenhouse Web site and log on: greenhouse.Lotus.com <p>You must register to use it <p>You must use a business email address.  <p>Here's a screenshot of the catalog as it is today (tho do not be alarmed if they change the look; which is what they did the night before my Lotusphere presentation and then, in front of a crowd, I could not find the log-in ling and got totally flummoxed.) <p><img  alt="Image:How to add a widget from the Lotus Greenhouse Catalog" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-widget-from-the-lotus-greenhouse-catalog.htm/content/M2?OpenElement" /> <br /> <br /> <br /> <br /><img  alt="Image:How to add a widget from the Lotus Greenhouse Catalog" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-widget-from-the-lotus-greenhouse-catalog.htm/content/M3?OpenElement" /> <br /> <br /><img  alt="Image:How to add a widget from the Lotus Greenhouse Catalog" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-widget-from-the-lotus-greenhouse-catalog.htm/content/M4?OpenElement" /> <br /> <br /> <br /><img  alt="Image:How to add a widget from the Lotus Greenhouse Catalog" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-widget-from-the-lotus-greenhouse-catalog.htm/content/M5?OpenElement" /> <br />This next step is a bit odd, but drag and drop is the only way we can make it work right now. (I hope to improve this) <br /><img  alt="Image:How to add a widget from the Lotus Greenhouse Catalog" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-widget-from-the-lotus-greenhouse-catalog.htm/content/M6?OpenElement" /> <br /> <br /><img  alt="Image:How to add a widget from the Lotus Greenhouse Catalog" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-widget-from-the-lotus-greenhouse-catalog.htm/content/M7?OpenElement" /> <br /><img  alt="Image:How to add a widget from the Lotus Greenhouse Catalog" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-widget-from-the-lotus-greenhouse-catalog.htm/content/M8?OpenElement" /> <br /> <br /><img  alt="Image:How to add a widget from the Lotus Greenhouse Catalog" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-widget-from-the-lotus-greenhouse-catalog.htm/content/M9?OpenElement" /> <br /> <br /><img  alt="Image:How to add a widget from the Lotus Greenhouse Catalog" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-widget-from-the-lotus-greenhouse-catalog.htm/content/M10?OpenElement" />  ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/how-to-add-a-widget-from-the-lotus-greenhouse-catalog.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-a-widget-from-the-lotus-greenhouse-catalog.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>How to add any Notes view  to the Search toolbar as a search scope that&#8217;s alwlays available</title>
<pubDate>Tue, 16 Feb 2010 02:00:00 -0400</pubDate>
<description>
<![CDATA[ 
Serious searchers: I hope that you are enjoying using the search toolbar in the upper left of your screen (in addition to, or instead of, the "search this view" command.) This screenshot is what I mea ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-any-notes-view-to-the-search-toolbar-as-a-search-scope-thats-alwlays-available.htm</link>
<category>search</category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-any-notes-view-to-the-search-toolbar-as-a-search-scope-thats-alwlays-available.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-any-notes-view-to-the-search-toolbar-as-a-search-scope-thats-alwlays-available.htm</guid>
<content:encoded><![CDATA[ Serious searchers: <br />I hope that you are enjoying using the search toolbar in the upper left of your screen (in addition to, or instead of, the "search this view" command.) <br />This screenshot is what I mean by the search toolbar: <br /> <br /><img  alt="Image:How to add any Notes view  to the Search toolbar as a search scope that&#8217;s alwlays available" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-any-notes-view-to-the-search-toolbar-as-a-search-scope-thats-alwlays-available.htm/content/M2?OpenElement" /> <br />One of the most useful things about this search toolbar is that you can be in one application (like your home-gown app), and search another without going to it, opening the correct view, and starting the search. <br />We give you a set of scopes by default-- Mail, Calendar, Contacts.  <br />For example, I can be in some CRM app and with that CRM app open, go search my mail for some info I might need as I am working in the CRM app.  <br /> <br />The problem I'm blogging about today:<br /> Let's say you are often in Mail, and you want to search some OTHER Notes app. (for me it's the UI spec database, but in my example below, it's the personal notebook--aka journal). <br />I (or any person who has "widgets" turned on") can add whatever Notes app they want to the search scopes). <br /> <br />This means that I can start a search of the Notebook at any time, up in this toolbar, no matter what other app I am currently in.  <br />This screenshot &nbsp;show that when I have some other app open, all I have to do is click the link "Always Show in Search list" to have it always show up!  <br /><img  alt="Image:How to add any Notes view  to the Search toolbar as a search scope that&#8217;s alwlays available" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-any-notes-view-to-the-search-toolbar-as-a-search-scope-thats-alwlays-available.htm/content/M3?OpenElement" /> <br /> <br />When you click it, you get this dialog: <br /><img  alt="Image:How to add any Notes view  to the Search toolbar as a search scope that&#8217;s alwlays available" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-any-notes-view-to-the-search-toolbar-as-a-search-scope-thats-alwlays-available.htm/content/M4?OpenElement" /> <br /> <br /> <br /><img  alt="Image:How to add any Notes view  to the Search toolbar as a search scope that&#8217;s alwlays available" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-any-notes-view-to-the-search-toolbar-as-a-search-scope-thats-alwlays-available.htm/content/M5?OpenElement" /> <br /><br />  <br />Now, what if you are an admin and your organization decides that EVERYBODY should automatically have the CRM app as a search scope up there?<br /> NO PROBLEM! Just do this:<br /> 1. Open the app to whatever view you want as the search scope. ( (if it's a java view,just hold down CTRL+ALT) <br />2. Click the Middle Widget toolbar button as shown below. <br /><img  alt="Image:How to add any Notes view  to the Search toolbar as a search scope that&#8217;s alwlays available" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-any-notes-view-to-the-search-toolbar-as-a-search-scope-thats-alwlays-available.htm/content/M6?OpenElement" /> <br /> <br />FILL OUT THE WIZARD AS SHOWN BELOW: <br /><img  alt="Image:How to add any Notes view  to the Search toolbar as a search scope that&#8217;s alwlays available" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-any-notes-view-to-the-search-toolbar-as-a-search-scope-thats-alwlays-available.htm/content/M7?OpenElement" /> <br /> <br />Once you have the widget, you can put it in a widget catalog and push it out to people. I'll blog more about that in future postings, or you can read about it by reading the Administration section of the Lotusphere slides (posted on Feb 9). <div align=center> <br /></div> <br />  ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/how-to-add-any-notes-view-to-the-search-toolbar-as-a-search-scope-thats-alwlays-available.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-add-any-notes-view-to-the-search-toolbar-as-a-search-scope-thats-alwlays-available.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Open Notes Widgets in 4 ways-- not just as sidebar panels</title>
<pubDate>Mon, 15 Feb 2010 10:45:22 -0400</pubDate>
<description>
<![CDATA[ 
In the My Widgets sidebar panel, you can select any of the widgets and choose to open it as a Tab, a sidebar panel, a new window, or a floating window. By default, when you double-click to open a widg ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/open-notes-widgets-in-4-ways-not-just-as-sidebar-panels.htm</link>
<category>sidebar</category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/open-notes-widgets-in-4-ways-not-just-as-sidebar-panels.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/open-notes-widgets-in-4-ways-not-just-as-sidebar-panels.htm</guid>
<content:encoded><![CDATA[ In the My Widgets sidebar panel, you can select any of the widgets and choose to open it as a Tab, a sidebar panel, a new window, or a floating window. <br />By default, when you double-click to open a widget from here we open it in a new window (in Notes 8.0.1 we defaulted to opening a sidebar pane, but that made the sidebar very crowded for power users so we changed it based on your feedback.) <br /> <br /><img  alt="Image:Open Notes Widgets in 4 ways-- not just as sidebar panels" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/open-notes-widgets-in-4-ways-not-just-as-sidebar-panels.htm/content/M2?OpenElement" /> <br /> <br /><img  alt="Image:Open Notes Widgets in 4 ways-- not just as sidebar panels" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/open-notes-widgets-in-4-ways-not-just-as-sidebar-panels.htm/content/M3?OpenElement" /> <br /> <br /> <br />Here is how that Digg iPhone app looks in both a new window and a floating window. The floating one has no window decorations, and it gets dismissed when you click anywhere else on the screen. &nbsp; <br /><img  alt="Image:Open Notes Widgets in 4 ways-- not just as sidebar panels" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/open-notes-widgets-in-4-ways-not-just-as-sidebar-panels.htm/content/M4?OpenElement" />  ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/open-notes-widgets-in-4-ways-not-just-as-sidebar-panels.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/open-notes-widgets-in-4-ways-not-just-as-sidebar-panels.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Download the app dev chapter from Notes and Domino 8.5.1 Upgrader&#8217;s Guide if you want</title>
<pubDate>Mon, 15 Feb 2010 08:00:00 -0400</pubDate>
<description>
<![CDATA[ 
If you'd like to check out a little more about the IBM Lotus Notes and Domino 8.5.1 Upgrader's Guide, here's a link to the app dev chapter, which you can download and read. Chapter No.8 – 'What's N ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/download-the-app-dev-chapter-from-notes-and-domino-8.5.1-upgraders-guide-if-you-want.htm</link>
<category></category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/download-the-app-dev-chapter-from-notes-and-domino-8.5.1-upgraders-guide-if-you-want.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/download-the-app-dev-chapter-from-notes-and-domino-8.5.1-upgraders-guide-if-you-want.htm</guid>
<content:encoded><![CDATA[ If you'd like to check out a little more about the IBM Lotus Notes and Domino 8.5.1 Upgrader's Guide, here's a link to the app dev chapter, which you can download and read. <br /> <br />&nbsp; <a href="http://www.packtpub.com/files/9287-ibm-lotus-notes-domino-8-5-1-chapter-8-whats-new-in-notes-domino-8-5-development.pdf"><span style="text-decoration:underline">Chapter No.8 – 'What's New In Notes/Domino 8.5 Development'</span></a>  ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/download-the-app-dev-chapter-from-notes-and-domino-8.5.1-upgraders-guide-if-you-want.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/download-the-app-dev-chapter-from-notes-and-domino-8.5.1-upgraders-guide-if-you-want.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Spending the day reading the Notes/Domion 8.5.1 upgrader&#8217;s guide</title>
<pubDate>Sun, 14 Feb 2010 11:15:30 -0400</pubDate>
<description>
<![CDATA[ 
It always fun (Ok sometimes heartbreaking) to see what other writers find useful in the Notes client, and how they write about it. So I'm spending the day reading a review copy of The IBM Lotus Note ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/spending-the-day-reading-the-notesdomion-8.5.1-upgraders-guide.htm</link>
<category></category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/spending-the-day-reading-the-notesdomion-8.5.1-upgraders-guide.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/spending-the-day-reading-the-notesdomion-8.5.1-upgraders-guide.htm</guid>
<content:encoded><![CDATA[ It always fun (Ok sometimes heartbreaking) to see what other writers find useful in the Notes client, and how they write about it. <br />So I'm spending the day reading a review copy of  <br /> <br /><a href="http://www.packtpub.com/ibm-lotus-notes-and-domino-8-5-1-upgraders-guide/book?utm_source=notesdesignblog.com&amp;utm_medium=bookrev&amp;utm_content=blog&amp;utm_campaign=mdb_002293">The IBM Lotus Notes and Domino 8.5.1 Upgrader's Guide</a>  ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/spending-the-day-reading-the-notesdomion-8.5.1-upgraders-guide.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/spending-the-day-reading-the-notesdomion-8.5.1-upgraders-guide.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Keep an eye on your Inbox by making is a sidebar panel</title>
<pubDate>Fri, 12 Feb 2010 09:00:00 -0400</pubDate>
<description>
<![CDATA[ 
Here's how you can keep an eye on your inbox as a sidebar panel, while you work in another Notes application. First, open the non-java view of your inbox, as shown in the following screenshot: No ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/keep-an-eye-on-your-inbox-by-making-is-a-sidbear-panel.htm</link>
<category>sidebar</category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/keep-an-eye-on-your-inbox-by-making-is-a-sidbear-panel.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/keep-an-eye-on-your-inbox-by-making-is-a-sidbear-panel.htm</guid>
<content:encoded><![CDATA[ Here's how you can keep an eye on your inbox &nbsp;as a sidebar panel, while you work in another Notes application.  <br /> <br />First, open the non-java view of your inbox, as shown in the following screenshot: <br /><img  alt="Image:Keep an eye on your Inbox by making is a sidebar panel" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/keep-an-eye-on-your-inbox-by-making-is-a-sidbear-panel.htm/content/M2?OpenElement" /> <br /> <br />Now click the MIDDLE button in the "My Widgets" toolbar. <br /><img  alt="Image:Keep an eye on your Inbox by making is a sidebar panel" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/keep-an-eye-on-your-inbox-by-making-is-a-sidbear-panel.htm/content/M3?OpenElement" /> <br /> <p>The *new* Notes configuration dialog appears! &nbsp;You can choose what type of Notes widget to create. For now, let's add the Inbox view. <p><img  alt="Image:Keep an eye on your Inbox by making is a sidebar panel" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/keep-an-eye-on-your-inbox-by-making-is-a-sidbear-panel.htm/content/M4?OpenElement" /> <br /> <br /><img  alt="Image:Keep an eye on your Inbox by making is a sidebar panel" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/keep-an-eye-on-your-inbox-by-making-is-a-sidbear-panel.htm/content/M5?OpenElement" /> <br /> <br /><img  alt="Image:Keep an eye on your Inbox by making is a sidebar panel" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/keep-an-eye-on-your-inbox-by-making-is-a-sidbear-panel.htm/content/M6?OpenElement" />  ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/keep-an-eye-on-your-inbox-by-making-is-a-sidbear-panel.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/keep-an-eye-on-your-inbox-by-making-is-a-sidbear-panel.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Add a Notes View to your sidebar with one click!</title>
<pubDate>Thu, 11 Feb 2010 06:00:00 -0400</pubDate>
<description>
<![CDATA[ 
You can open (almost) any view in (almost) Notes application, and simply click the "Add to sidebar" toolbar button to add that view to your Notes sidebar, as shown in the following screenshot. The ON ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/add-a-notes-view-to-your-sidebar-with-one-click.htm</link>
<category>Sidebar</category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/add-a-notes-view-to-your-sidebar-with-one-click.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/add-a-notes-view-to-your-sidebar-with-one-click.htm</guid>
<content:encoded><![CDATA[ You can open (almost) any view in (almost) Notes application, and simply click the "Add to sidebar" toolbar button to add that view to your Notes sidebar, as shown in the following screenshot. <br /> <br />The ONLY views that do not work like this are the views in Java-- so that means, no Mail, Calendar, Contacts, blog template. <br />HOWEVER, you can open the "old, non-java" view of any Notes application by holding down the CTRL+ALT keys when you open the application. THEN once the old view is open, you can add THAT to the sidebar.  <br /><img  alt="Image:Add a Notes View to your sidebar with one click!" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/add-a-notes-view-to-your-sidebar-with-one-click.htm/content/M2?OpenElement" />  ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/add-a-notes-view-to-your-sidebar-with-one-click.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/add-a-notes-view-to-your-sidebar-with-one-click.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>How to set your Widget preferences to point to a public catalog</title>
<pubDate>Wed, 10 Feb 2010 06:00:00 -0400</pubDate>
<description>
<![CDATA[ 
I'm resuming my series of posts about the sidebar and widgets. (Regarding my other recent posts about pretty application icons and cache mode... I'll post some decisions/more news in a few days). To ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-set-your-widget-preferences-to-point-to-a-public-catalog.htm</link>
<category>sidebar</category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-set-your-widget-preferences-to-point-to-a-public-catalog.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-set-your-widget-preferences-to-point-to-a-public-catalog.htm</guid>
<content:encoded><![CDATA[ I'm resuming my series of posts about the sidebar and widgets. (Regarding my other recent posts about pretty application icons and cache mode... I'll post some decisions/more news in a few days). <br /> <br /> To get started playing with the my widgets sidebar panel (without deploying a widget catalog of your own), you can use a public widget catalog, one of which is hosted by the Turtle partnership (thanks!) <br /> <br /> Here's how you do it.  <br />1. &nbsp; &nbsp; &nbsp; &nbsp;Choose File - Preferences - Widgets  <br />2. &nbsp; &nbsp; &nbsp; &nbsp;Check ”Show Widgets Toolbar and the My Widgets Sidebar panel”  <br />3. &nbsp; &nbsp; &nbsp; &nbsp;Enter the widget catalog server: 72.51.41.44 (this is a public catalog brought to you by the Turtle partnership)  <br />4. &nbsp; &nbsp; &nbsp; &nbsp;Enter the catalog name: Widgetcatalog.nsf  <br />5. &nbsp; &nbsp; &nbsp; &nbsp;Click Apply and Wait for the “Categories to install” to appear (as shown in the screenshot below) -- select a category or more if you want. But you do not have to. If you select a category, all widgets in that category will be installed (yes I know, you probably want to know the list of widgets in each category; For that you'll have to open the catalog).  <br />6. &nbsp; &nbsp; &nbsp; &nbsp;Click OK <br /><img  alt="Image:How to set your Widget preferences to point to a public catalog" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-set-your-widget-preferences-to-point-to-a-public-catalog.htm/content/M2?OpenElement" /> <br /> <br /> <br />Once you have set up your preferences to point to the public catalog, you can browse it. <br />You can do that 2 ways. First, if you are using Notes 8.5.1, you can just click the toolbar button, as shown below.  <br /><img  alt="Image:How to set your Widget preferences to point to a public catalog" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-set-your-widget-preferences-to-point-to-a-public-catalog.htm/content/M3?OpenElement" /> <br /> <br />Or you can use the Panel menu and choose &nbsp;Catalog - Browse, as shown in the screenshot below.  <br /><img  alt="Image:How to set your Widget preferences to point to a public catalog" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-set-your-widget-preferences-to-point-to-a-public-catalog.htm/content/M4?OpenElement" /> <br /> <br />The catalog should open, as shown in this screenshot: <br /><img  alt="Image:How to set your Widget preferences to point to a public catalog" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-set-your-widget-preferences-to-point-to-a-public-catalog.htm/content/M5?OpenElement" /> <br />Now you are set to add whatever you want!  ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/how-to-set-your-widget-preferences-to-point-to-a-public-catalog.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/how-to-set-your-widget-preferences-to-point-to-a-public-catalog.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Here are the slides and other materials from  our Lotusphere session: SHOW111: Extending your reach by extending the sidebar</title>
<pubDate>Tue, 9 Feb 2010 07:25:27 -0400</pubDate>
<description>
<![CDATA[ 
Jamie Liu and I did a Show and tell session about widgets and sidebar at Lotusphere last month. Here are our slides and the other materials, in case you'd like a "do it yourself" sidebar and widget ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/here-are-the-slides-and-other-paterials-from-our-lotusphere-sessions-show111-extending-your-reach-by-extending-the-sidebar.htm</link>
<category>LS10</category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/here-are-the-slides-and-other-paterials-from-our-lotusphere-sessions-show111-extending-your-reach-by-extending-the-sidebar.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/here-are-the-slides-and-other-paterials-from-our-lotusphere-sessions-show111-extending-your-reach-by-extending-the-sidebar.htm</guid>
<content:encoded><![CDATA[ &nbsp;Jamie Liu and I did a Show and tell session about widgets and sidebar at Lotusphere last month. <br /> Here are our slides and the other materials, in case you'd like a "do it yourself" sidebar and widget tutorial.   ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/here-are-the-slides-and-other-paterials-from-our-lotusphere-sessions-show111-extending-your-reach-by-extending-the-sidebar.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/here-are-the-slides-and-other-paterials-from-our-lotusphere-sessions-show111-extending-your-reach-by-extending-the-sidebar.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>The My Widgets Sidebar Panel is a way to add and manage additional sidebar panels</title>
<pubDate>Mon, 8 Feb 2010 03:00:00 -0400</pubDate>
<description>
<![CDATA[ 
We introduced "My Widgets" in Notes 8.0.1. The Panel is hidden by default; you have to turn it on. (The Domino Admin can also control it using a desktop policy). Here is how to turn it on-- and if you ...
 ]]>
</description>
<link>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/the-my-widgets-sidebar-panel-is-a-way-to-add-and-manage-additional-sidebar-panels.htm</link>
<category>Sidebar</category>
<dc:creator>Mary Beth Raven</dc:creator>
<comments>http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/the-my-widgets-sidebar-panel-is-a-way-to-add-and-manage-additional-sidebar-panels.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/the-my-widgets-sidebar-panel-is-a-way-to-add-and-manage-additional-sidebar-panels.htm</guid>
<content:encoded><![CDATA[ We introduced "My Widgets" in Notes 8.0.1. The Panel is hidden by default; you have to turn it on. (The Domino Admin can also control it using a desktop policy). <br />Here is how to turn it on-- and if your organization has not deployed any kind of widget catalog, you can see if you can build your own or pull a few from either Open ntg or the Turtleweb partnership (72.51.41.44). I hope to post more about how to use public catalog and/or build your own in subsequent posts. <br /> <br /><img  alt="Image:The My Widgets Sidebar Panel is a way to add and manage additional sidebar panels" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/the-my-widgets-sidebar-panel-is-a-way-to-add-and-manage-additional-sidebar-panels.htm/content/M2?OpenElement" /> <br /> <br /> <br /><img  alt="Image:The My Widgets Sidebar Panel is a way to add and manage additional sidebar panels" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/the-my-widgets-sidebar-panel-is-a-way-to-add-and-manage-additional-sidebar-panels.htm/content/M3?OpenElement" /> <br /> <br /><img  alt="Image:The My Widgets Sidebar Panel is a way to add and manage additional sidebar panels" border="0" src="http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/the-my-widgets-sidebar-panel-is-a-way-to-add-and-manage-additional-sidebar-panels.htm/content/M4?OpenElement" />  ]]></content:encoded>
<wfw:commentRss> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dxcomments/the-my-widgets-sidebar-panel-is-a-way-to-add-and-manage-additional-sidebar-panels.htm</wfw:commentRss>
<wfw:comment> http://www.notesdesignblog.com/notesdesignblog/ndblog.nsf/dx/the-my-widgets-sidebar-panel-is-a-way-to-add-and-manage-additional-sidebar-panels.htm?opendocument&amp;comments</wfw:comment>
</item>
</channel></rss>
