SlideShare ist ein Scribd-Unternehmen logo
1 von 10
Modern Domino
Icons

learn. do. dream.

www.redpilldevelopment.com
Embedded Icons
• Early versions of Notes supported
the pasting of icons as images into
various design element such as
forms.
• The age of this feature can be seen
by the format of the graphic files
supported. Graphic formats such as
BMP, CGM, PIC, and PCX. Today
formats such as JPG, PNG, and EPS
are more widely used.
• In the absence of design elements
or libraries to store these icons
gave rise to the Icon Library
database that many organizations
used to share icons for use in Notes
application.

learn. do. dream.

www.redpilldevelopment.com
Image Resources
• Image Resources were supported as a
design element as part of Notes R5
allowing icons to be shared across
design element and applications.
• The formats originally supported for
image resources were GIF and
JPG, with PNG being added in later
releases.
• Image resources work equally well for
both Notes client and Domino web
development.
• When developing for mobile web
applications pay close attention to
image sizes as download times for
large
image
files
can
cause
performance issues.

learn. do. dream.

www.redpilldevelopment.com
Glyphicons
• Lotus originally developed a a series of
view and action icons for use with
Notes client development.
• IBM has not been as forthcoming in
providing and out of the box library of
web icons for web and mobile
applications. As a result, Domino
developers need to develop their own
icons or source them externally.
• Made popular by their inclusion as part
of Twitter Bootstrap, glyphicons are a
library of monochromatic icons and
symbols that Domino developers
should consider making use of.
• A free icon library is available for those
not using bootstrap and a number of
additional libraries can be purchased
for Web development.

learn. do. dream.

www.redpilldevelopment.com
Image Sprites
• As the number of icons (or
graphics) used in an application
grows we need to consider the
performance
impact
of
downloading many image files.
• One of the most widely adopted
solutions has been image (aka CSS)
sprites in which all the icons are
combined in a single image file.
• Using CSS it is then possible to
display a specific portion of the
sprite image representing the
required icon.
• Tools are available to build a sprite
file from a collection of icons.

learn. do. dream.

www.redpilldevelopment.com
Iconic Fonts
• We are now seeing the
emergence of iconic fonts as the
latest “modern” way to add
icons to applications.
• In 1990 Microsoft developed
the Wingdings font allowing
commonly used icons to be
displayed as an alternative for
text.
• Iconic fonts were largely
forgotten for a while but we are
now seeing a resurgence of
their use as an alternative way
to implement icons within Web
applications.
learn. do. dream.

www.redpilldevelopment.com
Iconic Fonts: Advantages
• Fonts are stored in a vector format so
they can be displayed in a range of
sizes without distortion.
• As a font, icons can be styled using
standard CSS to create wide range of
effects:–
–
–
–
–

Color
Background color
Drop Shadow
Rotation
Animation

• A single icon can be used in a large
number of ways across an application
and can also be combined with other
icons to generate an ever wider range
of options.

learn. do. dream.

www.redpilldevelopment.com
Font Awesome
• Font Awesome has become one
of the more popular iconic fonts
thanks to its adoption within a
number of Bootstrap themes.
• Font
Awesome
(currently)
consists of a library of 361 icons
offered as part of an open
source project on Github.
• Version 4.0 of Font Awesome
was release in October 2013.
The latest release includes:– A complete renaming of icons to be
consistent with emerging standards
for icon-font usage.
– Addition of 11 new icons
learn. do. dream.

www.redpilldevelopment.com
Adding Font Awesome to Modern Domino
Instructions:
1. Download the latest version from fontawesome.io.
2. Using Package Explorer, place the content of the
downloaded zip file in a new folder under the
WebContent/css folder.
3. Add the stylesheet as a resource to your XPage.
Note: Russel Maher (XPages Tips) has a great blog article
(Five Minutes To Font Awesome Icons) covering this. An
nsf containing the fonts and examples of their use is
included.

