Email:   
DOMINOPOWER MAGAZINE ARTICLE DIRECTORY

Lotus Technologies > Notes
Home > Lotus Technologies > Notes

Articles

A walk down Memory Lane with Lotus Notes
DominoPower Magazine - October 2009
With all the hoopla about Release 8.5.1, sometimes we forget just how far Lotus and Notes has come. In fact, very few people realize that Notes dates all the way back to the PLATO system in the 1970s and early 1980s.


An application for scanning physical mail and distributing it virtually
DominoPower Magazine - October 2009
In the fascinating article by Bernard Grenville-Jones, you'll learn how to set up and manage a Notes application that will scan physical postal mail, and then distribute it company-wide.


Managing Notes deployments with Teamstudio Build Manager
DominoPower Magazine - August 2009
This week, we look at a tool that may just make the whole process run easier: Teamstudio's Build Manager.


Managing production Notes deployments
DominoPower Magazine - August 2009
Notes applications these days often have upwards of 500 moving parts. Creating production implementations from development builds can be extremely complex and take great care. In this article, we look at what's involved.


Troubleshooting Lotus Notes Traveler: the basics
DominoPower Magazine - July 2009
We've been getting a number of reader questions about using Lotus Notes Traveler, many of which are very basic and quite easy to solve. In this article, we've aggregated the questions and give you some helpful answers. You'll slap yourself on the forehead and say, "But, of course. I knew that!" And, well, our own Joe Dolittle goes a little off the bend.


How recreate a missing ID file without going completely crazy
DominoPower Magazine - July 2009
This week, DominoPower editor-in-chief David Gewirtz channels Sigmund Freud as he explains how to recreate a Notes ID file. All we can say is we're sorry. Somehow the boss has managed to mix completely inane with incredibly useful. It's a gift. It scares us, but it's a gift.


When the debugger won't debug hidden code that isn't hidden
DominoPower Magazine - June 2009
Looking carefully at your workspace, you notice a strange little message in the status area: "Debug request ignored. Source code hidden." You're in Notes and you've enabled the debugger. Now, you attempt to debug a form or view action. It looks like your code executes, but the debugger is nowhere to be found.


What to do if the LotusScript debugger won't single-step over code
DominoPower Magazine - June 2009
If you've been attempting to debug LotusScript, particularly a piece of LotusScript with shared fields, you may have noticed that the Notes debugger itself needs a little debugging.


Troubleshooting an OpenSuse Notes install
DominoPower Magazine - May 2009
The Notes installation went smoothly, lulling Nancy into thinking everything was fine. She started up the client, answered the configuration questions, and watched it open. Then, instead of seeing a Getting Started page with information on Notes, she saw an ugly grey box. Want to know how to make the ugliness go away? You'll have to read the article.


Lots to love in 8.5
DominoPower Magazine - April 2009
Just how impressive is the new XPages and Notes Designer in 8.5? We continue Philippe Schlier's analysis and review of Notes 8.5 and the Lotus marketplace. Read this article and you'll learn what old-time software designer Philippe has to say on our favorite new release.


A developer's first impressions of Notes 8.5
DominoPower Magazine - April 2009
This series outlines Philippe Schlier's experience with the Lotus Notes 8.5 software and includes an analysis of the email market evolution and strategies, based on 15+ years of Lotus Notes usage and the same time spent as software designer.


How hide-whens in Rich Text can ruin your whole day (and what to do about it)
DominoPower Magazine - April 2009
The fundamental thing to understand is that, unlike any other sort of Notes field, the data in Rich Text field can contain its own hide-whens, because that's one of the functions of Rich Text. This behavior can reach out and bite you. In this helpful article, Senior Technical Editor Mick Moignard helps you avoid getting stung by the hide-when behavior of Rich Text.


Troubleshooting Notes 8.5 on the Mac
DominoPower Magazine - March 2009
In this article, we're looking at some important troubleshooting tips. What happens when something goes wrong on the Mac? Take a deep breath and don't panic. Troubleshooting is troubleshooting regardless of platform. Here are the most common issues, installation issues, networking issues, crashes, and some tips on what to do to resolve them.


