SlideShare a Scribd company logo
1 of 48
Download to read offline
IBM iNotes and SmartCloud Notes Web
Customization
Eric Spencer, IBM Software Engineer, iNotes Development

IBM SBT Webinar 10/23/13
Next Webinars

●

●

2

Tentatively November 6th: App Dev Update in IBM Domino 9.0.1
Recordings: YouTube.com/ibmsbt

© 2013 IBM Corporation
Disclaimers
IBM’s statements regarding its plans, directions, and intent are subject to change or
withdrawal without notice at IBM’s sole discretion.
Information regarding potential future products is intended to outline our general product
direction and it should not be relied on in making a purchasing decision.
The information mentioned regarding potential future products is not a commitment,
promise, or legal obligation to deliver any material, code or functionality. Information about
potential future products may not be incorporated into any contract. The development,
release, and timing of any future features or functionality described for our products remains
at our sole discretion.
Performance is based on measurements and projections using standard IBM benchmarks in
a controlled environment. The actual throughput or performance that any user will
experience will vary depending upon many factors, including considerations such as the
amount of multiprogramming in the user’s job stream, the I/O configuration, the storage
configuration, and the workload processed. Therefore, no assurance can be given that an
individual user will achieve results similar to those stated here.

3

© 2013 IBM Corporation
Agenda
●

●

●

●

How customizable is IBM iNotes?
Basic customizations
●
demo
Skins and skin components
●
demo
IBM iNotes page generation
●
demo

●

●

4

Summary
Q&A

© 2013 IBM Corporation
How customizable is iNotes?
●

●

●

5

Can customize almost anything
Different from Traditional Domino® Web Applications
●
Design elements are separate
●
Uses WebHybrid processing
●
Uses tag-based textual markup similar to JSP
●
Doesn’t utilize many agents
●
Uses limited set of Domino Web Commands and some special URL
arguments
Requires Web development skills such as HTML, JavaScript, and CSS

© 2013 IBM Corporation
Template and Forms File

References
mail85.ntf
iNotesForms85.nsf
Inherits

Most Design:
HTML, CSS,
JavaScript, Images
View Design
Data

Domino server

mailJUser.nsf

Browser

6

© 2013 IBM Corporation
Ways to Customize IBM iNotes
●

Enable/disable certain Functional Areas

●

Policies

●

Special Forms (Custom_*) provided for basic customizations
●
Modify action bar menu items
●
Modify existing view columns
●
Add masthead
●
Modify banner logo
●
Add fonts to rich text editor

●

●

Modify forms

●

7

Edit skins and stylesheets
Add widgets in sidebar panel

© 2013 IBM Corporation
Enable or disable components or functional areas
●

●

●

8

Policies
INI setting: iNotes_WA_Areas
●
will still work but policy takes precedence
URL arguments
●
&PresetFields
●
Example: http://{mail file path}/iNotes/Calendar/?
OpenDocument&PresetFields=
h_SkinTypeOverride;h_Blank,s_CalView;2,s_CalDate;20090301
●
See Deployment Guide for more information
●
&Layout
●
Example: http://{mail file path}/iNotes/Contacts/?
OpenDocument&layout=BN!H*MS!H*OF!H*LO!H*SW!H*LP!C
●
See wiki article for more details

© 2013 IBM Corporation
iNotes Admin Policy Support
iNotes MailSettings
• User UI mode
• Functional areas
• Functional area at login
• Maximum attachment size
• Mail threads
• Remote image display
• Browser cache management
• Logout scrubbing
• Allowing attachments
• Instant messaging features
• Default spell check dictionary
• iNotes ActiveX
• Enabling feeds
• Widget enablement (pre 9.0)
• Lotus Quickr integration
• Calendar subscriptions
• Offline settings
• Refresh inbox automatically
• Enable unread count
• Auto update unread count
• Enable scroll hints
• Disable warning on opening attachments
• Filter out images from emails
• Proxy servlet name/URL pairs
• Show preferences
• Allow archiving on the server
• Allow local archiving
 Initial sidebar display state
 iNotes Display Language
 ST Proxy Enablement
 Extension Forms File

iNotes Mail Settings (cont.)
• *IBM Docs Integration
• *IBM Connections Files integration

Shared Mail Settings
• Mail basics
• Follow up
• Attention indicators
• Message recall
• Calendar basics
• Calendar display
• Notices
• Scheduling
• Automatic processing
• Rooms and resources
• Mail and Calendar
• Disclaimer text
• Disclaimer position
• Soft Delete Time

Shared Desktop Settings
• Right double-click to close
• Mark documents read on preview
• Save sent mail
• Sign sent mail
• Encrypt sent mail
• Mail notification
• Internet mail format
• Prefix each line with a char
• Wrap lines at a certain length
• *Widgets

Security Settings
• Password Quality
• Certificate Expiration
• Notes ID Vault
• iNotes Proxies
• Password Expiration

Archive Settings
• Server-based archiving
• Prohibit archiving
• Prohibit private archiving criteria

*Newer settings with 9.0 Social Edition

9

© 2013 IBM Corporation
Can't set policies in SCN
●
●

10

Some settings are available in SCN Administration Account Settings
Under System Settings – IBM SmartCloud Notes

© 2013 IBM Corporation
New architecture in 8.5
●

Full mode uses the “lite” architecture that was introduced in 8.0.1

●

Tabbed UI

●

Uses widgets

●

●

Some forms still use the “classic” architecture
●
Full mode Calendar*, Contact, To Do, Notebook entry forms
●
Lite mode Calendar and Contact entry forms
●
Home page
●
Preferences
Forms, etc. that are new for the “lite” architecture have “_Lite” in the
name

* Calendar forms converted to new architecture in 9.0 Social Edition

11

© 2013 IBM Corporation
Extension Forms File
●

●

Created from template

●

If the file exists on the server, customizations will be used

●

12

Customization subforms are in this file

Customizations are not overwritten by updated Domino version

© 2013 IBM Corporation
Extension forms file in IBM SmartCloud Notes
●
●
●

13

Requires brief contract with ISSC
Must use Extension Forms file template downloaded from the service
Some restrictions on customizations

© 2013 IBM Corporation
Extension Forms File

mail85.ntf
iNotesForms85.nsf

Forms85_x.ntf

Domino server
mailJUser.nsf

iNotesForms85_x.nsf

Browser

14

© 2013 IBM Corporation
Custom_JS_Lite subform
●

JavaScript form to centralize most customizations

●

Script file which is available on all new architecture forms and views

●

Contains customization functions

●

Also a location to store your own script

●

15

Is cached on server with rest of static common user script
●
Add stuff to l_SessionInfo/f_SessionInfo/s_SessionInfo form if you need
per user or per mail file formula computations (special subform added in
8.5.3)

© 2013 IBM Corporation
Some functions in Custom_JS_Lite Form
Callbacks and Functions
Custom_Scene_Actions_Lite
Custom_Scene_PostLoad_Lite

Invoked after each widget is initialized

Custom_Scene_PreSubmit_Lite

Invoked prior to submitting an action to the
server

API_TimeZones_Lite

Add additional time zones

API_SetPortalMailViewColumns_Lite

Set which columns get displayed for the Mail
portlet.

API_
GetWhoAndAltWhoColNamesForView_
Lite

16

Add, remove or change actions

Set which columns get displayed when alternate
name is enabled

© 2013 IBM Corporation
More functions in Custom_JS_Lite
Helpers
API_GetSelectedDocs_Lite

Returns array of strings representing UNIDs

API_IsView_Lite

Returns true if view page

API_GetMailfilePath_Lite

Returns URL path up to and including “.nsf”

Custom_ActionsHelper_Lite subform
addActionsLite
removeActionsLite

Remove menus or submenus from action bar

repositionActionsLite

Changes position of menus or submenus

checkActionIDs

Display menu IDs

checkActionPositions

17

Add new menus or submenus to action bar

Display menu position numbers - “classic” forms

© 2013 IBM Corporation
Additional customization forms and subforms
Custom_Welcome

Add additional web sites for Web page panel choices

Custom_JS_Edit

Add new fonts in the rich text editor

Custom_Masthead

Add a masthead at the top of the page

Custom_CSS

Add additional CSS styles

Custom_Banner_Lite

Modify the displayed banner

Custom_Page_Dictionary
Custom_xxx_Dictionary

Custom_About

Display forms file version and a user-specified file version number
in iNotes console

2

New in 8.5.1

Add code to lazy load table
Add code to be run on logout

Add items to session info object

3

Classic_Custom_SessionInfo

18

2

2

Custom_SessionInfo

1

Inclusion of new NotesFields and NotesVars

2

Custom_LazyLoad_Subforms
Custom_Logout

NotesVars available for use in Custom_CSS

1

2

4

New in 8.5.2

Add items to session info for classic forms

3

New in 8.5.3

4

New in 9.0
© 2013 IBM Corporation
checkActionIDs and checkPositions functions
●

●

●

19

Call these functions to display IDs or position numbers of action bar
menu items.
checkActionIDs( s_MenuID ) - new architecture views and forms
●
Displays the menu ID in the hover text of “MENU ID” item
●
Displays the menu item ID in the hover text

checkActionPositions(s_TopBranchId) - “classic” forms
●
Displays the position number next to the menu item.

© 2013 IBM Corporation
How do you edit IBM iNotes markup?
●

●

●

20

Forms and Subforms
●
Domino Designer
●
Forms85_x.nsf or Forms85.nsf
Images
●
Domino Designer within ResourcesFiles
Skin elements
●
Domino Designer within ResourcesFiles
●
l_ShimmerSkin-xxx for Lite mode
●
f_ShimmerSkin-xxx for Full mode
●
h_ShimmerSkin-xxx for:
●
“classic” forms
●
8.0.x Full mode
●
7.x and earlier releases