learn. do. dream.

www.redpilldevelopment.com
Using Iconic Fonts via Attributes
• Iconic fonts are typically inserted by
adding a style class to a HTML
component that then uses the CSS
:before selector to insert the text and
assign the font.
• Some of the IBM XPages mobile
controls
such
as
the
RoundedRectListItem do not support
the output of class tags in the HTML via
the styleClass attribute.
• To place iconic fonts inside these
controls we can use the dojo attribute
property as an alternative.
• In our css we must change all the
references to the icon font to match on
comparable icon fonts designated via a
dojo attribute.

learn. do. dream.

XSP

CSS

www.redpilldevelopment.com

Weitere ähnliche Inhalte

Ähnlich wie Modern Domino: Icons

EricLong_Resume_Public
EricLong_Resume_PublicEricLong_Resume_Public
EricLong_Resume_Public
Eric Long
 
Adobe Flash - Past, Present and Future
Adobe Flash - Past, Present and FutureAdobe Flash - Past, Present and Future
Adobe Flash - Past, Present and Future
Iain Lobb
 
ChrisSchilling_SideProjects
ChrisSchilling_SideProjectsChrisSchilling_SideProjects
ChrisSchilling_SideProjects
Chris Schilling
 
Crossmedia Workflows
Crossmedia WorkflowsCrossmedia Workflows
Crossmedia Workflows
Dwight Kelly
 

Ähnlich wie Modern Domino: Icons (20)

ICONS
ICONSICONS
ICONS
 
EricLong_Resume_Public
EricLong_Resume_PublicEricLong_Resume_Public
EricLong_Resume_Public
 
Online File Formats.pptx
Online File Formats.pptxOnline File Formats.pptx
Online File Formats.pptx
 
Modern App Development with the SharePoint Framework
Modern App Development with the SharePoint FrameworkModern App Development with the SharePoint Framework
Modern App Development with the SharePoint Framework
 
Adobe Flash - Past, Present and Future
Adobe Flash - Past, Present and FutureAdobe Flash - Past, Present and Future
Adobe Flash - Past, Present and Future
 
Bootstrap4XPages
Bootstrap4XPagesBootstrap4XPages
Bootstrap4XPages
 
أدوات لبناء صور جذابة لمواقع التواصل الاجتماعي
أدوات لبناء صور جذابة لمواقع التواصل الاجتماعيأدوات لبناء صور جذابة لمواقع التواصل الاجتماعي
أدوات لبناء صور جذابة لمواقع التواصل الاجتماعي
 
SharePoint development 2017 wrap-up
SharePoint development   2017 wrap-upSharePoint development   2017 wrap-up
SharePoint development 2017 wrap-up
 
All about Office UI Fabric
All about Office UI FabricAll about Office UI Fabric
All about Office UI Fabric
 
The Art of Web Design, 101
The Art of Web Design, 101The Art of Web Design, 101
The Art of Web Design, 101
 
Echelon2010
Echelon2010Echelon2010
Echelon2010
 
Hooray Icon Fonts!
Hooray Icon Fonts!Hooray Icon Fonts!
Hooray Icon Fonts!
 
ChrisSchilling_SideProjects
ChrisSchilling_SideProjectsChrisSchilling_SideProjects
ChrisSchilling_SideProjects
 
Use Office UI Fabric React to Build Beauty with SharePoint
Use Office UI Fabric React to Build Beauty with SharePointUse Office UI Fabric React to Build Beauty with SharePoint
Use Office UI Fabric React to Build Beauty with SharePoint
 
Use office ui fabric react to build beauty with SharePoint
Use office ui fabric react to build beauty with SharePointUse office ui fabric react to build beauty with SharePoint
Use office ui fabric react to build beauty with SharePoint
 
Building Axure Icon Widget Libraries Using Web Fonts
Building Axure Icon Widget Libraries Using Web FontsBuilding Axure Icon Widget Libraries Using Web Fonts
Building Axure Icon Widget Libraries Using Web Fonts
 
