SlideShare a Scribd company logo
Key	Learnings	about	Accessibility	
Kelli	Wise
Website	Accessibility	
The	4	principals	of	website	accessibility		
•  Perceivable	
•  Operable	
•  Understandable		
•  Robust
Perceivable	
•  The	message	should	not	depend	on	the	
presentaAon	
•  InformaAon	should	have	semanAc	structure	
•  Colors,	graphics	and	sounds	should	not	
interfere	with	the	content
Operable	
•  Web	content	should	not	be	mouse	dependent	
•  Users	should	be	able	to	navigate	and	interact	
with	the	content.
Understandable	
•  The	website	should	be	easy	to	understand	for	
all	users,	regardless	of	their	familiarity	with	
technology.		
•  The	website	should	embody	the	KISS	
principles	of	design.		
•  Content	should	be	placed	where	it	is	expected	
•  DirecAons	and	icons	should	be	clear
Robust	
•  The	website	should	work	on	the	devices	and	
technologies	that	users	have		
•  Websites	should	not	be	designed	to	‘look	best	
on’	any	parAcular	device	or	browser	
– This	does	not	mean	that	the	site	is	designed	to	
work	on	very	old	browsers	and	devices,	but	
should	support	a	baseline	and	be	as	future	proof	
as	possible.
Specs	&	Standards	
•  WCAG	(Web	Content	Accessibility	Guidelines)	
2.0	
•  Level	A	is	the	minimum	
•  Level	AA	is	most	common	
•  Level	AAA	is	highest	conformance	
hRps://www.w3.org/TR/WCAG20/
Specs	&	Standards	
•  Government	sites:	
•  SecAon	508	
•  Expected	to	conform	to	WCAG	2.0	Level	AA	
hRps://www.secAon508.gov/content/build/
website-accessibility-improvement
Project	Overview	
•  Client’s	website	was	recently	redesigned	(<	2	
years	ago)	
•  In	that	Ame,	numerous	lawsuits	have	been	
filed	
•  Client	wanted	a	website	that	would	be	
accessible	and	prevent	lawsuits	
•  Determined	that	client	site	would	need	to	
conform	to	WCAG	2.0	Level	AA
TesAng	Done	
•  Budget	did	not	allow	for	3rd	party	verificaAon	
– This	tesAng	starts	at	$5,000	for	small	(5	page)	
staAc	site	
– TesAng	typically	costs	$10-40k
Online	tools	used	
FuncAonal	Accessibility	Tester	
hRps://fae.disability.illinois.edu	
aChecker	
hRps://achecker.ca/checker/index.php	
WEB	Aim	
hRp://wave.webaim.org/	
hRps://webaim.org/resources/contrastchecker/	
Toptal	
hRps://www.toptal.com/designers/colorfilter
IniAal	tesAng	results	-	FAIL	
•  Images	missing	ALT	tags	
•  Heading	nesAng	
•  Use	of	bold	where	a	header	should	be	used	
•  Empty	headings	
•  Empty	links	
•  Link	text	does	not	describe	target	
•  Color	Contrast	problems	with	the	shade	of	green	used	in	
backgrounds	and	buRons	
•  Content	not	properly	located	inside	landmarks	
•  Iframe	elements	require	proper	names	
•  Embedded	pdf	documents	embedding	duplicate	landmark	areas	
•  No	Skip	NavigaAon
Images	missing	ALT	tags	
•  Simple	to	fix	
•  Client	must	be	diligent	in	the	future	
•  ALT	tags	should	describe	the	image.	
– Remember	that	the	descripAon	is	being	read	
aloud	by	someone	who	cannot	see	it	and	should	
convey	what	the	image’s	content	and	purpose	
are.
Heading	NesAng	
•  Headings	should	be	used	as	indicators	of	
secAon	headings	and	subheadings	within	a	
document,	not	as	formadng	elements.	Screen	
readers	in	parAcular	may	just	scan	a	page	for	
appropriate	H1,	H2	and	H3	elements.	
•  Empty	Headings	should	not	be	used	to	provide	
padding	around	elements
Heading	NesAng	
Correct	
•  H2	
–  H3	
•  H2	
•  H2	
–  H3	
•  H4	
Incorrect	
•  H2	
–  H3	
•  H2	
•  H4	
–  H3	
•  H4
Use	of	Headings	
•  Use	of	bold	or	italic	where	a	heading	should	
be	used.	
– Visual	readers	are	able	to	idenAfy	headings	by	
scanning	pages	for	text	of	a	larger	size	or	a	
different	color/font	face.	Blind	users	on	a	screen	
reader	are	not	able	to	see	these	visual	changes,	so	
increasing	the	font	size	is	not	a	sufficient	cue.
Empty	links	
•  Most	commonly	caused	when	
adding	images	
– ARachment	“Link	To”	set	to	
source	file	of	image	
•  Make	sure	ARachment	Display	
Sedngs	set	to	Link	To	None
Link	text	does	not	describe	target	
•  Link	text	should	describe	the	link	target.	
– Instead	of	“Click	Here”,	use	“Click	here	to	read	
more	about	our	services”	
•  Help	your	users	understand	where	the	link	will	
take	them	or	what	acAon	will	occur.
Iframe	elements	require	proper	names	
•  Add	a	Atle=“describe	what’s	in	the	iframe”	to	
the	iframe	opening	tag	
<iframe src="https://www.google.com/maps/
embed?pb= ..." frameborder="0" style="border:
0" allowfullscreen="" title=”Our location
Google Map"></iframe>
Color	Contrast	
•  All	images	and	graphics	used	on	the	site	
should	have	enough	contrast	between	
foreground	and	background	elements	for	both	
low	vision	and	colorblind	visitors.		
	
