SlideShare une entreprise Scribd logo
1  sur  90
Télécharger pour lire hors ligne
Beyond the Envelope™@Paul_Airy
The challenges and opportunities of implementation.
Accessibility in Action
A
@Paul_Airy Beyond the Envelope™
“Hello!”
@Paul_Airy Beyond the Envelope™
@Paul_Airy
Email Designer and Developer
@Paul_Airy Beyond the Envelope™
Beyond the Envelope™
+
@Paul_Airy Beyond the Envelope™
#SubscriberFirst
@Paul_Airy Beyond the Envelope™
I ♥ HTML Typography
@Paul_Airy Beyond the Envelope™
@Paul_Airy Beyond the Envelope™
@Paul_Airy Beyond the Envelope™
I ♥ Accessibility
Beyond the Envelope™@Paul_Airy
Email Design Conference, 2015.
Years Ago
2
@Paul_Airy Beyond the Envelope™
“ ”
@Paul_Airy Beyond the Envelope™
Challenges
Technical
Cultural
@Paul_Airy Beyond the Envelope™
@Paul_Airy Beyond the Envelope™
Beyond the Envelope™@Paul_Airy
Speed dating questions.
Q
@Paul_Airy Beyond the Envelope™
Value?
@Paul_Airy Beyond the Envelope™
Resource?
@Paul_Airy Beyond the Envelope™
Priority?
My Journey.
@Paul_Airy Beyond the Envelope™
@Paul_Airy Beyond the Envelope™
@Paul_Airy Beyond the Envelope™
#LitmusLive + 1.
31 August
Thur
Essentials.
Beyond the Envelope™@Paul_Airy
Essential 01:

Accessibility Mindset
Accessibility as an integral part of the email design and development process.
Beyond the Envelope™@Paul_Airy
“Design and develop with an
accessibility mindset.
2013.
@Paul_Airy Beyond the Envelope™
Mindset
Accessibility
Mobile
Beyond the Envelope™@Paul_Airy
Essential 02:

Foundational Implementation
@Paul_Airy Beyond the Envelope™
Foundational

Implementation
Resource
Quick Wins
Priority
Greatest Opportunity
@Paul_Airy Beyond the Envelope™
Colour
Images
Buttons/Links
Layout
Typography
Foundational

Implementation
@Paul_Airy Beyond the Envelope™
A
@Paul_Airy Beyond the Envelope™
Typography
Ensuring typography is accessible.
Beyond the Envelope™@Paul_Airy
Used HTML typography
All text is ‘live text’ so it can be read by a screen reader.
Beyond the Envelope™@Paul_Airy
Used semantic tags
To enable a screen reader to distinguish between levels of heading, paragraphs and lists.
Beyond the Envelope™@Paul_Airy
<h1> ! <h6> <p> <li>
Heading, paragraph and list tags.
Beyond the Envelope™@Paul_Airy
font-weight:normal;
Applied a style to lighten the weight of headings.
Beyond the Envelope™@Paul_Airy
font-weight:lighter;
Applied a style to lighten the weight of headings.
Beyond the Envelope™@Paul_Airy
<p style=“margin:0;”>
Applied margin:0; to semantic tags to reset margins.
‘Magic Margin’
Beyond the Envelope™@Paul_Airy
<p style=“

margin:0 0 10px 0;”>
Paragraph Space
Beyond the Envelope™@Paul_Airy
mso-line-height-rule:exactly;
Maintain line-height on Microsoft Outlook.
Beyond the Envelope™@Paul_Airy
Applied line-height 1.5x font-size.
Body text size

14px!16px
Beyond the Envelope™@Paul_Airy
X-height

xxA fonts x-height is literally the height of its lower case ‘x’ character.
Beyond the Envelope™@Paul_Airy
Applied line-height 1.5x font-size.
Body text size (mobile)

16px+
Beyond the Envelope™@Paul_Airy
Body text alignment