Crossmedia Workflows
Crossmedia WorkflowsCrossmedia Workflows
Crossmedia Workflows
 
How to create a website favicon.ico file using the GIMP
How to create a website favicon.ico file using the GIMPHow to create a website favicon.ico file using the GIMP
How to create a website favicon.ico file using the GIMP
 
Photoshop
PhotoshopPhotoshop
Photoshop
 
Filling Your Design Toolkit: Premium Assets on a Shoestring Budget
Filling Your Design Toolkit: Premium Assets on a Shoestring BudgetFilling Your Design Toolkit: Premium Assets on a Shoestring Budget
Filling Your Design Toolkit: Premium Assets on a Shoestring Budget
 

Mehr von Peter Presnell

Mehr von Peter Presnell (20)

Lotus Notes: Simplicity
Lotus Notes: SimplicityLotus Notes: Simplicity
Lotus Notes: Simplicity
 
Big Data With Graphs
Big Data With GraphsBig Data With Graphs
Big Data With Graphs
 
Beyond XPages
Beyond XPagesBeyond XPages
Beyond XPages
 
The Graph Revolution
The Graph RevolutionThe Graph Revolution
The Graph Revolution
 
Asymetric Modernization
Asymetric ModernizationAsymetric Modernization
Asymetric Modernization
 
Modernization Math
Modernization MathModernization Math
Modernization Math
 
MWLUG 2014: Modern Domino (workshop)
MWLUG 2014: Modern Domino (workshop)MWLUG 2014: Modern Domino (workshop)
MWLUG 2014: Modern Domino (workshop)
 
MWLUG 2014: ATLUG Comes To You
MWLUG 2014: ATLUG Comes To YouMWLUG 2014: ATLUG Comes To You
MWLUG 2014: ATLUG Comes To You
 
Modern Notes: Databases
Modern Notes: DatabasesModern Notes: Databases
Modern Notes: Databases
 
Future Proofing Notes Client Applications
Future Proofing Notes Client ApplicationsFuture Proofing Notes Client Applications
Future Proofing Notes Client Applications
 
Lotus Notes: Live Long and Prosper
Lotus Notes: Live Long and ProsperLotus Notes: Live Long and Prosper
Lotus Notes: Live Long and Prosper
 
ATLUG Tack-It-On Modern Notes:Modern Domino
ATLUG Tack-It-On Modern Notes:Modern DominoATLUG Tack-It-On Modern Notes:Modern Domino
ATLUG Tack-It-On Modern Notes:Modern Domino
 
ATLUG Day of Champions
ATLUG Day of ChampionsATLUG Day of Champions
ATLUG Day of Champions
 
Where's Domino?
Where's Domino?Where's Domino?
Where's Domino?
 
The History of Lotus Notes
The History of Lotus NotesThe History of Lotus Notes
The History of Lotus Notes
 
Lotusphere
LotusphereLotusphere
Lotusphere
 
The Mobile World
The Mobile WorldThe Mobile World
The Mobile World
 
Modern Domino: IBM Connect 2014 Summary
Modern Domino: IBM Connect 2014 SummaryModern Domino: IBM Connect 2014 Summary
Modern Domino: IBM Connect 2014 Summary
 
Modern Domino: IBM Connect 2014 Preview
Modern Domino:  IBM Connect 2014 PreviewModern Domino:  IBM Connect 2014 Preview
Modern Domino: IBM Connect 2014 Preview
 
redpill Now
redpill Nowredpill Now
redpill Now
 

Kürzlich hochgeladen

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Kürzlich hochgeladen (20)

A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 

