|
|
|
|
|
|
|
|
|
|
|
|
|
|
HANDS-ON NOTES DEVELOPMENT
Publishing PowerPoint presentations for Notes and Web clients
By Dan Velasco
For those of us who are eager to jump in with both feet and start customizing a Domino application for the Web, it's a bit of a challenge when we're also asked to make the same information easily available to Notes clients as well. This means we have to take precious time away from more engrossing activities such as delicately coding the HTML Web views that we love so much and carefully inserting JavaScript code in our forms.
This is one of the things that doesn't kill us and makes us stronger. We end up becoming more and more creative so that we can present Notes information automatically and can spend more time on the more difficult task of customization for the Web.
Recently, I was faced with a problem that reflected this challenge: I needed to publish PowerPoint presentations that would be easily readable by both Notes and Web clients simultaneously.
How we posted presentations before The method that we were using to post presentations on our corporate intranet was as follows. We would open up PowerPoint, remove the slide background, change any light-colored text to black, select all of the slide contents, copy them, open up Lotus Notes, paste the contents into a document and then resize what we had just pasted to about 45%.
The results were less than spectacular. The slides were drained of color, did not all resize to exactly the same size and we had to chop up the presentations into chunks of about ten slides each because the images that we had pasted in were still rather large in file size (in addition to being ugly). Then we had to manually link the documents containing the slides together for viewing on the Web, (i.e., doing links that would appear on every page).
After recently using this method to post the presentation of my Big Boss, I looked at the butchered result and knew that there had to be a better way.
PowerPoint to the rescue There is, in fact, a better way, which I'm going to share with you now. The secret lies in a feature that's built into PowerPoint 97, not Notes. In PowerPoint 97, you can use the Internet Assistant to save the presentation as HTML. What is produced is exactly what you need to post a fully loaded presentation to the Web and Notes easily and simultaneously, complete with full-color slides, slide titles and slide notes.
There are three steps to the system that I developed:
- Export the information from PowerPoint 97 to Domino automatically;
- A form capturse the slide information and extract the data you need by using LotusScript;
- Display the presentation information effectively to both Notes and Web clients.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- Advertisement --
SECURTRAC - MONITOR AND CONTROL YOUR DOMINO ENVIRONMENT
When it comes to your business, how do you ensure compliance with SOX, HIPAA or other industry driven regulations? Use SecurTrac to monitor and audit the life cycle of all objects in your Domino environment.
- Database Monitor
- Mail Monitor
- Domino Directory Monitor
- Notes.ini File Monitor
- Intrusion Detection Monitor
Click here for details and a free evaluation copy. |
-- Advertisement --
Good Practices... Better Practices... Teamstudio.
Implementing good practices in your Notes environment doesn't have to be complicated.
Teamstudio provides software and services for efficient Notes development and simple, secure administrator control. Our new website also provides users with a library of resources to help, including:
- Ready-to-implement policies for good practice development and deployment in Lotus Notes
- On-demand webinars on topics ranging from tips for better coding, to securing your applications, managing agents, and streamlining your application deployment process
- Free utilities for download to help you more more efficiently tackle several specific tasks in Notes development
Visit our library of white papers to help you take on difficult issues in your Notes environment.
Drop by our new website and take a look! |
|
|
|
|
|
|
|
|
|
|