<?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>Mat Newman: LIVE from Yellow Central</title>
<description>Mat Newman. IBM Champion. #GetProductive #GetLotusNotes</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/</link>
<language>en-us</language>
<lastBuildDate>Sun, 12 May 2013 15:08:34 +0900</lastBuildDate>
<item>
<title>Getting stated with IBM Notes 9 on Ubuntu 12.10 or 13.04 x64</title>
<pubDate>Sun, 12 May 2013 15:08:34 +0900</pubDate>
<description>
<![CDATA[ 
IBM Notes 9 installs without any problems on both 12.10 and 13.04 x32 flavour. However, the x64 version has a few tricks that you need to repair before you can run the installation files. Over on <a href="http://usablesoftware.wordpress.com/2013/03/21/quick-guide-installing-notes-9-on-ubuntu-13-04-beta1-64bit/"><span style="text-decoration:underline">Usablesoftware</span></a>'s <a href="http://usablesoftware.wordpress.com/2013/03/21/quick-guide-installing-notes-9-on-ubuntu-13-04-beta1-64bit/"><span style="text-decoration:underline">blog</span></a> there's a nice reference to the steps required to get IBM Notes 9 installed. <br /> <br /> With the fantastic assistance of Jason Hatch from IBM, I learned that the only thing required to get Notes 9 running on x64 was to remove some dependancies from the control file in the IBM supplied Deb's and then run the -force install option to ignore the architecture requirements. <br /> <br /> So the process is fairly straight-forward for x64: <br /> 1. Unzip the Notes 9 deb files to your a location of your choosing ( I'm going to work with ~/Downloads/Notes9 ), <br /> 2. Edit the Control file and remove the x32 reliant dependancies which x64 <strong>WILL NOT</strong> install, <br /> 3. Install the repacked Notes9.deb file with the modified control file. <strong><br /> <br /> Step 1: Unzip the .debs</strong> <br /> <br /> I'm assuming you know how to extract the installation .debs from the downloaded IBM supplied install file. <strong><br /> <br /> Step 2: Edit the control file</strong> <br /> <br /> Ok, this is where it gets a little tricky, how does one unpack a .deb, edit a control file and then remake the edited package? <br /> <br /> After hunting around on the Internets I found a nice little batch script that will do exactly that; it will; <br /> 1. Extract the debs, <br /> 2. Launch the .control file in the text editor of your choosing, and <br /> 3. Once you have <strong>EXITED</ ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-stated-with-ibm-notes-9-on-ubuntu-12.10-or-13.04-x64</link>
<category>IBM Notes</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-stated-with-ibm-notes-9-on-ubuntu-12.10-or-13.04-x64?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-stated-with-ibm-notes-9-on-ubuntu-12.10-or-13.04-x64</guid>
<content:encoded><![CDATA[ IBM Notes 9 installs without any problems on both 12.10 and 13.04 x32 flavour. &nbsp;However, the x64 version has a few tricks that you need to repair before you can run the installation files. &nbsp;Over on <a href="http://usablesoftware.wordpress.com/2013/03/21/quick-guide-installing-notes-9-on-ubuntu-13-04-beta1-64bit/"><span style="text-decoration:underline">Usablesoftware</span></a>'s <a href="http://usablesoftware.wordpress.com/2013/03/21/quick-guide-installing-notes-9-on-ubuntu-13-04-beta1-64bit/"><span style="text-decoration:underline">blog</span></a> there's a nice reference to the steps required to get IBM Notes 9 installed. <br /> <br /> With the fantastic assistance of Jason Hatch from IBM, I learned that the only thing required to get Notes 9 running on x64 was to remove some dependancies from the control file in the IBM supplied Deb's and then run the -force install option to ignore the architecture requirements. <br /> <br /> So the process is fairly straight-forward for x64: <br /> 1. &nbsp; &nbsp; &nbsp; &nbsp;Unzip the Notes 9 deb files to your a location of your choosing ( I'm going to work with ~/Downloads/Notes9 ), <br /> 2. &nbsp; &nbsp; &nbsp; &nbsp;Edit the Control file and remove the x32 reliant dependancies which x64 <strong>WILL NOT</strong> install, <br /> 3. &nbsp; &nbsp; &nbsp; &nbsp;Install the repacked Notes9.deb file with the modified control file. <strong><br /> <br /> Step 1: Unzip the .debs</strong> <br /> <br /> I'm assuming you know how to extract the installation .debs from the downloaded IBM supplied install file. <strong><br /> <br /> Step 2: Edit the control file</strong> <br /> <br /> Ok, this is where it gets a little tricky, how does one unpack a .deb, edit a control file and then remake the edited package? <br /> <br /> After hunting around on the Internets I found a nice little batch script that will do exactly that; it will; <br /> 1. &nbsp; &nbsp; &nbsp; &nbsp;Extract the debs, <br /> 2. &nbsp; &nbsp; &nbsp; &nbsp;Launch the .control file in the text editor of your choosing, and <br /> 3. &nbsp; &nbsp; &nbsp; &nbsp;Once you have <strong>EXITED</strong> the editor, <br /> 4. &nbsp; &nbsp; &nbsp; &nbsp;Remake the .deb file <br /> <br /> One thing to make note of here, before you run this script, since it launches a text editor and listens for the application to close <strong>completely</strong>, you need to make sure that no other text editor windows are running during this process, otherwise the script will wait for (in my case GEdit) to exit all windows completely. <br /> <br /> I've attached the EditControl.txt file <a href="http://www.matnewman.com/webs/personal/matblog.nsf/dx/EditControl.txt/$file/EditControl.txt" title="EditControl.txt"EditControl.txt/>HERE</a>. &nbsp;When you download it, rename the file as EditControl.sh, and mark it as executable. &nbsp;To make the following instructions seamless, please put EditControl.txt into the path I mentioned above ( ~/Downloads/Notes9 ), along with the Notes 9 .deb's <strong><br /> <br /> What do you need to replace?</strong> <br /> <br /> Within the .control file there is a line called <strong>Depends</strong>. Many of these are libraries that are required on the x32 platform, which canonical have implicitly denied any ability to install on the x64 flavour of Ubuntu. &nbsp;This section needs to be replaced with the following: <br /> <br /> Depends: coreutils, procps, libart-2.0-2, libasound2, libatk1.0-0, libbonobo2-0, libbonoboui2-0, libc6, libfontconfig1, libfreetype6, libgcc1, libgconf2-4, libgtk2.0-0, libglib2.0-0, libgnome2-0, libgnomecanvas2-0, libgnomeui-0, libgnomevfs2-0, libglib2.0-0, libice6, libjpeg62, liborbit2, libpam0g, libpango1.0-0, libpng12-0, libpopt0, libsm6, libstdc++6, libx11-6, libxcursor1, libxext6, libxft2, libxi6, libxkbfile1, libxml2, libxp6, libxrender1, libxss1, libxt6, libxtst6, libz1 <br /> <br /> Jason Hatch from IBM Singapore supplied me with the original list, which I've further refined with some trial and error to the above. Thanks Jason! <strong><br /> <br /> Step 3: Install Notes 9</strong> <br /> <br /> With the edited .control file, your installation will be pretty seamless and IBM Notes 9 will run straight out of the box. <br /> <br /> Ok, so given that you have gotten your hands on the IBM Notes 9 Ubuntu install package, put it into your ~/Downloads/Notes9 folder and extracted it to place all the .deb's there, along with the <a href="http://www.matnewman.com/webs/personal/matblog.nsf/dx/EditControl.txt/$file/EditControl.txt" title="EditControl.txt"EditControl.txt/>EditControl.txt</a> file, which you have renamed (using you file manager) to EditControl.sh and marked it as executable (Right-Click, Properties, Permissions, tick: "Allow Executing file as a program"), you're ready to begin: <strong><br /> <br /> Putting it all together:</strong> <br /> 1. &nbsp; &nbsp; &nbsp; &nbsp;Open a Terminal, <br /> 2. &nbsp; &nbsp; &nbsp; &nbsp;cd ~/Downloads/Notes9 <br /> 3. &nbsp; &nbsp; &nbsp; &nbsp;EditControl.sh ibm-notes-9.0.i586.deb <br /> 4. &nbsp; &nbsp; &nbsp; &nbsp;Within the text editor window that will launch, over-write the DEPENDS entry with the text above under the heading "What do you need to replace?" <br /> 5. &nbsp; &nbsp; &nbsp; &nbsp;Save the file, and EXIT the text editor (refer to my Note above) <br /> 6. &nbsp; &nbsp; &nbsp; &nbsp;Wait for the EditControl script to repackage the .deb, and then continue with the install commands next: <br /> 7. &nbsp; &nbsp; &nbsp; &nbsp;sudo dpkg --force-depends -i ibm-notes-9.0.i586.modfied-2013-05-05T08\:13\:47.deb <br /> 8. &nbsp; &nbsp; &nbsp; &nbsp;sudo dpkg --force-depends -i ibm-activities-9.0.i586.deb <br /> 9. &nbsp; &nbsp; &nbsp; &nbsp;sudo dpkg --force-depends -i ibm-cae-9.0.i586.deb <br /> 10. &nbsp; &nbsp; &nbsp; &nbsp;sudo dpkg --force-depends -i ibm-feedreader-9.0.i586.deb <br /> 11. &nbsp; &nbsp; &nbsp; &nbsp;sudo dpkg --force-depends -i ibm-opensocial-9.0.i586.deb <br /> 12. &nbsp; &nbsp; &nbsp; &nbsp;sudo dpkg --force-depends -i ibm-sametime-9.0.i586.deb <br /> <br /> <div class="NotesTip">At step 5 (above) my repackaged .deb for IBM Notes 9 was named:<strong><br /> <br /> ibm-notes-9.0.i586.modfied-2013-05-05T08\:13\:47.deb </strong><br /> <br /> You will need to make note of your own package name when entering this line!</div><br /> <br /> That's it, you now have IBM Notes 9 installed on both 12.10 and 13.04 x64, you're good to go. <br /> <br /> Hope this helps, YMMV. Enjoy! <strong><br /> <br /> Follow-up:</strong> <br /> <br /> Since I first wrote this blog entry I've had some time to work with the client and there are a couple of 'quirks' I've noticed using this install method on an unsupported OS. &nbsp;Yes, remember Ubuntu x64 12.10/13.04 are <strong>not</strong> a supported platform for IBM Notes 9.  <ul> <li><strong>Modal Dialogs:</strong> Every now and then I have to 'drag' the title bar on a dialog to activate it before I can click any of the options within a dialog, for example, File - Replication - Replicate (which I do use quite a lot) needs me to drag the title before I can choose any of the options,  </li><li><strong>Sidebar:</strong> Every now and again Notes 9 'forgets' what plug-ins and widgets I have opened as side-bar panels, and I have to open them again,  </li><li><strong>Mime email:</strong> HTML formatted email sometimes is not rendered correctly in the client configured using this method, opening the same message on 13.04 x32 and iNotes, and they render fine.  </li><li><strong>Toolbars:</strong> Sometimes reset themselves and have to be re-positioned.  </li><li><strong>Unity recognition of warning prompts:</strong> "You've got mail" and other warnings like: New Sametime Chat windows configured NOT to "Bring Window to front on new chat", get "lost" in Unity, and unless you're paying attention to the extra "glowing led's" on the unity bar or utility like "docky" tend to get missed.</li></ul><br /> So at some point, I - probably like you - hope that IBM can find a work-around for these and eventually come up with support for the x64 versions of our favourite OS.   ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/getting-stated-with-ibm-notes-9-on-ubuntu-12.10-or-13.04-x64</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-stated-with-ibm-notes-9-on-ubuntu-12.10-or-13.04-x64?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Getting Started with IBM Notes 9 - Part 4: Discovering the new Notes welcome screen</title>
<pubDate>Wed, 17 Apr 2013 20:00:00 +1100</pubDate>
<description>
<![CDATA[ 
One of the features to receive the biggest makeover in IBM Notes 9 is the startup screen, with the introduction of the all-new 'Discover' page (or rather: pages). Previous releases of Notes utilised the notes Workspace (Lotus Notes 1-4) or the Welcome screen (Notes 5 - 8) as the content of the 'display' pane users first encountered when the Notes client is launched. <br /> <br /> Users familiar with both the Workspace and Welcome Screen will be pleased to know that these features have also received a face-lift with the introduction of IBM Notes 9; the workspace has received a complete interface overhaul, with the Welcome screen 'Home' page option receiving a little love as well: <br /> <strong><br /> Figure 1: The traditional Notes Workspace with 'Textured Workspace' option applied in Notes 9</strong> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure01.png" border="0"></a> <br /> <strong><br /> Figure 2: The new Notes 9 Workspace </strong><br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure02.png" border="0"></a> <br /> <br /> To access the updated interface for the Workspace, users who had previously selected 'Textured Workspace' (an option available since release 4) need to turn this off, as the 'Textured Workspace' option over-rides the new interface for the workspace. <br /> <br /> Steps to disable the 'Textured Workspace <br />1. From the <strong>Menu</strong>, Choose: <strong>File </strong>-> <strong>Preferences </strong> <br />2. In the <strong>Navigator</strong>, select <strong>Basic Notes Client Configuration</strong> <br />3. Under <strong>Additional Options</strong>, de-select (remove the "tick") from the <strong>Textured Workspace</strong> option<strong><br /> Figure 3: Turning off textured workspace</strong><br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure03.png" border="0"></a> <br /><br /> For users familiar with the olde ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-4-</link>
<category>IBM Notes</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-4-?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-4-</guid>
<content:encoded><![CDATA[ One of the features to receive the biggest makeover in IBM Notes 9 is the startup screen, with the introduction of the all-new 'Discover' page (or rather: pages). &nbsp;Previous releases of Notes utilised the notes Workspace (Lotus Notes 1-4) or the Welcome screen (Notes 5 - 8) as the content of the 'display' pane users first encountered when the Notes client is launched. <br /> <br /> Users familiar with both the Workspace and Welcome Screen will be pleased to know that these features have also received a face-lift with the introduction of IBM Notes 9; the workspace has received a complete interface overhaul, with the Welcome screen 'Home' page option receiving a little love as well: <br /> <strong><br /> Figure 1: The traditional Notes Workspace with 'Textured Workspace' option applied in Notes 9</strong> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure01.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure01.png" alt="IBM Notes 9.0 - Discover: The traditional Notes Workspace with 'Textured Workspace' option applied in Notes 9" height="418px" width="550px"></a> <br /> <strong><br /> Figure 2: The new Notes 9 Workspace </strong><br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure02.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure02.png" alt="IBM Notes 9.0 - Discover: The new Notes 9 Workspace " height="418px" width="550px"></a> <br /> <br /> To access the updated interface for the Workspace, users who had previously selected 'Textured Workspace' (an option available since release 4) need to turn this off, as the 'Textured Workspace' option over-rides the new interface for the workspace. <br /> <br /> Steps to disable the 'Textured Workspace  <br />1. &nbsp; &nbsp; &nbsp; &nbsp;From the <strong>Menu</strong>, Choose: <strong>File </strong>-> <strong>Preferences </strong> <br />2. &nbsp; &nbsp; &nbsp; &nbsp;In the <strong>Navigator</strong>, select <strong>Basic Notes Client Configuration</strong>  <br />3. &nbsp; &nbsp; &nbsp; &nbsp;Under <strong>Additional Options</strong>, de-select (remove the "tick") from the <strong>Textured Workspace</strong> option<strong><br /> Figure 3: Turning off textured workspace</strong><br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure03.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure03.png" alt="IBM Notes 9.0 - Discover: Turning off textured workspace" ></a> <br /><br /> For users familiar with the older style basic 'Home' page in Notes, even that has an updated interface <br /> <strong><br /> Figure 4: The new Notes 9 'Home Page' </strong><br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure04.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure04.png" alt="IBM Notes 9.0 - Discover: The new Notes 9 Home Page" height="418px" width="550px"></a> <br /> <br /> For those fans of the "My Work" page introduced with Notes 6.*, you're going to notice a few changes as well with an updated interface applied here also: <br /> <strong><br /> Figure 5: The updated "My Work" page </strong><br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure05.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure05.png" alt="IBM Notes 9.0 - Discover: The updated My Work page" height="418px" width="550px"></a> <br /> <strong><br /> IBM Notes 9 users will 'discover' a lot about Notes (and other Applications) by using the new Discover Page. </strong><br /> <strong><br /> Figure 6: The new default Notes Home Page - "Discover" </strong><br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure06.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure06.png" alt="IBM Notes 9.0 - Discover: The NEW Notes 9 welcome screen" height="418px" width="550px"></a> <br /> <br /> <br /> The Discover Page in IBM Notes 9 is split into a number of different sections:  <ul> <li>What's New,  </li><li>For New Users,  </li><li>Hints and Tips, and  </li><li>Quick Links</li></ul><br /> Each of these new pages includes some handy information, assistance and links to help you make the most out of the Notes client. <br /> <strong><br /> What's New </strong><br /> <br /> What's New is a fantastic way for users to 'discover' many the new features of IBM Notes 9, right from their welcome screen. &nbsp;With hints, tips and summaries of many of the new features and options available in Notes 9, the What's New page also includes links to video tutorials, help articles, wiki's and a fantastic summary of one of the biggest changes in IBM Notes 9: some of the options that are now applied to the Notes client as default features. <br /> <br /> The significance of the "Notes by Default" section is one that deserves special mention: <br /> <br /> <div class="NotesTip"><strong>IBM Notes 9 is the first version of Notes that introduces NEW features AND enables those features as DEFAULT options.</strong></div> <br /> <strong><br /> Figure 7: Notes by Default </strong><br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure07.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure07.png" alt="IBM Notes 9.0 - Discover: Notes by Default" height="418px" width="550px"></a> <br /> <br /> <br /> Not only have IBM chosen to enable many of the new features in Notes 9, they have also retrospectively enabled features that have been available - in some cases - for a number of previous versions. </div> <br /> <br /> It's fair to say that Notes has received it's fair share of negative opinion over the years due to Notes having a feature, users not knowing about it, and then complaining that Notes 'lacks' something. &nbsp; In my opinion, this change in IBM's policy toward enabling features as defaults - rather than relying on user education, or application by an Administrator via a policy settings document - is a huge step forward. <br /> <br /> <strong><br /> For New Users </strong><br /> <br /> For New Users is a quick introduction to many of the standard features within the Notes client, which are sometimes referred to as 'quirks' by those not familiar with the history of Notes, or even computing in general. The For New Users page contains:  <ul> <li><strong>Notes 101</strong> - an Introduction to sidebar panels, the general Notes client interface and tips on Bookmarking,  </li><li><strong>Trading up to Notes</strong> - Some tips on basic customisation, synchronisation and keyboard shortcuts (note: Ctrl+Shift+L lists all of Notes keyboard short-cuts)  </li><li><strong>Keep Your Place</strong> - Tips on enabling Autosave, changing calendar displays and launching Tabs when Notes starts</li></ul><br /> Figure 8: For New Users <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure08.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure08.png" alt="IBM Notes 9.0 - Discover: For New Users" height="418px" width="550px"></a> <br /> <br /> <strong><br /> Hints and Tips </strong><br /> <br /> One of my favourite features of the Notes 9 Discover Page, rather than a single 'Tip of the day' that was available in previous releases, users can find 36 great Notes tips, including descriptions of features, functionality and preferences that can be set within the Notes 9 client, many containing either details on how to enable the feature, or links to help files, wiki entries and videos that describe the feature in more detail. <br /> <strong><br /> Figure 9: Hints and Tips</strong> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure09.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure09.png" alt="IBM Notes 9.0 - Discover: Hints and Tips" height="418px" width="550px"></a> <br /> <strong><br /> Quick Links </strong><br /> <br /> Last - but by absolutely no means - least; is the brilliant new Quick Links tab on the Discover page. &nbsp;I'm sure that this page will become the default Notes 9 start-up screen for many users, as it offers quick access to the core Notes PIM applications (Mail, Calendar, Contacts, To Do, Notebook) as well as Connections Updates, Custom Applications, the Notes workspace and "Additional Resources". <br /> <br /> Custom applications are automatically added to the list for you (up to 6) that feature the applications that you have most recently accessed within the Notes client. <br /> <br /> Additional resources is a great tool that can be easily customised by your Notes administrator via policy, to give you quick access to a number of custom applications within your own environment. &nbsp;By default Additional Resources includs options for:  <ul> <li>Changing your Home Page,  </li><li>Getting started with Social Edition  </li><li>Notes Tips Blog (a great resource provided by IBM featuring some extremely useful hints from the IBM Notes 9 design team),  </li><li>Troubleshooting options, which link you directly to the IBM support pages on their web site,  </li><li>The Notes and Domino wiki, including product documentation and community articles on how to get the best out of your Notes investment, and  </li><li>Experience Notes, a list of some of the favourite features within the Notes client from IBMers and IBM Champions</li></ul><br /> Figure 10: Quick Links <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure10.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9DiscoverFigure10.png" alt="IBM Notes 9.0 - Discover: Quick Links" height="418px" width="550px"></a> <br /> <br /> <br /> As with all release of Notes since version 5, the user has the ability to choose their own startup screen, rather than that provided by default. Simply, all the user has to do is Bookmark any page, application, database or web-site, and then right-click the bookmark and choose <strong>Set Bookmark as Home Page</strong>. <br /> <br /> There's a <strong>LOT</strong> to love about the new Notes 9 interface, the <strong>Discover</strong> page is one of those great new features that will help get you started. <br /> <br /> Enjoy!   ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/getting-started-with-ibm-notes-9-part-4-</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-4-?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Getting Started with IBM Notes 9 - Part 3: The Search Box</title>
<pubDate>Wed, 10 Apr 2013 15:19:27 +1100</pubDate>
<description>
<![CDATA[ 
In <a href="http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-2-introducing-the-masthead"><span style="text-decoration:underline">Part 2: Introducing the Masthead</span></a>, we discussed the new Masthead feature in IBM Notes 9, and briefly touched on the Search box, which has now been moved - with the IBM Social them applied - from the Toolbar to the Masthead. <br /> <br /> The Search box itself has a fantastic new feature which deserves it's own post, which is: <strong><br /> <br /> <div class="NotesTip">IBM Notes 9 can now simultaneously search all Mail, Including the current Users Mail database and <span style="text-decoration:underline">all</span> archives configured for that user!</div></strong> <br /> <br /> YAY! <br /> <br /> The option needs to be selected manually from the search drop-down selector: <strong><br /> <br /> Figure 1: Choosing to search all mail and archives</strong> <br /> <strong><br /> <br /> Figure 2: Search Results from both Mail and Archive databases (note the "&#91;Archive&#93;" reference)</strong> <br /> <br /> <br /> <br /> <div class="NotesTip">The speed of this new search option can be dramatically increased if all of the users Archive databases are located on the users workstation, and - of course - if those databases have been full-text-indexed for searching.</div> <br /> <br /> I've covered <a href="http://www.matnewman.com/webs/personal/matblog.nsf/dx/mythbusting-outlook-is-not-better-than-lotus-notes-pt-6-work-from-anywhere-any-app-any-time"><span style="text-decoration:underline">local replicas</span></a> and creating full-text-indexes in previous posts. <br /> <br /> Also introduced a few versions ago was the ability to add your own applications to the Search-scope of the search tool, this continues in IBM Notes 9. <strong><br /> <br /> Figure 3: Adding an application to the Search Scope</strong> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9NewSearchOption ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-3-the-search-box</link>
<category>IBM Notes</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-3-the-search-box?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-3-the-search-box</guid>
<content:encoded><![CDATA[ In <a href="http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-2-introducing-the-masthead"><span style="text-decoration:underline">Part 2: Introducing the Masthead</span></a>, we discussed the new Masthead feature in IBM Notes 9, and briefly touched on the Search box, which has now been moved - with the IBM Social them applied - from the Toolbar to the Masthead. <br /> <br /> The Search box itself has a fantastic new feature which deserves it's own post, which is: <strong><br /> <br /> <div class="NotesTip">IBM Notes 9 can now simultaneously search all Mail, Including the current Users Mail database and <span style="text-decoration:underline">all</span> archives configured for that user!</div></strong> <br /> <br /> YAY! <br /> <br /> The option needs to be selected manually from the search drop-down selector: <strong><br /> <br /> Figure 1: Choosing to search all mail and archives</strong> <br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9NewSearchOption.png" alt="IBM Notes 9.0 - Searching Mail and Archives Simultaneously"> <strong><br /> <br /> Figure 2: Search Results from both Mail and Archive databases (note the "&#91;Archive&#93;" reference)</strong> <br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9NewSearchOption01.png" alt="IBM Notes 9.0 - Searching Mail and Archives Simultaneously - results"> <br /> <br /> <br /> <div class="NotesTip">The speed of this new search option can be dramatically increased if all of the users Archive databases are located on the users workstation, and - of course - if those databases have been full-text-indexed for searching.</div> <br /> <br /> I've covered <a href="http://www.matnewman.com/webs/personal/matblog.nsf/dx/mythbusting-outlook-is-not-better-than-lotus-notes-pt-6-work-from-anywhere-any-app-any-time"><span style="text-decoration:underline">local replicas</span></a> and creating full-text-indexes in previous posts. <br /> <br /> Also introduced a few versions ago was the ability to add your own applications to the Search-scope of the search tool, this continues in IBM Notes 9. <strong><br /> <br /> Figure 3: Adding an application to the Search Scope</strong> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9NewSearchOptionAddCustom01.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9NewSearchOptionAddCustom01.png" alt="IBM Notes 9.0 - Adding a custom database to the search scope" height="268px" width="550px"></a> <strong><br /> <br /> Figure 4: Choosing a custom database once added to the search scope</strong> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9NewSearchOptionAddCustom02.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9NewSearchOptionAddCustom02.png" alt="IBM Notes 9.0 - Selecting a custom database from the search scope" height="268px" width="550px"></a> <br /> <br /> <br /> And finally, on Windows 8, there is also a new feature that integrates with the Windows 8 search function, enabling a Notes user to instigate a Windows search from within the Notes client. <br /> <br /> Searching Mail and Archives simultaneously - another great reason to upgrade to IBM Notes 9. <br /> <br /> Enjoy! <br /> <br /> <br />   ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/getting-started-with-ibm-notes-9-part-3-the-search-box</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-3-the-search-box?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>#IBMNotes9 Proud to be a ...</title>
<pubDate>Wed, 10 Apr 2013 12:41:18 +1100</pubDate>
<description>
<![CDATA[ 
<strong>Notes User:</strong> <br /> <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/IAM_NotesUser_text_icon_2.jpg" border="0"></a> <br /> <br /><strong>Notes Developer:</strong> <br /> <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/IAM_NotesDeveloper_text_icon_2.jpg" border="0"></a> <br /> <br /><strong>Notes Administrator:</strong> <br /> <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/IAM_NotesAdmin_text_icon_2.jpg" border="0"></a> ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/ibmnotes9-proud-to-be-a-...</link>
<category>IBM Notes</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/ibmnotes9-proud-to-be-a-...?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/ibmnotes9-proud-to-be-a-...</guid>
<content:encoded><![CDATA[ <strong>Notes User:</strong> <br /> <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/IAM_NotesUser_text_icon_2.jpg" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IAM_NotesUser_text_icon_2.jpg" alt="IBM Notes 9.0 - Proud to be a Notes User: Notes connects everything together and enables me to be more productive." height="436px" width="550px"></a>  <br /> <br /><strong>Notes Developer:</strong> <br /> <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/IAM_NotesDeveloper_text_icon_2.jpg" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IAM_NotesDeveloper_text_icon_2.jpg" alt="IBM Notes 9.0 - Proud to be a Notes Developer: I write code once, and it runs anywhere, on any device." height="436px" width="550px"></a>  <br /> <br /><strong>Notes Administrator:</strong> <br /> <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/IAM_NotesAdmin_text_icon_2.jpg" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IAM_NotesAdmin_text_icon_2.jpg" alt="IBM Notes 9.0 - Proud to be a Notes Administrator: My choice of platform, gives my users their choice of theirs." height="436px" width="550px"></a>   ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/ibmnotes9-proud-to-be-a-...</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/ibmnotes9-proud-to-be-a-...?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Getting Started with IBM Notes 9 - Part 2: Introducing the Masthead</title>
<pubDate>Tue, 9 Apr 2013 08:21:15 +1100</pubDate>
<description>
<![CDATA[ 
With the introduction of IBM Notes 9, one of the major design goals was to implement the IBM "One UI" experience with an updated interface to the Notes client. Within the <a href=http://infolib.lotus.com/resources/oneui/3.0/docPublic/components/framework.htm>FRAMEWORK</a> utilised by the OneUI design principals, major navigation elements are located across the top of the 'page'. Feedback supplied to IBM designers also indicated that many users 'lost' the quick links to their Personal Information Management (PIM) applications (Mail, Calendar, Contacts, To-Dos, etc) with the introduction of the "Open" button with the release of Notes 8.*. <br /> <br /><div class="NotesTip"> I have also had feedback from many users when Notes 8.* was introduced, saying they missed the "Bookmark Bar" and it's single-click access to Bookmarks. <br /> <br />Getting the "Bookmark Bar" back in Notes 8/9 is quite simple, just right-click the "<strong>Open</strong>" button and choose "<strong>Dock the open list</strong>"</div> <br /> <br /><strong>Enter the Masthead:</strong> <br /> <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/Notes9TheMastheadHighlight.png" border="0"></a> <br /> <br />The masthead combines two of the older features from the Notes 8.* standard client - The <strong>Open</strong> Button, and the <strong>Search</strong> toolbar - and introduces new short-cut icons for quick access to: <br /> <ul> <li>Mail, </li><li>Calendar, </li><li>Contacts, </li><li>Home, </li><li>Workspace, </li><li>Discover, and </li><li>Thumbnails</li></ul> <br /><div class="NotesTip"> You may notice two glaring omissions from the Masthead, <strong>To-Do's</strong> and your <strong>Notebook</strong>, never fear, in a coming post I'll show you how to add them back!</div> <br /> <br />In addition to the new short-cut icons on the masthead, IBM have also introduced some new keyboard short-cuts to access common PIM features too! <br /> <ul> <li><strong>Ctrl+1</strong>: Open <strong>MAIL</st ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-2-introducing-the-masthead</link>
<category>IBM Notes</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-2-introducing-the-masthead?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-2-introducing-the-masthead</guid>
<content:encoded><![CDATA[ With the introduction of IBM Notes 9, one of the major design goals was to implement the IBM "One UI" experience with an updated interface to the Notes client. Within the <a href=http://infolib.lotus.com/resources/oneui/3.0/docPublic/components/framework.htm>FRAMEWORK</a> utilised by the OneUI design principals, major navigation elements are located across the top of the 'page'. &nbsp;Feedback supplied to IBM designers also indicated that many users 'lost' the quick links to their Personal Information Management (PIM) applications (Mail, Calendar, Contacts, To-Dos, etc) with the introduction of the "Open" button with the release of Notes 8.*. <br /> <br /><div class="NotesTip"> I have also had feedback from many users when Notes 8.* was introduced, saying they missed the "Bookmark Bar" and it's single-click access to Bookmarks. <br /> <br />Getting the "Bookmark Bar" back in Notes 8/9 is quite simple, just right-click the "<strong>Open</strong>" button and choose "<strong>Dock the open list</strong>"</div> <br /> <br /><strong>Enter the Masthead:</strong> <br /> <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/Notes9TheMastheadHighlight.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/Notes9TheMastheadHighlight.png" alt="IBM Notes 9.0 - the all-new IBM Notes 9 Masthead" height="94px" width="550px"></a>  <br /> <br />The masthead combines two of the older features from the Notes 8.* standard client - The <strong>Open</strong> Button, and the <strong>Search</strong> toolbar - and introduces new short-cut icons for quick access to: <br /> <ul> <li>Mail, </li><li>Calendar, </li><li>Contacts, </li><li>Home, </li><li>Workspace, </li><li>Discover, and </li><li>Thumbnails</li></ul> <br /><div class="NotesTip"> You may notice two glaring omissions from the Masthead, <strong>To-Do's</strong> and your <strong>Notebook</strong>, never fear, in a coming post I'll show you how to add them back!</div> <br /> <br />In addition to the new short-cut icons on the masthead, IBM have also introduced some new keyboard short-cuts to access common PIM features too! <br /> <ul> <li><strong>Ctrl+1</strong>: Open <strong>MAIL</strong> </li><li><strong>Ctrl+2</strong>: Open <strong>CALENDAR</strong> </li><li><strong>Ctrl+3</strong>: Open <strong>CONTACTS</strong></li></ul> <br />IBM have not enabled all of the new Masthead short-cut icons by default, but it's easy enough to turn them all (or whichever you like) on or off by using the VIEW menu within the IBM Notes 9 client: <br /> <ol> <li value=1>Click on the <strong>VIEW</strong> menu <li value=2>Point to "<strong>Show Shortcut buttons</strong>", <li value=3>Choose the Buttons you want to appear on the Masthead (Figure:2).</ol> <br /><strong>Figure 2: Turning Masthead short-cuts on or off</strong> <br /><img  src="http://matnewman.com/Webs/personal/matblog.nsf/Notes9MastHeadShortCuts.png" alt="IBM Notes 9.0 - turning Masthead short-cuts on and off"> <br /> <br /> <br />The new Masthead is available in the IBM Notes 9 client as part of the "IBM Social Theme". &nbsp;If you install Notes 9 and choose not to use the "IBM Social Theme" the short-cut buttons will still appear, but will be located on the "Window Tab" bar along with the Open button and application "Tabs". &nbsp;Without the "IBM Social Theme" selected, the Search toolbar will also revert to being just another "Toolbar" across the top of the Notes client window. <br /> <br />Interestingly, if you turn the "Search" toolbar off in this configuration, and then switch back to the "IBM Social Theme", the search bar will appear back on the Masthead again. <br /> <br />One of the fantastic features of the Masthead is that it can be customised to suit your own environment, that is: a developer within your organisation can add links and buttons to your own frequently used applications to the Masthead. &nbsp;I'll be showing you how to do this in an upcoming post. <br /> <br />The new IBM Notes 9 Masthead, a great new addition to the Notes 9 client interface.  <br /> <br />Enjoy! <br /> <br /> <br /> <br /> <br /> <br />  ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/getting-started-with-ibm-notes-9-part-2-introducing-the-masthead</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-2-introducing-the-masthead?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Getting Started with IBM Notes 9 - Part 1: Installation</title>
<pubDate>Thu, 4 Apr 2013 13:12:18 +1100</pubDate>
<description>
<![CDATA[ 
In this series of posts we are going to walk through all the new capabilities contained within the latest release of IBM Lotus Notes, or rather - the newly reincarnated <strong>IBM Notes 9</strong>. 17 years after the acquisition of Lotus Development Corporation, IBM has dropped the "Lotus" from the branding of the product, finally bringing Notes completely under the IBM brand umbrella and heralding a new era for the most powerful desktop application available. A raft of new features and capabilities have been introduced with the new Notes, which I will be discussing in future posts. <br /> <br /> The first step on your IBM Notes 9 journey is - of course - installing and configuring the software ... let's begin. <br /> <br /> The Process: <br /> 1. Locate the installation setup file for your release of IBM Notes 9 (Note: this may include choosing a location to extract the files to, if not already extracted for you by your Admin),<br /> <br /> <br /> 2. The 'IBM Notes 9.0 Social Edition - Install Wizard' dialog will be presented, click "Next"<strong><br /> Figure 1: Install Wizard</strong><br /> <br /> <br /> <br /> 3. Review and Accept the terms of the licence agreement by choosing "I accept the terms in the license agreement" and click "Next"<strong><br /> Figure 2: License Agreement</strong><br /> <br /> <br /> <br /> 4. Installation paths, note that because I'm not using the "Client Only" installer I don't have the multi-user option available*. Choose your path's and click "Next" <strong><br /> Figure 3: Paths</strong><br /> <br /> <br /> <br /> 5. Choose Installation options. In this step I have selected all features except single logon, including the full Design and Admin clients, and the NEW "Notes Browser Plug-in" and "OpenSocial Component" options. Select your features and Click "Next"<strong><br /> Figure 4: Options</strong><br /> <br /> <br /> <br /> 6. When Notes is installed, I want to use the application as my ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-1-installation</link>
<category>IBM Notes</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-1-installation?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-1-installation</guid>
<content:encoded><![CDATA[ In this series of posts we are going to walk through all the new capabilities contained within the latest release of IBM Lotus Notes, or rather - the newly reincarnated <strong>IBM Notes 9</strong>. &nbsp;17 years after the acquisition of Lotus Development Corporation, IBM has dropped the "Lotus" from the branding of the product, finally bringing Notes completely under the IBM brand umbrella and heralding a new era for the most powerful desktop application available. &nbsp;A raft of new features and capabilities have been introduced with the new Notes, which I will be discussing in future posts. <br /> <br /> The first step on your IBM Notes 9 journey is - of course - installing and configuring the software ... let's begin. <br /> <br /> The Process: <br /> 1. &nbsp; &nbsp; &nbsp; &nbsp;Locate the installation setup file for your release of IBM Notes 9 (Note: this may include choosing a location to extract the files to, if not already extracted for you by your Admin),<br /> <br /> <br /> 2. &nbsp; &nbsp; &nbsp; &nbsp;The 'IBM Notes 9.0 Social Edition - Install Wizard' dialog will be presented, click "Next"<strong><br /> Figure 1: Install Wizard</strong><br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9Install_01.png" alt="IBM Notes 9.0 - Install Wizard"><br /> <br /> <br /> 3. &nbsp; &nbsp; &nbsp; &nbsp;Review and Accept the terms of the licence agreement by choosing "I accept the terms in the license agreement" and click "Next"<strong><br /> Figure 2: License Agreement</strong><br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9Install_02.png" alt="IBM Notes 9.0 - Licence Agreement"><br /> <br /> <br /> 4. &nbsp; &nbsp; &nbsp; &nbsp;Installation paths, note that because I'm not using the "Client Only" installer I don't have the multi-user option available*. Choose your path's and click "Next" <strong><br /> Figure 3: Paths</strong><br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9Install_03.png" alt="IBM Notes 9.0 - Install location"><br /> <br /> <br /> 5. &nbsp; &nbsp; &nbsp; &nbsp;Choose Installation options. In this step I have selected all features except single logon, including the full Design and Admin clients, and the NEW "Notes Browser Plug-in" and "OpenSocial Component" options. Select your features and Click "Next"<strong><br /> Figure 4: Options</strong><br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9Install_04.png" alt="IBM Notes 9.0 - Features to install"><br /> <br /> <br /> 6. &nbsp; &nbsp; &nbsp; &nbsp;When Notes is installed, I want to use the application as my default Mail, Calendar and Contacts application, as well as speeding up the start-up process by selecting "Launch parts of Notes...". Click "Install"<strong><br /> Figure 5: Default Application handler</strong><br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9Install_05.png" alt="IBM Notes 9.0 - Setting Notes as the default application handler"><br /> <br /> <br /> 7. &nbsp; &nbsp; &nbsp; &nbsp;The Notes installer then begins extracting program and data files to my HDD. &nbsp;Note, depending on the options selected at step 5, the progress bar may reset several times,<strong><br /> Figure 6: the installation progress screen</strong><br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9Install_06.png" alt="IBM Notes 9.0 - Install progress screen"> <br /> <br /> <br /> 8. &nbsp; &nbsp; &nbsp; &nbsp;After the installer has completed the 'success' screen will be displayed, Click "Finish"<strong><br /> Figure 7: Install process successfully completed</strong><br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9Install_07.png" alt="IBM Notes 9.0 - Install Wizard Completed"><br /> <br /> <br /> 9. &nbsp; &nbsp; &nbsp; &nbsp;My Desktop now features the NEW IBM Notes 9 icons,<strong><br /> Figure 8: The new IBM Notes/Designer/Administrator icons</strong><br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9Install_08.png" alt="IBM Notes 9.0 - the new desktop icons"><br /> <br /> <br /> 10. &nbsp; &nbsp; &nbsp; &nbsp;... AND the new IBM Notes icons also feature on the Windows 8 "start" screen<strong><br /> Figure 9: Notes 9 'Tiles' on the Windows 8 start screen</strong><br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9Install_09.png" alt="IBM Notes 9.0 - the new 'Start' screen 'Tiles'"><br /> <br /> <br /> 11. &nbsp; &nbsp; &nbsp; &nbsp;Now that the software is installed on the computer, the next step is to configure the Notes 9 client,<br /> <br /> <br /> 12. &nbsp; &nbsp; &nbsp; &nbsp;Start Notes 9 either from the 'Start' screen or the Desktop icons, which will display the new 'splash' screen<strong><br /> Figure 10: The new IBM Notes 9 splash screen</strong><br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9Install_10.png" alt="IBM Notes 9.0 - The new Notes 9 splash screen"><br /> <br /> <br /> 13. &nbsp; &nbsp; &nbsp; &nbsp;The configuration wizard begins, letting you know what information you need to enter to configure Notes 9, click "Next",<strong><br /> Figure 11: The configuration wizard</strong><br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9Install_11.png" alt="IBM Notes 9.0 - The configuration wizard"><br /> <br /> <br /> 14. &nbsp; &nbsp; &nbsp; &nbsp;Enter your IBM Notes username and 'home' Domino server (ask your help-desk if you're not sure what these are), click "Next"<strong><br /> Figure 12: User Information</strong><br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9Install_12.png" alt="IBM Notes 9.0 - personal Notes User Information"><br /> <br /> <br /> 15. &nbsp; &nbsp; &nbsp; &nbsp;If the information at step 14 (user information) is entered correctly, you will be prompted for your IBM Notes User ID Password, enter your password and click "Log In"<strong><br /> Figure 13: Password</strong><br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9Install_13.png" alt="IBM Notes 9.0 - User Password Prompt"><br /> <br /> <br /> 16. &nbsp; &nbsp; &nbsp; &nbsp;Notes has features which enable you to connect your Notes client to a variety of other Internet services, these can be configured now or later. &nbsp;I'm going to configure them later ... click "Next"<strong><br /> Figure 14: Additional Services</strong><br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9Install_14.png" alt="IBM Notes 9.0 - Additional Services"> <br /> <br /> <br /> 17. &nbsp; &nbsp; &nbsp; &nbsp;Finally, the new Notes 9 client has a fantastic streamlined look and feel, I like the additional features provided through Toolbars, you can turn them back <strong>ON</strong> by turning <strong>OFF</strong> the "Show Toolbars Only When Editing" option from the Notes 9 menu<strong><br /> Figure 15: Toolbars</strong><br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9Install_15.png" alt="IBM Notes 9.0 - turning the Toolbars back on"><br /> <br /> <br /> 18. &nbsp; &nbsp; &nbsp; &nbsp;VOILA - IBM Notes 9 installed and configured!<strong><br /> Figure 16: the all-new IBM Notes 9</strong><br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9Install_16.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9Install_16.png" alt="IBM Notes 9.0 - the all-new IBM Notes 9" height="314px" width="550px"></a> <br /> <br /> * The multi-user install option places the users IBM Notes 9 personal data within their Windows profile path, and is only available with the Client Only install, which does not include Domino Designer or Administrator clients. <br /> <br /> So there we are, IBM Notes 9 from-zero-to-hero, the installation and configuration process. <br /> <br /> Enjoy! <br /> <br />   ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/getting-started-with-ibm-notes-9-part-1-installation</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-ibm-notes-9-part-1-installation?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>How to add Birthdays and Anniversaries from your Contacts database to your Lotus Notes Calendar</title>
<pubDate>Wed, 20 Mar 2013 07:36:43 +0900</pubDate>
<description>
<![CDATA[ 
Another one from Twitter: <br /> <br /><div class="NotesTip">Is there any way to show Birthdays and Anniversaries from my Lotus Notes personal Contacts database in my Lotus Notes Calendar"</div> <br /> <br />Natively: No. <br /> <br />But that got me thinking. Thanks to the "Show Calendars" overlay feature included in Notes a while ago, <strong>ANY</strong> Lotus Notes database which includes a Calendar view can be overlaid in your personal Calendar. <br /> <br /><strong>Problem:</strong> The Lotus Notes personal Contacts database (names.nsf on 'local') does not contain a calendar view that will show the Birthdays and Annviersaries you have added to your contact details. <br /> <br /><strong>Solution:</strong> Create a calendar view in the personal Contacts database. <br /> <br />At the end of this blog post is a download which when opened provides a 1-click option that will add a calendar view to your personal Contacts database in Lotus Notes. <br /> <br /><strong>The process:</strong> <br /> <ol> <li value=1>Open the dowloaded database (notesbaa.nsf), <li value=2>Read the instructions, <li value=3>Click the "Add Birthday Anniversary Calendar to your own Contacts" button, <li value=4>Open your own Lotus Notes calendar <li value=5>Expand the "Show Calendars" option in the Navigator, <li value=6>Click "Add a Calendar", <li value=7>Choose "Notes Application Calendar", <li value=8>Type a label; eg: "Birthdays and Anniversaries", <li value=9>Click the browse button to open your own contacts; for me it's "Newman's Contacts" or names.nsf "On My computer", <li value=10>Choose the (Birthdays and Anniversaries) view, <li value=11>Choose to view offline if you want the calendar to sync with IBM Notes Traveler, <li value=12>Choose a colour and icon,<br /> <li value=13>Done.</ol> <br />No guarantees. No Liability. Your Mileage May Vary. Use at your own risk. Caveat Emptor. <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/notesbaa.nsf"><strong>Download Cal ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/how-to-add-birthdays-and-anniversaries-from-your-contacts-database-to-your-lotus-notes-calendar</link>
<category>Calendar &amp; Scheduling</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/how-to-add-birthdays-and-anniversaries-from-your-contacts-database-to-your-lotus-notes-calendar?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/how-to-add-birthdays-and-anniversaries-from-your-contacts-database-to-your-lotus-notes-calendar</guid>
<content:encoded><![CDATA[ Another one from Twitter: <br /> <br /><div class="NotesTip">Is there any way to show Birthdays and Anniversaries from my Lotus Notes personal Contacts database in my Lotus Notes Calendar"</div> <br /> <br />Natively: No. <br /> <br />But that got me thinking. &nbsp;Thanks to the "Show Calendars" overlay feature included in Notes a while ago, <strong>ANY</strong> Lotus Notes database which includes a Calendar view can be overlaid in your personal Calendar. <br /> <br /><strong>Problem:</strong> The Lotus Notes personal Contacts database (names.nsf on 'local') does not contain a calendar view that will show the Birthdays and Annviersaries you have added to your contact details. <br /> <br /><strong>Solution:</strong> Create a calendar view in the personal Contacts database. <br /> <br />At the end of this blog post is a download which when opened provides a 1-click option that will add a calendar view to your personal Contacts database in Lotus Notes. <br /> <br /><strong>The process:</strong> <br /> <ol> <li value=1>Open the dowloaded database (notesbaa.nsf), <li value=2>Read the instructions, <li value=3>Click the "Add Birthday Anniversary Calendar to your own Contacts" button, <li value=4>Open your own Lotus Notes calendar <li value=5>Expand the "Show Calendars" option in the Navigator, <li value=6>Click "Add a Calendar", <li value=7>Choose "Notes Application Calendar", <li value=8>Type a label; eg: "Birthdays and Anniversaries", <li value=9>Click the browse button to open your own contacts; for me it's "Newman's Contacts" or names.nsf "On My computer", <li value=10>Choose the (Birthdays and Anniversaries) view, <li value=11>Choose to view offline if you want the calendar to sync with IBM Notes Traveler, <li value=12>Choose a colour and icon,<br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/Lotus_Notes_Add_a_Contacts_Calendar.png" alt="Add Birthdays and Anniversaries to your Lotus Notes Calendar"> <li value=13>Done.</ol> <br />No guarantees. No Liability. Your Mileage May Vary. Use at your own risk. Caveat Emptor. <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/notesbaa.nsf"><strong>Download Calendar installer</strong></a> (<strong><-</strong> &nbsp;Right-Click and Save Target)  <br /> <br />That's it. &nbsp;Adding contacts Birthdays and Anniversaries to your own Lotus Notes calendar. &nbsp;Easy! <br /> <br />Enjoy!  ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/how-to-add-birthdays-and-anniversaries-from-your-contacts-database-to-your-lotus-notes-calendar</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/how-to-add-birthdays-and-anniversaries-from-your-contacts-database-to-your-lotus-notes-calendar?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Colour Coding an entire day in your Notes 9 calendar</title>
<pubDate>Tue, 19 Mar 2013 08:00:00 +1000</pubDate>
<description>
<![CDATA[ 
One really nice feature relating to Calendar Colour Coding in IBM Notes 9 is related to All Day Events. <br /> <br /> When a user configures a category for colour-coding in their Notes 9 Calendar, and then applies it to an All Day Event, Notes 9 colour codes the <strong>background</strong> of that entire day in the calendar with an opaque variant of that colour: <br /> <strong><br /> Figure 1: Notes 9 calendar background for a day changed with an All Day Event</strong> <br /> <br /> <br /> <br /> I really like this feature as it provides easy visual notification in any calendar display that something is on during a particular day. <br /> <br /> Enjoy! ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/colour-coding-an-entire-day-in-your-notes-9-calendar</link>
<category>Demonstrations</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/colour-coding-an-entire-day-in-your-notes-9-calendar?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/colour-coding-an-entire-day-in-your-notes-9-calendar</guid>
<content:encoded><![CDATA[ One really nice feature relating to Calendar Colour Coding in IBM Notes 9 is related to All Day Events. <br /> <br /> When a user configures a category for colour-coding in their Notes 9 Calendar, and then applies it to an All Day Event, Notes 9 colour codes the <strong>background</strong> of that entire day in the calendar with an opaque variant of that colour: <br /> <strong><br /> Figure 1: Notes 9 calendar background for a day changed with an All Day Event</strong> <br /> <img  src="http://matnewman.com/Webs/personal/matblog.nsf/LotusNotesColourCodedAllDay.png" alt="Colour code an entire day using an All Day Event"> <br /> <br /> <br /> I really like this feature as it provides easy visual notification in any calendar display that something is on during a particular day. <br /> <br /> Enjoy!   ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/colour-coding-an-entire-day-in-your-notes-9-calendar</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/colour-coding-an-entire-day-in-your-notes-9-calendar?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>#NotesTip Video demo Adding an iCal feed to your #IBM Lotus Notes calendar (featuring the AusLUG agenda)</title>
<pubDate>Wed, 27 Feb 2013 09:45:55 +1100</pubDate>
<description>
<![CDATA[ 
This demonstration shows how to add a web based iCAL feed into your IBM Lotus Notes calendar as an overlay. This example uses the AusLUG 2013 conference agenda. <br /> <br /> <iframe width="600" height="450" src="http://www.youtube.com/embed/JfgHlxI4FBs" frameborder="0" allowfullscreen></iframe><br /> <br /> Enjoy! <br /> ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/notestip-video-demo-adding-an-ical-feed-to-your-ibm-lotus-notes-calendar-featuring-the-auslug-agenda</link>
<category>AusLUG</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/notestip-video-demo-adding-an-ical-feed-to-your-ibm-lotus-notes-calendar-featuring-the-auslug-agenda?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/notestip-video-demo-adding-an-ical-feed-to-your-ibm-lotus-notes-calendar-featuring-the-auslug-agenda</guid>
<content:encoded><![CDATA[ This demonstration shows how to add a web based iCAL feed into your IBM Lotus Notes calendar as an overlay. &nbsp;This example uses the AusLUG 2013 conference agenda. <br /> <br /> <iframe width="600" height="450" src="http://www.youtube.com/embed/JfgHlxI4FBs" frameborder="0" allowfullscreen></iframe><br /> <br /> Enjoy! <br />   ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/notestip-video-demo-adding-an-ical-feed-to-your-ibm-lotus-notes-calendar-featuring-the-auslug-agenda</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/notestip-video-demo-adding-an-ical-feed-to-your-ibm-lotus-notes-calendar-featuring-the-auslug-agenda?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>How many ways can you customize IBM Notes 9 ... Plenty!</title>
<pubDate>Tue, 12 Feb 2013 17:04:37 +1100</pubDate>
<description>
<![CDATA[ 
Pleased to share the BP104 session from IBM Connect by Margo Ezekiel, Ram Krishnamurthy and myself that shows you how many ways you can customize IBM Notes 9: <br /> <br /><em>The exceptional ability to customise IBM® Notes® to fit your customer or business needs continues with the new IBM Notes 9 Social Edition. Learn how to make company-wide changes and tweak Notes to suit your personal work style. </em> <br /> <br /><em>Margo, Ram and Mat will show you how to fine tune your client experience and improve your productivity by adjusting settings, and we'll offer hidden gems on how to personalise, manage and master the new pieces as well the new features to enhance the more traditional components. </em> <br /><em>You will leave brimming with the latest and greatest tips for the latest and greatest client so you can have it YOUR way and make it WORK for You!</em> <br /> <br /><iframe src="http://www.slideshare.net/slideshow/embed_code/16480739" width="427" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen webkitallowfullscreen mozallowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="http://www.slideshare.net/MatNewman/bp104-have-it-your-way-amd-make-it-work-for-you" title="BP104 Have it YOUR way amd make it work for YOU" target="_blank">BP104 Have it YOUR way amd make it work for YOU</a> </strong> from <strong><a href="http://www.slideshare.net/MatNewman" target="_blank">Mat Newman</a></strong> </div> <br /> <br /> <br />Enjoy! <br /> <br /> <br /> <br /> ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/how-many-ways-can-you-customize-ibm-notes-9-plenty</link>
<category>Demonstrations</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/how-many-ways-can-you-customize-ibm-notes-9-plenty?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/how-many-ways-can-you-customize-ibm-notes-9-plenty</guid>
<content:encoded><![CDATA[ Pleased to share the BP104 session from IBM Connect by Margo Ezekiel, Ram Krishnamurthy and myself that shows you how many ways you can customize IBM Notes 9: <br /> <br /><em>The exceptional ability to customise IBM® Notes® &nbsp;to fit your customer or business needs continues with the new IBM Notes 9 Social Edition. &nbsp;Learn how to make company-wide changes and tweak Notes to suit your personal work style. &nbsp;</em> <br /> <br /><em>Margo, Ram and Mat will show you how to fine tune your client experience and improve your productivity by adjusting settings, and we'll offer hidden gems on how to personalise, manage and master the new pieces as well the new features to enhance the more traditional components. &nbsp;</em> <br /><em>You will leave brimming with the latest and greatest tips for the latest and greatest client so you can have it YOUR way and make it WORK for You!</em> <br /> <br /><iframe src="http://www.slideshare.net/slideshow/embed_code/16480739" width="427" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen webkitallowfullscreen mozallowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="http://www.slideshare.net/MatNewman/bp104-have-it-your-way-amd-make-it-work-for-you" title="BP104 Have it YOUR way amd make it work for YOU" target="_blank">BP104 Have it YOUR way amd make it work for YOU</a> </strong> from <strong><a href="http://www.slideshare.net/MatNewman" target="_blank">Mat Newman</a></strong> </div> <br /> <br /> <br />Enjoy! <br /> <br /> <br /> <br />  ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/how-many-ways-can-you-customize-ibm-notes-9-plenty</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/how-many-ways-can-you-customize-ibm-notes-9-plenty?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>IBM Connect-lotusphere 2013 BP101 UserBlast</title>
<pubDate>Thu, 7 Feb 2013 10:38:24 +1100</pubDate>
<description>
<![CDATA[ 
<strong>IBM Connect, BP101 UserBlast!</strong> <br /> <br /> This is my session that takes the top 40 user tips I've helped users out with during the last year, and includes some new features dedicated to the new IBM Notes 9 client. As an added bonus, every tip that can be rolled out to users via policy to enable them to make use of the feature is included as additional slides so Administrators can easily deploy them. <br /> <br /> <br /> <iframe src="http://www.slideshare.net/slideshow/embed_code/16390057" width="580" height="480" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> <br /> <br /> <br /> Enjoy! ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/ibm-connect-lotusphere-2013-bp101-userblast</link>
<category>Demonstrations</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/ibm-connect-lotusphere-2013-bp101-userblast?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/ibm-connect-lotusphere-2013-bp101-userblast</guid>
<content:encoded><![CDATA[ <strong>IBM Connect, BP101 UserBlast!</strong> <br /> <br /> This is my session that takes the top 40 user tips I've helped users out with during the last year, and includes some new features dedicated to the new IBM Notes 9 client. &nbsp;As an added bonus, every tip that can be rolled out to users via policy to enable them to make use of the feature is included as additional slides so Administrators can easily deploy them. <br /> <br /> <br /> <iframe src="http://www.slideshare.net/slideshow/embed_code/16390057" width="580" height="480" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> <br /> <br /> <br /> Enjoy!   ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/ibm-connect-lotusphere-2013-bp101-userblast</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/ibm-connect-lotusphere-2013-bp101-userblast?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Heading to Orlando for IBMConnect, add this iCal feed to your IBM Lotus Notes calendar for the local weather</title>
<pubDate>Thu, 24 Jan 2013 07:52:28 +1100</pubDate>
<description>
<![CDATA[ 
Quick tip for getting the IBM Connect weather for Orlando into your IBM Lotus Notes calendar, and then sync with your device using IBM Notes Traveler: <br /> <br />Follow the instructions <a href="http://www.matnewman.com/Webs/personal/matblog.nsf/dx/adding-the-weather-to-you-lotus-notes-calendar">HERE</a> in my earlier post. <br /> <br />Get the Orlando, FL weather feed from <a href=http:///>THIS</a> address. <br /> <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/OrlandoWeather.png" border="0"></a> <br /> <br /> <br />Make sure when adding the feed at step 9, choose "view Offline" to enable the feed to synch with your Mobile device using IBM Notes Traveler. <br /> <br />See you in a couple of days! <br /> <br />:-) ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/heading-to-orlando-for-ibmconnect-add-this-ical-feed-to-your-ibm-lotus-notes-calendar-for-the-local-weather</link>
<category>Demonstrations</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/heading-to-orlando-for-ibmconnect-add-this-ical-feed-to-your-ibm-lotus-notes-calendar-for-the-local-weather?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/heading-to-orlando-for-ibmconnect-add-this-ical-feed-to-your-ibm-lotus-notes-calendar-for-the-local-weather</guid>
<content:encoded><![CDATA[ Quick tip for getting the IBM Connect weather for Orlando into your IBM Lotus Notes calendar, and then sync with your device using IBM Notes Traveler: <br /> <br />Follow the instructions <a href="http://www.matnewman.com/Webs/personal/matblog.nsf/dx/adding-the-weather-to-you-lotus-notes-calendar">HERE</a> in my earlier post. <br /> <br />Get the Orlando, FL weather feed from <a href=http:///>THIS</a> address. <br /> <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/OrlandoWeather.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/OrlandoWeather.png" alt="IBM Connect Weather" height="464px" width="600px"></a> <br /> <br /> <br />Make sure when adding the feed at step 9, choose "view Offline" to enable the feed to synch with your Mobile device using IBM Notes Traveler. <br /> <br />See you in a couple of days! <br /> <br />:-)  ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/heading-to-orlando-for-ibmconnect-add-this-ical-feed-to-your-ibm-lotus-notes-calendar-for-the-local-weather</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/heading-to-orlando-for-ibmconnect-add-this-ical-feed-to-your-ibm-lotus-notes-calendar-for-the-local-weather?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Getting started with the new IBM Notes 9 browser plug in</title>
<pubDate>Tue, 15 Jan 2013 15:42:27 +1100</pubDate>
<description>
<![CDATA[ 
Once you have an IBM Notes 9 client installed on your machine (under Windows) and selected the "IBM Notes 9 browser plug-in" during installation, you will find that both Internet Explorer and Firefox have the feature available. <br /> <br />Getting started is fairly easy: <br /> <ol> <li value=1>Install and configure IBM Notes on your machine, <li value=2>During the installation process, make sure you select "IBM Notes browser plug-in" from the list of installation options, <li value=3>Start and configure Notes as normal, <li value=4>Shut down IBM Notes (including Designer and Admin), the plug in won't start if you have them running, <li value=5>Open a browser window <li value=6>Type: "Notes:Home" <li value=7>Log in <li value=8>Voila!</ol> <br /><strong>Figure 1: The IBM Notes 9 browser plug-in home page</strong> <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/Notes9BrowserPlugInHome.png" border="0"></a> <br /> <br />And yes, there's a workspace too! <br /> <br /><strong>Figure 2: The IBM Notes 9 browser plug-in workspace</strong> <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/Notes9BrowserPlugInWorkspace.png" border="0"></a> <br /> <br />And if you open a standard Notes application, you get the older style Notes interface (frameset/pages/outlines/etc) displayed nicely in a browser. <br /> <br /><strong>Figure 3: The IBM Notes 9 browser plug-in database screen</strong> <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/Notes9BrowserPlugIn.png" border="0"></a> <br /> <br />The really neat thing about the plug-in is that all of the traditional IBM Lotus Notes features and short-cuts (Ctrl+O, &#91;Enter&#93; to read, etc) work really well - it's almost as if you had a Notes client (well, actually - you DO!) running inside a web framework. The only thing left to do is to spend some time updating those older database interfaces you might have laying around so they look good in the Browser plug-in wrapper. <br /> <br /><strong>Ot ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-the-new-ibm-notes-9-browser-plug-in</link>
<category>Demonstrations</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-the-new-ibm-notes-9-browser-plug-in?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-the-new-ibm-notes-9-browser-plug-in</guid>
<content:encoded><![CDATA[ Once you have an IBM Notes 9 client installed on your machine (under Windows) and selected the "IBM Notes 9 browser plug-in" during installation, you will find that both Internet Explorer and Firefox have the feature available. <br /> <br />Getting started is fairly easy: <br /> <ol> <li value=1>Install and configure IBM Notes on your machine, <li value=2>During the installation process, make sure you select "IBM Notes browser plug-in" from the list of installation options, <li value=3>Start and configure Notes as normal, <li value=4>Shut down IBM Notes (including Designer and Admin), the plug in won't start if you have them running, <li value=5>Open a browser window <li value=6>Type: "Notes:Home" <li value=7>Log in <li value=8>Voila!</ol> <br /><strong>Figure 1: The IBM Notes 9 browser plug-in home page</strong> <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/Notes9BrowserPlugInHome.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/Notes9BrowserPlugInHome.png" alt="IBM Notes 9 browser plug-in Home Page" height="499px" width="600px"></a>  <br /> <br />And yes, there's a workspace too! <br /> <br /><strong>Figure 2: The IBM Notes 9 browser plug-in workspace</strong> <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/Notes9BrowserPlugInWorkspace.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/Notes9BrowserPlugInWorkspace.png" alt="IBM Notes 9 browser plug-in Workspace" height="500px" width="600px"></a>  <br /> <br />And if you open a standard Notes application, you get the older style Notes interface (frameset/pages/outlines/etc) displayed nicely in a browser. <br /> <br /><strong>Figure 3: The IBM Notes 9 browser plug-in database screen</strong> <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/Notes9BrowserPlugIn.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/Notes9BrowserPlugIn.png" alt="IBM Notes 9 browser plug-in database screen" height="500px" width="600px"></a> <br /> <br />The really neat thing about the plug-in is that all of the traditional IBM Lotus Notes features and short-cuts (Ctrl+O, &#91;Enter&#93; to read, etc) work really well - it's almost as if you had a Notes client (well, actually - you DO!) running inside a web framework. &nbsp;The only thing left to do is to spend some time updating those older database interfaces you might have laying around so they look good in the Browser plug-in wrapper. <br /> <br /><strong>Other tips:</strong> <br /> <br /><a href=Notes:Workspace>Notes:Workspace</a> will get you to the workspace. <br /><a href=Notes:Replication>Notes:Replication</a> will open the replication page. <br /> <br /> <br /> <br /> <br /> <br />  ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/getting-started-with-the-new-ibm-notes-9-browser-plug-in</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-with-the-new-ibm-notes-9-browser-plug-in?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>#NotesTip Want even more from the #IBMConnect session database? How about Mobile Access: NOW AVAILABLE! </title>
<pubDate>Tue, 15 Jan 2013 08:42:53 +1100</pubDate>
<description>
<![CDATA[ 
The team working on the IBM Connect 2013 session database have been busily adding features, and now thanks to the guys from <strong>Mobilite</strong> (especially <a href=https://twitter.com/giuliocc>@GiulioCC</a>), we're pleased to add Mobile (Smartphone/Tablet) functionality. <br /> <br /> Read the full details over on the <a href="http://gomobilite.blogspot.com.au/2013/01/ibmconnect-2013-mobile-agenda.html"><span style="text-decoration:underline">goMobilite blog</span></a>! <strong><br /> <br /> Demo: How to access the mobile version of the IBM Connect session database</strong> <br /> <br /> <iframe width="640" height="360" src="http://www.youtube.com/embed/eVJ0y0Gwa2Y?feature=player_embedded" frameborder="0" allowfullscreen></iframe> <br /> <br /> Even more features are planned for the coming updates, please make sure you keep your local replica in sync by using the "Sync with Server" action in the Database Banner. <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMConnectSessionDBSync.png" border="0"></a><br /> <br /> Enjoy! ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/notestip-want-even-more-from-the-ibmconnect-session-database-how-about-mobile-access-now-available-</link>
<category>IBM Notes</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/notestip-want-even-more-from-the-ibmconnect-session-database-how-about-mobile-access-now-available-?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/notestip-want-even-more-from-the-ibmconnect-session-database-how-about-mobile-access-now-available-</guid>
<content:encoded><![CDATA[ The team working on the IBM Connect 2013 session database have been busily adding features, and now thanks to the guys from <strong>Mobilite</strong> (especially <a href=https://twitter.com/giuliocc>@GiulioCC</a>), we're pleased to add Mobile (Smartphone/Tablet) functionality. <br /> <br /> Read the full details over on the <a href="http://gomobilite.blogspot.com.au/2013/01/ibmconnect-2013-mobile-agenda.html"><span style="text-decoration:underline">goMobilite blog</span></a>! <strong><br /> <br /> Demo: How to access the mobile version of the IBM Connect session database</strong> <br /> <br /> <iframe width="640" height="360" src="http://www.youtube.com/embed/eVJ0y0Gwa2Y?feature=player_embedded" frameborder="0" allowfullscreen></iframe> <br /> <br /> Even more features are planned for the coming updates, please make sure you keep your local replica in sync by using the "Sync with Server" action in the Database Banner. <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMConnectSessionDBSync.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMConnectSessionDBSync.png" alt="Keep the database in Sync" height="239px" width="529px"></a><br /> <br /> Enjoy!   ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/notestip-want-even-more-from-the-ibmconnect-session-database-how-about-mobile-access-now-available-</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/notestip-want-even-more-from-the-ibmconnect-session-database-how-about-mobile-access-now-available-?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>The totally unofficial, totally unsupported IBM Connect 2013 session database - NOW AVAILABLE</title>
<pubDate>Wed, 9 Jan 2013 23:21:19 +1100</pubDate>
<description>
<![CDATA[ 
Over the last few years, one of the most useful tools leading up to Lotusphere (now IBM Connect) has been the outstanding Session Database provided by <a href=http://www.geniisoft.com/showcase.nsf/GeniiBlog>Ben Langhinrichs</a>. <br /> <br />A few weeks ago Ben announced that he wouldn't be producing the database this year. <br /> <br />Never fear, it's not gone - a group of people are working on a replacement, which you can <a href="http://www.matnewman.com/webs/personal/matblog.nsf/sphere2013.zip">download HERE</a> ( <- Right-Click, Download). <br /> <br /><strong><br /> Figure 1: IBM Connect 2013 session DB, version 1:</strong> <br /> <br /> <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/ConnectOSphere2013.png" border="0"></a> <br /> <br /> <br /> <br /> <br />Thanks to some support from <a href=https://twitter.com/vitorpereira>Vitor Pereira</a>, <a href=https://twitter.com/aponte>Andreas Ponte</a>, <a href=https://twitter.com/eemnee>Andreas Imnitzer</a> and <a href=https://twitter.com/giuliocc>Giulio Campobassi</a> this fabulous resource is again under development. <br /> <br />Once you have downloaded and unzipped the file, just put the sphere2013.nsf database in your Lotus (AHEM!) IBM Notes data directory, choose the session you want to attend, and then click "Add to Calendar". It's that easy. You can also keep your local replica up to date just by clicking on the "Sync with Server" action, which will connect to the <strong>fabulous</strong> <a href=https://twitter.com/timdturtle>Tim</a> and <a href=https://twitter.com/gabturtle>Gabriella Davis</a>'s servers at the <a href=http://blog.turtleweb.com/>Turtle Partnership</a> and keep your information up to date. <br /> <br />Keep an eye out. More features will be available soon. <br /> <br /> ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/the-totally-unofficial-totally-unsupported-ibm-connect-2013-session-database-now-available</link>
<category>IBMConnect</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/the-totally-unofficial-totally-unsupported-ibm-connect-2013-session-database-now-available?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/the-totally-unofficial-totally-unsupported-ibm-connect-2013-session-database-now-available</guid>
<content:encoded><![CDATA[ Over the last few years, one of the most useful tools leading up to Lotusphere (now IBM Connect) has been the outstanding Session Database provided by <a href=http://www.geniisoft.com/showcase.nsf/GeniiBlog>Ben Langhinrichs</a>. <br /> <br />A few weeks ago Ben announced that he wouldn't be producing the database this year. <br /> <br />Never fear, it's not gone - a group of people are working on a replacement, which you can <a href="http://www.matnewman.com/webs/personal/matblog.nsf/sphere2013.zip">download HERE</a> ( <- Right-Click, Download). <br /> <br /><strong><br /> Figure 1: IBM Connect 2013 session DB, version 1:</strong> <br /> <br />  <br /><a href="http://matnewman.com/Webs/personal/matblog.nsf/ConnectOSphere2013.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/ConnectOSphere2013.png" alt="Connect 2013 Sessions" height="443px" width="600px"></a> <br /> <br />  <br /> <br /> <br />Thanks to some support from <a href=https://twitter.com/vitorpereira>Vitor Pereira</a>, <a href=https://twitter.com/aponte>Andreas Ponte</a>, <a href=https://twitter.com/eemnee>Andreas Imnitzer</a> and <a href=https://twitter.com/giuliocc>Giulio Campobassi</a> this fabulous resource is again under development. <br /> <br />Once you have downloaded and unzipped the file, just put the sphere2013.nsf database in your Lotus (AHEM!) IBM Notes data directory, choose the session you want to attend, and then click "Add to Calendar". &nbsp;It's that easy. &nbsp;You can also keep your local replica up to date just by clicking on the "Sync with Server" action, which will connect to the <strong>fabulous</strong> <a href=https://twitter.com/timdturtle>Tim</a> and <a href=https://twitter.com/gabturtle>Gabriella Davis</a>'s servers at the <a href=http://blog.turtleweb.com/>Turtle Partnership</a> and keep your information up to date. <br /> <br />Keep an eye out. &nbsp;More features will be available soon. <br /> <br />  ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/the-totally-unofficial-totally-unsupported-ibm-connect-2013-session-database-now-available</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/the-totally-unofficial-totally-unsupported-ibm-connect-2013-session-database-now-available?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Going on Holiday? The easiest way to set your IBM Lotus Notes Out-Of-Office AND block your calendar as BUSY</title>
<pubDate>Fri, 21 Dec 2012 12:05:41 +1100</pubDate>
<description>
<![CDATA[ 
There are currently loads of social posts about people heading off on their annual vacation (Holiday for those outside the US). Lotus Notes has a really EASY way to set both your Out-Of-Office (OOO) and block out your calendar so that you co-workers inviting you to a meeting see that you are unavailable. All you need to do is create an all day event in your Notes calendar: <br /> <br /> Here's how: <br />1. Open your calendar, <br />2. Click the drop-down arrow on the Action Bar next to NEW<br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/OOO-Step1.png" border="0"></a> <br />3. Choose "All Day Event" <br />4. Give your event a title (eg: Mat, Annual Leave), <br />5. Choose your start date <br />6. Choose your end date<br /> <strong><br /> and the key step!</strong> <br />7. Choose <strong>Vacation</strong> in the Category field<br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/OOO-Step2.png" border="0"></a> <br /><br /> When you create an All Day Event with the Vacation category, Notes will prompt you when saving the event whether you want to also enable your OOO! <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/OOO-Step3.png" border="0"></a> <br /> <br /> <br /> The beauty of this tip, because an All-Day-Event also blocks out your calendar as "Busy" co-workers inviting you to a meeting will see that you are not free. <br /> <br /> Enabling OOO and marking yourself as busy - Easy! :-) <br /> <br /> <br /> ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/going-on-holiday-the-easiest-way-to-set-you-ibm-lotus-notes-out-of-office-and-block-your-calendar-as-busy</link>
<category>Calendar &amp; Scheduling</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/going-on-holiday-the-easiest-way-to-set-you-ibm-lotus-notes-out-of-office-and-block-your-calendar-as-busy?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/going-on-holiday-the-easiest-way-to-set-you-ibm-lotus-notes-out-of-office-and-block-your-calendar-as-busy</guid>
<content:encoded><![CDATA[ There are currently loads of social posts about people heading off on their annual vacation (Holiday for those outside the US). &nbsp;Lotus Notes has a really EASY way to set both your Out-Of-Office (OOO) and block out your calendar so that you co-workers inviting you to a meeting see that you are unavailable. &nbsp;All you need to do is create an all day event in your Notes calendar: <br /> <br /> Here's how:  <br />1. &nbsp; &nbsp; &nbsp; &nbsp;Open your calendar,  <br />2. &nbsp; &nbsp; &nbsp; &nbsp;Click the drop-down arrow on the Action Bar next to NEW<br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/OOO-Step1.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/OOO-Step1.png" alt="Calendar-Action Bar - New - All Day Event" height="375px" width="600px"></a> <br />3. &nbsp; &nbsp; &nbsp; &nbsp;Choose "All Day Event"  <br />4. &nbsp; &nbsp; &nbsp; &nbsp;Give your event a title (eg: Mat, Annual Leave),  <br />5. &nbsp; &nbsp; &nbsp; &nbsp;Choose your start date  <br />6. &nbsp; &nbsp; &nbsp; &nbsp;Choose your end date<br /> <strong><br /> and the key step!</strong> <br />7. &nbsp; &nbsp; &nbsp; &nbsp;Choose <strong>Vacation</strong> in the Category field<br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/OOO-Step2.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/OOO-Step2.png" alt="Start, End, Category - VACATION" height="494px" width="600px"></a> <br /><br /> When you create an All Day Event with the Vacation category, Notes will prompt you when saving the event whether you want to also enable your OOO! <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/OOO-Step3.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/OOO-Step3.png" alt="OOO - Yes!" height="384px" width="600px"></a> <br /> <br /> <br /> The beauty of this tip, because an All-Day-Event also blocks out your calendar as "Busy" co-workers inviting you to a meeting will see that you are not free. <br /> <br /> Enabling OOO and marking yourself as busy - Easy! :-) <br /> <br /> <br />   ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/going-on-holiday-the-easiest-way-to-set-you-ibm-lotus-notes-out-of-office-and-block-your-calendar-as-busy</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/going-on-holiday-the-easiest-way-to-set-you-ibm-lotus-notes-out-of-office-and-block-your-calendar-as-busy?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Getting started quickly with IBM Notes 9 on Ubuntu 12.10 using this install script</title>
<pubDate>Wed, 19 Dec 2012 00:51:31 +1100</pubDate>
<description>
<![CDATA[ 
IBM Notes 9 for Linux is included in the latest beta versions. To quickly get installed and up and running with the new version, I've created an install script that does most of the hard work for you. <br /> <br /> The installation script will get all of the dependencies (even those missing from the current repositories) and then install the IBM Notes 9 standard client on Ubuntu. Note, this script will NOT remove an existing IBM Lotus Notes installation, which you should do FIRST, before running the script included in this blog (see note at the end of this post). <strong><br /> <br /> How to do a clean Install of IBM Notes 9 on Ubuntu:</strong> <br />1. Go to the public beta site here: <span style="text-decoration:underline">https://t.co/gYR4KLq5</span> and download the IBM Notes 9 installation file for Ubuntu ... (nb: you need to register!), <br />2. And ... you're back! <br />3. Extract the content of the .zip file to a Folder, <br />4. Right click the following file >> <a href="http://matnewman.com/Webs/personal/matblog.nsf/installIBMNotes9">installIBMNotes9</a> << and save it to the same folder with the installation .deb files <br />5. Right click the installIBMNotes9 file, choose properties, then on the "Permissions" tab, choose "Allow executing file as a program", <br />6. Open a terminal, <br />7. CD to the folder containing the .debs and the install script (eg: cd ~/Downloads/IBMNotes9 ), <br />8. Execute the script with: <strong>sudo ./installIBMNotes9</strong> <br />Start the NEW IBM Notes 9 client by clicking on the BLUE Notes icon, then enter "1" to accept the licence agreement, then configure Notes as you would on any other computer. <br /> <br /> Voila! <br /> <strong><br /> Figure 1, The NEW IBM Notes 9 client running on Ubuntu 12.10:</strong> <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9OnUbuntu1210.png" border="0"></a> <br /> <br /> Normal caveats: Y ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-quickly-with-ibm-notes-9-on-ubuntu</link>
<category>IBM Notes</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-quickly-with-ibm-notes-9-on-ubuntu?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-quickly-with-ibm-notes-9-on-ubuntu</guid>
<content:encoded><![CDATA[ IBM Notes 9 for Linux is included in the latest beta versions. &nbsp;To quickly get installed and up and running with the new version, I've created an install script that does most of the hard work for you. <br /> <br /> The installation script will get all of the dependencies (even those missing from the current repositories) and then install the IBM Notes 9 standard client on Ubuntu. &nbsp;Note, this script will NOT remove an existing IBM Lotus Notes installation, which you should do FIRST, before running the script included in this blog (see note at the end of this post). <strong><br /> <br /> How to do a clean Install of IBM Notes 9 on Ubuntu:</strong>  <br />1. &nbsp; &nbsp; &nbsp; &nbsp;Go to the public beta site here: <span style="text-decoration:underline">https://t.co/gYR4KLq5</span> and download the IBM Notes 9 installation file for Ubuntu ... (nb: you need to register!),  <br />2. &nbsp; &nbsp; &nbsp; &nbsp;And ... you're back!  <br />3. &nbsp; &nbsp; &nbsp; &nbsp;Extract the content of the .zip file to a Folder,  <br />4. &nbsp; &nbsp; &nbsp; &nbsp;Right click the following file >> <a href="http://matnewman.com/Webs/personal/matblog.nsf/installIBMNotes9">installIBMNotes9</a> << and save it to the same folder with the installation .deb files  <br />5. &nbsp; &nbsp; &nbsp; &nbsp;Right click the installIBMNotes9 file, choose properties, then on the "Permissions" tab, choose "Allow executing file as a program",  <br />6. &nbsp; &nbsp; &nbsp; &nbsp;Open a terminal,  <br />7. &nbsp; &nbsp; &nbsp; &nbsp;CD to the folder containing the .debs and the install script (eg: cd ~/Downloads/IBMNotes9 ),  <br />8. &nbsp; &nbsp; &nbsp; &nbsp;Execute the script with: <strong>sudo ./installIBMNotes9</strong>  <br />Start the NEW IBM Notes 9 client by clicking on the BLUE Notes icon, then enter "1" to accept the licence agreement, then configure Notes as you would on any other computer. <br /> <br /> Voila! <br /> <strong><br /> Figure 1, The NEW IBM Notes 9 client running on Ubuntu 12.10:</strong> <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9OnUbuntu1210.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/IBMNotes9OnUbuntu1210.png" alt="IBM Notes 9 on Ubuntu 12.10" height="375px" width="600px"></a> <br /> <br /> Normal caveats: YMMV, Use at your own risk, No Liability, etc, etc. <br /> <br /> If you have a RECENT version of IBM Lotus Notes installed on your machine, use the following script, which will do the uninstall first, then run the installation: <a href="http://matnewman.com/Webs/personal/matblog.nsf/UninstallLotusNotes_installIBMNotes9">UninstallLotusNotes_installIBMNotes9</a> to run this file, replace steps 4,5 and 8 above with: UninstallLotusNotes_installIBMNotes9 <br /> <br /> Enjoy! :-)   ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/getting-started-quickly-with-ibm-notes-9-on-ubuntu</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/getting-started-quickly-with-ibm-notes-9-on-ubuntu?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>IBM Notes 9 - very nice new icon&#8217;s</title>
<pubDate>Fri, 14 Dec 2012 03:39:23 +1100</pubDate>
<description>
<![CDATA[ 
The new IBM Notes 9 icon ... <br /> <br /> <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/notes_48.png" border="0"></a> <br /> <br /> You will find these by downloading the NEW IBM Notes 9 client, which is now available on public beta here: <a href=https://t.co/gYR4KLq5><span style="text-decoration:underline">https://t.co/gYR4KLq5</span></a> ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/ibm-notes-9-very-nice-new-icons</link>
<category>IBM Notes</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/ibm-notes-9-very-nice-new-icons?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/ibm-notes-9-very-nice-new-icons</guid>
<content:encoded><![CDATA[ The new IBM Notes 9 icon ... <br /> <br /> <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/notes_48.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/notes_48.png" alt="The new IBM Notes 9 icons"></a> <br /> <br /> You will find these by downloading the NEW IBM Notes 9 client, which is now available on public beta here: <a href=https://t.co/gYR4KLq5><span style="text-decoration:underline">https://t.co/gYR4KLq5</span></a>   ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/ibm-notes-9-very-nice-new-icons</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/ibm-notes-9-very-nice-new-icons?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>IBM Lotus Notes Traveler 8.5.3 UP2 - new features, and a whole lotta Blue!</title>
<pubDate>Wed, 12 Dec 2012 13:23:45 +1100</pubDate>
<description>
<![CDATA[ 
Today IBM released the latest upgrade pack for IBM Lotus Notes Traveler - Upgrade Pack 2 (UP2). Andy Donaldson was kind enough to tweet about it's availability and part number on IBM Software: <br /> <br /> <div class="NotesTip">For those that don't feel like fishing, IBM Lotus Notes Traveler V8.5.3 Upgrade Pack 2 for Windows and Linux Multilingual eAssembly(CRK3KML)</div> <br /> <br /> So here's some screen shots of the new native clients for Android Tablet - taken on my trusty Lenovo Thinkpad Tablet running Android 4.0.3 (Ice Cream Sandwich MR1) <br /> <strong><br /> Figure 1: What my welcome screen used to look like:</strong> <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/Traveler853Up2-01.png" border="0"></a> <br /> <br /> Notice the Yellow icons... <br /> <strong><br /> Figure 2: IBM Lotus Traveler informing me an update is available:</strong> <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/Traveler853Up2-02.png" border="0"></a> <br /> <strong><br /> Figure 3: The notification screen, notice the Blue icon in contrast to the one in the background:</strong> <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/Traveler853Up2-03.png" border="0"></a> <br /> <strong><br /> Figure 4: The replaced IBM Lotus Notes Traveler Installer doing it's sync after install:</strong> <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/Traveler853Up2-04.png" border="0"></a> <br /> <strong><br /> Figure 5: There's now a WHOLE lotta blue on my Android 'Home' screen:</strong> <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/Traveler853Up2-05.png" border="0"></a> <br /> <strong><br /> AND THE BEST PART!</strong> <br /> <br /> <div class="NotesTip">IBM Lotus Notes Traveler 8.5.3 UP2 now includes a NATIVE app for synching IBM Lotus Notes To-Do's. <br /> <br /> For those of you who are big fan's of <a href=https://twitter.com/gtdguy>David Allen</a>'s <a href=http://www.davidco.com/>Getting ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/ibm-lotus-notes-traveler-up2-new-features-and-a-whole-lotta-blue</link>
<category>Android</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/ibm-lotus-notes-traveler-up2-new-features-and-a-whole-lotta-blue?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/ibm-lotus-notes-traveler-up2-new-features-and-a-whole-lotta-blue</guid>
<content:encoded><![CDATA[ Today IBM released the latest upgrade pack for IBM Lotus Notes Traveler - Upgrade Pack 2 (UP2). Andy Donaldson was kind enough to tweet about it's availability and part number on IBM Software: <br /> <br /> <div class="NotesTip">For those that don't feel like fishing, IBM Lotus Notes Traveler V8.5.3 Upgrade Pack 2 for Windows and Linux Multilingual eAssembly(CRK3KML)</div> <br /> <br /> So here's some screen shots of the new native clients for Android Tablet - taken on my trusty Lenovo Thinkpad Tablet running Android 4.0.3 (Ice Cream Sandwich MR1) <br /> <strong><br /> Figure 1: What my welcome screen used to look like:</strong> <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/Traveler853Up2-01.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/Traveler853Up2-01.png" alt="IBM Traveler 8.5.3 UP2 - 01" height="375px" width="600px"></a> <br /> <br /> Notice the Yellow icons... <br /> <strong><br /> Figure 2: IBM Lotus Traveler informing me an update is available:</strong> <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/Traveler853Up2-02.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/Traveler853Up2-02.png" alt="IBM Lotus Traveler informing me an update is available" height="375px" width="600px"></a> <br /> <strong><br /> Figure 3: The notification screen, notice the Blue icon in contrast to the one in the background:</strong> <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/Traveler853Up2-03.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/Traveler853Up2-03.png" alt="Figure 3: The notification screen, notice the Blue icon in contrast to the one in the background:" height="375px" width="600px"></a> <br /> <strong><br /> Figure 4: The replaced IBM Lotus Notes Traveler Installer doing it's sync after install:</strong> <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/Traveler853Up2-04.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/Traveler853Up2-04.png" alt="Figure 4: The replaced IBM Lotus Notes Traveler Installer doing it's sync after install:" height="375px" width="600px"></a> <br /> <strong><br /> Figure 5: There's now a WHOLE lotta blue on my Android 'Home' screen:</strong> <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/Traveler853Up2-05.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/Traveler853Up2-05.png" alt="Figure 5: There's now a WHOLE lotta blue on my Android 'Home' screen:" height="375px" width="600px"></a> <br /> <strong><br /> AND THE BEST PART!</strong> <br /> <br /> <div class="NotesTip">IBM Lotus Notes Traveler 8.5.3 UP2 now includes a NATIVE app for synching IBM Lotus Notes To-Do's. <br /> <br /> For those of you who are big fan's of <a href=https://twitter.com/gtdguy>David Allen</a>'s <a href=http://www.davidco.com/>Getting Things Done</a> methodology, life just got a <strong>LOT</strong> easier!</div> <br /> <strong><br /> Figure 6: The NATIVE IBM Lotus Notes Traveler To-Do app for Android Tablet:</strong> <br /> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/Traveler853Up2-06.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/Traveler853Up2-06.png" alt="Figure 6: The NATIVE IBM Lotus Notes Traveler To-Do app for Android Tablet:" height="375px" width="600px"></a> <br /> <br /> Congratulations to the IBM Traveler team for distributing another fantastic feature (in fact, a fully-fledged app) in what is effectively a point release update! <br /> <br /> IBM Lotus Notes Traveler 8.5.3 UP2 - new features, and a whole lotta Blue! <strong>LOVE IT! :-)</strong> <br /> <br /> <br /> <br />   ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/ibm-lotus-notes-traveler-up2-new-features-and-a-whole-lotta-blue</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/ibm-lotus-notes-traveler-up2-new-features-and-a-whole-lotta-blue?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>How to automatically remove meeting invitations from your IBM Lotus Notes Inbox after you have responded to them</title>
<pubDate>Tue, 11 Dec 2012 11:59:13 +1100</pubDate>
<description>
<![CDATA[ 
<em>In IBM Lotus Notes 6/7/8, a meeting invitation sent to you via email will not automatically be removed from your Inbox after you accept/decline/or otherwise respond to the request. To have them automatically removed (so that you <strong>don't</em></strong><em> accidentally remove the invite, and thus delete the calendar entry) it's best that you change your IBM Lotus Notes preferences so Notes removes them automatically for you.</em> <br /> <br />Another one courtesy of Twitter: <br /> <br /> <div class="NotesTip">Lotus Notes meeting requests and invites--I hate them so much. You can't delete them and they never go away--just get out of my inbox!</div> <br /> <br />This is a really easy one to solve! <br /> 1. File <br /> 2. Preferences <br /> 3. Calendar and To-Do <br /> 4. Display (tab) <br /> 5. Notices (tab) <br /> 6. Check: Remove meeting notices from my Inbox after I process them (figure 1) <br /> 7. Click OK. <strong><br /> <br /> Figure 1: The remove meeting invitations option</strong> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/MatNewmanRemoveMeetingNotices.png" border="0"></a><br /> <br /> And for those meeting entries that are still in your Inbox: <br /> 1. Choose the Drop-Down arrow next to the "Folder" icon on your Mail Database Action Bar, <br /> 2. Choose "Remove from Folder" <br /> <br /> Automatically removing meeting invitations from your IBM Lotus Notes Inbox after you have responded to them - Easy! ...
 ]]>
</description>
<link>http://www.matnewman.com/webs/personal/matblog.nsf/dx/how-to-automatically-remove-metting-invitations-from-your-ibm-lotus-notes-inbox-after-you-have-responded-to-them</link>
<category>Demonstrations</category>
<dc:creator>Mat Newman</dc:creator>
<comments>http://www.matnewman.com/webs/personal/matblog.nsf/dx/how-to-automatically-remove-metting-invitations-from-your-ibm-lotus-notes-inbox-after-you-have-responded-to-them?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.matnewman.com/webs/personal/matblog.nsf/dx/how-to-automatically-remove-metting-invitations-from-your-ibm-lotus-notes-inbox-after-you-have-responded-to-them</guid>
<content:encoded><![CDATA[ <em>In IBM Lotus Notes 6/7/8, a meeting invitation sent to you via email will not automatically be removed from your Inbox after you accept/decline/or otherwise respond to the request. &nbsp;To have them automatically removed (so that you <strong>don't</em></strong><em> accidentally remove the invite, and thus delete the calendar entry) it's best that you change your IBM Lotus Notes preferences so Notes removes them automatically for you.</em> <br /> <br />Another one courtesy of Twitter: <br /> <br /> <div class="NotesTip">Lotus Notes meeting requests and invites--I hate them so much. You can't delete them and they never go away--just get out of my inbox!</div>  <br /> <br />This is a really easy one to solve! <br /> 1. &nbsp; &nbsp; &nbsp; &nbsp;File <br /> 2. &nbsp; &nbsp; &nbsp; &nbsp;Preferences <br /> 3. &nbsp; &nbsp; &nbsp; &nbsp;Calendar and To-Do <br /> 4. &nbsp; &nbsp; &nbsp; &nbsp;Display (tab) <br /> 5. &nbsp; &nbsp; &nbsp; &nbsp;Notices (tab) <br /> 6. &nbsp; &nbsp; &nbsp; &nbsp;Check: Remove meeting notices from my Inbox after I process them (figure 1) <br /> 7. &nbsp; &nbsp; &nbsp; &nbsp;Click OK. <strong><br /> <br /> Figure 1: The remove meeting invitations option</strong> <br /> <a href="http://matnewman.com/Webs/personal/matblog.nsf/MatNewmanRemoveMeetingNotices.png" border="0"><img  src="http://matnewman.com/Webs/personal/matblog.nsf/MatNewmanRemoveMeetingNotices.png" alt="How to automatically remove meeting invitations from your IBM Lotus Notes inbox after you have responded to them" height="354px" width="600px"></a><br /> <br /> And for those meeting entries that are still in your Inbox: <br /> 1. &nbsp; &nbsp; &nbsp; &nbsp;Choose the Drop-Down arrow next to the "Folder" icon on your Mail Database Action Bar, <br /> 2. &nbsp; &nbsp; &nbsp; &nbsp;Choose "Remove from Folder" <br /> <br /> Automatically removing meeting invitations from your IBM Lotus Notes Inbox after you have responded to them - Easy!   ]]></content:encoded>
<wfw:commentRss> http://www.matnewman.com/webs/personal/matblog.nsf/dxcomments/how-to-automatically-remove-metting-invitations-from-your-ibm-lotus-notes-inbox-after-you-have-responded-to-them</wfw:commentRss>
<wfw:comment> http://www.matnewman.com/webs/personal/matblog.nsf/dx/how-to-automatically-remove-metting-invitations-from-your-ibm-lotus-notes-inbox-after-you-have-responded-to-them?opendocument&amp;comments</wfw:comment>
</item>
</channel></rss>