New features of Notes 8.5 on the Mac
DominoPower Magazine - March 2009
In this article, we're looking at some of the exciting new features of Notes 8.5 on the Macintosh. We're continuing our three-part series about Notes on the Mac. Come back next week to learn about some important troubleshooting tips.


A short history of Lotus on the Mac
DominoPower Magazine - March 2009
This article begins our first-ever series on Lotus products running on the Mac platform. Although only a small percentage of our readers use Macs, that number is growing (if only slightly). We are thrilled to have IBM's Barry Rosen back to tell you all about Notes on the Mac.


Using the Notes Client with Gmail
DominoPower Magazine - March 2009
Since we explored how Notes with Hotmail seemed to be an unworkable idea, we decided we'd take on Gmail and see if it would be any more cooperative. It was, and in this article, Nancy Hand shows you the ins and outs of getting incoming and outgoing mail to work between Notes and Gmail. It's another one of her incredibly helpful reads.


Using the Notes client with Hotmail (or not)
DominoPower Magazine - January 2009
A reader recently asked if he could use Notes as a POP client to get messages from his Hotmail account. Being curious, Nancy Hand set up a new Hotmail account. For all the details on what worked (not much) and what didn't (pretty much everything), you'll have to read the full article.


Integrating a Notes Connector database with Google Enterprise Search
DominoPower Magazine - October 2008
If you read Colin Neale's previous article, you now know a little bit about how the Domino connector for the Google Search Appliance (GSA) came about. This week, he covers a couple of the connector's key features, and you'll see how the system interacts with the GSA to respect Notes database and document level security in search results.


Integrating Notes content with Google Enterprise Search
DominoPower Magazine - October 2008
Developer Colin Neale has figured out how to adapt the Google Search Appliance to work with Notes databases, even those that aren't Web enabled. To learn how, read this fascinating article.


Fun rolling out a Notes upgrade
DominoPower Magazine - August 2008
Nancy Hand is back with another wonderful story about Notes admin and the users who make our jobs so fulfilling. This time, she's rolling out a major Notes upgrade to 3,000 users. That's when Dilbert walked in...


Managing your From address(es) in Notes
DominoPower Magazine - May 2008
In this helpful article, Doug Robinson has put together an article on managing the "from" address of email messages, both to force an Internet address, but also to easily send from multiple email addresses through creating multiple location docs.


Notes calendar abuses and misuses
DominoPower Magazine - April 2008
Most of Nancy Hand's really, really long calls involve calendaring. For whatever reason, people think the Notes calendar should do everything their secretary can, with the possible exception of making coffee.


Installing Notes 8 the hard way
DominoPower Magazine - March 2008
On a whim, Nancy Hand decided to try Notes 8 at home. She didn't read the documentation before starting installation. If she had, she says, she would have seen the problem before starting.


Numeric vs. text fields in application design
DominoPower Magazine - November 2007
When designing applications, consider carefully whether the value you are keeping really is a number that you will use in arithmetic calculations, or whether it is just a text string that contains numeric characters. You won't regret those few extra moments in your application design process when you see the extra robustness of the application and its greater resilience to change. In this helpful article, Senior Technical Editor Mick Moignard helps you understand where you could go wrong, even if you do it by the numbers.


Faking Notes profile names
DominoPower Magazine - November 2007
Under Notes 5.x it was easy to enter a fake name into a Profile document; you simply typed in something and saved it. The client complained, but it still accepted non-hierarchical names like "Annalee's Astounding Addenda" or "Expense Reporting Dept". But, in Notes 6.x and 7.x, you can't type in the field. You have to select a name from an address book. Nancy Hand discusses how to get around this limitation.


An SOA approach to implement standard source code control systems with a Lotus Notes development environment
DominoPower Magazine - August 2007
In this fascinating article, Teamstudio chief architect Craig Schuman helps us understand how SOA can fit into a Notes environment, helps us understand the changes coming with Notes 8 and composite applications, and helps us gain a real understanding for how this all fits into a development process.


Dynamic view filtering in Notes
DominoPower Magazine - April 2006
There's been one question that has been asked over and over again by Notes developers: "How can I parameterise a Notes view selection?" The answer was always "You can't" because it is the server that maintains the view, and at the time the server does the view, there's no opportunity to customise a view for one particular user. Ah, but you can and Senior Technical Editor Mick Moignard will show you how.