text-align:left;
Centred and justified text is difficult to follow.
Beyond the Envelope™@Paul_Airy
<h1> Heading
Paragraph of text.
</h1>
</td>
<td>
Heading styles
<p> </p>
Beyond the Envelope™@Paul_Airy
<h1> Heading
Paragraph of text.
</h1>
</td>
<td>
Paragraph styles
<p> </p>
@Paul_Airy Beyond the Envelope™
Layout
Ensuring the layout of an email is accessible.
@Paul_Airy
Logical order
Email coded in logical reading order.
"
Beyond the Envelope™@Paul_Airy
<table role=“presentation”>
Applied to redefine <table>s as presentational elements for screen readers.
*Courtesy of Mark Robbins.
*
Beyond the Envelope™@Paul_Airy
Spacing
Inserted enough space for text to be read easily.
@Paul_Airy Beyond the Envelope™
Buttons and Links
Ensuring interactive elements are accessible.
Beyond the Envelope™@Paul_Airy
Buttons
Ensured buttons can be selected across their total area.
Beyond the Envelope™@Paul_Airy
‘Click Here’
Avoided using ‘Click Here’, or other terms that reference a button or link visually.
Beyond the Envelope™@Paul_Airy
Blue/grey links
Restyled ‘blue/grey links’, while retaining functionality.
@Paul_Airy Beyond the Envelope™
Images
Ensuring images are accessible.
Beyond the Envelope™@Paul_Airy
alt=“” title=“”
Used alt attributes on all images. Avoided title attributes.
Beyond the Envelope™@Paul_Airy
Avoided erratic gifs (or ‘jifs’)
For people living with epilepsy.
@Paul_Airy Beyond the Envelope™
Colour
Ensuring colour is accessible.
Beyond the Envelope™@Paul_Airy
Colour ≠ Meaning
Avoided using colour to communicate meaning for people living with colour blindness.
Beyond the Envelope™@Paul_Airy
Checked colour contrast.
@Paul_Airy Beyond the Envelope™
Beyond the Envelope™@Paul_Airy
<div> </div>
Using <div>s on Type E:, with MSO conditionals as a fallback for Microsoft Outlook.
Beyond the Envelope™@Paul_Airy
<nav><div> </div></nav>
Wrapped sections of email within HTML5 tags to describe them semantically.
Beyond the Envelope™@Paul_Airy
Using border-bottom rather than text-decoration.
border-bottom
Beyond the Envelope™@Paul_Airy
Essential 03:

Speaking and Sharing
@Paul_Airy Beyond the Envelope™
“ ”
@Paul_Airy Beyond the Envelope™
Crossing Borders.
Beyond the Envelope™@Paul_Airy
Crossing Borders:

Advanced Implementation
@Paul_Airy Beyond the Envelope™
Buy-in
With Support
Advanced

Implementation
Alignment
@Paul_Airy Beyond the Envelope™
Get tuned into your
organisation, and find
out what matters to it.
“
Beyond the Envelope™@Paul_Airy
People focused
Beyond the Envelope™@Paul_Airy
Beyond the Envelope™@Paul_Airy
Black on yellow
@Paul_Airy Beyond the Envelope™
Understand your
subscribers and how
they interact with email.
“
Beyond the Envelope™@Paul_Airy
@Paul_Airy Beyond the Envelope™
iPad 25.0%
iPhone 23.8%
@Paul_Airy Beyond the Envelope™
Demonstration
Finally.
@Paul_Airy Beyond the Envelope™
Any implementation of
accessibility, however
small, is a success.
“
@Paul_Airy Beyond the Envelope™
We shouldn’t feel the pressure
of having to make emails
‘fully accessible’.
“
@Paul_Airy Beyond the Envelope™
Doing nothing

is not an option.
“
@Paul_Airy Beyond the Envelope™
Accessibility = Our Job
@Paul_Airy Beyond the Envelope™
Accessibility ≠ Added Extra
@Paul_Airy Beyond the Envelope™
#SubscriberFirst
Beyond the Envelope™@Paul_Airy
“Thanks”
@Paul_Airy

@Type_of_Email

Contenu connexe

Tendances

Breaking Down NLP for SEOs - SMX Advanced Europe 2019 - Paul Shapiro
Breaking Down NLP for SEOs - SMX Advanced Europe 2019 - Paul ShapiroBreaking Down NLP for SEOs - SMX Advanced Europe 2019 - Paul Shapiro
Breaking Down NLP for SEOs - SMX Advanced Europe 2019 - Paul ShapiroPaul Shapiro
 
Build Text Analytics Solutions with AWS ML Services: Machine Learning Worksho...
Build Text Analytics Solutions with AWS ML Services: Machine Learning Worksho...Build Text Analytics Solutions with AWS ML Services: Machine Learning Worksho...
Build Text Analytics Solutions with AWS ML Services: Machine Learning Worksho...Amazon Web Services
 
