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!
Embedded Lotus Connections Dogears - Get your BleedYellow.com DogEars on your site!
01/26/2008 08:29:57 AM by Chris Toohey
Sometimes reading the directions can really helps!
I'm starting to use the DogEar functionality in the Lotus Connections-based BleedYellow.com, when I thought it would be a pretty good idea to have those of us bloggers who don't happen to use the Connections-based blogging engine still display our Dogear'ed content. Thankfully, the Lotus Connections API is both documented and the functionality that I'm looking to achieve was already accounted for in the Dogear Search API!
The following line of JavaScript:
<script src="http://www.bleedyellow.com/dogear/lisnippet?lang=en&email=email"></script>
... returns the following markup (I have only Dogear'ed one item at the time of this publishing):
<ul class="doglinks">
<li class="doglink last">
<a class="dogtitle"
href="http://www.bleedyellow.com/dogear/jsclick?link=B60GC0A8A72CFC2661422E86805B4F00027A"
title="Theo has a brilliant idea for a new feature at next years Lotusphere...">
Theo's Blog - "Meet the Bloggers" lounge at LS09 ?
</a>
<ul class="dogdata">
<li class="dogearauthor">
<a href="http://www.bleedyellow.com/dogear/html?email=email">
Chris Toohey
</a>
</li>
<li class="dogeartags">
<a href="http://www.bleedyellow.com/dogear/html?email=email&tag=lotusphere">
lotusphere
</a>
</li>
</ul>
</li>
</ul>
Apply some whip-snazzy CSS to the generated markup, and you've got a pretty slick usage of out-of-the-box functionality.
Gotta love when it's this simple!
- Updated -
If you like the UI of the above widget, simply add the following two lines to either the header or in-line in your markup:
<link rel="stylesheet" type="text/css" media="screen" href="http://www.dominoguru.com/dogears.css">
<script src="http://www.bleedyellow.com/dogear/lisnippet?lang=en&email=email"></script>


