SlideShare a Scribd company logo
WEB ACCESSIBILITY 101
Intersectional Inclusion in the
Digital World
Leonardo Graterol
@pankas87
¡HOLA!
I ‘m Leonardo Graterol
Venezuelan in Chile
UI Engineer @Globant
Mozilla Tech Speaker
@pankas87
1.
a11y
What and
why?
The World Health Organization reports
that there are 1 billion people in the
world experiencing some form of
disability
WWW
Most popular
method for
accessing the
internet
WWW Remove the
barriers
Enable access
to new
opportunities
Most popular
method for
accessing the
internet
Accessibility
What is
that?
Digital spaces that are
usable and understandable
by the largest range of
people possible
Accessibility
What is
that?
Multidisciplinary Endeavor
ABILITY + BARRIER = DISABILITY
A Web for Everyone: Designing Accessible User Experiences
Sarah Horton and Whitney Quesenbery
...break
down the
barriers
2.
WCAG + POUR
principles
“
The power of the web is in
its universality. Access by
everyone regardless of
their ability is an
essential aspect
“
Tim Berners-Lee
Creator of the World Wide Web
and director of the W3C
WCAG 2.1
Web Content Accessibility Guidelines
PPerceivable
OOperable
UUnderstable
RRobust
4 foundational principles
Perceivable
Consider all the
different ways that
people with
disabilities receive
sensory
information
Operable
Websites created in
a way that allows
interaction through
different input
methods,
regardless of ability
Understandable
Websites that allow
a user to
understand the
information
presented and the
operation
mechanisms of the
UI
Understandable
Websites that allow
a user to
understand the
information
presented and the
operation
mechanisms of the
UI
Understandable
Websites that allow
a user to
understand the
information
presented and the
operation
mechanisms of the
UI
Understandable
Websites that allow
a user to
understand the
information
presented and the
operation
mechanisms of the
UI
Robust
Web sites can be
operated with
multiple user
agents and tools,
both present and
future
The Guidelines
Technical
Implementation
Details
WCAG 2.1
Testable
Compliance
Criteria
Related to the
“how” of web
accessibility
https://www.w3.org/WAI/standards-guidelines/wcag/
Conformance Levels
A AA AAA
The Principles
Foundational
POUR
Help users
meet their
goals
Explain the
“why” of web
accessibility
3.
DOM + ARIA
Accessibility
Tree
Accessibility Tree
DOM-like structure, built for the OS’s accessibility APIs
Semantics and
the
accessibility
tree
Communicate the
default behavior
defined by the
HTML specification
and implemented by
the browser for
semantic elements
● Using an appropriate hierarchy of heading
elements, for titles and subtitles
● Using the correct form controls like text
inputs, radio button or checkboxes for
interactive form elements
● Using semantic HTML elements like
<header>, <article>, <footer> to define the
structure
Semantics and
the
accessibility
tree
Communicate the
default behavior
defined by the
HTML specification
and implemented by
the browser for
semantic elements
● Using an appropriate hierarchy of heading
elements, for titles and subtitles
● Using the correct form controls like text
inputs, radio button or checkboxes for
interactive form elements
● Using semantic HTML elements like
<header>, <article>, <footer> to define the
structure
Semantics and
the
accessibility
tree
Communicate the
default behavior
defined by the
HTML specification
and implemented by
the browser for
semantic elements
● Using an appropriate hierarchy of heading
elements, for titles and subtitles
● Using the correct form controls like text
inputs, radio button or checkboxes for
interactive form elements
● Using semantic HTML elements like
<header>, <article>, <footer> to define the
structure
Developing semantic web sites
solves more than 50% of the
most common accessibility
issues
WAI-ARIA:
Accessibility beyond semantics
Accessible Rich Internet Applications
▹ Specification written by the
W3C’s Web Accessibility Initiative
▹ Extends the accessibility
features of native and semantic
web elements
ARIA
When should I
use it?
● Define Landmarks in our content
● Dynamic content updates
● Enhancing keyboard accessibility
● Accessibility for non-semantic controls
● Gaining more control over the accessibility
tree
https://developer.mozilla.org/en-US/docs/Learn/Accessibility/WAI-ARIA_basics
ARIA roles
▹ Widgets
■ Button
■ Checkbox
■ Progressbar
■ Slider
▹ Composite
■ Combobox
■ Grid
■ Menu
▹ Document
Structure
■ Article
■ Heading
■ List
■ Presentation
▹ Landmark
■ Search
■ Complementary
■ Form
■ Navigation
■ Main
■ Region
▹ Live Region
■ Alert
■ Timer
▹ Window
■ Dialog
■ WindowDialog
Define a type of user interface element
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_
Techniques
ARIA states and properties
▹ Widget attributes
■ aria-checked
■ aria-disabled
■ aria-expanded
▹ Live Region
Attributes
■ aria-live
■ aria-relevant
▹ Drag & Drop
■ aria-dropeffect
■ aria-dragged
▹ Relationship
Attributes
■ aria-controls
■ aria-describedby
■ aria-labelledby
■ aria-detials
■ aria-owns
■ aria-colcount
■ aria-colindex
Control the different attributes and states supported
by a role
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_
Techniques
We use HTML semantics and the
ARIA specification to design an
user experience for assistive
technologies, just like we use
CSS to design a visual
experience
4.
Testing,
Empathy Tools,
Learning
Resources
Screen
Readers
● NVDA: Free, Windows only
● JAWS: Paid, Windows only
● VoiceOver: Paid, Mac OS only
● ChromeVox: Free, Chrome extension,
browser only
● Orca: Free, Linux, not the best
Browser
Extensions
● aXe: Accessibility auditing
● Wave: Accessibility auditing
● Chrome DevTools Accessibility Audit
● NoCoffee vision simulator
CLI Tools
● pa11y
● axe-cli
Learning
Resources
● WCAG2.1:
○ https://www.w3.org/TR/WCAG21/
● WAI-ARIA authoring practices:
○ https://www.w3.org/TR/wai-aria-practices/
● MDN accessibility tutorials:
○ https://developer.mozilla.org/en-US/docs/Learn/Acc
essibility
● W3C accessibility introduction:
○ https://www.w3.org/WAI/fundamentals/accessibility
-intro/
An individual has not started living until
he can rise above the narrow confines of
his individualistic concerns to the
broader concerns of all humanity.
Martin Luther King Jr.
WEB ACCESSIBILITY 101
Intersectional Inclusion in the
Digital World
Leonardo Graterol
@pankas87
Thank you!
Now it’s time for some Q&A
http://bit.ly/refactr-web-a11y-101

