Full HTML for

Basic foilset Lotus Notes and Domino Server Tutorial

Given by Yuping Zhu, Geoffrey C. Fox at CPS616 Web Technologies on Spring 98. Foils prepared April 12 1998
Outside Index Summary of Material


Lotus Notes is a Powerful Asynchronous Collaboration System
with a nice web interface
We describe its capabilities from the point of view of both user and developer
We show to develop different views of a database and forms to display output
Services such as the calendar are illustrated

Table of Contents for full HTML of Lotus Notes and Domino Server Tutorial

Denote Foils where Image Critical
Denote Foils where HTML is sufficient

1 Lotus Notes And Domino Server
2 Abstract
3 A groupware Model
4 Communication (I)
5 Communication (II)
6 Collaboration (I)
7 Collaboration (II)
8 Coordination
9 Domino Server
10 Domino Services For Web Applications
11 Domino Web Server
12 Domino Messaging Server
13 Domino News Server
14 Domino Advanced Services
15 Supported Internet Protocol
16 Domino Mail Server
17 Notes Workspace
18 Notes Workspace Overview
19 Logging On To Notes
20 When is Password Needed?
21 Workspace pages
22 Operations On Workspace
23 Database Page
24 Database Page Overview From Notes User View
25 Forms
26 The Main Topic Form From Notes User View
27 Developing Form (I)
28 Developing Form (II)
29 Developing Form (III)
30 A Form With A Few Fields From Web User View
31 Views
32 Using Views
33 Example with a few Views From Web User View
34 View Database By Topic From Web User View
35 View Database By Date From Web User View
36 Developing Views (I)
37 Developing Views (II)
38 Developing Views (III)
39 Developing Views (IV)
40 Calendar and Schedule
41 Setting Up a Calendar Profile
42 Creating An Appointment
43 Calendar Views
44 A Calendar View From Notes User View
45 Calendar View Of Two Weeks From Web User View
46 Calendar View of One Month From Web User View
47 An Event Entry From Web User View
48 Creating a Home Page
49 Creating A Simple Discussion Forum (I)
50 Creating A Simple Discussion Forum (II)
51 A Simple Discussion Forum From Web User View
52 Notes Applications Overview

Outside Index Summary of Material



HTML version of Basic Foils prepared April 12 1998

Foil 1 Lotus Notes And Domino Server

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
NPAC CPS 616 Web Technologies
http://www.npac.syr.edu/users/gcf/cps616lotusnotesapril98
http://delaware.npac.syr.edu:9898
April 1998
Geoffrey C. Fox
Yuping Zhu
Northeast Parallel Architecture Center
Syracuse University

HTML version of Basic Foils prepared April 12 1998

Foil 2 Abstract

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
What is Lotus Notes
Lotus Notes combines many technologies, it's not a single product. It integrates several capabilities to form a multi_function software. For example, Lotus Notes is a database, word processor, e-mail, news group and web server. It's one of the best solutions as a groupware infrastructure.
Model
Lotus Notes uses the Client/Server model of computing and it can be split into two pieces: The client, which is called Notes, and the server, which is called Domino.

HTML version of Basic Foils prepared April 12 1998

Foil 3 A groupware Model

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
As a groupware infrastructure, Lotus Notes model defines three areas of technology:
Communication
It encompasses electronic mail (or e-mail)
Collaboration
It enables groups to share information in a public forum or workspace
Coordination
It involves the automation of business processes. (or workflow automation)

HTML version of Basic Foils prepared April 12 1998

Foil 4 Communication (I)

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Electronic Mail and Messaging
Electronic mail is implemented by a network of computers. When the originator of a message sends it, the first computer to receive it stores it, and then checks to see if the recipient is local to that machine, If not, the message is sent on in a chain-like fashion from computer to computer until the message arrives at the recipient's machine. This technology is sometimes called store and forward. When security issues are involved, one can encrypt the message.

HTML version of Basic Foils prepared April 12 1998

Foil 5 Communication (II)

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Lotus Mail Service
Lotus provides Mail Server in Domino Server and Mail client in Lotus Notes.
Domino Server may have access to the Internet, that means you can use Lotus mail to send/receive mail to/from people using other mail service.
With Lotus Notes, you cerate a mail memo, then click Send button to send it. The Domino Server stores all mailboxes of the users on that Domino Server.

HTML version of Basic Foils prepared April 12 1998