Automate for Efficiency with Amazon Transcribe & Amazon Translate: Machine Le...
Automate for Efficiency with Amazon Transcribe & Amazon Translate: Machine Le...Automate for Efficiency with Amazon Transcribe & Amazon Translate: Machine Le...
Automate for Efficiency with Amazon Transcribe & Amazon Translate: Machine Le...Amazon Web Services
 
Automate for Efficiency with Amazon Transcribe & Amazon Translate: Machine Le...
Automate for Efficiency with Amazon Transcribe & Amazon Translate: Machine Le...Automate for Efficiency with Amazon Transcribe & Amazon Translate: Machine Le...
Automate for Efficiency with Amazon Transcribe & Amazon Translate: Machine Le...Amazon Web Services
 
12 on-page-checklist
12 on-page-checklist12 on-page-checklist
12 on-page-checklistJawad Shah
 
5 Solid Reasons To Write Articles
5 Solid Reasons To Write Articles5 Solid Reasons To Write Articles
5 Solid Reasons To Write ArticlesWolf Halton
 
Disney world PowerPoint Template
Disney world PowerPoint TemplateDisney world PowerPoint Template
Disney world PowerPoint Templatewww.slideworld.com
 
How To Write Good, Effective Social Media Copy
How To Write Good, Effective Social Media CopyHow To Write Good, Effective Social Media Copy
How To Write Good, Effective Social Media CopySocial Strand Media
 
O365Con19 - UI:UX 101 Learn How to Design Custom Experiences for SharePoint -...
O365Con19 - UI:UX 101 Learn How to Design Custom Experiences for SharePoint -...O365Con19 - UI:UX 101 Learn How to Design Custom Experiences for SharePoint -...
O365Con19 - UI:UX 101 Learn How to Design Custom Experiences for SharePoint -...NCCOMMS
 
Serverless Text Analytics with Amazon Comprehend
Serverless Text Analytics with Amazon ComprehendServerless Text Analytics with Amazon Comprehend
Serverless Text Analytics with Amazon ComprehendDonnie Prakoso
 
Achieving Beautiful Typography in eBooks
Achieving Beautiful Typography in eBooksAchieving Beautiful Typography in eBooks
Achieving Beautiful Typography in eBooksdigitalbindery
 

Tendances (12)

Breaking Down NLP for SEOs - SMX Advanced Europe 2019 - Paul Shapiro
Breaking Down NLP for SEOs - SMX Advanced Europe 2019 - Paul ShapiroBreaking Down NLP for SEOs - SMX Advanced Europe 2019 - Paul Shapiro
Breaking Down NLP for SEOs - SMX Advanced Europe 2019 - Paul Shapiro
 
Build Text Analytics Solutions with AWS ML Services: Machine Learning Worksho...
Build Text Analytics Solutions with AWS ML Services: Machine Learning Worksho...Build Text Analytics Solutions with AWS ML Services: Machine Learning Worksho...
Build Text Analytics Solutions with AWS ML Services: Machine Learning Worksho...
 
Automate for Efficiency with Amazon Transcribe & Amazon Translate: Machine Le...
Automate for Efficiency with Amazon Transcribe & Amazon Translate: Machine Le...Automate for Efficiency with Amazon Transcribe & Amazon Translate: Machine Le...
Automate for Efficiency with Amazon Transcribe & Amazon Translate: Machine Le...
 
Automate for Efficiency with Amazon Transcribe & Amazon Translate: Machine Le...
Automate for Efficiency with Amazon Transcribe & Amazon Translate: Machine Le...Automate for Efficiency with Amazon Transcribe & Amazon Translate: Machine Le...
Automate for Efficiency with Amazon Transcribe & Amazon Translate: Machine Le...
 
12 on-page-checklist
12 on-page-checklist12 on-page-checklist
12 on-page-checklist
 
5 Solid Reasons To Write Articles
5 Solid Reasons To Write Articles5 Solid Reasons To Write Articles
5 Solid Reasons To Write Articles
 
Disney world PowerPoint Template
Disney world PowerPoint TemplateDisney world PowerPoint Template
Disney world PowerPoint Template
 
Disney World Powerpoint Template - SlideWorld
Disney World Powerpoint Template - SlideWorldDisney World Powerpoint Template - SlideWorld
Disney World Powerpoint Template - SlideWorld
 
How To Write Good, Effective Social Media Copy
How To Write Good, Effective Social Media CopyHow To Write Good, Effective Social Media Copy
How To Write Good, Effective Social Media Copy
 