More Related Content

Similar to Web accessibility 101: Intersectional Inclusion in the Digital World

Accessibility pitch-deck
Accessibility pitch-deckAccessibility pitch-deck
Accessibility pitch-deck
Karthikeyan Dhanasekaran CUA
 
Implementing Acessibility in Liferay 6.1
Implementing Acessibility in Liferay 6.1Implementing Acessibility in Liferay 6.1
Implementing Acessibility in Liferay 6.1Julio Camarero
 
Accessibility And 508 Compliance In 2009
Accessibility And 508 Compliance In 2009Accessibility And 508 Compliance In 2009
Accessibility And 508 Compliance In 2009
Emagination ®
 
Website Accessibility Workshop
Website Accessibility WorkshopWebsite Accessibility Workshop
Website Accessibility Workshop
Devin Olson
 
Accessibility and JS: side-by-side
Accessibility and JS: side-by-sideAccessibility and JS: side-by-side
Accessibility and JS: side-by-side
Felipe de Albuquerque
 
Test your website for Web Accessibility
Test your website for  Web AccessibilityTest your website for  Web Accessibility
Test your website for Web Accessibility
Multidots Solutions Pvt Ltd
 
jQuery: Accessibility, Mobile und Responsive
jQuery: Accessibility, Mobile und ResponsivejQuery: Accessibility, Mobile und Responsive
jQuery: Accessibility, Mobile und Responsive
Peter Rozek
 
Website Accessibility: The Internet is for Everyone
Website Accessibility: The Internet is for EveryoneWebsite Accessibility: The Internet is for Everyone
Website Accessibility: The Internet is for Everyone
Carie Fisher, MS, CPWA
 
How to engineer accessible websites
How to engineer accessible websitesHow to engineer accessible websites
How to engineer accessible websites
Rachel Cherry
 
Accessible & Usable Web Forms. Your How To Guide!
Accessible & Usable Web Forms. Your How To Guide!Accessible & Usable Web Forms. Your How To Guide!
Accessible & Usable Web Forms. Your How To Guide!
Rabab Gomaa
 
Accessibility part 2
Accessibility part 2Accessibility part 2
Accessibility part 2
Yongjie Chen 陈永杰
 
Twitter and Web Accessibility (EASI Webinar)
Twitter and Web Accessibility (EASI Webinar)Twitter and Web Accessibility (EASI Webinar)
Twitter and Web Accessibility (EASI Webinar)
Dennis Lembree
 
Making Websites Accessible to People with Disabilities
Making Websites Accessible to People with DisabilitiesMaking Websites Accessible to People with Disabilities
Making Websites Accessible to People with Disabilities
Christian Brink
 
Four Principles of Accessibility UK Version
Four Principles of Accessibility UK Version Four Principles of Accessibility UK Version
Four Principles of Accessibility UK Version
Homer Gaines
 