Foil 6 Collaboration (I)

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Shared Information
Collaboration relies on a public, shared workspace where information can be created and used by all of the members of a particular group. One of the most popular collaborative types is electronic discussion database, which is also called electronic forum. E-forums enable people to participate in an electronic discussion from different location as well as at different times. When you post a message to an e-forum, it is available for all the other participants to see. If someone answers your message, it's like a phone caller on a radio talk show, and his or her response is heard by all participants.

HTML version of Basic Foils prepared April 12 1998

Foil 7 Collaboration (II)

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Collaboration can be divided into synchronous collaboration and asynchronous collaboration.
Synchronous Collaboration
In this model, participants always present at the same time. When you send out information, you can receive very quick feedback from others. For example, NPAC's Tango provide such service.
Asynchronous Collaboration
In this model, participants don't need present at the same time. When you send out information, you may not get immediate feedback, it could be delayed a few hours or a few days. Lotus provides such service.

HTML version of Basic Foils prepared April 12 1998

Foil 8 Coordination

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Workflow Automation
In many cases, a job or task frequently is part of a large job. Workflow automation is the automating of the flow of work from one person or job function to the next, and the information is electronically passed between persons.
Management Report
As a very nice by-product of the workflow automation, one also can get information such as: how many items have been processed, how many are left, which items are unprocessed, how long dose each step in the process take and so on.

HTML version of Basic Foils prepared April 12 1998

Foil 9 Domino Server

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Component
As Server, Domino includes two main parts: Domino Server and Domino Mail Server.
Domino Server is both Notes Server and Internet Server, because it serves both Notes clients and Internet clients. It ties the Lotus Notes application to the Internet protocols and standards, and lets any client participate in Notes applications using the Internet. As web application server, the Domino server delivers messaging and groupware application to web clients.

HTML version of Basic Foils prepared April 12 1998

Foil 10 Domino Services For Web Applications

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Object store. In domino, the object store is database. It can manage and retrieve complex data types, including rich text, images, application objects and multimedia.
Central directory. In domino it's called Public Address Book where you store user names and e-mail addresses. It also manages server and database configuration, messaging routes and configuration, certificates and access control, replication schedule.
Security. Domino provides multiple layers of security, from basic server access to page and field-level read/write authority. Access to content is controlled by an access control list(ACL) .
Messaging and workflow. You can use this service to develop web applications for business communication and coordination.
Replication. Domino uses this service to synchronize information on all the servers throughout a corporate network.

HTML version of Basic Foils prepared April 12 1998

Foil 11 Domino Web Server

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
The Domino Web Server merges Web Server technology with Lotus Notes technology to let third-party Web browsers access data and applications stored in a database. With Domino, a user can:
Access the Domino server securely.
Access dynamic data and applications based on time, database queries, and user identity.
Create, edit, and delete document in a database.
Search a database.
View content in a database using navigation capabilities, such as the ability to expand and collapse views.

HTML version of Basic Foils prepared April 12 1998

Foil 12 Domino Messaging Server

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
The Domino messaging server can be accessed by following clients:
Internet Message Access Protocol (IMAP) clients.
Post Office Protocol v3 (POP3) /Simple Mail Transfer Protocol (SMTP)
Lotus Mail Java clients.
Lotus Mail clients: implement POP3/SMTP and Lightweight Directory Access Protocol (LDAP).
Lotus Notes Mail clients: advanced messaging client with fully integrated calendar and scheduling, discussions, and basic workflow.
Lotus Notes Designer client: with advanced messaging and access to applications.

HTML version of Basic Foils prepared April 12 1998

Foil 13 Domino News Server

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
The Domino news server enables the Domino server to support Internet standard news reader clients using the NNTP protocol. The server can also support NNTP server-to-server replication or newsfeeds, with other Internet standard news servers, including USENET.
A domino NNTP server lets users participate in private discussion groups or public USENET newsgroups using a Notes designer client, a standard NNTP newsreader or a web browser.
Each newsgroup is stored in a database.

HTML version of Basic Foils prepared April 12 1998

Foil 14 Domino Advanced Services

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Server Clusters
A server cluster is a group of up to six Domino servers in the same domain connected by a local area network.
Partitioned Servers
A partitioned server lets you run multiple Domino servers on a single computer, You can run up to six Domino servers on one machine.
Billing
The billing feature enables a Domino server to track specific Domino activities.The billing server task collects this information and records the data for billing purpose.

HTML version of Basic Foils prepared April 12 1998

Foil 15 Supported Internet Protocol

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Application Development
ActiveX, CORBA IIOP, HTTP, Java
Directory
X.500 Hierarchical naming structure and interoperability, X.502 compliant format, LDAP
Security
SSL, X.509 certificate support/generation
Messaging
SMTP/MIME, POP3, IMAP4, X.400 MTA, MAPI
News
NNTP