© 2013 IBM Corporation
Demo

21

© 2013 IBM Corporation
Referring to new resources
●

●

●

22

Added to the Extension Forms file
●
Add the file to ResourcesFiles
●
src="/iNotes/Forms85_x.nsf/LotusSoftware.png"
●
background-image:url(@{s_EFF}/act-hyper-hover-images.gif?
OpenFileResource&MX);
●
s_FF = Forms file
●
s_EFF = Extension Forms file
File on Domino server
●
Put file into <Domino data directory>dominohtml
●
src="/file.html"
On another server
●
src=”http://www.server.com/file.gif'

© 2013 IBM Corporation
Migrating customizations from 8.5.x to 9.0 Social Edition
●

●

23

Rename Forms85_x.nsf to Forms9_x.nsf
Run agent to change value of $FormsTemplateFile field in icon note to:
●
"iNotes/Forms9.nsf"

© 2013 IBM Corporation
Skin groups and types
●

●

Skin Type (Skin)
●
Member of a skin group set
●
Contains HTML markup to emit within the page body to govern overall
page layout
●
Special Skin type: h_Stylesheet (CSS file)
●
Contains CSS definitions
Skin Group
●
A set of skins sharing the same stylesheets
●
Primary skin group is f_ShimmerSkin
●
Two less significant skin groups: h_ShimmerSkin_UB (unsupported
browser), h_ShimmerSkin_ACC (accessibility…not used)
●
Prior to 8.5.1 there was a separate skin group for each browser type
Example: f_ShimmerSkin-h_ListFolder

24

© 2013 IBM Corporation
Which skin is used?
●

●

●

25

Skin type h_ListFolder is used for all views
●
unless h_SkinTypeOverride is set – by URL arg or NotesVar
h_MailPage is used for new architecture document forms
“classic” forms have 2 vars defined on the page to identify skin:
●
h_CurrentSkinName var identifies skin group
●
h_CurrentSkinType var identifies skin type:
●
h_MailPage: Mail Message, Contact, Notebook Page
●
h_ApptPage: Meeting, Appointment, To Do

© 2013 IBM Corporation
Stylesheets
●

●

●

●

●

h_StylesheetView
●
Used for views
h_StylesheetDocuments
●
Used for documents – mail and meeting notice in Lite mode only
h_StylesheetOverride
●
Used for “classic” forms
h_Stylesheet
●
Used for things not specific to view or documents
h_StyleSheetPortal
●
Used for IBM WebSphere® Portal
Example: f_ShimmerSkin-h_StyleSheetDocuments

26

© 2013 IBM Corporation
Skin components - h_ListFolder
Custom_Banner_
Lite

ShimmerSwitcher_
SkinComponent_Lite

ShimmerMainTabs_
SkinComponent_Lite

SceneLabel_
SkinComponent_Lite

Modepanel_
SkinComponent_Lite

Search_
SkinComponent_Lite

ServerTitleAndMailQuota_

SkinComponent_Lite

PageContent_
SkinComponent_Lite

27

© 2013 IBM Corporation
Sample skin HTML segment
<div id="e-maintabs-container" class="s-toppanel">
<InsertNotesSubForm name="ShimmerMainTabs_SkinComponent_Lite">
</div>
<div class="s-toppanel" style="height:1.5em;">
<InsertNotesSubForm name="Modepanel_SkinComponent_Lite">
</div>

Skin components
●

●

28

Skin components are in subforms
Other elements you will see:
●
com_ibm_dwa_ui_widget_class
●
widget definition
●
<v:fill> (IE) or <canvas> (Mozilla) tags
●
gradient fills

© 2013 IBM Corporation
Customizing ultra-light mode
●

Styles:
●
m_StyleSheet_xxx
●
iphone.css and standard.css – for 8.5 and earlier

●

●

Layout and code are combined in m_xxx forms and subforms

●

29

Does not use skins
Images are in mxxx files in ResourcesFiles

© 2013 IBM Corporation
Demo

30

© 2013 IBM Corporation
More on skin customization
●

●

31

Gradient fills
●
Specified in dwa.properties
●
See wiki article for more details
Consolidated icons
●
One image file that contains many icons
●
Icons are selected by x, y coordinates in the styles
●
Files: basicicons.gif, commonactionicons.gif,
commonactionicons.gif,mailoutlineicons.gif, viewactionicons.gif

© 2013 IBM Corporation
IBM iNotes Web page construction
●

●

●

32

All Forms/Subforms use pass-thru HTML
Special tags are interpreted by server to:
●
Insert skin
●
Insert skin components
●
Insert subforms
●
Evaluate computed blocks (@formulas)
●
Determine persisted and computed-only items
Full mode is now using Lite mode architecture
●
Use combination of skin components (loaded by server) and widgets
(client)
●
More AJAX (lazy loading, etc.)

© 2013 IBM Corporation
iNotes code/forms
●

●

Loaded by InsertNotesSubForm
Browser specific:
●
xxxCode – IE
●
xxxCode_Gecko – Mozilla
●
xxxCode_Safari – Safari

●

f_xx – used by Full mode only

●

l_xx – used by Lite and Full mode

●

33

INI setting iNotes_WA_Debug_SubForms=1 – subform names are
displayed on the server console as they are loaded

© 2013 IBM Corporation
Special server-side tags
Insert content from other design elements
●

●

34

<QuickPlaceSkinComponent Name=xxx>
●
Inserts contents of subform named xxx_SkinComponent
<InsertNotesSubForm Name=SubFormName>
●
Name may be a computed value
●
<InsertNotesSubForm Name=@{...}>
●
Conditional insertions by using @If and specifying empty string
●
optional="yes" for optional subforms

© 2013 IBM Corporation
Special server-side tags
Insert content from other design elements
●

●

●

●

35

<NotesField Name=ItemName>
●
Define persisted field
●
Type=Text|TextList|RichText|Mime|Number|NumberList| Time|TimeList
●
InitialValue=
●
Evaluated if item doesn’t exist within document
●
Value=
●
Evaluated as page is generated and as page is saved
●
Example:
●
<NotesField Name=Subject>
<NotesVar Name=ItemName>
●
Define a computed for display only item
●
Same element attributes as Notes field
<NotesDictionary>…</NotesDictionary>
●
Block which may contain NotesVar and NotesField tags
All support an includeif={@formula} attribute for conditional inclusion
© 2013 IBM Corporation
Special server-side tags
Conditionally include content
●

●

36

<NotesFragment includeif={test}>
●
Includes the content if test is true
●
<NotesFragment includeif={s_Gecko="1"}>
background-color: blue;
●
</NotesFragment>
<NotesFragmentSwitch>
●
Simulates the if ... elseif ... else ... pattern:
●
<NotesFragmentSwitch>
●
<NotesFragment includeif={s_Gecko="1" | s_Safari="1"}>
top:1px;
●
</NotesFragment>
●
<NotesFragment>
top: 0px;
width: 0px;
●
</NotesFragment>
●
</NotesFragmentSwitch>
© 2013 IBM Corporation
Demo

37

© 2013 IBM Corporation
Miscellaneous
●

●

38