Configuring Notes 7 as a POP3 client, step-by-step
DominoPower Magazine - March 2006
This week, we continue our Notes 7 intro month with an article about how to configure the Notes 7 client as a POP3 email client.


A step-by-step guide to installing the Notes 7.0 client
DominoPower Magazine - March 2006
A few years ago, we ran an article about installing the Notes 6 client. We honestly didn't expect it to be particularly popular, because most of our readers were pretty high-level IT folks. But, suprisingly, we got a relatively large number of "thank you" letters about the article. Apparently, our readers were using the article to save time. It turns out they were sending the article's URL to their users and telling their users to follow the steps, rather than making a "house call" for each new Notes install. So, now that Notes 7 is here, it's time to update the article for the new release.


The Notes calendar: scheduling to infinity and beyond!
DominoPower Magazine - February 2006
And, as admistrator for 3,000 Notes 6.5 users, Nancy Hand is frequently amazed by what her users can pull off. One such user managed to lose a meeting for next Tuesday, but schedule appointments all the way out to 4004. Just what did Nancy do to clean this mess up? You'll have to read this article to find out.


When Notes email goes MIME-crazy
DominoPower Magazine - January 2006
A reader wants to know about why the Lotus Notes client seems to be MIME-crazy. And we introduce the DominoPower Answer Team.


Searching for files in all the right places
DominoPower Magazine - July 2005
How often have you gone nuts trying to find a file you need? How often have you had to dig through emails, Notes databases, servers, and more? If you're like the rest of us, far more often than you'd like. And, if you're like the rest of us, you might want to read John Roling's review of X1 Desktop Search for Lotus Notes to learn if it can help you find the files you seek.


How IntelliVIEW can save your head from exploding
DominoPower Magazine - March 2005
IntelliVIEW claims to provide data-mining, viewing, and querying capabilities, all from within Notes. The makers of the product claim that non-technical users can get at Notes data, using this tool. Is it all that the marketing folks claim? You'll have to read this review to find out.


More thoughts on Notes and relational databases
DominoPower Magazine - July 2004
A few weeks ago, Mick Moignard wrote an article entitled "Notes is not a relational database," at http://www.dominopower.com/issues/issue200406/00001307001.html. The article resulted in a very interesting discussion between Mick and Johannes Madsen of Teamsoft, in Denmark.


We review Special Edition Using Lotus Notes and Domino 6
DominoPower Magazine - July 2004
Written by occasional DominoPower contributor Jeff Gunther and Randall Tomura, Special Edition Using Lotus Notes and Domino 6 is a monster of a book. It clocks in at over 1,200 pages and is a good number of pounds. If you'd like to learn why we've awarded this book our coveted 5 out of 5 rating, read this article.


Notes is not a relational database
DominoPower Magazine - June 2004
In this excellent and important article, Senior Technical Editor Mick Moignard examines the Notes database structure and compares it and contrasts it to a more traditional relational database. This is a very interesting article and if you use Notes, develop with Notes, or rely on Notes-based data at all, you owe it to yourself to read this article with great care.


Holding position while switching views
DominoPower Magazine - June 2004
This week Mick Moignard describes a very simple technique to flip between views, while not losing your position in the document. This feature's been around for years, but most people don't know about it. And, it can be very, very useful.


Repeated undo in Lotus Notes
DominoPower Magazine - May 2004
Although it appears the Notes (and the other Lotus editors) only allow one level of Undo, Senior Technical Editor has discovered a very simple (nearly obvious way) undo your way back as many as 32 steps. Read this very helpful tip to find out the secret.


Configuring Notes as a POP3 client, step-by-step
DominoPower Magazine - March 2004
This week, we continue back-to-basics month with an article about how to configure the Notes client as a POP3 email client.


A step-by-step guide to installing the Notes client
DominoPower Magazine - March 2004
Editor-in-Chief David Gewirtz recently did a fresh Windows install on a new desktop machine. As part of that enormously enjoyable process, he had to reinstall my Notes client. As he did so, he realized that in all the time we've been publishing DominoPower, we've never run a step-by-step set of instructions for doing a Notes client install. This article rectifies that.