Modern Domino: Icons

  • 1. Modern Domino Icons learn. do. dream. www.redpilldevelopment.com
  • 2. Embedded Icons • Early versions of Notes supported the pasting of icons as images into various design element such as forms. • The age of this feature can be seen by the format of the graphic files supported. Graphic formats such as BMP, CGM, PIC, and PCX. Today formats such as JPG, PNG, and EPS are more widely used. • In the absence of design elements or libraries to store these icons gave rise to the Icon Library database that many organizations used to share icons for use in Notes application. learn. do. dream. www.redpilldevelopment.com
  • 3. Image Resources • Image Resources were supported as a design element as part of Notes R5 allowing icons to be shared across design element and applications. • The formats originally supported for image resources were GIF and JPG, with PNG being added in later releases. • Image resources work equally well for both Notes client and Domino web development. • When developing for mobile web applications pay close attention to image sizes as download times for large image files can cause performance issues. learn. do. dream. www.redpilldevelopment.com
  • 4. Glyphicons • Lotus originally developed a a series of view and action icons for use with Notes client development. • IBM has not been as forthcoming in providing and out of the box library of web icons for web and mobile applications. As a result, Domino developers need to develop their own icons or source them externally. • Made popular by their inclusion as part of Twitter Bootstrap, glyphicons are a library of monochromatic icons and symbols that Domino developers should consider making use of. • A free icon library is available for those not using bootstrap and a number of additional libraries can be purchased for Web development. learn. do. dream. www.redpilldevelopment.com
  • 5. Image Sprites • As the number of icons (or graphics) used in an application grows we need to consider the performance impact of downloading many image files. • One of the most widely adopted solutions has been image (aka CSS) sprites in which all the icons are combined in a single image file. • Using CSS it is then possible to display a specific portion of the sprite image representing the required icon. • Tools are available to build a sprite file from a collection of icons. learn. do. dream. www.redpilldevelopment.com
  • 6. Iconic Fonts • We are now seeing the emergence of iconic fonts as the latest “modern” way to add icons to applications. • In 1990 Microsoft developed the Wingdings font allowing commonly used icons to be displayed as an alternative for text. • Iconic fonts were largely forgotten for a while but we are now seeing a resurgence of their use as an alternative way to implement icons within Web applications. learn. do. dream. www.redpilldevelopment.com
  • 7. Iconic Fonts: Advantages • Fonts are stored in a vector format so they can be displayed in a range of sizes without distortion. • As a font, icons can be styled using standard CSS to create wide range of effects:– – – – – Color Background color Drop Shadow Rotation Animation • A single icon can be used in a large number of ways across an application and can also be combined with other icons to generate an ever wider range of options. learn. do. dream. www.redpilldevelopment.com
  • 8. Font Awesome • Font Awesome has become one of the more popular iconic fonts thanks to its adoption within a number of Bootstrap themes. • Font Awesome (currently) consists of a library of 361 icons offered as part of an open source project on Github. • Version 4.0 of Font Awesome was release in October 2013. The latest release includes:– A complete renaming of icons to be consistent with emerging standards for icon-font usage. – Addition of 11 new icons learn. do. dream. www.redpilldevelopment.com
  • 9. Adding Font Awesome to Modern Domino Instructions: 1. Download the latest version from fontawesome.io. 2. Using Package Explorer, place the content of the downloaded zip file in a new folder under the WebContent/css folder. 3. Add the stylesheet as a resource to your XPage. Note: Russel Maher (XPages Tips) has a great blog article (Five Minutes To Font Awesome Icons) covering this. An nsf containing the fonts and examples of their use is included. learn. do. dream. www.redpilldevelopment.com
  • 10. Using Iconic Fonts via Attributes • Iconic fonts are typically inserted by adding a style class to a HTML component that then uses the CSS :before selector to insert the text and assign the font. • Some of the IBM XPages mobile controls such as the RoundedRectListItem do not support the output of class tags in the HTML via the styleClass attribute. • To place iconic fonts inside these controls we can use the dojo attribute property as an alternative. • In our css we must change all the references to the icon font to match on comparable icon fonts designated via a dojo attribute. learn. do. dream. XSP CSS www.redpilldevelopment.com