O365Con19 - UI:UX 101 Learn How to Design Custom Experiences for SharePoint -...
O365Con19 - UI:UX 101 Learn How to Design Custom Experiences for SharePoint -...O365Con19 - UI:UX 101 Learn How to Design Custom Experiences for SharePoint -...
O365Con19 - UI:UX 101 Learn How to Design Custom Experiences for SharePoint -...
 
Serverless Text Analytics with Amazon Comprehend
Serverless Text Analytics with Amazon ComprehendServerless Text Analytics with Amazon Comprehend
Serverless Text Analytics with Amazon Comprehend
 
Achieving Beautiful Typography in eBooks
Achieving Beautiful Typography in eBooksAchieving Beautiful Typography in eBooks
Achieving Beautiful Typography in eBooks
 

Similaire à Accessibility in Action: The Challenges and Opportunities of Implementation

Selfish Accessibility — CodeDaze
Selfish Accessibility — CodeDazeSelfish Accessibility — CodeDaze
Selfish Accessibility — CodeDazeAdrian Roselli
 
How Your Competitors Can Improve Your Content Strategy
How Your Competitors Can Improve Your Content StrategyHow Your Competitors Can Improve Your Content Strategy
How Your Competitors Can Improve Your Content StrategyEllie Mirman
 
Web Fonts in Email: How? What? Where?
Web Fonts in Email: How? What? Where?Web Fonts in Email: How? What? Where?
Web Fonts in Email: How? What? Where?Paul Airy
 
How to Capture, Nurture & Ensure High Quality Leads
How to Capture, Nurture & Ensure High Quality LeadsHow to Capture, Nurture & Ensure High Quality Leads
How to Capture, Nurture & Ensure High Quality LeadsUberflip
 
Selfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HKSelfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HKAdrian Roselli
 
Selfish Accessibility — YGLF Vilnius
Selfish Accessibility — YGLF VilniusSelfish Accessibility — YGLF Vilnius
Selfish Accessibility — YGLF VilniusAdrian Roselli
 
Wine & Web: Content Strategy for Lead Generation
Wine & Web: Content Strategy for Lead GenerationWine & Web: Content Strategy for Lead Generation
Wine & Web: Content Strategy for Lead GenerationOrbit Media Studios
 
How to make multilingual plugins and themes
How to make multilingual plugins and themesHow to make multilingual plugins and themes
How to make multilingual plugins and themesjohnpbloch
 
Marketing at Rice University
Marketing at Rice UniversityMarketing at Rice University
Marketing at Rice UniversityMichelle Kerkstra
 
Selfish Accessibility — WordCamp Europe 2017
Selfish Accessibility — WordCamp Europe 2017Selfish Accessibility — WordCamp Europe 2017
Selfish Accessibility — WordCamp Europe 2017Adrian Roselli
 
Selfish Accessibility: WordCamp London 2017
Selfish Accessibility: WordCamp London 2017Selfish Accessibility: WordCamp London 2017
Selfish Accessibility: WordCamp London 2017Adrian Roselli
 
Copy & Pest - A case-study on the clipboard, blind trust and invisible cross-...
Copy & Pest - A case-study on the clipboard, blind trust and invisible cross-...Copy & Pest - A case-study on the clipboard, blind trust and invisible cross-...
Copy & Pest - A case-study on the clipboard, blind trust and invisible cross-...Mario Heiderich
 
How to build an awesome brand - Startup Seminars
How to build an awesome brand - Startup Seminars How to build an awesome brand - Startup Seminars
How to build an awesome brand - Startup Seminars CityStarters
 
Selfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital ServiceSelfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital ServiceAdrian Roselli
 
Whereoware - Cracking the code: Keys to email creative success - Silverpop
Whereoware - Cracking the code: Keys to email creative success - SilverpopWhereoware - Cracking the code: Keys to email creative success - Silverpop
Whereoware - Cracking the code: Keys to email creative success - SilverpopWhereoware
 
Controlling Web Typography
Controlling Web TypographyControlling Web Typography
Controlling Web TypographyTrent Walton
 
The Dynamic Yield Brand Bible
The Dynamic Yield Brand BibleThe Dynamic Yield Brand Bible
The Dynamic Yield Brand BibleDynamic Yield
 