WebSphere and Workplace and Notes, oh my!
DominoPower Magazine - February 2004
There's a lot of FUD (fear, uncertainty, and doubt) being flung around about our old friends, Notes and Domino. Editor-in-Chief David Gewirtz takes a look at IBM, the company, to give you some perspective. This important article gives you five things you should think about as you plan your future.


Automating migrations to multi-user Notes clients
DominoPower Magazine - February 2004
Here at DominoPower, we love to score exclusives. This month is no different. Sam Rifaey is the founder and CEO of one of Connecticut's fastest growing companies, SoftQuest Corporation. SoftQuest makes the very popular Notes installer-helper, InstallPump. We asked Sam to help us understand how to get the most out of InstallPump so that your Notes upgrades can go faster.


Tools for working with Notes Doclinks
DominoPower Magazine - November 2003
Senior Technical Editor Mick Moignard uses Notes to manage project documentation. To make his job easier, he created a couple of Notes Doclink tools. In this helpful article, you can learn the tools he created and even get the code for doing it yourself.


What will you do when Notes crashes on you?
DominoPower Magazine - August 2003
Do you have a Notes client disaster preparedness plan? What will you do when Notes crashes on you? Unless you like restarting your computer, which is often what you have to do after a Notes client crash, you need to make sure you have a tool ready to restart Notes. You're in luck, because there are several free tools you can install which will let you recover from a Notes crash without restarting your computer.


Conversation on Linux and Notes
DominoPower Magazine - July 2003
The question "Should Lotus do a Linux Lotus Notes client?" has prompted some discussion between Senior Technical Editor Mick Moignard and a reader in Romania named Florin Jurcovici. In this article, we share the results of that conversation in this addendum to Mick's recent series on the topic.


Should Lotus do a Linux Notes client?
DominoPower Magazine - June 2003
In his previous article, "Four reasons Lotus hasn't done a Linux Notes Client," Senior Technical Editor Mick Moignard outlined the reasons Lotus has given for not moving forward with this to date. But should Lotus do a Linux Notes Client? In this article, Mick weighs the pros and cons and offers his opinion on the matter.


Four reasons Lotus hasn't done a Linux Notes client
DominoPower Magazine - June 2003
A question that's been around for quite some time now is "When will Lotus do a Linux Notes Client?" Only Lotus can answer that question. However, we can ask the question, "Should Lotus do a Linux client?" Before he considers the answer, Senior Technical Editor Mick Moignard looks at the four reasons Lotus has given as to why they haven't done a Linux client yet.


Getting to your workspace in Notes
DominoPower Magazine - May 2003
What do you do when you can't access your workspace because you don't have a link to it on your bookmark bar? Fear not, as Senior Technical Editor Dan Velasco has a simple tip for how finding your workspace again.


Organizing your workspace icons in Notes
DominoPower Magazine - May 2003
When it comes to organizing your Notes workspace, are you a Stacker or a Non-Stacker? In this week's PowerTip, Senior Technical Editor Dan Velasco discusses the differences between these two camps.


Integrate Notes with Palm's new Tungsten T
DominoPower Magazine - December 2002
Contributing Editor Mick Moignard went on a quest to obtain Palm, Inc.'s new Tungsten T handheld shortly after it debuted. Now he has one, and in this article, he'll show you how to get it to work with Notes.


How Holt CAT mobilizes Notes throughout the enterprise
DominoPower Magazine - December 2002
Elsewhere in this issue of DominoPower, Mick Moignard discusses how he uses AvantGo's Pylon Pro to mobilize his Notes PIM data. In this article, Steve Niles shows how Holt CATERPILLAR has deployed the same technology enterprise-wide.


Take a peek under the hood with NotesPeek
DominoPower Magazine - November 2002
There are times when you need to look inside a Notes document and see exactly what's going on in there. Mick Moignard has found a free tool that makes it easy. Read on to learn how NotesPeek can work for you.