Role of-engineering-best-practices-to-create-an-inclusive-web final-1
Role of-engineering-best-practices-to-create-an-inclusive-web final-1Role of-engineering-best-practices-to-create-an-inclusive-web final-1
Role of-engineering-best-practices-to-create-an-inclusive-web final-1
Srinivasu Chakravarthula
 
Managing Accessibility Compliance
Managing Accessibility ComplianceManaging Accessibility Compliance
Managing Accessibility Compliance
Keana Lynch
 
How to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility SummitHow to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility Summit
Rachel Cherry
 
CSUN The ARIA Technology Stack Browsers and Screen Readers
CSUN The ARIA Technology Stack Browsers and Screen ReadersCSUN The ARIA Technology Stack Browsers and Screen Readers
CSUN The ARIA Technology Stack Browsers and Screen ReadersEduardo Meza-Etienne
 
Designing for Accessibility with ARIA
Designing for Accessibility with ARIADesigning for Accessibility with ARIA
Designing for Accessibility with ARIA
Sencha
 

Similar to Web accessibility 101: Intersectional Inclusion in the Digital World (20)

Accessibility pitch-deck
Accessibility pitch-deckAccessibility pitch-deck
Accessibility pitch-deck
 
Implementing Acessibility in Liferay 6.1
Implementing Acessibility in Liferay 6.1Implementing Acessibility in Liferay 6.1
Implementing Acessibility in Liferay 6.1
 
Accessibility And 508 Compliance In 2009
Accessibility And 508 Compliance In 2009Accessibility And 508 Compliance In 2009
Accessibility And 508 Compliance In 2009
 
Website Accessibility Workshop
Website Accessibility WorkshopWebsite Accessibility Workshop
Website Accessibility Workshop
 
Accessibility and JS: side-by-side
Accessibility and JS: side-by-sideAccessibility and JS: side-by-side
Accessibility and JS: side-by-side
 
Test your website for Web Accessibility
Test your website for  Web AccessibilityTest your website for  Web Accessibility
Test your website for Web Accessibility
 
jQuery: Accessibility, Mobile und Responsive
jQuery: Accessibility, Mobile und ResponsivejQuery: Accessibility, Mobile und Responsive
jQuery: Accessibility, Mobile und Responsive
 
Dfg Intranet Development
Dfg Intranet DevelopmentDfg Intranet Development
Dfg Intranet Development
 
Website Accessibility: The Internet is for Everyone
Website Accessibility: The Internet is for EveryoneWebsite Accessibility: The Internet is for Everyone
Website Accessibility: The Internet is for Everyone
 
How to engineer accessible websites
How to engineer accessible websitesHow to engineer accessible websites
How to engineer accessible websites
 
Accessible & Usable Web Forms. Your How To Guide!
Accessible & Usable Web Forms. Your How To Guide!Accessible & Usable Web Forms. Your How To Guide!
Accessible & Usable Web Forms. Your How To Guide!
 
Accessibility part 2
Accessibility part 2Accessibility part 2
Accessibility part 2
 
Twitter and Web Accessibility (EASI Webinar)
Twitter and Web Accessibility (EASI Webinar)Twitter and Web Accessibility (EASI Webinar)
Twitter and Web Accessibility (EASI Webinar)
 
Making Websites Accessible to People with Disabilities
Making Websites Accessible to People with DisabilitiesMaking Websites Accessible to People with Disabilities
Making Websites Accessible to People with Disabilities
 
Four Principles of Accessibility UK Version
Four Principles of Accessibility UK Version Four Principles of Accessibility UK Version
Four Principles of Accessibility UK Version
 
Role of-engineering-best-practices-to-create-an-inclusive-web final-1
Role of-engineering-best-practices-to-create-an-inclusive-web final-1Role of-engineering-best-practices-to-create-an-inclusive-web final-1
Role of-engineering-best-practices-to-create-an-inclusive-web final-1
 
Managing Accessibility Compliance
Managing Accessibility ComplianceManaging Accessibility Compliance
Managing Accessibility Compliance
 
How to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility SummitHow to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility Summit
 
CSUN The ARIA Technology Stack Browsers and Screen Readers
CSUN The ARIA Technology Stack Browsers and Screen ReadersCSUN The ARIA Technology Stack Browsers and Screen Readers
CSUN The ARIA Technology Stack Browsers and Screen Readers
 
Designing for Accessibility with ARIA
Designing for Accessibility with ARIADesigning for Accessibility with ARIA
Designing for Accessibility with ARIA
 

More from Leonardo Graterol

DevFest SCL - Accesibilidad web 101
DevFest SCL - Accesibilidad web 101DevFest SCL - Accesibilidad web 101
DevFest SCL - Accesibilidad web 101
Leonardo Graterol
 