String resources in separate file
●
File: dwa_xx.properties
●
In ResourcesFiles
●
Easier to add / modify strings
●
Customizers can add new languages
Log messages to the iNotes console
●
Example: AAA.EVI.sr(level, “”,"message”);
●
level:
●
0 = error
●
1 = warning
●
2 = info
●
3 = detail

© 2013 IBM Corporation
QueryOpen/QuerySave agents

●

IBM iNotes doesn’t use these within core application

●

Add iNotes_WA_QueryAgents=1 to NOTES.INI to enable this functionality

●

●

●

39

Two NotesVars are used to invoke agents
●
$$QueryOpenAgent
●
$$QuerySaveAgent
●
Example:
●
<NotesVar NAME={$$QuerySaveAgent}
INITIALVALUE={“YourAgent”}>
Please refer to the Manipulating Data in Domino Web Access
developerWorks article for a working example of QueryOpen and
QuerySave agents
Starting in 8.5.2, agents can be in Extension Forms File

© 2013 IBM Corporation
Debugging tools
●

●

Firefox
●
Firebug
IE
Developer Toolbar (in IE9 and later: F12)
●
Visual Studio
●

●

●

40

Safari
●
Develop menu
Chrome
●
Developer tools

© 2013 IBM Corporation
Obfuscated code
●

ObfuscationList.txt

●

In ResourcesFiles

●

41

Unobfuscators available:
●
http://openntf.org/p/Firebug%20JavaScript%20Mirror%20Tool%20Addon
●
http://openntf.org/p/Unobfuscator

© 2013 IBM Corporation
Updates in 8.5.2
●

●

●

42

Design elements in Extension Forms File do not inherit design changes
New subforms:
●
Custom_xxx_Dictionary
●
Custom_LazyLoad_Subforms
●
Custom_Logout
●
Custom_About
Agents can be stored in Extension Forms File

© 2013 IBM Corporation
Updates in 8.5.3
●

●

Policy to set Extension Forms File

●

Custom_SessionInfo

●

43

Can now update menu items

iNotes_WA_RunQOAgentsForNewLiteForm

© 2013 IBM Corporation
Updates in 9.0 Social Edition
●

Classic_Custom_SessionInfo

●

Adding Custom_Masthead will cause 9.0 masthead to be hidden

●

44

Standard 9.0 masthead can be modified using
Custom_Scene_Actions_Lite

© 2013 IBM Corporation
Summary
●

●

●

●

45

Some ways to make basic customizations are provided
●
Policies
●
Using Custom_* forms and subforms
Look of IBM iNotes pages can be customized by editing skins, skin
components, and stylesheets
For more complex customizations, you need to understand how IBM
iNotes pages are generated
Useful tools for examining page layout and debugging JavaScript are
available

© 2013 IBM Corporation
IBM iNotes Customization Resources
●

●

●

●

46

Notes and Domino wiki
●
http://www-10.lotus.com/ldd/dominowiki.nsf
●
Community Articles, Lotus iNotes, Lotus iNotes Customization
Wiki article
●
http://www10.lotus.com/ldd/dominowiki.nsf/dx/The_basics_of_iNotes_customizat
ion
Notes / Domino 8.5 forum on developerWorks
●
http://www-10.lotus.com/ldd/nd85forum.nsf
●
Product area: iNotes, Technical Area: Customization
Notes / Domino 9.0 Social Edition Forum
●
http://www-10.lotus.com/ldd/ndseforum.nsf
●
Category: iNotes

© 2013 IBM Corporation
Resources and Questions
●
●
●
●
●
●
●

47

Home page: http://ibmdw.net/social
SDK: http://ibmsbt.openntf.org
GitHub: https://github.com/OpenNTF/SocialSDK
StackOverflow: #ibmsbt
Twitter: @ibmsbt
YouTube: http://youtube.com/ibmsbt
Playground: http://bit.ly/sbtplayground

© 2013 IBM Corporation
Acknowledgements and Disclaimers
Availability: References in this presentation to IBM products, programs, or services do not imply that they will be available in all
countries in which IBM operates.
The workshops, sessions and materials have been prepared by IBM or the session speakers and reflect their own views. They are
provided for informational purposes only, and are neither intended to, nor shall have the effect of being, legal or other guidance or
advice to any participant. While efforts were made to verify the completeness and accuracy of the information contained in this
presentation, it is provided AS-IS without warranty of any kind, express or implied. IBM shall not be responsible for any damages arising
out of the use of, or otherwise related to, this presentation or any other materials. Nothing contained in this presentation is intended to,
nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and
conditions of the applicable license agreement governing the use of IBM software.
All customer examples described are presented as illustrations of how those customers have used IBM products and the results they
may have achieved. Actual environmental costs and performance characteristics may vary by customer. Nothing contained in these
materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific
sales, revenue growth or other results.

© Copyright IBM Corporation 2013. All rights reserved.
– U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
IBM Corp.
IBM, the IBM logo, ibm.com, Rational, the Rational logo, Telelogic, the Telelogic logo, Green Hat, the Green Hat logo, and other IBM
products and services are trademarks or registered trademarks of International Business Machines Corporation in the United States,
other countries, or both. If these and other IBM trademarked terms are marked on their first occurrence in this information with a
trademark symbol (® or ™), these symbols indicate U.S. registered or common law trademarks owned by IBM at the time this information
was published. Such trademarks may also be registered or common law trademarks in other countries. A current list of IBM trademarks is
available on the Web at “Copyright and trademark information” at www.ibm.com/legal/copytrade.shtml
Other company, product, or service names may be trademarks or service marks of others.

48

© 2013 IBM Corporation

More Related Content

What's hot

April, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best PracticesApril, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best PracticesHoward Greenberg
 
Best Practice TLS for IBM Domino
Best Practice TLS for IBM DominoBest Practice TLS for IBM Domino
Best Practice TLS for IBM DominoJared Roberts
 
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...Howard Greenberg
 
Zusammenführung von HCL Nomad Web und Domino ohne SafeLinx - So gehts
Zusammenführung von HCL Nomad Web und Domino ohne SafeLinx - So gehtsZusammenführung von HCL Nomad Web und Domino ohne SafeLinx - So gehts
Zusammenführung von HCL Nomad Web und Domino ohne SafeLinx - So gehtspanagenda
 
Engage2022 - Domino Admin Tips
Engage2022 - Domino Admin TipsEngage2022 - Domino Admin Tips
Engage2022 - Domino Admin TipsGabriella Davis
 
JMP105 - "How Stuff Works" - Domino Style!
JMP105 - "How Stuff Works" - Domino Style!JMP105 - "How Stuff Works" - Domino Style!
JMP105 - "How Stuff Works" - Domino Style!NerdGirlJess
 
Domino Server Health - Monitoring and Managing
 Domino Server Health - Monitoring and Managing Domino Server Health - Monitoring and Managing
Domino Server Health - Monitoring and ManagingGabriella Davis
 
How to fix ‘database is corrupt: cannot allocate space’ error in lotus notes
How to fix ‘database is corrupt: cannot allocate space’ error in lotus notesHow to fix ‘database is corrupt: cannot allocate space’ error in lotus notes
How to fix ‘database is corrupt: cannot allocate space’ error in lotus notesandrewscott01
 
HCL Sametime V11 installation - tips
HCL Sametime V11 installation - tipsHCL Sametime V11 installation - tips
HCL Sametime V11 installation - tipsAles Lichtenberg
 
HCL Sametime 12.0 on Docker - Step-By-Step.pdf
HCL Sametime 12.0 on Docker - Step-By-Step.pdf HCL Sametime 12.0 on Docker - Step-By-Step.pdf
HCL Sametime 12.0 on Docker - Step-By-Step.pdf Ales Lichtenberg
 
How to Bring HCL Nomad Web and Domino Together Without SafeLinx
How to Bring HCL Nomad Web and Domino Together Without SafeLinxHow to Bring HCL Nomad Web and Domino Together Without SafeLinx
How to Bring HCL Nomad Web and Domino Together Without SafeLinxpanagenda
 
June OpenNTF Webinar - Domino V12 Certification Manager
June OpenNTF Webinar - Domino V12 Certification ManagerJune OpenNTF Webinar - Domino V12 Certification Manager
June OpenNTF Webinar - Domino V12 Certification ManagerHoward Greenberg
 
IBM Notes Traveler Best Practices
IBM Notes Traveler Best PracticesIBM Notes Traveler Best Practices
IBM Notes Traveler Best Practicesjayeshpar2006
 
INF107 - Integrating HCL Domino and Microsoft 365
INF107 - Integrating HCL Domino and Microsoft 365INF107 - Integrating HCL Domino and Microsoft 365
INF107 - Integrating HCL Domino and Microsoft 365Dylan Redfield
 
IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning Vladislav Tatarincev
 
RNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes ClientRNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes ClientChristoph Adler
 
Open Mic "Notes Federated Login"
Open Mic "Notes Federated Login"Open Mic "Notes Federated Login"
Open Mic "Notes Federated Login"Ranjit Rai
 
IBM Lotus Domino Domain Monitoring (DDM)
IBM Lotus Domino Domain Monitoring (DDM)IBM Lotus Domino Domain Monitoring (DDM)
IBM Lotus Domino Domain Monitoring (DDM)Austin Chang
 
Improving notes addressing experience with recent contacts
Improving notes addressing experience with recent contactsImproving notes addressing experience with recent contacts
Improving notes addressing experience with recent contactsVinayak Tavargeri
 

What's hot (20)

April, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best PracticesApril, 2021 OpenNTF Webinar - Domino Administration Best Practices
April, 2021 OpenNTF Webinar - Domino Administration Best Practices
 
Best Practice TLS for IBM Domino
Best Practice TLS for IBM DominoBest Practice TLS for IBM Domino
Best Practice TLS for IBM Domino
 
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
October OpenNTF Webinar - What we like about Domino/Notes 12, recommended new...
 
Spnego configuration
Spnego configurationSpnego configuration
Spnego configuration
 
Zusammenführung von HCL Nomad Web und Domino ohne SafeLinx - So gehts
Zusammenführung von HCL Nomad Web und Domino ohne SafeLinx - So gehtsZusammenführung von HCL Nomad Web und Domino ohne SafeLinx - So gehts
Zusammenführung von HCL Nomad Web und Domino ohne SafeLinx - So gehts
 
Engage2022 - Domino Admin Tips
Engage2022 - Domino Admin TipsEngage2022 - Domino Admin Tips
Engage2022 - Domino Admin Tips
 
JMP105 - "How Stuff Works" - Domino Style!
JMP105 - "How Stuff Works" - Domino Style!JMP105 - "How Stuff Works" - Domino Style!
JMP105 - "How Stuff Works" - Domino Style!
 
Domino Server Health - Monitoring and Managing
 Domino Server Health - Monitoring and Managing Domino Server Health - Monitoring and Managing
Domino Server Health - Monitoring and Managing
 
How to fix ‘database is corrupt: cannot allocate space’ error in lotus notes
How to fix ‘database is corrupt: cannot allocate space’ error in lotus notesHow to fix ‘database is corrupt: cannot allocate space’ error in lotus notes
How to fix ‘database is corrupt: cannot allocate space’ error in lotus notes
 
HCL Sametime V11 installation - tips
HCL Sametime V11 installation - tipsHCL Sametime V11 installation - tips
HCL Sametime V11 installation - tips
 
HCL Sametime 12.0 on Docker - Step-By-Step.pdf
HCL Sametime 12.0 on Docker - Step-By-Step.pdf HCL Sametime 12.0 on Docker - Step-By-Step.pdf
HCL Sametime 12.0 on Docker - Step-By-Step.pdf
 
How to Bring HCL Nomad Web and Domino Together Without SafeLinx
How to Bring HCL Nomad Web and Domino Together Without SafeLinxHow to Bring HCL Nomad Web and Domino Together Without SafeLinx
How to Bring HCL Nomad Web and Domino Together Without SafeLinx
 
June OpenNTF Webinar - Domino V12 Certification Manager
June OpenNTF Webinar - Domino V12 Certification ManagerJune OpenNTF Webinar - Domino V12 Certification Manager
June OpenNTF Webinar - Domino V12 Certification Manager
 
IBM Notes Traveler Best Practices
IBM Notes Traveler Best PracticesIBM Notes Traveler Best Practices
IBM Notes Traveler Best Practices
 
INF107 - Integrating HCL Domino and Microsoft 365
INF107 - Integrating HCL Domino and Microsoft 365INF107 - Integrating HCL Domino and Microsoft 365
INF107 - Integrating HCL Domino and Microsoft 365
 
IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning IBM Domino / IBM Notes Performance Tuning
IBM Domino / IBM Notes Performance Tuning
 
RNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes ClientRNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes Client
 
Open Mic "Notes Federated Login"
Open Mic "Notes Federated Login"Open Mic "Notes Federated Login"
Open Mic "Notes Federated Login"
 
IBM Lotus Domino Domain Monitoring (DDM)
IBM Lotus Domino Domain Monitoring (DDM)IBM Lotus Domino Domain Monitoring (DDM)
IBM Lotus Domino Domain Monitoring (DDM)
 
Improving notes addressing experience with recent contacts
Improving notes addressing experience with recent contactsImproving notes addressing experience with recent contacts
Improving notes addressing experience with recent contacts
 

Viewers also liked

IBM Lotus iNotes 8.5 Customization
IBM Lotus iNotes 8.5 CustomizationIBM Lotus iNotes 8.5 Customization
IBM Lotus iNotes 8.5 Customizationrledwich
 
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser Plugin
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser PluginWhat's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser Plugin
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser PluginRahul A. Garg
 
What's new in iNotes 9.0 Social Edition
What's new in iNotes 9.0 Social EditionWhat's new in iNotes 9.0 Social Edition
What's new in iNotes 9.0 Social EditionRahul A. Garg
 
IBM SmartCloud Connections Overview - Q2 2014
IBM SmartCloud Connections Overview - Q2 2014IBM SmartCloud Connections Overview - Q2 2014
IBM SmartCloud Connections Overview - Q2 2014Luis Benitez
 
Access Data from XPages with the Relational Controls
Access Data from XPages with the Relational ControlsAccess Data from XPages with the Relational Controls
Access Data from XPages with the Relational ControlsTeamstudio
 
Webinar: Migration from IBM Domino to IBM Verse
Webinar: Migration from IBM Domino to IBM VerseWebinar: Migration from IBM Domino to IBM Verse
Webinar: Migration from IBM Domino to IBM VerseMOVE4IDEAS
 
IBM Messaging and Collaboration Roadmap - Notes and Domino update - December ...
IBM Messaging and Collaboration Roadmap - Notes and Domino update - December ...IBM Messaging and Collaboration Roadmap - Notes and Domino update - December ...
IBM Messaging and Collaboration Roadmap - Notes and Domino update - December ...Ed Brill
 
Domino OSGi Development
Domino OSGi DevelopmentDomino OSGi Development
Domino OSGi DevelopmentPaul Fiore
 
Integrate Applications into IBM Connections Cloud and On Premises (AD 1632)
Integrate Applications into IBM Connections Cloud and On Premises (AD 1632)Integrate Applications into IBM Connections Cloud and On Premises (AD 1632)
Integrate Applications into IBM Connections Cloud and On Premises (AD 1632)TIMETOACT GROUP
 
Migration from IBM Domino to IBM Verse
Migration from IBM Domino to IBM VerseMigration from IBM Domino to IBM Verse
Migration from IBM Domino to IBM VerseICON UK EVENTS Limited
 
IBM Verse On-premises
IBM Verse On-premisesIBM Verse On-premises
IBM Verse On-premisesjayeshpar2006
 
Ibm connections 5.0 installation step-by-step (windows and tds)
Ibm connections 5.0   installation step-by-step (windows and tds)Ibm connections 5.0   installation step-by-step (windows and tds)
Ibm connections 5.0 installation step-by-step (windows and tds)Fuangwith Sopharath
 
Proyecto ELECTIVA VI EMPRESA LAMIDECO, C.A
Proyecto ELECTIVA VI EMPRESA LAMIDECO, C.AProyecto ELECTIVA VI EMPRESA LAMIDECO, C.A
Proyecto ELECTIVA VI EMPRESA LAMIDECO, C.AZaibel Campos
 
Getting Traction for (your) Open Source Projects
Getting Traction for (your) Open Source ProjectsGetting Traction for (your) Open Source Projects
Getting Traction for (your) Open Source ProjectsMichael Boelen
 
Los servicios de orientación y asistencia legal dirigidos a población en situ...
Los servicios de orientación y asistencia legal dirigidos a población en situ...Los servicios de orientación y asistencia legal dirigidos a población en situ...
Los servicios de orientación y asistencia legal dirigidos a población en situ...EUROsociAL II
 
Pablo trinidad ilusiones opticas
Pablo trinidad ilusiones opticasPablo trinidad ilusiones opticas
Pablo trinidad ilusiones opticaspablotb01
 
Workshops Everybody Can Do It
Workshops Everybody Can Do ItWorkshops Everybody Can Do It
Workshops Everybody Can Do Itiesjacaranda
 

Viewers also liked (20)

IBM Lotus iNotes 8.5 Customization
IBM Lotus iNotes 8.5 CustomizationIBM Lotus iNotes 8.5 Customization
IBM Lotus iNotes 8.5 Customization
 
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser Plugin
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser PluginWhat's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser Plugin
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser Plugin
 
What's new in iNotes 9.0 Social Edition
What's new in iNotes 9.0 Social EditionWhat's new in iNotes 9.0 Social Edition
What's new in iNotes 9.0 Social Edition
 
IBM SmartCloud Connections Overview - Q2 2014
IBM SmartCloud Connections Overview - Q2 2014IBM SmartCloud Connections Overview - Q2 2014
IBM SmartCloud Connections Overview - Q2 2014
 
Access Data from XPages with the Relational Controls
Access Data from XPages with the Relational ControlsAccess Data from XPages with the Relational Controls
Access Data from XPages with the Relational Controls
 
Webinar: Migration from IBM Domino to IBM Verse
Webinar: Migration from IBM Domino to IBM VerseWebinar: Migration from IBM Domino to IBM Verse
Webinar: Migration from IBM Domino to IBM Verse
 
IBM Messaging and Collaboration Roadmap - Notes and Domino update - December ...
IBM Messaging and Collaboration Roadmap - Notes and Domino update - December ...IBM Messaging and Collaboration Roadmap - Notes and Domino update - December ...
IBM Messaging and Collaboration Roadmap - Notes and Domino update - December ...
 
Domino OSGi Development
Domino OSGi DevelopmentDomino OSGi Development
Domino OSGi Development
 
Integrate Applications into IBM Connections Cloud and On Premises (AD 1632)
Integrate Applications into IBM Connections Cloud and On Premises (AD 1632)Integrate Applications into IBM Connections Cloud and On Premises (AD 1632)
Integrate Applications into IBM Connections Cloud and On Premises (AD 1632)
 
Migration from IBM Domino to IBM Verse
Migration from IBM Domino to IBM VerseMigration from IBM Domino to IBM Verse
Migration from IBM Domino to IBM Verse
 
IBM Verse On-premises
IBM Verse On-premisesIBM Verse On-premises
IBM Verse On-premises
 
Ibm connections 5.0 installation step-by-step (windows and tds)
Ibm connections 5.0   installation step-by-step (windows and tds)Ibm connections 5.0   installation step-by-step (windows and tds)
Ibm connections 5.0 installation step-by-step (windows and tds)
 
Proyecto ELECTIVA VI EMPRESA LAMIDECO, C.A
Proyecto ELECTIVA VI EMPRESA LAMIDECO, C.AProyecto ELECTIVA VI EMPRESA LAMIDECO, C.A
Proyecto ELECTIVA VI EMPRESA LAMIDECO, C.A
 
Info intensivos 2012-2013
Info intensivos 2012-2013Info intensivos 2012-2013
Info intensivos 2012-2013
 
Getting Traction for (your) Open Source Projects
Getting Traction for (your) Open Source ProjectsGetting Traction for (your) Open Source Projects
Getting Traction for (your) Open Source Projects
 
Los servicios de orientación y asistencia legal dirigidos a población en situ...
Los servicios de orientación y asistencia legal dirigidos a población en situ...Los servicios de orientación y asistencia legal dirigidos a población en situ...
Los servicios de orientación y asistencia legal dirigidos a población en situ...
 
Juan Saavedra
Juan SaavedraJuan Saavedra
Juan Saavedra
 
Pablo trinidad ilusiones opticas
Pablo trinidad ilusiones opticasPablo trinidad ilusiones opticas
Pablo trinidad ilusiones opticas
 
Nicholas R Gauthier 2016
Nicholas R Gauthier 2016Nicholas R Gauthier 2016
Nicholas R Gauthier 2016
 
Workshops Everybody Can Do It
Workshops Everybody Can Do ItWorkshops Everybody Can Do It
Workshops Everybody Can Do It
 

Similar to Learn everything about IBM iNotes Customization

What's new in ibm i notes 9.0
What's new in ibm i notes 9.0What's new in ibm i notes 9.0
What's new in ibm i notes 9.0Ranjit Rai
 
Id111 - IBM Notes Browser Plug-in at Connect 2014
Id111 - IBM Notes Browser Plug-in at Connect 2014Id111 - IBM Notes Browser Plug-in at Connect 2014
Id111 - IBM Notes Browser Plug-in at Connect 2014rajeshpatil
 
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...IBM Connections Developers
 
Id101 what's new in ibm lotus® domino® 8.5.3 and beyond final
Id101 what's new in ibm lotus® domino® 8.5.3 and beyond finalId101 what's new in ibm lotus® domino® 8.5.3 and beyond final
Id101 what's new in ibm lotus® domino® 8.5.3 and beyond finalSaurabh Calla
 
Developing XPages Applications
Developing XPages ApplicationsDeveloping XPages Applications
Developing XPages ApplicationsNiklas Heidloff
 
IBM Notes Domino & Verse Update (english version)
IBM Notes Domino & Verse Update (english version)IBM Notes Domino & Verse Update (english version)
IBM Notes Domino & Verse Update (english version)eschwalb
 
IBM Domino 9.0 Social Edition OpenSocial Component Deployment
IBM Domino 9.0 Social Edition OpenSocial Component DeploymentIBM Domino 9.0 Social Edition OpenSocial Component Deployment
IBM Domino 9.0 Social Edition OpenSocial Component DeploymentRahul A. Garg
 
ICON UK 2014 - Look mum, no passwords!
ICON UK 2014 - Look mum, no passwords!ICON UK 2014 - Look mum, no passwords!
ICON UK 2014 - Look mum, no passwords!Martin Leyrer
 
Twelve Tasks Made Easier with IBM Domino XPages
Twelve Tasks Made Easier with IBM Domino XPagesTwelve Tasks Made Easier with IBM Domino XPages
Twelve Tasks Made Easier with IBM Domino XPagesTeamstudio
 
Features of SmartCloud Notes in Hosted and Hybrid Environments
Features of SmartCloud Notes in Hosted and Hybrid EnvironmentsFeatures of SmartCloud Notes in Hosted and Hybrid Environments
Features of SmartCloud Notes in Hosted and Hybrid EnvironmentsRanjit Rai
 
What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5Vinayak Tavargeri
 
What’s new for Developers in IBM Domino & Domino Designer 9.0.1
What’s new for Developers in IBM Domino & Domino Designer 9.0.1What’s new for Developers in IBM Domino & Domino Designer 9.0.1
What’s new for Developers in IBM Domino & Domino Designer 9.0.1IBM Connections Developers
 
DACHNUG50 Roadmap.pdf
DACHNUG50 Roadmap.pdfDACHNUG50 Roadmap.pdf
DACHNUG50 Roadmap.pdfDNUG e.V.
 
MAS202 - Customizing IBM Connections
MAS202 - Customizing IBM ConnectionsMAS202 - Customizing IBM Connections
MAS202 - Customizing IBM Connectionspaulbastide
 
MAS202 - Customizing IBM Connections - Downloadable
MAS202 - Customizing IBM Connections - DownloadableMAS202 - Customizing IBM Connections - Downloadable
MAS202 - Customizing IBM Connections - Downloadablepaulbastide
 
We4IT lcty 2013 - infra-man - whats new in ibm domino application development
We4IT lcty 2013 - infra-man - whats new in ibm domino application developmentWe4IT lcty 2013 - infra-man - whats new in ibm domino application development
We4IT lcty 2013 - infra-man - whats new in ibm domino application developmentWe4IT Group
 
Living in the Web is Easy! Making the Move from Rich Clients to Browsers
Living in the Web is Easy! Making the Move from Rich Clients to BrowsersLiving in the Web is Easy! Making the Move from Rich Clients to Browsers
Living in the Web is Easy! Making the Move from Rich Clients to BrowsersRahul A. Garg
 
AD101: IBM Domino Application Development Futures
AD101: IBM Domino Application Development FuturesAD101: IBM Domino Application Development Futures
AD101: IBM Domino Application Development FuturesEamon Muldoon
 

Similar to Learn everything about IBM iNotes Customization (20)

What's new in ibm i notes 9.0
What's new in ibm i notes 9.0What's new in ibm i notes 9.0
What's new in ibm i notes 9.0
 
Id111 - IBM Notes Browser Plug-in at Connect 2014
Id111 - IBM Notes Browser Plug-in at Connect 2014Id111 - IBM Notes Browser Plug-in at Connect 2014
Id111 - IBM Notes Browser Plug-in at Connect 2014
 
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...
 
Id101 what's new in ibm lotus® domino® 8.5.3 and beyond final
Id101 what's new in ibm lotus® domino® 8.5.3 and beyond finalId101 what's new in ibm lotus® domino® 8.5.3 and beyond final
Id101 what's new in ibm lotus® domino® 8.5.3 and beyond final
 
Developing XPages Applications
Developing XPages ApplicationsDeveloping XPages Applications
Developing XPages Applications
 
IBM Notes Domino & Verse Update (english version)
IBM Notes Domino & Verse Update (english version)IBM Notes Domino & Verse Update (english version)
IBM Notes Domino & Verse Update (english version)
 
What's new in designer
What's new in designerWhat's new in designer
What's new in designer
 
IBM Domino 9.0 Social Edition OpenSocial Component Deployment
IBM Domino 9.0 Social Edition OpenSocial Component DeploymentIBM Domino 9.0 Social Edition OpenSocial Component Deployment
IBM Domino 9.0 Social Edition OpenSocial Component Deployment
 
ICON UK 2014 - Look mum, no passwords!
ICON UK 2014 - Look mum, no passwords!ICON UK 2014 - Look mum, no passwords!
ICON UK 2014 - Look mum, no passwords!
 
Twelve Tasks Made Easier with IBM Domino XPages
Twelve Tasks Made Easier with IBM Domino XPagesTwelve Tasks Made Easier with IBM Domino XPages
Twelve Tasks Made Easier with IBM Domino XPages
 
Features of SmartCloud Notes in Hosted and Hybrid Environments
Features of SmartCloud Notes in Hosted and Hybrid EnvironmentsFeatures of SmartCloud Notes in Hosted and Hybrid Environments
Features of SmartCloud Notes in Hosted and Hybrid Environments
 
Lotus Domino 8.5
Lotus Domino 8.5Lotus Domino 8.5
Lotus Domino 8.5
 
What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5
 
What’s new for Developers in IBM Domino & Domino Designer 9.0.1
What’s new for Developers in IBM Domino & Domino Designer 9.0.1What’s new for Developers in IBM Domino & Domino Designer 9.0.1
What’s new for Developers in IBM Domino & Domino Designer 9.0.1
 
DACHNUG50 Roadmap.pdf
DACHNUG50 Roadmap.pdfDACHNUG50 Roadmap.pdf
DACHNUG50 Roadmap.pdf
 
MAS202 - Customizing IBM Connections
MAS202 - Customizing IBM ConnectionsMAS202 - Customizing IBM Connections
MAS202 - Customizing IBM Connections
 
MAS202 - Customizing IBM Connections - Downloadable
MAS202 - Customizing IBM Connections - DownloadableMAS202 - Customizing IBM Connections - Downloadable
MAS202 - Customizing IBM Connections - Downloadable
 
We4IT lcty 2013 - infra-man - whats new in ibm domino application development
We4IT lcty 2013 - infra-man - whats new in ibm domino application developmentWe4IT lcty 2013 - infra-man - whats new in ibm domino application development
We4IT lcty 2013 - infra-man - whats new in ibm domino application development
 
Living in the Web is Easy! Making the Move from Rich Clients to Browsers
Living in the Web is Easy! Making the Move from Rich Clients to BrowsersLiving in the Web is Easy! Making the Move from Rich Clients to Browsers
Living in the Web is Easy! Making the Move from Rich Clients to Browsers
 
AD101: IBM Domino Application Development Futures
AD101: IBM Domino Application Development FuturesAD101: IBM Domino Application Development Futures
AD101: IBM Domino Application Development Futures
 

More from IBM Connections Developers

Application Development for IBM Connections with IBM Bluemix
Application Development  for IBM Connections with IBM BluemixApplication Development  for IBM Connections with IBM Bluemix
Application Development for IBM Connections with IBM BluemixIBM Connections Developers
 
IBM Connect 2014 - AD204: What's new in the IBM Domino Objects: By Example
IBM Connect 2014 - AD204: What's new in the IBM Domino Objects: By ExampleIBM Connect 2014 - AD204: What's new in the IBM Domino Objects: By Example
IBM Connect 2014 - AD204: What's new in the IBM Domino Objects: By ExampleIBM Connections Developers
 
IBM Connect 2014 - AD302: New Ways to Work With Your IBM Connections Communities
IBM Connect 2014 - AD302: New Ways to Work With Your IBM Connections CommunitiesIBM Connect 2014 - AD302: New Ways to Work With Your IBM Connections Communities
IBM Connect 2014 - AD302: New Ways to Work With Your IBM Connections CommunitiesIBM Connections Developers
 
IBM Connect 2014 - JMP103: Extending Your Application Arsenal With OpenSocial
IBM Connect 2014 - JMP103: Extending Your Application Arsenal With OpenSocialIBM Connect 2014 - JMP103: Extending Your Application Arsenal With OpenSocial
IBM Connect 2014 - JMP103: Extending Your Application Arsenal With OpenSocialIBM Connections Developers
 
IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...
IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...
IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...IBM Connections Developers
 
IBM Connect 2014 - SHOW501: Mastering Social Development Using the IBM Collab...
IBM Connect 2014 - SHOW501: Mastering Social Development Using the IBM Collab...IBM Connect 2014 - SHOW501: Mastering Social Development Using the IBM Collab...
IBM Connect 2014 - SHOW501: Mastering Social Development Using the IBM Collab...IBM Connections Developers
 
IBM Connect 2014 - BP207: Don’t Reinvent the Wheel – (Re)use Open Source Soft...
IBM Connect 2014 - BP207: Don’t Reinvent the Wheel – (Re)use Open Source Soft...IBM Connect 2014 - BP207: Don’t Reinvent the Wheel – (Re)use Open Source Soft...
IBM Connect 2014 - BP207: Don’t Reinvent the Wheel – (Re)use Open Source Soft...IBM Connections Developers
 
IBM Connect 2014 - AD301: What’s New on the IBM Social Business Toolkit Versi...
IBM Connect 2014 - AD301: What’s New on the IBM Social Business Toolkit Versi...IBM Connect 2014 - AD301: What’s New on the IBM Social Business Toolkit Versi...
IBM Connect 2014 - AD301: What’s New on the IBM Social Business Toolkit Versi...IBM Connections Developers
 
IBM Connect 2014 - AD206: Build Apps Rapidly by Leveraging Services from IBM ...
IBM Connect 2014 - AD206: Build Apps Rapidly by Leveraging Services from IBM ...IBM Connect 2014 - AD206: Build Apps Rapidly by Leveraging Services from IBM ...
IBM Connect 2014 - AD206: Build Apps Rapidly by Leveraging Services from IBM ...IBM Connections Developers
 
IBM Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...
IBM Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...IBM Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...
IBM Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...IBM Connections Developers
 
Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...
Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...
Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...IBM Connections Developers
 
Technology to deliver Exceptional Social Digital Experiences
Technology to deliver Exceptional Social Digital ExperiencesTechnology to deliver Exceptional Social Digital Experiences
Technology to deliver Exceptional Social Digital ExperiencesIBM Connections Developers
 
The Power of IBM SmartCloud for Social Business and XPages App Dev
The Power of IBM SmartCloud for Social Business and XPages App DevThe Power of IBM SmartCloud for Social Business and XPages App Dev
The Power of IBM SmartCloud for Social Business and XPages App DevIBM Connections Developers
 
How to use the Social Business Development Environments
How to use the Social Business Development EnvironmentsHow to use the Social Business Development Environments
How to use the Social Business Development EnvironmentsIBM Connections Developers
 
How to add your own OpenSocial Gadgets to IBM Connections
How to add your own OpenSocial Gadgets to IBM ConnectionsHow to add your own OpenSocial Gadgets to IBM Connections
How to add your own OpenSocial Gadgets to IBM ConnectionsIBM Connections Developers
 
How to access the Activity Stream in IBM Connections
How to access the Activity Stream in IBM ConnectionsHow to access the Activity Stream in IBM Connections
How to access the Activity Stream in IBM ConnectionsIBM Connections Developers
 
How to extend IBM Connections Communities and Profiles
How to extend IBM Connections Communities and ProfilesHow to extend IBM Connections Communities and Profiles
How to extend IBM Connections Communities and ProfilesIBM Connections Developers
 
How to enhance Email with Embedded Experiences
How to enhance Email with Embedded ExperiencesHow to enhance Email with Embedded Experiences
How to enhance Email with Embedded ExperiencesIBM Connections Developers
 
Social Applications made easy with the new Social Business Toolkit SDK
Social Applications made easy with the new Social Business Toolkit SDKSocial Applications made easy with the new Social Business Toolkit SDK
Social Applications made easy with the new Social Business Toolkit SDKIBM Connections Developers
 

More from IBM Connections Developers (20)

Application Development for IBM Connections with IBM Bluemix
Application Development  for IBM Connections with IBM BluemixApplication Development  for IBM Connections with IBM Bluemix
Application Development for IBM Connections with IBM Bluemix
 
IBM Connect 2014 - AD204: What's new in the IBM Domino Objects: By Example
IBM Connect 2014 - AD204: What's new in the IBM Domino Objects: By ExampleIBM Connect 2014 - AD204: What's new in the IBM Domino Objects: By Example
IBM Connect 2014 - AD204: What's new in the IBM Domino Objects: By Example
 
IBM Connect 2014 - AD302: New Ways to Work With Your IBM Connections Communities
IBM Connect 2014 - AD302: New Ways to Work With Your IBM Connections CommunitiesIBM Connect 2014 - AD302: New Ways to Work With Your IBM Connections Communities
IBM Connect 2014 - AD302: New Ways to Work With Your IBM Connections Communities
 
IBM Connect 2014 - JMP103: Extending Your Application Arsenal With OpenSocial
IBM Connect 2014 - JMP103: Extending Your Application Arsenal With OpenSocialIBM Connect 2014 - JMP103: Extending Your Application Arsenal With OpenSocial
IBM Connect 2014 - JMP103: Extending Your Application Arsenal With OpenSocial
 
IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...
IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...
IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...
 
IBM Connect 2014 - SHOW501: Mastering Social Development Using the IBM Collab...
IBM Connect 2014 - SHOW501: Mastering Social Development Using the IBM Collab...IBM Connect 2014 - SHOW501: Mastering Social Development Using the IBM Collab...
IBM Connect 2014 - SHOW501: Mastering Social Development Using the IBM Collab...
 
IBM Connect 2014 - BP207: Don’t Reinvent the Wheel – (Re)use Open Source Soft...
IBM Connect 2014 - BP207: Don’t Reinvent the Wheel – (Re)use Open Source Soft...IBM Connect 2014 - BP207: Don’t Reinvent the Wheel – (Re)use Open Source Soft...
IBM Connect 2014 - BP207: Don’t Reinvent the Wheel – (Re)use Open Source Soft...
 
IBM Connect 2014 - AD301: What’s New on the IBM Social Business Toolkit Versi...
IBM Connect 2014 - AD301: What’s New on the IBM Social Business Toolkit Versi...IBM Connect 2014 - AD301: What’s New on the IBM Social Business Toolkit Versi...
IBM Connect 2014 - AD301: What’s New on the IBM Social Business Toolkit Versi...
 
IBM Connect 2014 - AD206: Build Apps Rapidly by Leveraging Services from IBM ...
IBM Connect 2014 - AD206: Build Apps Rapidly by Leveraging Services from IBM ...IBM Connect 2014 - AD206: Build Apps Rapidly by Leveraging Services from IBM ...
IBM Connect 2014 - AD206: Build Apps Rapidly by Leveraging Services from IBM ...
 
IBM Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...
IBM Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...IBM Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...
IBM Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...
 
Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...
Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...
Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...
 
Technology to deliver Exceptional Social Digital Experiences
Technology to deliver Exceptional Social Digital ExperiencesTechnology to deliver Exceptional Social Digital Experiences
Technology to deliver Exceptional Social Digital Experiences
 
The Power of IBM SmartCloud for Social Business and XPages App Dev
The Power of IBM SmartCloud for Social Business and XPages App DevThe Power of IBM SmartCloud for Social Business and XPages App Dev
The Power of IBM SmartCloud for Social Business and XPages App Dev
 
How to use the Social Business Development Environments
How to use the Social Business Development EnvironmentsHow to use the Social Business Development Environments
How to use the Social Business Development Environments
 
How to add your own OpenSocial Gadgets to IBM Connections
How to add your own OpenSocial Gadgets to IBM ConnectionsHow to add your own OpenSocial Gadgets to IBM Connections
How to add your own OpenSocial Gadgets to IBM Connections
 
How to access the Activity Stream in IBM Connections
How to access the Activity Stream in IBM ConnectionsHow to access the Activity Stream in IBM Connections
How to access the Activity Stream in IBM Connections
 
How to extend IBM Connections Communities and Profiles
How to extend IBM Connections Communities and ProfilesHow to extend IBM Connections Communities and Profiles
How to extend IBM Connections Communities and Profiles
 
How to enhance Email with Embedded Experiences
How to enhance Email with Embedded ExperiencesHow to enhance Email with Embedded Experiences
How to enhance Email with Embedded Experiences
 
Open Standards For Social Business Apps
Open Standards For Social Business AppsOpen Standards For Social Business Apps
Open Standards For Social Business Apps
 
Social Applications made easy with the new Social Business Toolkit SDK
Social Applications made easy with the new Social Business Toolkit SDKSocial Applications made easy with the new Social Business Toolkit SDK
Social Applications made easy with the new Social Business Toolkit SDK
 

Recently uploaded

Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 

Recently uploaded (20)

Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 

Learn everything about IBM iNotes Customization

  • 1. IBM iNotes and SmartCloud Notes Web Customization Eric Spencer, IBM Software Engineer, iNotes Development IBM SBT Webinar 10/23/13
  • 2. Next Webinars ● ● 2 Tentatively November 6th: App Dev Update in IBM Domino 9.0.1 Recordings: YouTube.com/ibmsbt © 2013 IBM Corporation
  • 3. Disclaimers IBM’s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM’s sole discretion. Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing decision. The information mentioned regarding potential future products is not a commitment, promise, or legal obligation to deliver any material, code or functionality. Information about potential future products may not be incorporated into any contract. The development, release, and timing of any future features or functionality described for our products remains at our sole discretion. Performance is based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput or performance that any user will experience will vary depending upon many factors, including considerations such as the amount of multiprogramming in the user’s job stream, the I/O configuration, the storage configuration, and the workload processed. Therefore, no assurance can be given that an individual user will achieve results similar to those stated here. 3 © 2013 IBM Corporation
  • 4. Agenda ● ● ● ● How customizable is IBM iNotes? Basic customizations ● demo Skins and skin components ● demo IBM iNotes page generation ● demo ● ● 4 Summary Q&A © 2013 IBM Corporation
  • 5. How customizable is iNotes? ● ● ● 5 Can customize almost anything Different from Traditional Domino® Web Applications ● Design elements are separate ● Uses WebHybrid processing ● Uses tag-based textual markup similar to JSP ● Doesn’t utilize many agents ● Uses limited set of Domino Web Commands and some special URL arguments Requires Web development skills such as HTML, JavaScript, and CSS © 2013 IBM Corporation
  • 6. Template and Forms File References mail85.ntf iNotesForms85.nsf Inherits Most Design: HTML, CSS, JavaScript, Images View Design Data Domino server mailJUser.nsf Browser 6 © 2013 IBM Corporation
  • 7. Ways to Customize IBM iNotes ● Enable/disable certain Functional Areas ● Policies ● Special Forms (Custom_*) provided for basic customizations ● Modify action bar menu items ● Modify existing view columns ● Add masthead ● Modify banner logo ● Add fonts to rich text editor ● ● Modify forms ● 7 Edit skins and stylesheets Add widgets in sidebar panel © 2013 IBM Corporation
  • 8. Enable or disable components or functional areas ● ● ● 8 Policies INI setting: iNotes_WA_Areas ● will still work but policy takes precedence URL arguments ● &PresetFields ● Example: http://{mail file path}/iNotes/Calendar/? OpenDocument&PresetFields= h_SkinTypeOverride;h_Blank,s_CalView;2,s_CalDate;20090301 ● See Deployment Guide for more information ● &Layout ● Example: http://{mail file path}/iNotes/Contacts/? OpenDocument&layout=BN!H*MS!H*OF!H*LO!H*SW!H*LP!C ● See wiki article for more details © 2013 IBM Corporation
  • 9. iNotes Admin Policy Support iNotes MailSettings • User UI mode • Functional areas • Functional area at login • Maximum attachment size • Mail threads • Remote image display • Browser cache management • Logout scrubbing • Allowing attachments • Instant messaging features • Default spell check dictionary • iNotes ActiveX • Enabling feeds • Widget enablement (pre 9.0) • Lotus Quickr integration • Calendar subscriptions • Offline settings • Refresh inbox automatically • Enable unread count • Auto update unread count • Enable scroll hints • Disable warning on opening attachments • Filter out images from emails • Proxy servlet name/URL pairs • Show preferences • Allow archiving on the server • Allow local archiving  Initial sidebar display state  iNotes Display Language  ST Proxy Enablement  Extension Forms File iNotes Mail Settings (cont.) • *IBM Docs Integration • *IBM Connections Files integration Shared Mail Settings • Mail basics • Follow up • Attention indicators • Message recall • Calendar basics • Calendar display • Notices • Scheduling • Automatic processing • Rooms and resources • Mail and Calendar • Disclaimer text • Disclaimer position • Soft Delete Time Shared Desktop Settings • Right double-click to close • Mark documents read on preview • Save sent mail • Sign sent mail • Encrypt sent mail • Mail notification • Internet mail format • Prefix each line with a char • Wrap lines at a certain length • *Widgets Security Settings • Password Quality • Certificate Expiration • Notes ID Vault • iNotes Proxies • Password Expiration Archive Settings • Server-based archiving • Prohibit archiving • Prohibit private archiving criteria *Newer settings with 9.0 Social Edition 9 © 2013 IBM Corporation
  • 10. Can't set policies in SCN ● ● 10 Some settings are available in SCN Administration Account Settings Under System Settings – IBM SmartCloud Notes © 2013 IBM Corporation
  • 11. New architecture in 8.5 ● Full mode uses the “lite” architecture that was introduced in 8.0.1 ● Tabbed UI ● Uses widgets ● ● Some forms still use the “classic” architecture ● Full mode Calendar*, Contact, To Do, Notebook entry forms ● Lite mode Calendar and Contact entry forms ● Home page ● Preferences Forms, etc. that are new for the “lite” architecture have “_Lite” in the name * Calendar forms converted to new architecture in 9.0 Social Edition 11 © 2013 IBM Corporation
  • 12. Extension Forms File ● ● Created from template ● If the file exists on the server, customizations will be used ● 12 Customization subforms are in this file Customizations are not overwritten by updated Domino version © 2013 IBM Corporation
  • 13. Extension forms file in IBM SmartCloud Notes ● ● ● 13 Requires brief contract with ISSC Must use Extension Forms file template downloaded from the service Some restrictions on customizations © 2013 IBM Corporation
  • 14. Extension Forms File mail85.ntf iNotesForms85.nsf Forms85_x.ntf Domino server mailJUser.nsf iNotesForms85_x.nsf Browser 14 © 2013 IBM Corporation
  • 15. Custom_JS_Lite subform ● JavaScript form to centralize most customizations ● Script file which is available on all new architecture forms and views ● Contains customization functions ● Also a location to store your own script ● 15 Is cached on server with rest of static common user script ● Add stuff to l_SessionInfo/f_SessionInfo/s_SessionInfo form if you need per user or per mail file formula computations (special subform added in 8.5.3) © 2013 IBM Corporation
  • 16. Some functions in Custom_JS_Lite Form Callbacks and Functions Custom_Scene_Actions_Lite Custom_Scene_PostLoad_Lite Invoked after each widget is initialized Custom_Scene_PreSubmit_Lite Invoked prior to submitting an action to the server API_TimeZones_Lite Add additional time zones API_SetPortalMailViewColumns_Lite Set which columns get displayed for the Mail portlet. API_ GetWhoAndAltWhoColNamesForView_ Lite 16 Add, remove or change actions Set which columns get displayed when alternate name is enabled © 2013 IBM Corporation
  • 17. More functions in Custom_JS_Lite Helpers API_GetSelectedDocs_Lite Returns array of strings representing UNIDs API_IsView_Lite Returns true if view page API_GetMailfilePath_Lite Returns URL path up to and including “.nsf” Custom_ActionsHelper_Lite subform addActionsLite removeActionsLite Remove menus or submenus from action bar repositionActionsLite Changes position of menus or submenus checkActionIDs Display menu IDs checkActionPositions 17 Add new menus or submenus to action bar Display menu position numbers - “classic” forms © 2013 IBM Corporation
  • 18. Additional customization forms and subforms Custom_Welcome Add additional web sites for Web page panel choices Custom_JS_Edit Add new fonts in the rich text editor Custom_Masthead Add a masthead at the top of the page Custom_CSS Add additional CSS styles Custom_Banner_Lite Modify the displayed banner Custom_Page_Dictionary Custom_xxx_Dictionary Custom_About Display forms file version and a user-specified file version number in iNotes console 2 New in 8.5.1 Add code to lazy load table Add code to be run on logout Add items to session info object 3 Classic_Custom_SessionInfo 18 2 2 Custom_SessionInfo 1 Inclusion of new NotesFields and NotesVars 2 Custom_LazyLoad_Subforms Custom_Logout NotesVars available for use in Custom_CSS 1 2 4 New in 8.5.2 Add items to session info for classic forms 3 New in 8.5.3 4 New in 9.0 © 2013 IBM Corporation
  • 19. checkActionIDs and checkPositions functions ● ● ● 19 Call these functions to display IDs or position numbers of action bar menu items. checkActionIDs( s_MenuID ) - new architecture views and forms ● Displays the menu ID in the hover text of “MENU ID” item ● Displays the menu item ID in the hover text checkActionPositions(s_TopBranchId) - “classic” forms ● Displays the position number next to the menu item. © 2013 IBM Corporation
  • 20. How do you edit IBM iNotes markup? ● ● ● 20 Forms and Subforms ● Domino Designer ● Forms85_x.nsf or Forms85.nsf Images ● Domino Designer within ResourcesFiles Skin elements ● Domino Designer within ResourcesFiles ● l_ShimmerSkin-xxx for Lite mode ● f_ShimmerSkin-xxx for Full mode ● h_ShimmerSkin-xxx for: ● “classic” forms ● 8.0.x Full mode ● 7.x and earlier releases © 2013 IBM Corporation
  • 21. Demo 21 © 2013 IBM Corporation
  • 22. Referring to new resources ● ● ● 22 Added to the Extension Forms file ● Add the file to ResourcesFiles ● src="/iNotes/Forms85_x.nsf/LotusSoftware.png" ● background-image:url(@{s_EFF}/act-hyper-hover-images.gif? OpenFileResource&MX); ● s_FF = Forms file ● s_EFF = Extension Forms file File on Domino server ● Put file into <Domino data directory>dominohtml ● src="/file.html" On another server ● src=”http://www.server.com/file.gif' © 2013 IBM Corporation
  • 23. Migrating customizations from 8.5.x to 9.0 Social Edition ● ● 23 Rename Forms85_x.nsf to Forms9_x.nsf Run agent to change value of $FormsTemplateFile field in icon note to: ● "iNotes/Forms9.nsf" © 2013 IBM Corporation
  • 24. Skin groups and types ● ● Skin Type (Skin) ● Member of a skin group set ● Contains HTML markup to emit within the page body to govern overall page layout ● Special Skin type: h_Stylesheet (CSS file) ● Contains CSS definitions Skin Group ● A set of skins sharing the same stylesheets ● Primary skin group is f_ShimmerSkin ● Two less significant skin groups: h_ShimmerSkin_UB (unsupported browser), h_ShimmerSkin_ACC (accessibility…not used) ● Prior to 8.5.1 there was a separate skin group for each browser type Example: f_ShimmerSkin-h_ListFolder 24 © 2013 IBM Corporation
  • 25. Which skin is used? ● ● ● 25 Skin type h_ListFolder is used for all views ● unless h_SkinTypeOverride is set – by URL arg or NotesVar h_MailPage is used for new architecture document forms “classic” forms have 2 vars defined on the page to identify skin: ● h_CurrentSkinName var identifies skin group ● h_CurrentSkinType var identifies skin type: ● h_MailPage: Mail Message, Contact, Notebook Page ● h_ApptPage: Meeting, Appointment, To Do © 2013 IBM Corporation
  • 26. Stylesheets ● ● ● ● ● h_StylesheetView ● Used for views h_StylesheetDocuments ● Used for documents – mail and meeting notice in Lite mode only h_StylesheetOverride ● Used for “classic” forms h_Stylesheet ● Used for things not specific to view or documents h_StyleSheetPortal ● Used for IBM WebSphere® Portal Example: f_ShimmerSkin-h_StyleSheetDocuments 26 © 2013 IBM Corporation
  • 27. Skin components - h_ListFolder Custom_Banner_ Lite ShimmerSwitcher_ SkinComponent_Lite ShimmerMainTabs_ SkinComponent_Lite SceneLabel_ SkinComponent_Lite Modepanel_ SkinComponent_Lite Search_ SkinComponent_Lite ServerTitleAndMailQuota_ SkinComponent_Lite PageContent_ SkinComponent_Lite 27 © 2013 IBM Corporation
  • 28. Sample skin HTML segment <div id="e-maintabs-container" class="s-toppanel"> <InsertNotesSubForm name="ShimmerMainTabs_SkinComponent_Lite"> </div> <div class="s-toppanel" style="height:1.5em;"> <InsertNotesSubForm name="Modepanel_SkinComponent_Lite"> </div> Skin components ● ● 28 Skin components are in subforms Other elements you will see: ● com_ibm_dwa_ui_widget_class ● widget definition ● <v:fill> (IE) or <canvas> (Mozilla) tags ● gradient fills © 2013 IBM Corporation
  • 29. Customizing ultra-light mode ● Styles: ● m_StyleSheet_xxx ● iphone.css and standard.css – for 8.5 and earlier ● ● Layout and code are combined in m_xxx forms and subforms ● 29 Does not use skins Images are in mxxx files in ResourcesFiles © 2013 IBM Corporation
  • 30. Demo 30 © 2013 IBM Corporation
  • 31. More on skin customization ● ● 31 Gradient fills ● Specified in dwa.properties ● See wiki article for more details Consolidated icons ● One image file that contains many icons ● Icons are selected by x, y coordinates in the styles ● Files: basicicons.gif, commonactionicons.gif, commonactionicons.gif,mailoutlineicons.gif, viewactionicons.gif © 2013 IBM Corporation
  • 32. IBM iNotes Web page construction ● ● ● 32 All Forms/Subforms use pass-thru HTML Special tags are interpreted by server to: ● Insert skin ● Insert skin components ● Insert subforms ● Evaluate computed blocks (@formulas) ● Determine persisted and computed-only items Full mode is now using Lite mode architecture ● Use combination of skin components (loaded by server) and widgets (client) ● More AJAX (lazy loading, etc.) © 2013 IBM Corporation
  • 33. iNotes code/forms ● ● Loaded by InsertNotesSubForm Browser specific: ● xxxCode – IE ● xxxCode_Gecko – Mozilla ● xxxCode_Safari – Safari ● f_xx – used by Full mode only ● l_xx – used by Lite and Full mode ● 33 INI setting iNotes_WA_Debug_SubForms=1 – subform names are displayed on the server console as they are loaded © 2013 IBM Corporation
  • 34. Special server-side tags Insert content from other design elements ● ● 34 <QuickPlaceSkinComponent Name=xxx> ● Inserts contents of subform named xxx_SkinComponent <InsertNotesSubForm Name=SubFormName> ● Name may be a computed value ● <InsertNotesSubForm Name=@{...}> ● Conditional insertions by using @If and specifying empty string ● optional="yes" for optional subforms © 2013 IBM Corporation
  • 35. Special server-side tags Insert content from other design elements ● ● ● ● 35 <NotesField Name=ItemName> ● Define persisted field ● Type=Text|TextList|RichText|Mime|Number|NumberList| Time|TimeList ● InitialValue= ● Evaluated if item doesn’t exist within document ● Value= ● Evaluated as page is generated and as page is saved ● Example: ● <NotesField Name=Subject> <NotesVar Name=ItemName> ● Define a computed for display only item ● Same element attributes as Notes field <NotesDictionary>…</NotesDictionary> ● Block which may contain NotesVar and NotesField tags All support an includeif={@formula} attribute for conditional inclusion © 2013 IBM Corporation
  • 36. Special server-side tags Conditionally include content ● ● 36 <NotesFragment includeif={test}> ● Includes the content if test is true ● <NotesFragment includeif={s_Gecko="1"}> background-color: blue; ● </NotesFragment> <NotesFragmentSwitch> ● Simulates the if ... elseif ... else ... pattern: ● <NotesFragmentSwitch> ● <NotesFragment includeif={s_Gecko="1" | s_Safari="1"}> top:1px; ● </NotesFragment> ● <NotesFragment> top: 0px; width: 0px; ● </NotesFragment> ● </NotesFragmentSwitch> © 2013 IBM Corporation
  • 37. Demo 37 © 2013 IBM Corporation
  • 38. Miscellaneous ● ● 38 String resources in separate file ● File: dwa_xx.properties ● In ResourcesFiles ● Easier to add / modify strings ● Customizers can add new languages Log messages to the iNotes console ● Example: AAA.EVI.sr(level, “”,"message”); ● level: ● 0 = error ● 1 = warning ● 2 = info ● 3 = detail © 2013 IBM Corporation
  • 39. QueryOpen/QuerySave agents ● IBM iNotes doesn’t use these within core application ● Add iNotes_WA_QueryAgents=1 to NOTES.INI to enable this functionality ● ● ● 39 Two NotesVars are used to invoke agents ● $$QueryOpenAgent ● $$QuerySaveAgent ● Example: ● <NotesVar NAME={$$QuerySaveAgent} INITIALVALUE={“YourAgent”}> Please refer to the Manipulating Data in Domino Web Access developerWorks article for a working example of QueryOpen and QuerySave agents Starting in 8.5.2, agents can be in Extension Forms File © 2013 IBM Corporation
  • 40. Debugging tools ● ● Firefox ● Firebug IE Developer Toolbar (in IE9 and later: F12) ● Visual Studio ● ● ● 40 Safari ● Develop menu Chrome ● Developer tools © 2013 IBM Corporation
  • 41. Obfuscated code ● ObfuscationList.txt ● In ResourcesFiles ● 41 Unobfuscators available: ● http://openntf.org/p/Firebug%20JavaScript%20Mirror%20Tool%20Addon ● http://openntf.org/p/Unobfuscator © 2013 IBM Corporation
  • 42. Updates in 8.5.2 ● ● ● 42 Design elements in Extension Forms File do not inherit design changes New subforms: ● Custom_xxx_Dictionary ● Custom_LazyLoad_Subforms ● Custom_Logout ● Custom_About Agents can be stored in Extension Forms File © 2013 IBM Corporation
  • 43. Updates in 8.5.3 ● ● Policy to set Extension Forms File ● Custom_SessionInfo ● 43 Can now update menu items iNotes_WA_RunQOAgentsForNewLiteForm © 2013 IBM Corporation
  • 44. Updates in 9.0 Social Edition ● Classic_Custom_SessionInfo ● Adding Custom_Masthead will cause 9.0 masthead to be hidden ● 44 Standard 9.0 masthead can be modified using Custom_Scene_Actions_Lite © 2013 IBM Corporation
  • 45. Summary ● ● ● ● 45 Some ways to make basic customizations are provided ● Policies ● Using Custom_* forms and subforms Look of IBM iNotes pages can be customized by editing skins, skin components, and stylesheets For more complex customizations, you need to understand how IBM iNotes pages are generated Useful tools for examining page layout and debugging JavaScript are available © 2013 IBM Corporation
  • 46. IBM iNotes Customization Resources ● ● ● ● 46 Notes and Domino wiki ● http://www-10.lotus.com/ldd/dominowiki.nsf ● Community Articles, Lotus iNotes, Lotus iNotes Customization Wiki article ● http://www10.lotus.com/ldd/dominowiki.nsf/dx/The_basics_of_iNotes_customizat ion Notes / Domino 8.5 forum on developerWorks ● http://www-10.lotus.com/ldd/nd85forum.nsf ● Product area: iNotes, Technical Area: Customization Notes / Domino 9.0 Social Edition Forum ● http://www-10.lotus.com/ldd/ndseforum.nsf ● Category: iNotes © 2013 IBM Corporation
  • 47. Resources and Questions ● ● ● ● ● ● ● 47 Home page: http://ibmdw.net/social SDK: http://ibmsbt.openntf.org GitHub: https://github.com/OpenNTF/SocialSDK StackOverflow: #ibmsbt Twitter: @ibmsbt YouTube: http://youtube.com/ibmsbt Playground: http://bit.ly/sbtplayground © 2013 IBM Corporation
  • 48. Acknowledgements and Disclaimers Availability: References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. The workshops, sessions and materials have been prepared by IBM or the session speakers and reflect their own views. They are provided for informational purposes only, and are neither intended to, nor shall have the effect of being, legal or other guidance or advice to any participant. While efforts were made to verify the completeness and accuracy of the information contained in this presentation, it is provided AS-IS without warranty of any kind, express or implied. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this presentation or any other materials. Nothing contained in this presentation is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software. All customer examples described are presented as illustrations of how those customers have used IBM products and the results they may have achieved. Actual environmental costs and performance characteristics may vary by customer. Nothing contained in these materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other results. © Copyright IBM Corporation 2013. All rights reserved. – U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. IBM, the IBM logo, ibm.com, Rational, the Rational logo, Telelogic, the Telelogic logo, Green Hat, the Green Hat logo, and other IBM products and services are trademarks or registered trademarks of International Business Machines Corporation in the United States, other countries, or both. If these and other IBM trademarked terms are marked on their first occurrence in this information with a trademark symbol (® or ™), these symbols indicate U.S. registered or common law trademarks owned by IBM at the time this information was published. Such trademarks may also be registered or common law trademarks in other countries. A current list of IBM trademarks is available on the Web at “Copyright and trademark information” at www.ibm.com/legal/copytrade.shtml Other company, product, or service names may be trademarks or service marks of others. 48 © 2013 IBM Corporation