Keeping your Notes mail secure
DominoPower Magazine - August 2002
Email security is a vitally important issue for all Notes administrators. It just so happens DominoPower Contributing Editor Mick Moignard has some experience in the field. He and colleague John Carroll share some thoughts on the topic, and in the process, offer some tips for getting the most out of their company's SecuriQ suite of security tools.


How to create animated, context sensitive help for the Notes client
DominoPower Magazine - July 2002
Love them or hate them, Microsoft's little animated characters that pop up on your screen to walk you through an application's Help database can often be quite useful. Jim Parry has found great success in adding animated Help to his applications, and in this article, he'll show you how to create animated, context sensitive help for the Notes client.


Synchronize your handheld with Lotus Notes
DominoPower Magazine - April 2002
Senior Technical Editor Dan Velasco is often asked for a recommendation about what software to use to synchronize Lotus Notes information with Palm OS or Pocket PC devices. He has literally tried almost all of the synchronization software options out there. In this helpful article, he shares his thoughts on what he considers to be the top three synchronization solutions. Read on to find the one that will work best for you!


Mick's travel tricks: more tips for setting up Notes on the road
DominoPower Magazine - March 2002
In this third installment of Mick's Travel Tricks, Mick Moignard shares some more tips for travelers who want to take Notes on the road. This time he covers the Notes client setup, the Attachments view, the Truncated Documents view, and more.


Mick's travel tricks: Notes client setup for easy connectivity
DominoPower Magazine - February 2002
In this second segment of Mick's travel tricks, Mick Moignard will show you how to maximize the Notes client travel value by looking at Connections and Locations and a few other settings that will help make it all work well.


Mick's travel tricks
DominoPower Magazine - December 2001
Mick Moignard spends a lot of time traveling on business, which means carrying everything he needs and doing it in as small and light a package as possible. In this article, he provides some great tips on how to pack light while staying connected.


How to create Yahoo-like Web folder navigation
DominoPower Magazine - September 2001
The Notes folder structure provides an excellent way to categorize information. Navigating through those folders via a browser client is not always simple, however. Large public Web sites such as Yahoo.com use an alternative method of navigation that is particularly well suited to a large hierarchical data structure. In this article, Glenn S. Orenstein will show you how you too can create Yahoo-like navigation of folders and views via a Web browser.


Creating context sensitive field help with dialog boxes
DominoPower Magazine - April 2001
How many times have you been clueless when completing a field on a form? The usual solution is field help, but while it's tied programmatically to the field, this solution has several problems. Chris Doig has figured out how to get around those problems, and in this article, he'll show you how by using dialog boxes to create context sensitive Notes field help.


Give a hoot, don't reboot: better ways to recover after a crash
DominoPower Magazine - March 2001
Should you zap Notes or call a medic? If you're constantly frustrated by data loss every time Notes crashes, you've got to check out this article. John Roling reviews two products designed to help you recover your work and get back on your feet faster after suffering a devastating Notes crash.


Add sound to your Flashy Domino site
DominoPower Magazine - March 2001
If you've been following Razzak Khan's series on adding Flash to your Domino Web site, then you already know how effective Flash can be at adding pizzazz. This month, Razzak takes it a step further by showing you how to add sound to your Flash presentation.


New iNotes Web Access client really shimmers
DominoPower Magazine - December 2000
The beta version of iNotes Web Access, code named "Shimmer," has been released, and DominoPower Senior Technical Editor Richard Echeandia has taken it out for a test drive. You can't afford to miss this review of Lotus' new Web client for Domino-based mail, calendar, scheduling, and collaboration services.


Is Notes a virus?
DominoPower Magazine - November 2000
Just when he thinks he's out, it pulls him back in. In this month's editorial, Editor-in-Chief David Gewirtz explains how once the Notes virus infects your resume, it's impossible to get free of it.


How Notes can make a small firm big
DominoPower Magazine - August 2000
It's tough being a small fish in a big pond. In this fascinating article, David Beckman and David Hirsch discuss the way using Notes in their small law firm has helped make their particular fish a good deal bigger by leveraging their legal knowledge and liberating their staff to function at a higher level.


