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.

QUICKTIP: * { border: 1px solid red; }

02/03/2010 04:12:16 PM by Chris Toohey

Go D! It worked fine in Firefox, which is equipped with both Firebug and the Web Developer Toolkit, so no help there. It even worked in Internet Explorer 6, but I couldn't get it to work in IE7! I spent far too long (more time than I'm willing to admit) trying to find out why the actionbar for a rather complicated XHTML Form (complete with content-sensitive hide-whens, JSON-driven UI data pickers, interactive field-level validation, etc.) would become deactivated if I selected one - and specifically one - of the Tabbed Table tabs.

Note: these are home-grown Tabbed Tables, not the IBM Lotus Domino-generated kind...

While I had my suspicions, it wasn't until I deployed a single line of CSS that can be one of the most effective forms of defense when fighting dynamically-generated XHTML, JavaScript, and CSS:

* { border: 1px solid red; }

Adding this to the bottom of my Stylesheet did the trick. Apparently a rogue DIV element was displaying over the actionbar, making it impossible to click.

A quick update to my hide-when logic and I had a fully-functional XHTML Form! ... still had to work with IE7, though.

 
Mika HeinonenName:Mika HeinonenWebsite:http://www.siipi.com/mikaComment

As far I know, only Firefox and SeaMonkey support HTML. SeaMonkey just crashes a lot less and is much faster than Firefox.

I made a HTML table, and tried it with all browsers, and only FF and SM can show it correcly:

http://siipi.com/public/mika.nsf/0/2AAC3EECC888AC57C22575F7004ADC16


(not published)




Evaluate this Formula: @LowerCase(@Text("FOO"))