SlideShare a Scribd company logo
 
JMP205: Integration of IBM Lotus Notes and Lotus Domino with Microsoft Office, .NET, and IBM Lotus Symphony ,[object Object],[object Object]
Otherwise known as the … “Kum-bah-ya” session
Before we begin ,[object Object]
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],We are sharing 21 samples, 3 real world demos & 3 free take-homes … in 120 minutes … get ready!
Who are we? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Who are we? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
PSC Group, LLC ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The Demo Databases ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Let’s take a little poll … ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Integration History ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The Good News ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The Good News (continued) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Definitions for Notes Programmers ,[object Object],[object Object],[object Object]
What is COM? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
What is OLE? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
OLE/1 — File Attachments ,[object Object],[object Object],[object Object],[object Object],[object Object]
OLE/1 — File Attachments (cont) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
OLE/2 — Linking and Embedding ,[object Object],[object Object],[object Object],[object Object]
OLE/2 — Linking and Embedding (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Integration from the Notes Client ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Integration from Notes ,[object Object],[object Object],[object Object],[object Object]
Creating a Word Document — “Hello World” Demo — Example 1 Launch Microsoft Word and enter  some text pe01832_
Creating a Word Document ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Variant Application Object Name LotusScript Method Set hwd = CreateObject("Word.Application")
Creating a Word Document (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The Easiest Way to Start ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Recording Actions in Microsoft Word pe01832_ Demo — Example 2 Use the Microsoft Word macro recorder to  write VBA for us
What’s up with the Recorded Syntax? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Use the Microsoft Constants Database ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Domino COM Basics ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Registering the Notes COM Objects ,[object Object],[object Object],[object Object],[object Object],[object Object]
Domino COM Basics ,[object Object],[object Object]
Domino COM Basics (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Make Your End Users Happy! ,[object Object],Notes 5.X Notes 6 , 7, 8 & 8.5
Domino COM Basics ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Domino COM Basics (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Domino COM Basics (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Domino COM Basics (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object]
Word Template — Data from Notes pe01832_ Demo — Example 3 Create a new document Prompt user Place data into document
Managing the Template ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Attachments ,[object Object],[object Object],[object Object],[object Object],[object Object]
Working with the Attachment ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Get the rich text field Extract the attachment Get the object based on the filename Get the filename of the attachment in the field Check for an attachment Check for an object
Saving the Attachment ,[object Object],[object Object],Dim newrichtextfield As notesrichtextitem Dim newobject As notesembeddedobject newdoc.removeitem ("Attachment") Set newrichtextfield = newdoc.CreateRichTextItem("Attachment") Set newobject = newrichtextfield.EmbedObject(EMBED_ATTACHMENT, "", filepath + filename)
Attachment Demo Demo — Example 4 User form that works with attachments pe01832_
Introduction to OpenOffice.org Development ,[object Object],[object Object],[object Object],[object Object]
OpenOffice.org? StarOffice? Lotus Symphony? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
What is the ServiceManager? ,[object Object],[object Object],[object Object],[object Object],[object Object]
What Did That Do? ,[object Object]
Let’s Start Writer — Word Processing Application ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The Picture So Far ,[object Object],[object Object]
Let’s Add Some Text ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Hello World! ,[object Object],[object Object]
Notes to Lotus Symphony Documents Demo — Example 5 “ Hello World” from Notes to Lotus Symphony Documents pe01832_
Merging Mail from Notes ,[object Object],[object Object],[object Object],[object Object]
Mail Merge in Different Versions of Word ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Use the Mail Merge Wizard to Your Advantage ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Mail Merge from Address Book Demo — Example 6 Generate a mail merge from the personal name and address book pe01832_
Mail Merge with OpenOffice.org Writer ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Mail Merge with OpenOffice.org Writer (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Mail Merge with OpenOffice.org Writer (cont.) ,[object Object],[object Object]
Lotus Symphony Documents Mail Merge and Notes Demo — Example 7 Creating a mail merge letter from the Notes personal name and  address book pe01832_
Integration with Microsoft Excel ,[object Object],[object Object],[object Object],[object Object]
The Beginning with Excel ,[object Object],[object Object],[object Object],[object Object],[object Object]
Working with Cells and Ranges ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Dealing with the Default Row and Column Size ,[object Object],[object Object]
Creating a Chart ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Add the chart from the above range Create the chart on the current sheet Resize the chart to a specific height
Working with Microsoft Excel Demo — Example 8 Create a spreadsheet from Notes data and generate a chart pe01832_
Let’s Start  Lotus Symphony Spreadsheets ,[object Object],[object Object],[object Object],[object Object],[object Object]
Let’s Start  Lotus Symphony Spreadsheets  (cont.) ,[object Object],[object Object],[object Object]
Notes with  Lotus Symphony Spreadsheets Demo — Example 9 “ Hello World” with Notes and Lotus Symphony Spreadsheets Where will the text go? pe01832_
Notes with  Lotus Symphony Spreadsheets  — D7! ,[object Object]
Rows and Columns Are Numbered from Zero ,[object Object]
[object Object],Integration with Microsoft PowerPoint
The Beginning with PowerPoint ,[object Object],[object Object],[object Object],[object Object],[object Object]
Working with PowerPoint Shapes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Working with Shapes ,[object Object],[object Object],[object Object],[object Object],[object Object],hwd.ActiveWindow.Selection.SlideRange.Shapes("Rectangle 2").Select hwd.ActiveWindow.Selection.ShapeRange.TextFrame.TextRange.Select hwd.ActiveWindow.Selection.ShapeRange.TextFrame.TextRange.Characters(1,0).Select With hwd.ActiveWindow.Selection.TextRange .Text = sessiontitle End With
Working with PowerPoint Demo — Example 10 Create a presentation using contacts or  sessions pe01832_
Introduction to  Lotus Symphony Presentations ,[object Object],[object Object],[object Object],[object Object]
Let’s Start  Lotus Symphony Presentations ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Let’s Start  Lotus Symphony Presentations  (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Lotus Symphony Presentations &  Notes - Result
Lotus Symphony Presentations  and Notes Demo — Example 11 “ Hello World” with Notes and Lotus Symphony Presentations pe01832_
Integration with Microsoft Project ,[object Object],[object Object],[object Object]
Beginning with Project ,[object Object],[object Object],[object Object],[object Object],[object Object]
Adding Notes Data to Project ,[object Object],[object Object],[object Object],[object Object],[object Object]
Microsoft Project Demo — Example 12 Create an MS Project plan using tasks or sessions pe01832_
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
What We’ll Cover … ,[object Object],[object Object],[object Object],[object Object],[object Object]
Moving to the Other Side ,[object Object],[object Object],[object Object],[object Object]
Automation from the Microsoft Side ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
About Web Services ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
First Things First ,[object Object],[object Object],[object Object],[object Object],[object Object]
Web Service Classes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Lotus Developer Sessions Web Service
Calling a Web Service from Microsoft Word ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
More Detailed Web Services with Word ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Word 2007 and Web Services ,[object Object],[object Object],[object Object],[object Object]
pe01832_ Demo — Example 13 Word template that reads a Notes database via a Web service
Office and XML Details ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Office and XML Details (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Working with Domino Data as XML ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
A Domino Agent That Creates XML ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
How Domino Data Looks as XML
Using XML with Excel ,[object Object],[object Object],[object Object],[object Object],[object Object]
Microsoft Excel and XML pe01832_ Demo — Example 14 Importing Domino data into a spreadsheet using XML
.NET and Lotus Notes/Domino ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Managed Code ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Managed Code and Domino ,[object Object],[object Object],[object Object],[object Object]
Generating COM Callable Wrappers ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Visual Studio .NET ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Visual Studio Tools for Office 2005 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Word with VSTO ,[object Object],[object Object],[object Object],[object Object]
Microsoft Word and VSTO 2005 pe01832_ Demo — Example 15 Creating a new Word document that prompts the user and fills out Domino data via a Web service
Visual Studio .NET 2005 ,[object Object]
Microsoft Visual Studio 2005 Tools for Office Second Edition Runtime ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Visual Studio .NET 2005 Second Edition Templates ,[object Object]
VS .NET 2005 SE and Domino Data ,[object Object],[object Object],[object Object]
2007 Microsoft Office System Logical Architecture
Visual Studio.NET 2008 and VSTO 3.0 ,[object Object],[object Object],[object Object],[object Object]
VSTO 3.0 Project Types http://www.danielmoth.com/Blog/NewO11ProjectB1.jpg http://www.danielmoth.com/Blog/NewO12ProjectB1.jpg
Office 2007 Server-Side Options ,[object Object],[object Object],[object Object],[object Object],[object Object]
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Ways to Add Domino Functionality to ASP.NET ,[object Object],[object Object],[object Object],[object Object]
Domino COM in ASP ,[object Object],[object Object],[object Object]
Building the ASP.NET Page ,[object Object],[object Object]
Calling Domino via COM in ASP.NET ,[object Object],Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs)  Dim s As New Domino.NotesSession Dim dbdir As Domino.NotesDbDirectory  Dim db As Domino.NotesDatabase Try s.Initialize() ‘ you can also use s.Initialize("password") dbdir = s.GetDbDirectory("") db = dbdir.OpenDatabase(TextBox1.Text) Label1.Text = db.Title Label2.Text = db.FileName Label3.Text = db.FilePath Label4.Text = db.ReplicaID Label5.Text = db.Size Label6.Text = db.Created Label7.Text = db.LastModified Catch ex As Exception Label1.Text = ("An Error Happend  " & ex.Message & “  “ & ex.Source) Finally System.Runtime.InteropServices.Marshal.ReleaseComObject(s) End Try End Sub
ASP.NET Calling Domino via COM Demo — Example 16 Creating an ASP.NET Web page that calls Domino via COM pe01832_
ASP.NET Calling a Domino Web Service ,[object Object],[object Object],[object Object]
ASP.NET Calling Domino via a Web Service Demo — Example 17 Creating an ASP.NET Web page that calls Domino via a Web service pe01832_
ASP.NET Can Also Work with Domino XML ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Domino Data in a Grid on an ASP.NET Web Page ,[object Object]
Displaying Domino XML in an ASP.NET Web Page Grid pe01832_ Demo — Example 18 Creating an ASP.NET Web page that uses the grid control  to display Domino XML
Microsoft SharePoint Integration ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Microsoft SharePoint Ingetration pe01832_ Demo — Example 19 Posting documents  created via Automation to Microsoft SharePoint
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Google Docs Integration ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Google Docs Integration – Posting Documents pe01832_ Demo — Example 20 Saving Documents from Notes to Google Docs
Google Docs Integration – Domino Data in Spreadsheet pe01832_ Demo — Example 21 Using Domino Data via RSS feed in Spreadsheet
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Reporting Options ,[object Object],[object Object]
Five Third Party Tools Available ,[object Object],[object Object],[object Object],[object Object],[object Object]
Integra4Notes and Integra Quick Reports ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Integra4Notes Key Features and Benefits ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Third-Party Application Demonstration Demo — Example 22 Integra4Notes and Integra Quick Report samples pe01832_
Integra for Notes Personal Edition ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],0.D00.gif www.integra4notes.com/personal
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Real World Integration ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
2009 and Beyond ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Sessions you should see this week ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Resources ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Resources (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Thank You! Questions & Answers Please remember to fill out your evaluation. Samples available from  www.johndavidhead.com [email_address]   [email_address] www.johndavidhead.com   kassabov.wordpress.com www.psclistens.com
Legal disclaimer  ,[object Object],[object Object],[object Object],[object Object]

More Related Content

What's hot

Xml+messaging+with+soap
Xml+messaging+with+soapXml+messaging+with+soap
Xml+messaging+with+soap
Aravindharamanan S
 
BP215 Integration of IBM Lotus Notes 8 with IBM Lotus Symphony and OpenOffice...
BP215 Integration of IBM Lotus Notes 8 with IBM Lotus Symphony and OpenOffice...BP215 Integration of IBM Lotus Notes 8 with IBM Lotus Symphony and OpenOffice...
BP215 Integration of IBM Lotus Notes 8 with IBM Lotus Symphony and OpenOffice...
John Head
 
Nitro pro-10
Nitro pro-10Nitro pro-10
Live At Edu Wortell
Live At Edu WortellLive At Edu Wortell
Live At Edu Wortell
Zernike College
 
Lotus Symphony has matured quite a bit the past year, but are you taking full...
Lotus Symphony has matured quite a bit the past year, but are you taking full...Lotus Symphony has matured quite a bit the past year, but are you taking full...
Lotus Symphony has matured quite a bit the past year, but are you taking full...
John Head
 
APARNA_CHAUDHARY_RESUME_2015
APARNA_CHAUDHARY_RESUME_2015APARNA_CHAUDHARY_RESUME_2015
APARNA_CHAUDHARY_RESUME_2015
Aparna Chaudhary
 
Chapter 1 — Introduction to Visual Basic 2010 Programming
Chapter 1 — Introduction to Visual Basic 2010 Programming Chapter 1 — Introduction to Visual Basic 2010 Programming
Chapter 1 — Introduction to Visual Basic 2010 Programming
francopw
 
ILUG 2007 - Notes and Office Integration
ILUG 2007 - Notes and Office IntegrationILUG 2007 - Notes and Office Integration
ILUG 2007 - Notes and Office Integration
John Head
 
Xm Lmessagingwith Soap
Xm Lmessagingwith SoapXm Lmessagingwith Soap
Xm Lmessagingwith Soap
LiquidHub
 
Automatic answer checker
Automatic answer checkerAutomatic answer checker
Automatic answer checker
Yesu Raj
 
HTML (Hyper Text Markup Language) Project
HTML (Hyper Text Markup Language) Project HTML (Hyper Text Markup Language) Project
HTML (Hyper Text Markup Language) Project
Ankit Gupta
 
Chapter 01
Chapter 01Chapter 01
Chapter 01
llmeade
 
C# p1
C# p1C# p1
A Lap Around Visual Studio 2010
A Lap Around Visual Studio 2010A Lap Around Visual Studio 2010
A Lap Around Visual Studio 2010
Abram John Limpin
 
Visual Studio.NET
Visual Studio.NETVisual Studio.NET
Visual Studio.NET
salonityagi
 
As pnet
As pnetAs pnet
Developing Microsoft .NET Applications for Windows
Developing Microsoft .NET Applications for Windows Developing Microsoft .NET Applications for Windows
Developing Microsoft .NET Applications for Windows
Rishi Kothari
 

What's hot (17)

Xml+messaging+with+soap
Xml+messaging+with+soapXml+messaging+with+soap
Xml+messaging+with+soap
 
BP215 Integration of IBM Lotus Notes 8 with IBM Lotus Symphony and OpenOffice...
BP215 Integration of IBM Lotus Notes 8 with IBM Lotus Symphony and OpenOffice...BP215 Integration of IBM Lotus Notes 8 with IBM Lotus Symphony and OpenOffice...
BP215 Integration of IBM Lotus Notes 8 with IBM Lotus Symphony and OpenOffice...
 
Nitro pro-10
Nitro pro-10Nitro pro-10
Nitro pro-10
 
Live At Edu Wortell
Live At Edu WortellLive At Edu Wortell
Live At Edu Wortell
 
Lotus Symphony has matured quite a bit the past year, but are you taking full...
Lotus Symphony has matured quite a bit the past year, but are you taking full...Lotus Symphony has matured quite a bit the past year, but are you taking full...
Lotus Symphony has matured quite a bit the past year, but are you taking full...
 
APARNA_CHAUDHARY_RESUME_2015
APARNA_CHAUDHARY_RESUME_2015APARNA_CHAUDHARY_RESUME_2015
APARNA_CHAUDHARY_RESUME_2015
 
Chapter 1 — Introduction to Visual Basic 2010 Programming
Chapter 1 — Introduction to Visual Basic 2010 Programming Chapter 1 — Introduction to Visual Basic 2010 Programming
Chapter 1 — Introduction to Visual Basic 2010 Programming
 
ILUG 2007 - Notes and Office Integration
ILUG 2007 - Notes and Office IntegrationILUG 2007 - Notes and Office Integration
ILUG 2007 - Notes and Office Integration
 
Xm Lmessagingwith Soap
Xm Lmessagingwith SoapXm Lmessagingwith Soap
Xm Lmessagingwith Soap
 
Automatic answer checker
Automatic answer checkerAutomatic answer checker
Automatic answer checker
 
HTML (Hyper Text Markup Language) Project
HTML (Hyper Text Markup Language) Project HTML (Hyper Text Markup Language) Project
HTML (Hyper Text Markup Language) Project
 
Chapter 01
Chapter 01Chapter 01
Chapter 01
 
C# p1
C# p1C# p1
C# p1
 
A Lap Around Visual Studio 2010
A Lap Around Visual Studio 2010A Lap Around Visual Studio 2010
A Lap Around Visual Studio 2010
 
Visual Studio.NET
Visual Studio.NETVisual Studio.NET
Visual Studio.NET
 
As pnet
As pnetAs pnet
As pnet
 
Developing Microsoft .NET Applications for Windows
Developing Microsoft .NET Applications for Windows Developing Microsoft .NET Applications for Windows
Developing Microsoft .NET Applications for Windows
 

Viewers also liked

Collaboration For The Love Of Time And Money
Collaboration For The Love Of Time And MoneyCollaboration For The Love Of Time And Money
Collaboration For The Love Of Time And Money
akassabov
 
LotusUserGroup.org Virtual User Group Meeting - The Real World Integration
LotusUserGroup.org Virtual User Group Meeting - The Real World IntegrationLotusUserGroup.org Virtual User Group Meeting - The Real World Integration
LotusUserGroup.org Virtual User Group Meeting - The Real World Integration
akassabov
 
110913 ver-tfl2011
110913 ver-tfl2011110913 ver-tfl2011
110913 ver-tfl2011
michaelpullens
 
Social Networking Media Presentation
Social Networking Media PresentationSocial Networking Media Presentation
Social Networking Media Presentation
akassabov
 
Film making fourth quarter lesson 2 third year
Film making  fourth quarter lesson 2 third yearFilm making  fourth quarter lesson 2 third year
Film making fourth quarter lesson 2 third year
Perry Mallari
 
Is micro financing act as anti poverty agent in k.p.k rural a...
Is micro financing act as anti poverty agent in                 k.p.k rural a...Is micro financing act as anti poverty agent in                 k.p.k rural a...
Is micro financing act as anti poverty agent in k.p.k rural a...
Alexander Decker
 

Viewers also liked (6)

Collaboration For The Love Of Time And Money
Collaboration For The Love Of Time And MoneyCollaboration For The Love Of Time And Money
Collaboration For The Love Of Time And Money
 
LotusUserGroup.org Virtual User Group Meeting - The Real World Integration
LotusUserGroup.org Virtual User Group Meeting - The Real World IntegrationLotusUserGroup.org Virtual User Group Meeting - The Real World Integration
LotusUserGroup.org Virtual User Group Meeting - The Real World Integration
 
110913 ver-tfl2011
110913 ver-tfl2011110913 ver-tfl2011
110913 ver-tfl2011
 
Social Networking Media Presentation
Social Networking Media PresentationSocial Networking Media Presentation
Social Networking Media Presentation
 
Film making fourth quarter lesson 2 third year
Film making  fourth quarter lesson 2 third yearFilm making  fourth quarter lesson 2 third year
Film making fourth quarter lesson 2 third year
 
Is micro financing act as anti poverty agent in k.p.k rural a...
Is micro financing act as anti poverty agent in                 k.p.k rural a...Is micro financing act as anti poverty agent in                 k.p.k rural a...
Is micro financing act as anti poverty agent in k.p.k rural a...
 

Similar to Jmp205 Final

JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...
JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...
JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...
John Head
 
LotusUserGroup.org Virtual User Group Meeting - The Real World Integration
LotusUserGroup.org Virtual User Group Meeting - The Real World IntegrationLotusUserGroup.org Virtual User Group Meeting - The Real World Integration
LotusUserGroup.org Virtual User Group Meeting - The Real World Integration
John Head
 
JMP208 The Never Ending Integration Story: How to Integrate Your Lotus Notes,...
JMP208 The Never Ending Integration Story: How to Integrate Your Lotus Notes,...JMP208 The Never Ending Integration Story: How to Integrate Your Lotus Notes,...
JMP208 The Never Ending Integration Story: How to Integrate Your Lotus Notes,...
John Head
 
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...
John Head
 
BP110: IBM Lotus Symphony and You - A Developer's Perspective
BP110: IBM Lotus Symphony and You - A Developer's PerspectiveBP110: IBM Lotus Symphony and You - A Developer's Perspective
BP110: IBM Lotus Symphony and You - A Developer's Perspective
John Head
 
IamLUG 2011: The Never Ending Integration Story: How to Integrate Your Lotus ...
IamLUG 2011: The Never Ending Integration Story: How to Integrate Your Lotus ...IamLUG 2011: The Never Ending Integration Story: How to Integrate Your Lotus ...
IamLUG 2011: The Never Ending Integration Story: How to Integrate Your Lotus ...
John Head
 
MMLUG 2009 Integration And Coexistence Session
MMLUG 2009   Integration And Coexistence SessionMMLUG 2009   Integration And Coexistence Session
MMLUG 2009 Integration And Coexistence Session
John Head
 
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And DxlBp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
dominion
 
VSTO + LOB Apps
VSTO + LOB AppsVSTO + LOB Apps
VSTO + LOB Apps
Joao Livio
 
MWLUG 2011: The Never Ending Integration Story
MWLUG 2011: The Never Ending Integration StoryMWLUG 2011: The Never Ending Integration Story
MWLUG 2011: The Never Ending Integration Story
John Head
 
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...
John Head
 
VSTO + LOB Apps Information Matters
VSTO + LOB Apps Information MattersVSTO + LOB Apps Information Matters
VSTO + LOB Apps Information Matters
Comunidade NetPonto
 
BP204 Integration of OpenOffice.org and IBM Lotus Notes and Domino
BP204 Integration of OpenOffice.org and IBM Lotus Notes and Domino BP204 Integration of OpenOffice.org and IBM Lotus Notes and Domino
BP204 Integration of OpenOffice.org and IBM Lotus Notes and Domino
John Head
 
JMP106 “Kum Bah Yah” Meets “Lets Kick Butt” : The Integration of IBM Lotus No...
JMP106 “Kum Bah Yah” Meets “Lets Kick Butt” : The Integration of IBM Lotus No...JMP106 “Kum Bah Yah” Meets “Lets Kick Butt” : The Integration of IBM Lotus No...
JMP106 “Kum Bah Yah” Meets “Lets Kick Butt” : The Integration of IBM Lotus No...
John Head
 
BP214 IBM Lotus Symphony : Finally, A Developer's Friend
BP214 IBM Lotus Symphony : Finally, A Developer's FriendBP214 IBM Lotus Symphony : Finally, A Developer's Friend
BP214 IBM Lotus Symphony : Finally, A Developer's Friend
John Head
 
Ilug 2008 - Lotus Symphony and You - How to stop giving Microsoft your money
Ilug 2008 - Lotus Symphony and You - How to stop giving Microsoft your moneyIlug 2008 - Lotus Symphony and You - How to stop giving Microsoft your money
Ilug 2008 - Lotus Symphony and You - How to stop giving Microsoft your money
John Head
 
Migrating To Visual Studio 2008 & .Net Framework 3.5
Migrating To Visual Studio 2008 & .Net Framework 3.5Migrating To Visual Studio 2008 & .Net Framework 3.5
Migrating To Visual Studio 2008 & .Net Framework 3.5
Jeff Blankenburg
 
The business value of notes 8.5.1
The business value of notes 8.5.1The business value of notes 8.5.1
The business value of notes 8.5.1
Chris Sparshott
 
Part i
Part iPart i
Migrating To Visual Studio 2008 & .Net Framework 3.5
Migrating To Visual Studio 2008 & .Net Framework 3.5Migrating To Visual Studio 2008 & .Net Framework 3.5
Migrating To Visual Studio 2008 & .Net Framework 3.5
Clint Edmonson
 

Similar to Jmp205 Final (20)

JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...
JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...
JMP201 Introduction to IBM Lotus Notes and IBM Lotus Domino Integration with ...
 
LotusUserGroup.org Virtual User Group Meeting - The Real World Integration
LotusUserGroup.org Virtual User Group Meeting - The Real World IntegrationLotusUserGroup.org Virtual User Group Meeting - The Real World Integration
LotusUserGroup.org Virtual User Group Meeting - The Real World Integration
 
JMP208 The Never Ending Integration Story: How to Integrate Your Lotus Notes,...
JMP208 The Never Ending Integration Story: How to Integrate Your Lotus Notes,...JMP208 The Never Ending Integration Story: How to Integrate Your Lotus Notes,...
JMP208 The Never Ending Integration Story: How to Integrate Your Lotus Notes,...
 
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...
 
BP110: IBM Lotus Symphony and You - A Developer's Perspective
BP110: IBM Lotus Symphony and You - A Developer's PerspectiveBP110: IBM Lotus Symphony and You - A Developer's Perspective
BP110: IBM Lotus Symphony and You - A Developer's Perspective
 
IamLUG 2011: The Never Ending Integration Story: How to Integrate Your Lotus ...
IamLUG 2011: The Never Ending Integration Story: How to Integrate Your Lotus ...IamLUG 2011: The Never Ending Integration Story: How to Integrate Your Lotus ...
IamLUG 2011: The Never Ending Integration Story: How to Integrate Your Lotus ...
 
MMLUG 2009 Integration And Coexistence Session
MMLUG 2009   Integration And Coexistence SessionMMLUG 2009   Integration And Coexistence Session
MMLUG 2009 Integration And Coexistence Session
 
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And DxlBp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
 
VSTO + LOB Apps
VSTO + LOB AppsVSTO + LOB Apps
VSTO + LOB Apps
 
MWLUG 2011: The Never Ending Integration Story
MWLUG 2011: The Never Ending Integration StoryMWLUG 2011: The Never Ending Integration Story
MWLUG 2011: The Never Ending Integration Story
 
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...
 
VSTO + LOB Apps Information Matters
VSTO + LOB Apps Information MattersVSTO + LOB Apps Information Matters
VSTO + LOB Apps Information Matters
 
BP204 Integration of OpenOffice.org and IBM Lotus Notes and Domino
BP204 Integration of OpenOffice.org and IBM Lotus Notes and Domino BP204 Integration of OpenOffice.org and IBM Lotus Notes and Domino
BP204 Integration of OpenOffice.org and IBM Lotus Notes and Domino
 
JMP106 “Kum Bah Yah” Meets “Lets Kick Butt” : The Integration of IBM Lotus No...
JMP106 “Kum Bah Yah” Meets “Lets Kick Butt” : The Integration of IBM Lotus No...JMP106 “Kum Bah Yah” Meets “Lets Kick Butt” : The Integration of IBM Lotus No...
JMP106 “Kum Bah Yah” Meets “Lets Kick Butt” : The Integration of IBM Lotus No...
 
BP214 IBM Lotus Symphony : Finally, A Developer's Friend
BP214 IBM Lotus Symphony : Finally, A Developer's FriendBP214 IBM Lotus Symphony : Finally, A Developer's Friend
BP214 IBM Lotus Symphony : Finally, A Developer's Friend
 
Ilug 2008 - Lotus Symphony and You - How to stop giving Microsoft your money
Ilug 2008 - Lotus Symphony and You - How to stop giving Microsoft your moneyIlug 2008 - Lotus Symphony and You - How to stop giving Microsoft your money
Ilug 2008 - Lotus Symphony and You - How to stop giving Microsoft your money
 
Migrating To Visual Studio 2008 & .Net Framework 3.5
Migrating To Visual Studio 2008 & .Net Framework 3.5Migrating To Visual Studio 2008 & .Net Framework 3.5
Migrating To Visual Studio 2008 & .Net Framework 3.5
 
The business value of notes 8.5.1
The business value of notes 8.5.1The business value of notes 8.5.1
The business value of notes 8.5.1
 
Part i
Part iPart i
Part i
 
Migrating To Visual Studio 2008 & .Net Framework 3.5
Migrating To Visual Studio 2008 & .Net Framework 3.5Migrating To Visual Studio 2008 & .Net Framework 3.5
Migrating To Visual Studio 2008 & .Net Framework 3.5
 

Recently uploaded

Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
LucaBarbaro3
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
HarisZaheer8
 
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
alexjohnson7307
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
kumardaparthi1024
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Wask
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Jeffrey Haguewood
 
dbms calicut university B. sc Cs 4th sem.pdf
dbms  calicut university B. sc Cs 4th sem.pdfdbms  calicut university B. sc Cs 4th sem.pdf
dbms calicut university B. sc Cs 4th sem.pdf
Shinana2
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 

Recently uploaded (20)

Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
 
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
 
dbms calicut university B. sc Cs 4th sem.pdf
dbms  calicut university B. sc Cs 4th sem.pdfdbms  calicut university B. sc Cs 4th sem.pdf
dbms calicut university B. sc Cs 4th sem.pdf
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 

Jmp205 Final

  • 1.  
  • 2.
  • 3. Otherwise known as the … “Kum-bah-ya” session
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25. Creating a Word Document — “Hello World” Demo — Example 1 Launch Microsoft Word and enter some text pe01832_
  • 26.
  • 27.
  • 28.
  • 29. Recording Actions in Microsoft Word pe01832_ Demo — Example 2 Use the Microsoft Word macro recorder to write VBA for us
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41. Word Template — Data from Notes pe01832_ Demo — Example 3 Create a new document Prompt user Place data into document
  • 42.
  • 43.
  • 44.
  • 45.
  • 46. Attachment Demo Demo — Example 4 User form that works with attachments pe01832_
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.
  • 54.
  • 55. Notes to Lotus Symphony Documents Demo — Example 5 “ Hello World” from Notes to Lotus Symphony Documents pe01832_
  • 56.
  • 57.
  • 58.
  • 59. Mail Merge from Address Book Demo — Example 6 Generate a mail merge from the personal name and address book pe01832_
  • 60.
  • 61.
  • 62.
  • 63. Lotus Symphony Documents Mail Merge and Notes Demo — Example 7 Creating a mail merge letter from the Notes personal name and address book pe01832_
  • 64.
  • 65.
  • 66.
  • 67.
  • 68.
  • 69. Working with Microsoft Excel Demo — Example 8 Create a spreadsheet from Notes data and generate a chart pe01832_
  • 70.
  • 71.
  • 72. Notes with Lotus Symphony Spreadsheets Demo — Example 9 “ Hello World” with Notes and Lotus Symphony Spreadsheets Where will the text go? pe01832_
  • 73.
  • 74.
  • 75.
  • 76.
  • 77.
  • 78.
  • 79. Working with PowerPoint Demo — Example 10 Create a presentation using contacts or sessions pe01832_
  • 80.
  • 81.
  • 82.
  • 83. Lotus Symphony Presentations & Notes - Result
  • 84. Lotus Symphony Presentations and Notes Demo — Example 11 “ Hello World” with Notes and Lotus Symphony Presentations pe01832_
  • 85.
  • 86.
  • 87.
  • 88. Microsoft Project Demo — Example 12 Create an MS Project plan using tasks or sessions pe01832_
  • 89.
  • 90.
  • 91.
  • 92.
  • 93.
  • 94.
  • 95.
  • 97.
  • 98.
  • 99.
  • 100. pe01832_ Demo — Example 13 Word template that reads a Notes database via a Web service
  • 101.
  • 102.
  • 103.
  • 104.
  • 105. How Domino Data Looks as XML
  • 106.
  • 107. Microsoft Excel and XML pe01832_ Demo — Example 14 Importing Domino data into a spreadsheet using XML
  • 108.
  • 109.
  • 110.
  • 111.
  • 112.
  • 113.
  • 114.
  • 115. Microsoft Word and VSTO 2005 pe01832_ Demo — Example 15 Creating a new Word document that prompts the user and fills out Domino data via a Web service
  • 116.
  • 117.
  • 118.
  • 119.
  • 120. 2007 Microsoft Office System Logical Architecture
  • 121.
  • 122. VSTO 3.0 Project Types http://www.danielmoth.com/Blog/NewO11ProjectB1.jpg http://www.danielmoth.com/Blog/NewO12ProjectB1.jpg
  • 123.
  • 124.
  • 125.
  • 126.
  • 127.
  • 128.
  • 129. ASP.NET Calling Domino via COM Demo — Example 16 Creating an ASP.NET Web page that calls Domino via COM pe01832_
  • 130.
  • 131. ASP.NET Calling Domino via a Web Service Demo — Example 17 Creating an ASP.NET Web page that calls Domino via a Web service pe01832_
  • 132.
  • 133.
  • 134. Displaying Domino XML in an ASP.NET Web Page Grid pe01832_ Demo — Example 18 Creating an ASP.NET Web page that uses the grid control to display Domino XML
  • 135.
  • 136. Microsoft SharePoint Ingetration pe01832_ Demo — Example 19 Posting documents created via Automation to Microsoft SharePoint
  • 137.
  • 138.
  • 139. Google Docs Integration – Posting Documents pe01832_ Demo — Example 20 Saving Documents from Notes to Google Docs
  • 140. Google Docs Integration – Domino Data in Spreadsheet pe01832_ Demo — Example 21 Using Domino Data via RSS feed in Spreadsheet
  • 141.
  • 142.
  • 143.
  • 144.
  • 145.
  • 146. Third-Party Application Demonstration Demo — Example 22 Integra4Notes and Integra Quick Report samples pe01832_
  • 147.
  • 148.
  • 149.
  • 150.
  • 151.
  • 152.
  • 153.
  • 154.
  • 155. Thank You! Questions & Answers Please remember to fill out your evaluation. Samples available from www.johndavidhead.com [email_address] [email_address] www.johndavidhead.com kassabov.wordpress.com www.psclistens.com
  • 156.