dominoGuru.com

Latest Updates

Loading... Please Wait!

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!

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 is now on OpenNTF.org!

10/13/2009 03:50:41 PM by Chris Toohey

For my Lotus-themed works...

My development deep-dives are going to go into the appropriate product wiki.

My editorials are going to go into LotusJournal.com.

So it only makes sense that my open source applications and utilities go into our community's open source catalog: OpenNTF.org!

Thus, I've create Project: Time Tracker, which will now be run out of OpenNTF.org. So you can either submit feedback, request features and functionality here or over in the OpenNTF.org product page.

If you have an application that helps you get through the day - and both own the IP and are okay with the GNU or Apache licensing model - put it online and help your fellow yellowbleeders!

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 Tracker v1.0 - Open Source Efficiency Tracking Utility for the Lotus Notes Client 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!

Time Tracker v1.0 - Open Source Efficiency Tracking Utility for the Lotus Notes Client - Sidebar Widget

Time Tracker - Personal Productivity Lotus Notes Client Application - UPDATES!!

10/08/2009 12:02:17 AM by Chris Toohey

Based on the feedback I got from here, on Twitter, and on Facebook regarding my upcoming Time Tracker application, I've made a few simple changes:

Priorities, Categories, and Projects

So you not only want to know how efficient your time is, but also what it's spent on?! Yeah -- that actually makes sense. So I've added Priorities, Categories, and Projects to not only the Lotus Notes Client UI document Form Design Element, but also the widget Form Design Element which can be loaded in the Lotus Notes Client Sidebar and allow for always-on, quick entries in the Time Tracker.

Time Tracker Lotus Notes Sidebar Widget

After all - and speaking for myself here - if it's not easy, it won't get used.

Configuration-based widget

Not wanting to have form-bloat should you not want to track Priorities, Categories, or Projects -- I've given you the ability to disable/enable those fields from the application Preferences.

Time Tracker Lotus Notes Preferences - Setting Visible Items

So, if you don't want to track anything but the description, timestamps, and the status (efficient/inefficient), you can "remove" everything else at will.

More Views...

This was kind of a given: adding more categorization options (Priority, Category, and Project), I needed to add more views.

Time Tracker Lotus Notes Views

... upcoming changes and publication!

There are a few things that I want to add in here, at least for version 1.0.

The biggest one is adding Readers fields to the entries and having them defined by the application Preferences. Nothing major, but this will allow you to deploy a single instance in a project team, group, business unit, etc. and allow everyone to track their time against a common instance of the Lotus Notes Application.

Eventually, I'd like to create a mobile device client - which I'm thinking will be a version 2.0 feature - and am shooting for a Blackberry device Java client.

I'm shooting for a Monday - October 12th, 2009 - release of version 1.0, so if you have any suggestions for features and functionality that you'd like to see in this release, please let me know ASAP!

Is there a need for YellowCake? How about a version 2.0?!

09/30/2009 04:43:10 PM by Chris Toohey

Yellowcake 2.0? I was asked the other day by a fellow developer if I had an example of a really solid Web UI for creating, reading, updateding, and deleting (notice the order) NotesDocuments in a target NotesDatabase.

My immediate thought was to create a simple NotesDatabase example and download that did just this... but I wanted to make sure that it was something that anyone could apply and see immediate results with... so here's the idea:

  • I'll create a really solid Web UI for a data proxy that will handle all creates, reads, updates, and deletes of NotesDocuments for any target NotesDatabase (HTTP-accessible or not) on any Server (HTTP-accessible or not).
  • This data proxy will use a series of configuration-styled NotesDocuments to set not only the target NotesDatabase, but what is returned on Read requests, what data is submitted for Create and Update requests, and what should be done with Delete requests.
  • As I'm basically re-creating the Domino CRUD API with my own custom CRUD API - I'd do it right: I will allow total separation of UI and NotesData; I will support any and all content types HTTP responses; I will allow for custom HTTP Header responses, including etag support.

This all sounded great. In fact, it sounded like something I had done before... in fact, I had... although it was never officially released.

So before I pour hours into a version 2.0 of Yellowcake - a configuration-based Domino NotesData REST CRUD Engine - I wanted to make sure that there was both an interest and an need in such a solution.

The pitch is this: BYO-UI. I don't care what the front end is; this is an engine that will proxy (and logic-defined handle) requests for NotesData Creates, Reads, Updates, and Deletes. Yellowcake will be more of a Cloud proxy - taking Lotus Notes Client applications to the web within minutes and via configuration versus the need to secure and enable a single Lotus Notes-accessible Only to be accessible not only via any front-end UI, but also from any device and client type that can interact with CRUD API calls.

Thoughts? The more I talk about it, the more interested I am in putting this as the next project on my list - I just want to make sure that there's an interest before doing so...