HTML version of Basic Foils prepared April 12 1998

Foil 16 Domino Mail Server

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Domino Mail Server can manage both rich Notes™ mail and standard-based Internet mail while providing directory information to Notes workstations through the Public Address Book and to Internet users through the Lightweight Directory Access Protocol (LDAP).
For messaging, Domino supports LDAP, POP3, IMAP, SMTP and MIME. The Domino Mail Server can be used as the foundation of your Internet and Intranet messaging system.
Domino Mail Server provides mail routing for local area network and remote users. It has all of the attributes of other database, such as full text indexing.

HTML version of Basic Foils prepared April 12 1998

Foil 17 Notes Workspace

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Components
Menu: Lets you choose Notes commands. (The commands on the menu sometimes change, depending on what you are doing.)
SmartIcons®: Let you choose Notes commands by just clicking an icon.
Workspace tabs: Let you change to different workspace pages to see the database icons on those database.
Database icons: Let you open Notes Database.
Workspace page: Lets you store database icons.
Status bar: Lets you change some setting, open your mail database, and see some current information about Notes.

HTML version of Basic Foils prepared April 12 1998

Foil 18 Notes Workspace Overview

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index

HTML version of Basic Foils prepared April 12 1998

Foil 19 Logging On To Notes

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Notes is on the top of the local area network, and uses the underlying network infrastructure for communication protocol when a user on a workstation accesses a database or process on the Notes server. The way to logon Notes depends on how you have set up individual database. The system administrator creates a ID file for every user. If security is not enforced, you can starts up Notes on your local workstation without a user ID. But you do have to provide a valid and password protected user ID to use a workstation to access databases and processes on a Notes server, or to access databases on the local workstation that has access control security enforced.

HTML version of Basic Foils prepared April 12 1998

Foil 20 When is Password Needed?

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Open a database on which local security is enforced
Define local security for a database (using the Properties box for an existing or new database)
Change ID files
Access a Notes server for any purpose, such as open a database
Start up Notes when you have an Island location
Any other action which requires authentication between a user ID and a database or a server

HTML version of Basic Foils prepared April 12 1998

Foil 21 Workspace pages

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
By default, Notes displays six tabbed workspace pages, plus the Replicator page, which is always the back page. In addition to the six default pages, you can define up to 26 additional pages, giving you a total of 32 workspace pages. Each workspace can hold up to 256 database icons.
The workspace pages are used to organize database icons in any way makes sense to you. Whichever configuration is desired, the user can add and delete their own workspace pages. But Replicator page cannot be deleted and database icons can only be placed on the page for the purpose of replication.

HTML version of Basic Foils prepared April 12 1998

Foil 22 Operations On Workspace

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Customize a Tab: Add or modify the name of the workspace page, change the color of the tab
Add a New Workspace Page
Delete a Workspace Page
Compact the Workspace
Move database icons around on a workspace page
Add a database icon to the workspace
Remove a database icon from the workspace
Open a database when the icon is already on the workspace page
Customize SmartIcons

HTML version of Basic Foils prepared April 12 1998

Foil 23 Database Page

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Component
Action bar: Contains buttons you can click to quickly perform some common tasks. The buttons on the action bar sometimes change, depending on what you are doing. Some database may not action bar
Navigation pane: Lets you open different folders and views
View pane: Lets you select and open documents
Preview pane: Lets you read the document that is highlight in the view pane without opening the document

HTML version of Basic Foils prepared April 12 1998

Foil 24 Database Page Overview From Notes User View

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index

HTML version of Basic Foils prepared April 12 1998

Foil 25 Forms

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Forms are similar to their paper counterparts. It can contain static information which is the same on each instance of the form or fields which are allowed to vary from one instance of the form to another. Fields can include extended textual information.
You can have several forms in a database, each with a separate purpose and representing a kind of template. The template is similar in purpose to the definition of the structure of a relational table. In notes, different forms can have completely different formats, fields and purpose. That is to say, you can have different kinds of records in the same Notes database.

HTML version of Basic Foils prepared April 12 1998

Foil 26 The Main Topic Form From Notes User View

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index

HTML version of Basic Foils prepared April 12 1998

Foil 27 Developing Form (I)

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Creating Database
Form are always created in the context of a Notes database, so first we have to create a new, empty database to house the forms, views and application. This can be done by starting from a workspace page and then using the File menu option: File | Database | New and selecting one of templates.
Creating a Form
From the menu, select Create | Design | Form, then move cursor to the top input area of the form and enter the form title and you can select a font and pick a size.