Beginners guide to Lotus Notes and Domino
DominoPower Magazine - June 2000
If you're not an experienced Notes and Domino programmer and are only starting to get to know this powerful software combination, you might be saying to yourself, "Just what the heck is Notes and Domino?" If you're looking for a clear answer in plain and simple language, you need look no further. In this article, Tom Lowery manages to both explain Notes and Domino and highlight its strengths and weaknesses without resorting to technical gobbledygook.


Validation formula blues
DominoPower Magazine - April 2000
Stan Dyck has a confession to make. He really hates Notes Field Validation formulas. Finally fed up with message boxes telling him to fill in this field or that field, he came up with a script library that will allow him never to use Field Validation formulas again. In this article, he is ready to share his creation and show how you too can avoid the frustration of message box overload and other Field Validation irritants.


A reusable agent to change field values on documents
DominoPower Magazine - March 2000
Have you ever wanted to create a single agent, that could be used in multiple views, that would allow a user to change the values of fields on multiple documents they'd selected in a view? Dan Velasco is happy to say that he's achieved this goal, which is what he's here to share with you today.


How to make Lotus Notes and Microsoft Outlook/Exchange work together seamlessly
DominoPower Magazine - March 2000
Do you use Microsoft Exchange/Outlook for mail, and Lotus Domino/Notes for applications? Does the Exchange Administrator frown on using Lotus Notes Mail to send to Exchange? If so, then read on. In this article John J. Coolidge offers his solutions for obtaining full utilization of Lotus Notes' mail and calendar capabilities using Microsoft Outlook/Exchange.


Those pesky keyword lists
DominoPower Magazine - January 2000
Ever get tired of making changes to a static keyword list? Ever have users complain about the lack of control available from the ever-expanding open keyword lists? There are alternatives that allow your users to have a controlled list of keywords, but keep you from having to go back into the code every time a list needs to be changed. This month, Brent Hawthorne shows you one way to do this and make your users happy without making yourself miserable.


How to use cookies with Notes and the Web
DominoPower Magazine - December 1999
Wouldn't it be cool if you could use Web-based cookies with Notes and the Web -- together? Well, now you can. In this informative article by contributing editor Jeffrey R. Burrows, you can learn how to bake your own cookies into your applications. There are even great code examples in this article. So read now to learn where the cookie crumbles. Don't get your hand caught in the cookie jar!


Don't go postal: how to fix your mail.box
DominoPower Magazine - December 1999
There are many things that can go wrong during mail routing. Many of these problems can be fixed rather easily by using Domino and several of its tools. These techniques will resolve most mail.box corruption problems. In this incredibly helpful article, Contributing Editor Jon Johnston shows you how to fix many of the typical problems with mail routing you may encounter.


Easily inserting signatures and clip art at the cursor location
DominoPower Magazine - December 1999
Inserting signatures, footers, or photos is a standard task often needed by Lotus Notes users. This article offers one solution for inserting signatures, clipart, design elements, codes, OLE blocks, or any Rich Text item at the cursor location in a Lotus Notes session.


Add random quotes and signatures to your Notes mail messages
DominoPower Magazine - September 1999
Although R5 allows you to add a signature file to the end of your Notes mail, it doesn't let you cycle through random signatures or quotes. And R4 doesn't even allow you to add signatures. In this valuable and fun hands-on article, Senior Technical Editor Richard Echeandia shows you how you can make a few minor changes and get your copy of Notes to do both.


Encrypting fields in Domino and Notes
DominoPower Magazine - September 1999
Encryption is a hot topic and a valuable security feature. In this important, hands-on article, Tom Lowery shows how to set up a Notes or Domino document for field-level encryption. If you want to keep your secrets secure, you'll need to read this article.