hRps://webaim.org/resources/contrastchecker/	
	
hRps://www.toptal.com/designers/colorfilter
DOM	Errors
DOM	Errors	
•  Content	not	properly	located	inside	landmarks	
•  Embedded	pdf	documents	embedding	
duplicate	landmark	areas	
•  No	Skip	NavigaAon	
These	require	modifica<ons	to	theme	files
IniAal	Fix	
•  Enable	Genesis	Accessibility	features	
– Adds	Skip	Nav,	proper	labeling	of	Search	form,	
and	more		
•  Requires	ediAng	of	funcAons.php	and	style.css
funcAons.php	
//* Enable Genesis Accessibility Components
add_theme_support( 'genesis-accessibility',
array( '404-page', 'drop-down-menu', 'headings',
'rems', 'search-form', 'skip-links' ) );
style.css	
/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
position: static;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
left: auto;
opacity: 1;
}
style.css	
/* ## Focus Items
--------------------------------------------- */
a:focus {
border:#8888ff solid 2px!important;
}
button:focus {
background-color:#3AA8A8;
}
style.css	
/* ## Screen reader text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
position: absolute !important;
clip: rect(0, 0, 0, 0);
height: 1px;
width: 1px;
border: 0;
overflow: hidden;
}
style.css	
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
clip: auto !important;
height: auto;
width: auto;
display: block;
font-size: 1em;
font-weight: bold;
padding: 15px 23px 14px;
color: #333;
background: #fff;
z-index: 100000; /* Above WP toolbar. */
text-decoration: none;
box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}
.more-link {
position: relative;
}
style.css	
/* Visually hidden items for assistive devices */
.visuallyhidden {
border: 0;
clip: rect(0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
Visually	Hidden?	
•  Home	page	has	the	page	Atle	hidden	
•  An	H1	had	to	be	inserted	into	the	home	page	
in	a	text	widget	
•  Wrapping	this	H1	in	the	.visuallyhidden
div	would	allow	it	to	be	read	by	screen	
readers	and	hidden	from	screens
style.css	
/* Skip Links ---------------------------------------- */
.genesis-skip-link {
margin: 0;
}
.genesis-skip-link li {
height: 0;
width: 0;
list-style: none;
}
/* Display outline on focus */
:focus {
color: #333;
outline: #ccc solid 1px;
}
Content	not	properly	located	inside	
landmarks	
•  Footer	widgets	were	not	located	inside	any	
landmark
Move	Footer	widgets	to	landmark	
//* Add aside landmark to footer widgets
function add_footer_widget_landmark_open() {
echo '<aside role="complementary" aria-label="Footer
Sidebar">';
}
add_action( 'genesis_before_footer' ,
'add_footer_widget_landmark_open' , 1 );
function add_footer_widget_landmark_close() {
echo '</aside>';
}
add_action( 'genesis_before_footer' ,
'add_footer_widget_landmark_close' , 99 );
<aside role="complementary" aria-label="Footer
Sidebar">Footer widgets content here</aside>
Content	not	properly	located	inside	
landmarks	
•  Several	of	the	Home	page	widgets	were	not	
located	inside	the	Content	landmark
Move	the	home	page	widgets	inside	
Content	Landmark	
•  Was	
//*	Add	home	top	widgets	
	 	add_acAon(	'genesis_aqer_header',	
'enterprise_home_top_widgets'	);	
•  Is	
//*	Add	home	top	widgets	
	 	add_acAon(	'genesis_before_loop',	
'enterprise_home_top_widgets',	1	);
Content	not	properly	located	inside	
landmarks	
•  Skip	Links	not	inside	any	landmark	
•  Skip	Nav	should	be	the	located	at	the	opening	
of	the	DOM,	before	any	landmark	
•  This	is	a	false	posiAve	and	can	be	ignored
Keyboard	TesAng	
•  Tab	through	your	website	using	only	the	
keyboard	
– Added	:focus	styling	to	wrap	focused	elements	
with	colored	box	
•  Discovered	that	accordion	plugin	used	would	
not	close	using	keyboard	
– Changed	plugin	used	and	edited	shortcodes
Anyone	can	be	an	A11y	
•  Most	of	this	is	common	sense	
•  Alt	tags	
•  Link	text	
•  Adding	plugins	to	enable	skip	links	
•  Picking	contrasAng	colors	
•  TesAng	for	usability

More Related Content

Similar to Accessibility learnings

Paths to the Multi-device Web
Paths to the Multi-device WebPaths to the Multi-device Web
Paths to the Multi-device Web
Angela Ricci
 
How to Develop a Genealogical Website
How to Develop a Genealogical WebsiteHow to Develop a Genealogical Website
How to Develop a Genealogical Website
webhostingguy
 
Web accessibility with Ametys CMS
Web accessibility with Ametys CMSWeb accessibility with Ametys CMS
Web accessibility with Ametys CMS
Ametys
 
How to create accessible websites - WordCamp New York
How to create accessible websites - WordCamp New YorkHow to create accessible websites - WordCamp New York
How to create accessible websites - WordCamp New York
Rachel Cherry
 
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
Carrie Anton
 
Web Accessibility and Design
Web Accessibility and DesignWeb Accessibility and Design
Web Accessibility and Design
colinbdclark
 
User Centered Design (UCD)
User Centered Design (UCD)User Centered Design (UCD)
User Centered Design (UCD)
SKALI Group
 
Build Accessibly - Community Day 2012
Build Accessibly - Community Day 2012Build Accessibly - Community Day 2012
Build Accessibly - Community Day 2012
Karen Mardahl
 
Best Practices for Building Accessible Websites in Wordpress
Best Practices for Building Accessible Websites in WordpressBest Practices for Building Accessible Websites in Wordpress
Best Practices for Building Accessible Websites in Wordpress
Nancy Thanki
 
How to engineer accessible websites
How to engineer accessible websitesHow to engineer accessible websites
How to engineer accessible websites
Rachel Cherry
 
Accessibility Testing 101
Accessibility Testing 101Accessibility Testing 101
Accessibility Testing 101
Patrick Dunphy
 
Considerations for Your Mobile Library
Considerations for Your Mobile LibraryConsiderations for Your Mobile Library
Considerations for Your Mobile Library
Rachel Vacek
 
Designing for Everybody Workshop
Designing for Everybody WorkshopDesigning for Everybody Workshop
Designing for Everybody Workshop
nightkitcheninteractive
 
The Successful Website
The Successful WebsiteThe Successful Website
The Successful Website
Mantran
 
Introduction to web development
Introduction to web developmentIntroduction to web development
Introduction to web development
RIAH ENCARNACION
 
Accessible Web Design
Accessible Web DesignAccessible Web Design
Accessible Web Design
3Play Media
 
Your window to the digital world
Your window to the digital worldYour window to the digital world
Your window to the digital world
Masih Nabizadeh
 
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
 
Web Accessibility
Web AccessibilityWeb Accessibility
Web Accessibility
Sana Ullah
 
Guide Series Interactive Design_PastPresentAndFuture
Guide Series Interactive Design_PastPresentAndFutureGuide Series Interactive Design_PastPresentAndFuture
Guide Series Interactive Design_PastPresentAndFuture
guidecreative
 

Similar to Accessibility learnings (20)

Paths to the Multi-device Web
Paths to the Multi-device WebPaths to the Multi-device Web
Paths to the Multi-device Web
 
How to Develop a Genealogical Website
How to Develop a Genealogical WebsiteHow to Develop a Genealogical Website
How to Develop a Genealogical Website
 
Web accessibility with Ametys CMS
Web accessibility with Ametys CMSWeb accessibility with Ametys CMS
Web accessibility with Ametys CMS
 
How to create accessible websites - WordCamp New York
How to create accessible websites - WordCamp New YorkHow to create accessible websites - WordCamp New York
How to create accessible websites - WordCamp New York
 
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
 
Web Accessibility and Design
Web Accessibility and DesignWeb Accessibility and Design
Web Accessibility and Design
 
User Centered Design (UCD)
User Centered Design (UCD)User Centered Design (UCD)
User Centered Design (UCD)
 
Build Accessibly - Community Day 2012
Build Accessibly - Community Day 2012Build Accessibly - Community Day 2012
Build Accessibly - Community Day 2012
 
Best Practices for Building Accessible Websites in Wordpress
Best Practices for Building Accessible Websites in WordpressBest Practices for Building Accessible Websites in Wordpress
Best Practices for Building Accessible Websites in Wordpress
 
How to engineer accessible websites
How to engineer accessible websitesHow to engineer accessible websites
How to engineer accessible websites
 
Accessibility Testing 101
Accessibility Testing 101Accessibility Testing 101
Accessibility Testing 101
 
Considerations for Your Mobile Library
Considerations for Your Mobile LibraryConsiderations for Your Mobile Library
Considerations for Your Mobile Library
 
Designing for Everybody Workshop
Designing for Everybody WorkshopDesigning for Everybody Workshop
Designing for Everybody Workshop
 
The Successful Website
The Successful WebsiteThe Successful Website
The Successful Website
 
Introduction to web development
Introduction to web developmentIntroduction to web development
Introduction to web development
 
Accessible Web Design
Accessible Web DesignAccessible Web Design
Accessible Web Design
 
Your window to the digital world
Your window to the digital worldYour window to the digital world
Your window to the digital world
 
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
 
Web Accessibility
Web AccessibilityWeb Accessibility
Web Accessibility
 
Guide Series Interactive Design_PastPresentAndFuture
Guide Series Interactive Design_PastPresentAndFutureGuide Series Interactive Design_PastPresentAndFuture
Guide Series Interactive Design_PastPresentAndFuture
 

Recently uploaded

LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
DanBrown980551
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
What is an RPA CoE? Session 1 – CoE Vision
What is an RPA CoE?  Session 1 – CoE VisionWhat is an RPA CoE?  Session 1 – CoE Vision
What is an RPA CoE? Session 1 – CoE Vision
DianaGray10
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptxPRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
christinelarrosa
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 
Christine's Product Research Presentation.pptx
Christine's Product Research Presentation.pptxChristine's Product Research Presentation.pptx
Christine's Product Research Presentation.pptx
christinelarrosa
 
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectorsConnector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
DianaGray10
 
"Scaling RAG Applications to serve millions of users", Kevin Goedecke
"Scaling RAG Applications to serve millions of users",  Kevin Goedecke"Scaling RAG Applications to serve millions of users",  Kevin Goedecke
"Scaling RAG Applications to serve millions of users", Kevin Goedecke
Fwdays
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
Christine's Supplier Sourcing Presentaion.pptx
Christine's Supplier Sourcing Presentaion.pptxChristine's Supplier Sourcing Presentaion.pptx
Christine's Supplier Sourcing Presentaion.pptx
christinelarrosa
 
"$10 thousand per minute of downtime: architecture, queues, streaming and fin...
"$10 thousand per minute of downtime: architecture, queues, streaming and fin..."$10 thousand per minute of downtime: architecture, queues, streaming and fin...
"$10 thousand per minute of downtime: architecture, queues, streaming and fin...
Fwdays
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Mutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented ChatbotsMutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented Chatbots
Pablo Gómez Abajo
 
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
Edge AI and Vision Alliance
 
A Deep Dive into ScyllaDB's Architecture
A Deep Dive into ScyllaDB's ArchitectureA Deep Dive into ScyllaDB's Architecture
A Deep Dive into ScyllaDB's Architecture
ScyllaDB
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
Alex Pruden
 
"Choosing proper type of scaling", Olena Syrota
"Choosing proper type of scaling", Olena Syrota"Choosing proper type of scaling", Olena Syrota
"Choosing proper type of scaling", Olena Syrota
Fwdays
 

Recently uploaded (20)

LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
What is an RPA CoE? Session 1 – CoE Vision
What is an RPA CoE?  Session 1 – CoE VisionWhat is an RPA CoE?  Session 1 – CoE Vision
What is an RPA CoE? Session 1 – CoE Vision
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptxPRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 
Christine's Product Research Presentation.pptx
Christine's Product Research Presentation.pptxChristine's Product Research Presentation.pptx
Christine's Product Research Presentation.pptx
 
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectorsConnector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
 
"Scaling RAG Applications to serve millions of users", Kevin Goedecke
"Scaling RAG Applications to serve millions of users",  Kevin Goedecke"Scaling RAG Applications to serve millions of users",  Kevin Goedecke
"Scaling RAG Applications to serve millions of users", Kevin Goedecke
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
Christine's Supplier Sourcing Presentaion.pptx
Christine's Supplier Sourcing Presentaion.pptxChristine's Supplier Sourcing Presentaion.pptx
Christine's Supplier Sourcing Presentaion.pptx
 
"$10 thousand per minute of downtime: architecture, queues, streaming and fin...
"$10 thousand per minute of downtime: architecture, queues, streaming and fin..."$10 thousand per minute of downtime: architecture, queues, streaming and fin...
"$10 thousand per minute of downtime: architecture, queues, streaming and fin...
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Mutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented ChatbotsMutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented Chatbots
 
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
 
A Deep Dive into ScyllaDB's Architecture
A Deep Dive into ScyllaDB's ArchitectureA Deep Dive into ScyllaDB's Architecture
A Deep Dive into ScyllaDB's Architecture
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
 
"Choosing proper type of scaling", Olena Syrota
"Choosing proper type of scaling", Olena Syrota"Choosing proper type of scaling", Olena Syrota
"Choosing proper type of scaling", Olena Syrota
 

Accessibility learnings