Women Who Code BA - Accesibilidad Web 101
Women Who Code BA - Accesibilidad Web 101Women Who Code BA - Accesibilidad Web 101
Women Who Code BA - Accesibilidad Web 101
Leonardo Graterol
 
NG Bolivia - Accesibilidad web 101
NG Bolivia - Accesibilidad web 101NG Bolivia - Accesibilidad web 101
NG Bolivia - Accesibilidad web 101
Leonardo Graterol
 
Accesibilidad Web 101 - WWC Santiago
Accesibilidad Web 101 - WWC SantiagoAccesibilidad Web 101 - WWC Santiago
Accesibilidad Web 101 - WWC Santiago
Leonardo Graterol
 
Blockchain: Un vistazo más allá de las nuber de humo - Starsconf 2018
Blockchain: Un vistazo más allá de las nuber de humo - Starsconf 2018Blockchain: Un vistazo más allá de las nuber de humo - Starsconf 2018
Blockchain: Un vistazo más allá de las nuber de humo - Starsconf 2018
Leonardo Graterol
 
Having a Positive Impact in the World: Ethics in Software Engineering (WeRise...
Having a Positive Impact in the World: Ethics in Software Engineering (WeRise...Having a Positive Impact in the World: Ethics in Software Engineering (WeRise...
Having a Positive Impact in the World: Ethics in Software Engineering (WeRise...
Leonardo Graterol
 

More from Leonardo Graterol (6)

DevFest SCL - Accesibilidad web 101
DevFest SCL - Accesibilidad web 101DevFest SCL - Accesibilidad web 101
DevFest SCL - Accesibilidad web 101
 
Women Who Code BA - Accesibilidad Web 101
Women Who Code BA - Accesibilidad Web 101Women Who Code BA - Accesibilidad Web 101
Women Who Code BA - Accesibilidad Web 101
 
NG Bolivia - Accesibilidad web 101
NG Bolivia - Accesibilidad web 101NG Bolivia - Accesibilidad web 101
NG Bolivia - Accesibilidad web 101
 
Accesibilidad Web 101 - WWC Santiago
Accesibilidad Web 101 - WWC SantiagoAccesibilidad Web 101 - WWC Santiago
Accesibilidad Web 101 - WWC Santiago
 
Blockchain: Un vistazo más allá de las nuber de humo - Starsconf 2018
Blockchain: Un vistazo más allá de las nuber de humo - Starsconf 2018Blockchain: Un vistazo más allá de las nuber de humo - Starsconf 2018
Blockchain: Un vistazo más allá de las nuber de humo - Starsconf 2018
 
Having a Positive Impact in the World: Ethics in Software Engineering (WeRise...
Having a Positive Impact in the World: Ethics in Software Engineering (WeRise...Having a Positive Impact in the World: Ethics in Software Engineering (WeRise...
Having a Positive Impact in the World: Ethics in Software Engineering (WeRise...
 

Recently uploaded

Lecture 1 Introduction to games development
Lecture 1 Introduction to games developmentLecture 1 Introduction to games development
Lecture 1 Introduction to games development
abdulrafaychaudhry
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
Globus
 
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdfEnhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Jay Das
 
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptxTop Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
rickgrimesss22
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
Juraj Vysvader
 
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Globus
 
A Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of PassageA Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of Passage
Philip Schwarz
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
Tendenci - The Open Source AMS (Association Management Software)
 
Cyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdfCyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdf
Cyanic lab
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
XfilesPro
 
2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx
Georgi Kodinov
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
NYGGS Automation Suite
 
Using IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New ZealandUsing IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New Zealand
IES VE
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
AMB-Review
 
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.ILBeyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Natan Silnitsky
 
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBrokerSOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar
 
Graphic Design Crash Course for beginners
Graphic Design Crash Course for beginnersGraphic Design Crash Course for beginners
Graphic Design Crash Course for beginners
e20449
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Globus
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Shahin Sheidaei
 
Enhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdfEnhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdf
Globus
 

Recently uploaded (20)

Lecture 1 Introduction to games development
Lecture 1 Introduction to games developmentLecture 1 Introduction to games development
Lecture 1 Introduction to games development
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
 
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdfEnhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
 
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptxTop Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
 
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
 
A Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of PassageA Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of Passage
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
 
Cyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdfCyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdf
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
 
2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
 
Using IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New ZealandUsing IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New Zealand
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
 
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.ILBeyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
Beyond Event Sourcing - Embracing CRUD for Wix Platform - Java.IL
 
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBrokerSOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBroker
 
Graphic Design Crash Course for beginners
Graphic Design Crash Course for beginnersGraphic Design Crash Course for beginners
Graphic Design Crash Course for beginners
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
 
Enhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdfEnhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdf
 

Web accessibility 101: Intersectional Inclusion in the Digital World