Lotus EasySync is as easy as 1-2-3
DominoPower Magazine - July 1999
Contributing Editor Dan Velasco is back and so it should come as no surprise that this article will be meaty, helpful, and (because it's from Dan) mentions such things as underwear, R5, lust and something dirty-sounding called Slow Sync-ing. You'll want to read Dan's article. You'll learn stuff about Notes, your Palm device, and a bit more about Dan than you might really want.


Using one template for three different uses
DominoPower Magazine - June 1999
Have you ever wanted to create one template that can support multiple renditions of itself? For some applications, you may be maintaining a bunch of templates that are basically the same. If you make a design change to one, then all need to be updated! The design of these templates can quickly get out of sync. A better solution, given this scenario, would be to have one common template that adapted to your needs. This article by Chris Brown (a.k.a. GreenJellybean) explains how to do just that.


Notes direct serial communications to Palm devices
DominoPower Magazine - June 1999
In each issue of DominoPower, we promise real meat. This issue is no exception. In this article by Mark Lawson, you'll learn how to control your PC's serial port directly from Notes (no intermediary files required). Further, Mark shows you how to set up a direct linkage between Notes and a Palm computer, bypassing conduits, the Palm Desktop, and HotSync. This is an article for real programmers and those who want to be just like them.


Is Distributed Content Management the Domino 'killer app'?
DominoPower Magazine - June 1999
Notes and Domino are ideal tools for creating content and managing workflow. But how do you manage the content itself? Is it possible to turn over control of stories and articles to the writers themselves, without sacrificing site integrity and security? Bart Myers thinks so, and in this interesting and useful article, he tells you how you too can manage content successfully.


Sorting documents via Notes and the Web
DominoPower Magazine - May 1999
Contributing Editor Dan Velasco is back with another of his incredibly useful articles. This time, he takes you inside the deep, dark reaches of LotusScript to teach you how to build sorting functions for Web pages in Domino. If you want to truly tap the power of Domino, you should read this article. All that, plus we managed to figure out how to legitimately include Pauly Shore's name in an article in DominoPower. You'll just have to read the article to find out how -- and why.


Open source alternatives to Notes and Domino: are they real?
DominoPower Magazine - May 1999
You learn something new every day or so. For example, we just learned from Contributing Editor Jeffrey Burrows that there are open source projects aimed at creating alternatives to Lotus Notes and Domino. What these projects aim to do is nothing less than what Linux has done to the server market: be one freely available thorn in the side of the big software companies. So are there really good alternatives to Notes and Domino? Should you chuck your R5 distribution and get ready to compile some open source code? Better read this article now.


Build your own database analysis tool
DominoPower Magazine - April 1999
Contributing editor Dan Velasco's back with another incredibly helpful article. Fortunately, this month he hasn't put his life at risk to bring you this great tutorial. In this article, Dan shows you how to build a database analysis tool that can tell you all about your use of Notes on your computer. If you want to push your development skills to the max, read this article. The cool thing, though, is you don't need to be a super-programmer to understand it.


A dynamic menu management system for the Web and Notes
DominoPower Magazine - January 1999
Have you ever been to the Lotus Web site and played with that wonderful expanding menu bar? Now, have you ever wanted to build one of your own? Well, now you are in some serious luck. Contributing editor Dan Velasco wanted to do the same thing. In this highly readable and informative article, Dan tells you how you can build your own expanding and collapsing menu bar -- and it'll work for both Web clients and Notes clients.


How to reduce your Notes application development time by 15%
DominoPower Magazine - November 1998
Senior Technology Editor Richard Echeandia does it again. This month he introduces a process that can reduce your Notes development time and increase your productivity. But we're not just talking time and economics here. As a bonus, Richard also provides a step-by-step set of instructions for building common headers for all your Notes applications. You'll find this article invaluable.



ZATZ Home  ·  News  ·  Back Issues  ·  Credits/Trademarks ·  Link To Us
-- Advertisement --

Find unused Lotus Notes groups and clean up your address book
Have you ever wanted to get rid of old Lotus Notes groups that were cluttering up your address book, but you weren't sure if they were used? Find Unused Groups can help.

Find Unused Groups will check your ACL, mail, multi purpose and server groups to help you determine if they are used, and who uses them.

Learn how to easily clean up your address book.

-- Advertisement --

Teamstudio Edition 25 has shipped
It's finally here! Now that Teamstudio Edition 25 has shipped, listen to our latest Tool Time audio program to find out what's changed. Updates to all your favorite Teamstudio tools will be discussed.

Plus, you'll get an introduction to Teamstudio Undo (formerly known as Teamstudio Snapper).

Tap here to get started!

Copyright © 1998-2010, ZATZ Publishing. All rights reserved worldwide.