Latest Updates

Products & Applications

Showtime
My Blackberry Enterprise Server Push Utility for the Lotus Notes Client, allows you to create Jobs for individual Channel, Message, and Browser Content Pushes, as well as allows you to delete Pushed Channel Icons from defined recipient devices.

Time Tracker
The idea is simple. At the start of your day - upon completion of your first task - create an entry highlighting what you did and whether you feel it was an efficient or inefficient use of your time. Based on several requests, you can also select the priority, apply categories, or even align your time against a project.

For Lotus Notes Client v8.0 and above, you can use the Time Tracker Widget to make this process even easier!

Zephyr
My Configuration-based Rich Text Mail Merge and Emailing Utility, Zephyr allows you to create rich, data-driven emails to support automated workflow - all via Microsoft Word Mail Merge-like architecture. Dear <firstname> allows you to personalize each email message not only to the individual recipient, but also to the individual application workflow event!

xCopy
xCopy is a simple configurable xCopy client for the Lotus Notes client. By creating and defining xCopy Profiles, you can batch process your file backup or remote upload jobs. With the addition of the xCopy sidebar widget, you can easily kick-off these jobs, and modify both the xCopy Profiles and xCopy itself.

Community & Resources

Lotus Technical Information & Education Community

The Lotus Technical Information & Education community is comprised of IBM, business partner, and customer subject matter experts who use product wikis, published articles, white papers, community blogs and the latest in social media to build and share high quality technical content.

OpenNTF.org - Open Source Community for Lotus Notes Domino

OpenNTF is devoted to enabling groups of individuals all over the world to collaborate on IBM Lotus Notes/Domino applications and release them as open source.

developerWorks Lotus : Wikis

Share your deployment experiences and best practices in our wikis and help IBM to create scenarios for successful deployments. Contribute to the community by collaborating on shared content and leverage the shared knowledge from that community.

Welcome to dominoGuru.com!

Focused on being the go-to resource for the IBM Lotus Notes Domino developer, dominoGuru.com delivers introductory-level best practices and advanced development deep dives for the IT professional, book and gadget reviews, and technical weblog, and more!

Get Connected on LotusLive.com!

01/28/2009 11:30:38 AM by Chris Toohey

I think the thing that makes our community (that is, the Lotus Online Community at large) so successful is the fact that we readily adopt new technologies that allow us to connect to and collaborate with people that can make our day-to-day that much easier. This community is filled with subject matter experts, ranging from those who know absolutely everything about a particular niche feature in a given Lotus product family to expertise that resides outside of the Lotus product family. A simple tweet to asking for suggestions for a XHTML, XML, CSS, etc. editor for Windows - yielded many awesome suggestions and a confirmation that Aptana was the product to go with!

LotusLive.com Screen Examples So I was interested (to say the least) when I heard the news from Lotusphere 2009 about LotusLive.com, and decided to check it out. I was surprised to find that it's more than yet-another-social network for the online community! Formerly Bluehouse, LotusLive showcases some of the latest Lotus tech in the Business 2.0 product space, giving us hands-on demos of the integrated Communities, Forums, File Sharing, online Meetings (powered - from what I can tell - by Sametime Unyte/Webdialogs), as well as Instant Messaging via Sametime. Now, being both a BleedYellow and Greenhouse user, I'm used to public community-based Sametime - but using this in combination with the Unyte features makes this a killer community solution. But I might be getting ahead of myself here...

The Good

  • Lotus Connections + Sametime Unyte
  • Hands-on playground, where I can not only learn just-how-useful this particular Lotus technology can be, but something that I can showcase to my customers.
  • If you've signed up for Bluehouse, your login credentials have been ported!
  • Registration, and usage, is free!

The Bad

  • Works great in Internet Explorer and Firefox, but Google Chrome (which I use as my day-to-day browser) and by extension Safari... not so much.
  • The Activities Sidebar widget doesn't appear to work with LotusLive.com. Perhaps it's a versioning issue...
  • I have near 400 people that I'm connected to on Facebook, 250+ following me on Twitter, and with BleedYellow and Greenhouse... adding new users to my contact list for another social network is becoming tiring.

So, how can we make it easy to get connected? Well, here's a quick tip! Post a URL to your LotusLive Profile!

Chris Toohey on LotusLive.com

From My Dashboard, simply click on your name under the My Account. This will bring to you your publically-accessible LotusLive.com Profile. From there, you can either tweet, blog, or otherwise communicate that profile by it's URL. For example, my LotusLive.com Public Profile can be found at https://apps.lotuslive.com/contacts/profiles/view/11739.

Once you've opened, someone's profile - provided you've authenticated to LotusLive.com yourself - simply select the Get Connected option on their profile, and you're all set!

And you Sametime Client users can quickly add the LotusLive.com Sametime Server to your Server Communities list: im.lotuslive.com.

So if you haven't checked out LotusLive, or haven't been back since it was Bluehouse - give it a spin. I have a feeling (</wink>) that this is just the beginning of many cool and useful community initiatives coming from IBM/Lotus, so get in there now and start playing!

Embedded Windows Explorer/File Browser for remotely-stored file resources in the Lotus Notes Client UI

06/10/2008 03:47:40 PM by Chris Toohey

I had a request from a manufacturing customer who was asking for a document library, which would be used to store CAD files (read: too-large-for-logic drawings). I immediately didn't want to store these mammoth files in a Domino database container, as 1) the Full Text Index really wouldn't do any good for CAD files and 2) well - duh - there's a long list of reasons not to bring 500MB files as attachments into a Domino database container - and that's not what I'm getting at here... so I'll move on.

After some questions, I found that the customer was asking for a "document library" because they wanted to track specific drawings against specific projects and other categorizations that the standard File Store architecture would no longer facilitate. They wanted to be able to apply category labels to grouped files. All things that you'd want to do in a typical "document library" - but I again didn't want to store these large files in Domino. So I thought about using some sort of embedded, programaticaly-accessible Windows Explorer widget - which would allow me to display the "linked" documents, while storing the labeling information on the actual "container" UI document. Simple enough right? Now to just find a Windows Explorer widget... that I could modify within the Lotus Notes client container... in release 6.5.

Got some good feedback from people via my Twittering the question (thanks Steve and Andrei!!!) but me being the stubborn me, there had to be a simple way of doing it... and possibly with the Microsoft Web Browser Control (which was the closest thing that I could find to a Windows Explorer Object). So I googled "Microsoft Web Browser Object" + Lotus Notes...

Now, I should have known that...

  1. I was getting the idea that this was possible from somewhere.
  2. That someone like Tommy Valand would already have done it!

The good news? Well, using this approach, I was able to give my customer a quick-since-it-was-already-written solution:

I simply modified their current "project" Form Design Element and added (on a new tab called File Resources) a field called url and am embedded Microsoft Web Browser Object (Control).

Pretty simple right? Yeah - the only this that was missing was the logic to control the embedded object - which I added to the PostOpen event:

Sub Postopen(Source As Notesuidocument)

 Dim browser As Variant
 Set browser = source.GetObject("Microsoft Web Browser")

 If (Len(Source.FieldGetText("url")) > 0) Then

  If (browser.width <> 400) Then
   browser.width = 400
   browser.height = 400
  End If

  Call browser.navigate(Source.FieldGetText("url"))

 End If

End Sub

So pretty basic stuff all around - when the "project" document is opened, I check to see if there's a value defined in the url field. If so, launch my embedded "File Browser" of sorts and show the contents!

If there's an interest in having an example of this "approach", let me know and I'll put one out here.