Latest Updates

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!

Quickpoll: Frameset Design Elements in Lotus Notes Client Application UI Design

05/07/2009 11:02:31 AM by Chris Toohey

In follow-up to my post from the other day, I thought I'd pose the following question via Twitter:

Lotus Notes Client design question: Do you still use Framesets in your Application UI?

The response from both Twitter and the various other social networking sites prompted me to create a quick MicroPoll:

Now, understandably, this is a pretty wide-open alternative with Frameset vs. 'Web', but I have this idea...

Look at the more successful cloud service solutions out there today. You're presented with - in most cases - a 3-column fixed layout with highly-stylized UI interaction with various functional nodes. Navigation to top-sections is fairly basic, with in-content drill-down options to specific content or functional sections.

This should be fairly simple to re-create within a Lotus Notes Client application without the *[conventional] use of Frameset Design Elements.

* - Have to give myself an out if there comes a situation where I'll need to use a Frameset in some unconventional ways.

And I know this won't be possible for every application-type within the Lotus Notes Client, as certain applications have certain user experience expectations... which begs the questions for those of you who might answer "We have a corporate standard UI": maybe that's a bad thing in some cases?

So @SetViewInfo and I are officially NOT friends...

08/20/2007 07:44:34 AM by Chris Toohey

So I thought I had it - my dashboard application was complete. I had actually stolen implemented the technique used by NTF - an ultra-slick hack to allow embedding a frameset into a form, but in doing so I find myself yet again at an impass...

My original architecture of this "dashboard"-style solution was simple enough - embedded views on a form that contained fields that were used as categories for the various embedded views. The problem with that, there was no user-configuration capabilities to allow them to add their own views to their dashboard. So, we move onwards...

Using Nathan's solution, I was able to easily design a user-configurable dashboard application - exactly what I needed... with one glaring exception - I couldn't display sub-categories of documents in the embedded frameset-based views. It again seems to be a matter of focus, as I have to rely on @SetViewInfo (unless someone has a better idea) to create a sub-category filter for the given view.

I even thought that I had gotten around this by (despite NOT wanting to do this) adding the @SetViewInfo in the PostOpen event of the the View I'm openning itself... but the @SetViewInfo seems to want to trigger, as far as I can tell, on the Form element instead of the actual View itself.

So today, schedule willing, I'll venture back into the thick of it and see if I can't get a hack going for this... as soon as I get a working solution, I'll post it here. After all, you've been reading about this for the past few days... it's the least I can do!