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.
Contact Information
Blogger, podcaster, writer, and geek Chris Toohey covers topics from application development to the latest must-have-gadgets.
Latest Updates

More on Mailer...
More on Junction Lite...
More on Remote Console...

More on Controller API Utility...
Products & Applications
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!
Time Tracker v1.1 - new features coming soon!
10/19/2009 12:34:50 PM by Chris Toohey
Based on some pretty awesome feedback that I've received from people who apparently find Time Tracker v1.0 very useful, I'm adding a few new features and improvements to the user interface.
Time Tracker v1.0 - Open Source Efficiency Tracking Utility for the Lotus Notes Client
10/13/2009 10:50:05 AM by Chris Toohey
Time Management experts will tell you an individual only has 24 hours in a single day; proper time management isn't finding time in your day, but rather discovering and dealing with inefficiencies in your day. The best way to discover those inefficiencies - at least as recommended to me as part of the AMA Time Management Strategies seminar which I recently attended - is to document how you spend your day.
With that, I introduce Time Tracker, an Open Source Efficiency Tracking Utility for the Lotus Notes Client.
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!
![]()
Introducing the "Public Build Project", with an Events Calendar
12/20/2008 05:15:09 PM by Chris Toohey
I've been playing with this idea for a while now, and was just recently given an opportunity via a customer project to do it! The plan is to have an ongoing series here that details a project build, from the initial architecture phase to deployment. And as an added bonus, I plan on providing the build project application a download on this site at the end of the build/post-deployment.
So for our first Public Build project - which is due December 31st (it's an End of Year thing) - is a relatively simple Events Calendar. The Events Calendar (or EC) will allow a group of event coordinators to post and maintain event entries while allowing authenticated users to sign-up for attendance to an event. The client usage scenarios will be for both the Lotus Notes client and the Web Browser client, so we'll need to make this solution both functional AND portable.
Starting Monday, you'll see a flood of posts discussing a (hopefully) complete list of requirements as well as a pseudo-scope of work. From there, we'll start a deep-dive into the development process with screencasts and blog entries outlining exactly what I'm doing. Outside of a minor break for the holidays (or at least until the family is nestled, all tucked in their beds) I expect to get quite chattery in this space for the next two weeks.
The EC Public Build will hopefully be a first in an ongoing series of projects that hit that sweet spot of 1) being useful to more people in their base build than just the intended customer and 2) being at least somewhat interesting to you, Constant Reader!
Match Maker - The Pseudocode!
08/15/2008 03:59:15 PM by Chris Toohey
I am constantly telling people (and constantly being reminded through the day-to-day) that I "married up" when I was lucky enough to marry my wife. Shirley is one of those amazing people that not only puts up with me (which makes her a saint), but that enables me to be a better person just being around her.
I've gotta tell ya... I find that I've "married up" with my circle of friends. I've not only got a more firm footing on Match Maker as a result of several IM conversations and a phone call with Tim today, but there's something coming down the pipe that will knock the fillings out of your teeth - an all-star team (and me - ftw?!) working on the next "sliced bread" solution.
But back to Match Maker. I'm slightly modifying the data architecture of Match Maker - pushing for a more globally useful approach instead of a source database/document approach - which should allow some amazing functionality. Simply put... (get ready for some pseudocode-babble):
hash
Simple "user-defined" formula - ie., field1 + "_" + field2 + "_" + field3
app_source
Selected "source" Application Profile.
app_source_criteria
Evaluated simple "user-defined" formula used to limit the Source Application's NotesDocumentCollection.
app_target
Multi-value selected "target" Application Profiles
aoo_target_criteria
Evaluated simple "user-defined" formula used to limit the Target Application's NotesDocumentCollection(s).
So, let's say I want to find matching documents to each email in my Inbox, across my CRM Contacts Database, Helpdesk Database, and Projects Database solutions. Instead of (heaven forbid it!) modifying those target NotesDatabases or running time-consuming searches in real-time against 3 different databases, all I'll need to do is set a Relationship Profile with a hash of from + "_CHP". To grab the NotesDocumentCollections of matching documents, I just simply do a MatchMakerDB.getDocumentByUNID and feed it the evaluated hash (from + "_CHP").
Simple and immediate. It's almost finished - still playing around with a few things - but it'll be a pretty sweet (and hopefully useful) multi-database meta index utility for those of you who find yourself needing such a thing!
xCopy v0.2 - OS xcopy Client for Lotus Notes
08/07/2008 11:19:25 PM by Chris Toohey
A better description, and a MUCH smoother process overall, v0.2 of xCopy comes with the following enhancements from the original:
- xcopy via Java Agents and Script Libraries
- Transaction Log documents via Java Agents and Script Libraries.
- Can now handle multi-thread large file xcopies.
And that's about it! Not a major release from a feature perspective, but certainly a major overhaul as I've ported the actual functional Agents from LotusScript to Java... with Tim's help of course!
New/first-time xCopy downloaders just download, sign, and go! v0.1 users: download, sign, change to a Design Template, change the extension from .NSF to .NTF, and run Replace Design!
If you have a need to either manually or automatically copy defined files to a defined target location, this is the app for you! If not, download it if for nothing other than a very simple example of Java Agents and Script Libraries. Feedback and feature requests appreciated.


