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!

My developerWorks, MdW Intro Video, and quick teaser

05/05/2009 09:27:24 AM by Chris Toohey

Taglined "The Geekiest Social Network", My developerWorks just keeps getting better. As I mentioned, the IBM developerWorks crew have really taken the social network via Lotus Connections to the community, resulting in an influx of new IBM Online Community (not everyone sticks to Lotus - sad to report ;-) ) Bloggers making the scene and really contributing some great content.

Aside from content generation, there's also the added bonus of grabbing your own Subject Matter Expert Connections Profile - which can work 24-7 for your business networking and collaborative efforts... provided your honest in your tagging and bio information of course!

If you haven't signed up yet, check out the following demo video showing off My developerWorks. And for those of you not particularly interested in social networking -- y'know... those of you with resession-proof jobs that know everything you'll ever need to know right now and are too busy telling the neighborhood kids to get off your lawn -- consider this yet another public example of a solid Lotus Connections playground!

And for those of you already in the Lotus Online Community who have an established blog, I'm actually working with the crew at developerWorks on that. More details on that as they materialize - which will hopefully be soon!

Adding Admin-defined Color-coding to Lotus Notes View rows via Color Profile Documents

01/05/2009 10:47:50 AM by Chris Toohey

While working on the Public Build Event Calendar project, I found myself adding two things to the application that I thought might prove useful to Lotus Notes client developers. The first I'll discuss today when we cover how you can use a simple Profile document to apply View row color-coding logic to your Lotus Notes applications.

For those if you who are -- like me -- more visually minded:

Admin-defined Color-coding Lotus Notes View rows

I'm using my Preferences example application as my springboard here, which will allow me to easily:

  1. Define a runtime formula that will evaluate against the NotesDocuments in my color-coded NotesView in my "Preference" NotesDocument through a combination of Color Fields, Text fields to store my templated Formula and my @ReplaceSubString-evaluated runtime formula.

    The runtime formula Formula is then written into a Profile NotesDocument (which I've named "colorprofile"), into a NotesItem on that Profile NotesDocument (which I've named "colorstatus").

  2. In my target NotesViews, I create a hidden ViewColumn, specifying that this column is to "Use value as color", that it is "User definable", and that "Profile Document" that holds the runtime formula for the Color-coding matches the same name of my Profile NotesDocument ("colorprofile").

    Additionally, on the Advanced tab in the Column Properties, I make sure that the Programatic Name of said Column matches that of the defined NotesItem on the "colorprofile" storing the runtime formula I wish to use for this particular NotesView (ie., "colorstatus").

    I then specify a simple Formula for the Column that will allow me to (should I choose) specify a unqiue color scheme. In this case, I'm using @UserName.

  3. Now, at runtime, my runtime formula is evaluated and the color-coding applied to my NotesView!

Color-coded, Admin-defined Lotus Notes View

For those of you who -- again, like me -- prefer a hands-on demo:

Adding Admin-defined Color-coding to Lotus Notes View rows via Color Profile Documents - Example Download

The aforementioned second topic - which I'll try to get out tomorrow - will have us creating a simple Calendar-type NotesView, and using the RegionDoubleClick Event to pre-set the Starting Date and Time of a new NotesDocument based on your location/region at the time of your double-click! This approach is discussed (and used) in the Event Calendar Public Build project (Episode 2, I believe) - so if you want to you can check that out now!

Public Build: Event Calendar - Screencast Episode 2

01/02/2009 06:30:30 PM by Chris Toohey

In this episode, we work on more Views for our Event Admins, including an "Event Calendar" Calendar-type View, and use both Shared Columns and a "Color" User Profile to complete a simple yet powerful user interface for our Lotus Notes application.

View Full-Size Video

Author's Note: Let me know if you like these screencasts: the non-formal approach that I'm taking as well as the content itself that I'm convering. For the high-resolution, full-screen videos, I'm first tried Vimeo.com and now ScreenCast.com - both under the "free" license. An annual premium account would run me $60USD/$100USD respectively, so if you like what you see - or have any problems with the content or the service - please let me know!

- Update -


Public Build: Event Calendar - Screencast Episode 2 from Chris Toohey on Vimeo.

I really like the Vimeo service - so I'm providing a smaller-resolution screencast should you feel the same way. While you won't see the specific lines of code, I think it's a better usage experience.