HTML version of Basic Foils prepared April 12 1998

Foil 28 Developing Form (II)

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Creating a Field
Move cursor a couple of lines below the Form title and type the word Field1:. Tab, then from the menu select: Create | Field. A dialog box will appear, then you should replace the name Untitled with the Field1Name in the Name field of this dialog box.
Testing the Form
First we have to give the form a name. Click on the drop down box in the Properties InfoBox title, Select from Properties, click on the basic tab. Under form name, enter the form name. Then from the menu, select: Design | Test Form, you'll be asked whether you want to save the form, Select: Yes, you'll see the form displayed.

HTML version of Basic Foils prepared April 12 1998

Foil 29 Developing Form (III)

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Adding More Fields
We can add more fields to the form. On the next two lines, enter the static text Field2:Tab and then followed a Create | Field with the name Filed2Name. Repeat those steps to create more fields. Field names must be unique within a form, and are not case-sensitive.
Testing Whole Form
Select the Create menu item, then select the option called your form name. You'll see a blank version of the form. Now you can enter the data into every field. After filled the form, close the form by selecting File | Close from the menu. Press : Yes when Notes asks if you want to save the new document.

HTML version of Basic Foils prepared April 12 1998

Foil 30 A Form With A Few Fields From Web User View

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index

HTML version of Basic Foils prepared April 12 1998

Foil 31 Views

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
A view is a way to look at the data in the database. Each database may have several views. Views are created by the designer of a database. A user with Reader access to the database dose not have the ability to change the views in the database.
A view is really a predefined query that performs two tasks:
Selecting documents that meet specified criteria
Sorting documents for presentation to the user
The data is not duplicated in each of these views; the views only provide different ways of viewing or organizing your data.

HTML version of Basic Foils prepared April 12 1998

Foil 32 Using Views

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
A view can be used to Open, Copy, Delete and Print documents. To perform an action on a single document, highlight the document and select the action from menu.
Every Notes database has at least one view. When a empty database is created by Notes, it also creates a default view. You can see a related subset of the documents in a Notes database using view. It is displayed in a tabular fashion with both rows and columns. The rows usually represent one document from the database. The information displayed in each column for that row is extracted from fields in the document or other document attributes, such as document creation date, last modified date or size.

HTML version of Basic Foils prepared April 12 1998

Foil 33 Example with a few Views From Web User View

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index

HTML version of Basic Foils prepared April 12 1998

Foil 34 View Database By Topic From Web User View

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index

HTML version of Basic Foils prepared April 12 1998

Foil 35 View Database By Date From Web User View

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index

HTML version of Basic Foils prepared April 12 1998

Foil 36 Developing Views (I)

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Setting Up the Database
Select a workspace page on which you want the icon to appear. Then double-click the database icon to open it. Click on the twistie next to the Design line to expose the design elements. Then click on Views and the default view, you'll see a view dialog box.
Refreshing Views
This is to make sure the information in the view up to date. And this can be done by using View | Refresh option from the menu.

HTML version of Basic Foils prepared April 12 1998

Foil 37 Developing Views (II)

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
View Selection Formulas
If there is no formula, the view will display all documents in the database. If you want to selectively show only some of the documents in the database, you can make a selection formula. This is similar to the query expression in the Relational Database. This can be done by selecting the Formula radio button and enter the following line in the formula box: SELECT expression
Defining a Column in a View
Select the Define drop-down listbox at the top of the formula pane and select the item such as Creation Date, Size and so on.

HTML version of Basic Foils prepared April 12 1998

Foil 38 Developing Views (III)

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Selectively Display Information in a Row
Not all documents have the same fields in a Notes Database. You can selectively display different field for different document. This can be done by selecting Formula radio button and entering the following line in the formula box:
@If (condition; fieldName1; fieldName2)
This means, if condition is true, display fieldName1, otherwise, display fieldName2
Column Properties
Open the Column properties InfoBox to change some properties

HTML version of Basic Foils prepared April 12 1998

Foil 39 Developing Views (IV)

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Saving Information in a Column
Click on the Sorting tab to open Sorting Dialog, You can select one of the options to sort the column in the view
Defining More Columns
You can define one more column in the view. From the menu select: Create | Append New Column to add a column to the right of the first column, Create | Insert New Column to insert a new column to the left of the first column
Moving, Coping and Deleting Columns
From the menu using Edit | Cut and Edit | Paste to move Column, using Edit | Copy to copy Column, using Edit | Cut to delete Column

HTML version of Basic Foils prepared April 12 1998