Introduction to information architecture - Elle Geraghty
Introduction to information architecture - Elle GeraghtyIntroduction to information architecture - Elle Geraghty
Introduction to information architecture - Elle GeraghtyElle Geraghty
 
Fonts in the Age of the Interface
Fonts in the Age of the InterfaceFonts in the Age of the Interface
Fonts in the Age of the InterfaceClint Schnee
 
Responsive Typography: Design for meaning, not for screen size
Responsive Typography: Design for meaning, not for screen sizeResponsive Typography: Design for meaning, not for screen size
Responsive Typography: Design for meaning, not for screen sizeJason Pamental
 

Similaire à Accessibility in Action: The Challenges and Opportunities of Implementation (20)

Selfish Accessibility — CodeDaze
Selfish Accessibility — CodeDazeSelfish Accessibility — CodeDaze
Selfish Accessibility — CodeDaze
 
How Your Competitors Can Improve Your Content Strategy
How Your Competitors Can Improve Your Content StrategyHow Your Competitors Can Improve Your Content Strategy
How Your Competitors Can Improve Your Content Strategy
 
Web Fonts in Email: How? What? Where?
Web Fonts in Email: How? What? Where?Web Fonts in Email: How? What? Where?
Web Fonts in Email: How? What? Where?
 
How to Capture, Nurture & Ensure High Quality Leads
How to Capture, Nurture & Ensure High Quality LeadsHow to Capture, Nurture & Ensure High Quality Leads
How to Capture, Nurture & Ensure High Quality Leads
 
Selfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HKSelfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HK
 
Selfish Accessibility — YGLF Vilnius
Selfish Accessibility — YGLF VilniusSelfish Accessibility — YGLF Vilnius
Selfish Accessibility — YGLF Vilnius
 
Wine & Web: Content Strategy for Lead Generation
Wine & Web: Content Strategy for Lead GenerationWine & Web: Content Strategy for Lead Generation
Wine & Web: Content Strategy for Lead Generation
 
How to make multilingual plugins and themes
How to make multilingual plugins and themesHow to make multilingual plugins and themes
How to make multilingual plugins and themes
 
Marketing at Rice University
Marketing at Rice UniversityMarketing at Rice University
Marketing at Rice University
 
Selfish Accessibility — WordCamp Europe 2017
Selfish Accessibility — WordCamp Europe 2017Selfish Accessibility — WordCamp Europe 2017
Selfish Accessibility — WordCamp Europe 2017
 
Selfish Accessibility: WordCamp London 2017
Selfish Accessibility: WordCamp London 2017Selfish Accessibility: WordCamp London 2017
Selfish Accessibility: WordCamp London 2017
 
Copy & Pest - A case-study on the clipboard, blind trust and invisible cross-...
Copy & Pest - A case-study on the clipboard, blind trust and invisible cross-...Copy & Pest - A case-study on the clipboard, blind trust and invisible cross-...
Copy & Pest - A case-study on the clipboard, blind trust and invisible cross-...
 
How to build an awesome brand - Startup Seminars
How to build an awesome brand - Startup Seminars How to build an awesome brand - Startup Seminars
How to build an awesome brand - Startup Seminars
 
Selfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital ServiceSelfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital Service
 
Whereoware - Cracking the code: Keys to email creative success - Silverpop
Whereoware - Cracking the code: Keys to email creative success - SilverpopWhereoware - Cracking the code: Keys to email creative success - Silverpop
Whereoware - Cracking the code: Keys to email creative success - Silverpop
 
Controlling Web Typography
Controlling Web TypographyControlling Web Typography
Controlling Web Typography
 
The Dynamic Yield Brand Bible
The Dynamic Yield Brand BibleThe Dynamic Yield Brand Bible
The Dynamic Yield Brand Bible
 
Introduction to information architecture - Elle Geraghty
Introduction to information architecture - Elle GeraghtyIntroduction to information architecture - Elle Geraghty
Introduction to information architecture - Elle Geraghty
 
Fonts in the Age of the Interface
Fonts in the Age of the InterfaceFonts in the Age of the Interface
Fonts in the Age of the Interface
 
Responsive Typography: Design for meaning, not for screen size
Responsive Typography: Design for meaning, not for screen sizeResponsive Typography: Design for meaning, not for screen size
Responsive Typography: Design for meaning, not for screen size
 

Dernier

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
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
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
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
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 

Dernier (20)

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
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
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
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...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 

Accessibility in Action: The Challenges and Opportunities of Implementation