Skip to main content

Posts

Showing posts from May, 2011

How to Do a Mail Merge to Email using Lotus Notes

Why do one? In today's "green" world, it makes much better sense to send out emails than letters but you still want to personalize them. Sadly, by itself Lotus Notes doesn't support mail merge to email. Of course, we know that outlook does (but then it lets anyone and anything send emails for you - even when you don't want them to). So, how to do it in Notes? OpenNTF The first port of call is OpenNTF ( http://www.openntf.org/ ). This place is full of great things but most of them are really badly documented. Still, these guys give things away for free and they develop in their spare time, so we should be grateful for what we get. There's a great little project there called MailMerge Excel to Notes . Go there, click on releases and download the ZIP file. Getting to the Code The installation is tricky though I've noted that since I asked the author about the install, it's been updated (so maybe these steps are less necessary). Unzip the files to somewher

How to Turn off Local Encryption by Default in the Notes 8.x Client

What's this All About If you have a test environment for your Lotus Notes applications, then chances are that you regularly find yourself copying (not replicating) from Production to test - and probably via a Local connection. If you do this a lot, then chances are that at some point you've forgotten to deselect the default local encryption. This is a great security feature but it's quite embarrassing when you arrive at your test site with a database which won't open. Did you know that you can change the default. It happened sometime in release 8.x but I don't know exactly when. I just know that I changed it a while ago and a few times since I've had developers express surprise because they didn't realize that we now have that feature. Here's How to Turn it Off by Default In your Notes client; Click File then Preferences from the Menu On the left hand side of the preferences screen, expand Replication and Sync . Click on Default . In the middle of the

If you were buying a PC today...

I'm often asked to tell people what to look for in a PC and recently I was asked to provide something in writing for all our staff members. These people aren't serious gamers and generally aren't all that computer literate (or computer-adventurous for that matter). I thought I'd share it with the rest of the world. Note that prices are in Australian Dollars and specs are as at 11 May 2011. I've ignored netbooks even though I personally find them cool. I've also mostly ignored non-windows platforms because as I said, these people aren't adventurous. Finally, where I've mentioned brands it doesn't particularly mean that they have my overall endorsement or condemnation. It's just my experience with them - and the "vibe" I get from other people who use them. What for? Throughout this document, you need to be thinking about the use to which you intend to put your computer. Is it just an office machine? Is it only for the internet and w

Book Review "IBM Lotus Domino: Classic Web Application Development Techniques" by Richard G. Ellis (Part 2)

In part one of my review, I looked at the opening and closing chapters of this book. They're fairly non-technical and provide a very useful set of guidelines for the development and testing of Lotus Domino applications - and they're just as relevant to XPages development. In part two, I want to look at the middle chapters. These chapters cover CSS and JavaScript as it relates to forms, views and agents. The book talks about some features which are only available in Notes/Domino 8.5 but it never discusses XPages. If you're already a domino developer and you're looking to move into XPages, then this book certainly isn't for you. If however, you've been using Notes and want to quickly port some applications to the web or if you're familiar with classic HTML, CSS and JavaScript but want to get some Domino projects off the ground, then this is the right book. Of course, if you're on a version of notes/domino prior to 8.5 with little prospect of upgrading

Book Review "IBM Lotus Domino: Classic Web Application Development Techniques" by Richard G. Ellis (Part 1)

I'm doing this review in two parts because the opening and closing chapters of this book are vastly different from the rest. I have to admit to wondering, when I was first asked to review this book, exactly what the market was that it's aimed at. After all, aren't all domino developers heading towards XPages now? Could a book on "traditional web programming in domino" still be relevant today? Well, surprisingly it is. The opening chapters deal with issues and requirements that our developers and I still constantly struggle with . They cover version control, issues logs, staging servers, commenting/documentation, standards and the big killer "scope creep". There are sections on using the "champions" in your office to drive projects, maintaining consistent URLs and setting up a developer test environment. These are aspects which affect all domino development regardless of the technology level (XPages, Notes, Pure HTML or JavaScript/CSS). If you r