Foil 40 Calendar and Schedule

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
The calendar and schedule features of Notes are integrated into the personal mail database. The features in the mail database include:
Calendar view lets you view appointment and events using Two Days, One week, Two Weeks, and One Month formats
Calendar Profile form lets you set scheduling options, such as default length of appointment and access for other people to view your free time
Calendar Entry form is used to create personal appointment, meeting invitations, events, reminders, and anniversaries
Invitation form is used to accept or decline meeting invitations and to request to reschedule a meeting

HTML version of Basic Foils prepared April 12 1998

Foil 41 Setting Up a Calendar Profile

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Choose Actions | Calendar Tools | Calendar, then you can do:
Delegation Profile: This is used to allow other users to read and edit your calendar and e-mail
Scheduling Options: This allows you to set a default duration for your appointments and meetings, to turn on alarm, and to automatically set alarms for certain types of calendar entries
Free Time: This allows you to restrict access to other people who want to view your free time and to set which times are considered valid time
Advanced calendar Options: This allows you to configure automatic calendar features, to set default calendar types, and to enable conflict checking

HTML version of Basic Foils prepared April 12 1998

Foil 42 Creating An Appointment

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Open your mail database and chose Create | Calendar Entry to create a new calendar entry. You can choose from the following types:
Appointment is used to create an appointment with yourself
Invitation is used to create a meeting appointment, invite others, or reserve a meeting room
Event is used to record single-day or multiday events
Reminder is used to remind yourself of a task or appointment without reserving any time
Anniversary is used to create yearly events, such as holidays and birthdays
Then you can choose the date and time

HTML version of Basic Foils prepared April 12 1998

Foil 43 Calendar Views

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
You can use Calendar views to see your schedule using four calendar types: Two Days, One Week, Two Weeks and One Month. The view is similar to the interface of Lotus Organizer or your notebook planner. Choosing View | Calendar and selecting a type to choose which view type you want to see.
You can change your schedule using drag-and-drop. If you want to move an appointment, simply click on the entry in the calendar view and drag it to the view day. Notes will automatically move the entry, check for time conflicts and send reschedule notices to meeting attendees if necessary.

HTML version of Basic Foils prepared April 12 1998

Foil 44 A Calendar View From Notes User View

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index

HTML version of Basic Foils prepared April 12 1998

Foil 45 Calendar View Of Two Weeks From Web User View

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index

HTML version of Basic Foils prepared April 12 1998

Foil 46 Calendar View of One Month From Web User View

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index

HTML version of Basic Foils prepared April 12 1998

Foil 47 An Event Entry From Web User View

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index

HTML version of Basic Foils prepared April 12 1998

Foil 48 Creating a Home Page

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Choose Create | Web Page
Enter a page name in the field provided
Enter a page title in the field provided
Select the "Make this page the home page" box
Press TAB to move the cursor to the design area of the page
Enter text for the first line of your home page
Press Enter several times to move the cursor down the page
Enter the context of the home page
Click the Save Page button on the action bar

HTML version of Basic Foils prepared April 12 1998

Foil 49 Creating A Simple Discussion Forum (I)

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Choose File | Database | New, the new Database dialog box appears
Select Local in the server field
Enter a title for your discussion forum database
Select Discussion R4.6 from the list of template at the bottom of the dialog box
Click OK. The "About Discussion" Document appears
Press ESC to close this document, the main view of the discussion database appears
Click New Main Topic to create a discussion topic in your discussion forum

HTML version of Basic Foils prepared April 12 1998

Foil 50 Creating A Simple Discussion Forum (II)

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Enter a category in the field provided for your first discussion page. Each time a user enters a category, it becomes part of the list of category choices for subsequent users
Enter a title
Enter a message
Click the Save button on the action bar
Press ESC twice to return to the Notes Designer workspace

HTML version of Basic Foils prepared April 12 1998

Foil 51 A Simple Discussion Forum From Web User View

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index

HTML version of Basic Foils prepared April 12 1998

Foil 52 Notes Applications Overview

From Lotus Notes and Domino Server Tutorial CPS616 Web Technologies -- Spring 98. *
Full HTML Index
Lotus Notes is an extremely useful tool. Some things are best accomplished with Notes, but others may be best left to other system.
Applications best for Notes
Tracking, Broadcast, Discussion, Approval, Workflow, Prototype/Proof-of-Concept, World Wide Web-Related, Object Libraries, Imaging-small-scale, Information Warehouses, Executive Summaries
Things to avoid using Notes
Real-Time Needs, Heavy reporting Needs, Relational Data, Large Numbers of Users Accessing the same Document

© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Nov 29 1998