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!

Upcoming Article: XPage Maps - IBM Lotus Notes Domino XPages + Google Maps Mashup

08/17/2010 12:52:48 AM by Chris Toohey

Combining IBM Lotus Notes Domino XPages with the Google Maps Data API, my proof-of-concept mashup app leverages NotesData stored in the Personal Address Book (names.nsf). Article - complete with source code - should be available later this week!

If you're interested in being part of the demo, send me your business-friendly vCard containing your contact info -- complete with OfficeStreetAddress, OfficeCity, OfficeState, OfficeZip, and ContactPhoto -- I'll get them into the local Personal Address Book NotesDatabase.

XPages, Session Scope Variables, and User Agents in IBM Lotus Notes Domino Application Development

06/29/2010 04:15:00 PM by Chris Toohey

I've talked before about progressive enhancement in the context of application development and supporting multiple User Agents - be they the Lotus Notes Client, various Web Browser Clients, or even Mobile Devices like the iPhone, iPad, and BlackBerry! The idea is simple enough -- render unto the User Agent what works for that particular User Agent.

(Click thru for the tutorial and downloadable example/demo XPage application...)

YouTube: XPage Custom Controls in IBM Lotus Notes and Domino

05/13/2010 09:05:52 AM by Chris Toohey

A 5-minute screencast and demo of the presentation I recently gave at the North Eastern Lotus User Group, I show how you can simplify your XPages while using Custom Controls to create user-maintained functional XPage markup!

You may want to go full screen to see the markup, or download the demo build app for more details!

Mail Merge Mass Mailings in IBM Lotus Notes Domino with Zephyr

02/08/2010 12:15:00 PM by Chris Toohey

YouTube: Mail Merge Mass Mailings in IBM Lotus Notes Domino with Zephyr I was contacted recently by a reader of this site asking if there was a product or utility that would allow them to create a rich text mass mailer, complete with file attachments, and allow for Dear <FirstName> Microsoft Word-like Mail Merge functionality from data in a Lotus Notes application. As luck would have it, I had Zephyr, my Configuration-based Rich Text Mail Merge and Emailing Utility!

So I thought I would create a simple screencast showing how you can - with a simple LotusScript Agent - create a configurable Mass Mailing engine from your Lotus Notes Client Personal Address Book.

(Click thru for the tutorial and the LotusScript Agent code...)

Using Computed Text and Pass-Thru HTML to create interactive no-UI View Applications in IBM Lotus Notes Client Applications

01/08/2010 10:23:00 AM by Chris Toohey

Computed Passthru Example IBM Lotus Notes Client Application I think it was Bruce Lill who mentioned the other day that he uses a Computed Text instance to generate read-only data tables in a Lotus Notes Form via Pass-Thru HTML and Stylesheets... something that I think is absolutely brilliant!

I thought of taking it a step further and making a more interactive example, which I call the Computed Passthru Example, or CPE for short...