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!
IBM XPages Custom Controls: Portlet and titlePane
08/27/2012 11:45:00 AM by Chris Toohey
I tend to attack the actual development phase of a project the same way most authors work on a manuscript: blast through, getting it on the page (warts and all), just to fill the page. If you can keep the momentum going, slamming through the project, and establish a first draft, you should have the time to revisit the project as a whole and find areas which require revisions.
For example, in the current project that I've been working on... my first pass consisted of me coding to match the user experience established in the project outline and UI wireframes. Once that was finished, I was able to dive back into the code to see where improvements -- functionality, code singularity, and ease-of-maintenance -- could be made.
This project, which unlike the majority of my dayjob projects, I'll actually be able to show you... but until we're finished and for the purposes of this post, the project required that I display both NotesData and external data from various web services and APIs in small, consumable bites...
(Click thru for the complete article and online demo...)
HTML5 Geolocation and Canvas IBM XPages Custom Controls Demo
07/10/2012 01:34:00 PM by Chris Toohey
After creating various HTML5 Custom Controls for my IBM XPages application development toolkit, I thought I would showcase two of these controls -- Geolocation and Canvas -- to paint a Google Map of the current user location. Bonus: works great on mobile devices too!
(Click thru for more...)
Google Static Maps API XPages Custom Control Demo
06/29/2012 10:57:00 AM by Chris Toohey

I'm a big fan of Google Maps, and (when appropriate) I try to integrate them in my applications. They have a knack for giving any app sex appeal. Take a CRM-type application for example. You can supply a user with an address (OfficeStreetAddress, OfficeZip, OfficeCity, OfficeState, OfficeCountry) displayed in a simple table-based layout, or you could display that data and add another row that shows them a hybrid Google Map that plots the given address.
In an attempt to be as efficient as possible when writing XPages applications, I've gotten into the habit of creating simple and reusable Custom Controls that allow me to copy/paste functionality into a given project. My xc:map_static.xsp Custom Control -- which uses the Google Static Maps v2 API -- is a perfect example of one of those reusable Custom Controls.
I'm still making some enhancements to the control, but it's to the point where I'm happy enough with it to show it off:
xc:map_static.xsp Custom Control - Single Marker Demo:
590 Madison Avenue, New York City, New York 10022 US
<xc:map_static
mapsize="500x300"
mapsensor="false">
<xc:this.mapmarkers>
<xc:mapmarkers
markerlabel="1"
markercolor="blue"
markerlocation="590 Madison Avenue, New York City, New York 10022 US">
</xc:mapmarkers>
</xc:this.mapmarkers>
</xc:map_static>
Online Demo
Google Static Maps API XPages Custom Control Demo
I'll be releasing this Custom Control for download/use at a later date, and will be updating the Demo site frequently... so stay tuned, and let me know if there's anything you'd like to see demo-wise from this control!
HTML5 Video Custom Control for IBM XPages
05/09/2012 12:01:00 PM by Chris Toohey
During the XPages Markup Ultra Combos article yesterday, I showed a simple HTML5 Video Element Custom Control. While it would have worked as shown, I took into consideration a few things - specifically that you could have more than 2 media types depending on the specific browser (and browser version) you're using - so I redesigned it.
Here's the updated version of an HTML5 Video Element Custom Control...
XPages Markup Ultra Combos
05/08/2012 03:36:00 PM by Chris Toohey
I recently posted an article on how to use the tagName Property of an IBM XPage xp:text Control to create any particular HTML container Element you desire while using the xp:text Value Property to set the childNodes / contents of said container.
From that article:
...I'll discuss another method you can employ to get pretty much any pass thru markup to co-exist with core XPages Controls, which should in turn address any HTML markup delivery need you can imagine.
That method, which we'll discuss in this article, is the combination of SSJS, Expression Language, and any other functional XPage markup passed as Properties and Attributes for your XPages Pass-Thru HTML...


