SlideShare a Scribd company logo
1 of 87
Download to read offline
Choose This, Not That:
Five Early Choices that can make
YOU an Accessibility Rockstar
Catharine McNally
August 14, 2013
Monday, August 19, 2013
Experience Analyst
Email: cmcnally@phase2technology.com
Catharine McNally
Twitter: @cmcnally
Monday, August 19, 2013
We’re launching the site next week.
It has to be Section 508 compliant. Can
you test and verify?
Project Manager at [Company]
Joe Manager
“ ”
Monday, August 19, 2013
Monday, August 19, 2013
Monday, August 19, 2013
More Details:
http://www.phase2technology.com/blog/accessibility-in-1-hour-improving-the-phase2-website/
Monday, August 19, 2013
Oh $&%*!“ ”
Project Manager at [Company]
Joe Manager
Monday, August 19, 2013
I wish I knew this in the beginning!“ ”
Project Manager at [Company]
Joe Manager
Monday, August 19, 2013
5things to know
Monday, August 19, 2013
image rotators
are tough.1
Monday, August 19, 2013
close your eyes & listen to a rotator through a screenreader:
Monday, August 19, 2013
close your eyes & listen to a rotator through a screenreader:
Monday, August 19, 2013
color contrast
matters.2
Monday, August 19, 2013
Inside
Outside
Monday, August 19, 2013
navigation can be
really annoying.3
Monday, August 19, 2013
Monday, August 19, 2013
Monday, August 19, 2013
accessible media
helps everyone.4
Monday, August 19, 2013
like for when you forgot your headphones.
Monday, August 19, 2013
audio & visual
captcha is a strain.5
Monday, August 19, 2013
endless loop of frustration.
Comic written by Larry Lambert, illustrated by Jerry King
Monday, August 19, 2013
want to become an
accessibility ninja?
Monday, August 19, 2013
1. Image Rotators
Choose This:
alternate ways to
convey messaging
Monday, August 19, 2013
consider:
different approaches.
Monday, August 19, 2013
consider:
different approaches.
Monday, August 19, 2013
Monday, August 19, 2013
If you have to use a rotator...
* Turn off automated rotating feature.
* Ensure you have pause on hover enabled.
* Add the latest in accessibility semantics (ARIA) into the markup via javascript.
* Tabbing through rotator achievable since there was no automatic rotation and
screenreader treats it as if a slideshow.
Monday, August 19, 2013
Choose This:
high color contrast
2. Site Theme / Design
Monday, August 19, 2013
Color Contrast: Why it Matters.
Monday, August 19, 2013
Monday, August 19, 2013
Monday, August 19, 2013
Color Contrast: Tools.
More Details:
http://www.phase2technology.com/blog/color-contrast-for-accessibility-benefits-your-mobile-
experience/
Monday, August 19, 2013
Color Contrast: Tools.
More Details:
http://www.phase2technology.com/blog/color-contrast-for-accessibility-benefits-your-mobile-
experience/
Monday, August 19, 2013
Color Contrast: Tools.
More Details:
http://www.phase2technology.com/blog/color-contrast-for-accessibility-benefits-your-mobile-
experience/
Monday, August 19, 2013
Choose This:
skip-links and landmarks
3. Site Navigation
Monday, August 19, 2013
Skip-Links Module on Drupal.org
Module on Drupal.org https://drupal.org/project/accessible_skip_links
Monday, August 19, 2013
Skip-Links Module on Drupal.org
Module on Drupal.org https://drupal.org/project/accessible_skip_links
Monday, August 19, 2013
Another way to “Skip Around:” Landmarks
Monday, August 19, 2013
Another way to “Skip Around:” Landmarks
Monday, August 19, 2013
Banner
Another way to “Skip Around:” Landmarks
Monday, August 19, 2013
NavigationBanner
Another way to “Skip Around:” Landmarks
Monday, August 19, 2013
Navigation
Main Content
Banner
Another way to “Skip Around:” Landmarks
Monday, August 19, 2013
Navigation
Main Content
Complementary
Banner
Another way to “Skip Around:” Landmarks
Monday, August 19, 2013
content area landmark markup
page header; logo, <header	
  role	
  =	
  “banner”>
navigational links <nav	
  role	
  =	
  “navigation”>
primary content of page <main	
  role	
  =	
  “main”>
used for extra content -- i.e., sidebar <aside	
  role	
  =	
  “complementary”>
collection of items presented in a
form
<form	
  role	
  =	
  “form”>
footer content <footer	
  role	
  =	
  “contentinfo”>
search bar <form	
  role	
  =	
  “search”>
Accepted Landmark Roles
Monday, August 19, 2013
Choose This:
contextually
relevant links
3. Navigation, continued.
Monday, August 19, 2013
Monday, August 19, 2013
Read More...what?
Monday, August 19, 2013
Read More...what?
Read This Post
better because it gives context to type of content.
Monday, August 19, 2013
Read More...what?
Read This Post
better because it gives context to type of content.
Continue Reading [Title]
full understanding of what action will
happen after clicking on the link.
Monday, August 19, 2013
Contextually Relevant Read More
$node->content['accessible_read_more'] = array(
'#markup' => l(t('Read Full !type', array('!type' => $node_type->name)), 'node/' . $node->nid, array(
'attributes' => array(
'title' => $node->title,
The quick brown fox jumped over the log.
Remember those days when we had to type
the “quick brown fox jumped over the log”
in our typing classes? I wonder if kids are
still doing that today. How are they learning
to type? I’m curious. Are they learning to
type before they can write? Read Full Blog.
The quick brown fox jumped over the log.
On Site / Visual Screenreader
Remember those days when we had to type
the “quick brown fox jumped over the log”
in our typing classes? I wonder if kids are
still doing that today. How are they learning
to type? I’m curious. Are they learning to
type before they can write? Read Full Blog
the quick brown fox jumped over the log link.
Monday, August 19, 2013
Contextually Relevant Read More
$node->content['accessible_read_more'] = array(
'#markup' => l(t('Read Full !type', array('!type' => $node_type->name)), 'node/' . $node->nid, array(
'attributes' => array(
'title' => $node->title,
The quick brown fox jumped over the log.
Remember those days when we had to type
the “quick brown fox jumped over the log”
in our typing classes? I wonder if kids are
still doing that today. How are they learning
to type? I’m curious. Are they learning to
type before they can write? Read Full Blog.
The quick brown fox jumped over the log.
On Site / Visual Screenreader
Remember those days when we had to type
the “quick brown fox jumped over the log”
in our typing classes? I wonder if kids are
still doing that today. How are they learning
to type? I’m curious. Are they learning to
type before they can write? Read Full Blog
the quick brown fox jumped over the log link.
Monday, August 19, 2013
W3C Recommendations
Write the contextually relevant text (i.e, title) in the anchor.
Here’s an example:
<a href="#">
<span>Washington stimulates economic growth </span>Read More</a>
Wrap it in a span which you hide with CSS.
Use display:none but to make the screen reader pick it up, force it outside of the displayed area:
a span {
height: 1px;
width: 1px;
position: absolute;
overflow: hidden;
Sighted users will just see the words “Read more”, while screenreaders will hear “Link: Washington
stimulates economic growth. Read More”
Monday, August 19, 2013
nice menus
Module on Drupal.org: https://drupal.org/project/nice_menus
Monday, August 19, 2013
nice menus
Module on Drupal.org: https://drupal.org/project/nice_menus
Monday, August 19, 2013
Choose This:
video players & image
uploads that support
captions & alt-text
4. Media
Monday, August 19, 2013
image accessibility:
supporting alt text
ensure that media uploads
have alt text field.
media module on Drupal has this:
https://drupal.org/project/media
when picking out WYSIWYG, check
that media has alt text field
options.
Monday, August 19, 2013
image accessibility:
authoring alt text
More Details:More Details:
Monday, August 19, 2013
image accessibility:
authoring alt text
Torn-down house
from a tornado
More Details:More Details:
Monday, August 19, 2013
image accessibility:
authoring alt text
Torn-down house
from a tornado
Forlorn children stare at the
rubble that was once their
house in the wake of a tornado
More Details:More Details:
Monday, August 19, 2013
image accessibility:
authoring alt text
Torn-down house
from a tornado
Forlorn children stare at the
rubble that was once their
house in the wake of a tornado
More Details:More Details:
Monday, August 19, 2013
image accessibility:
authoring alt text
1. KISS.
Keep It Simple.
Torn-down house
from a tornado
Forlorn children stare at the
rubble that was once their
house in the wake of a tornado
More Details:More Details:
Monday, August 19, 2013
image accessibility:
authoring alt text
1. KISS.
Keep It Simple.
2. Short.
Think of it like a Tweet.
Torn-down house
from a tornado
Forlorn children stare at the
rubble that was once their
house in the wake of a tornado
More Details:More Details:
Monday, August 19, 2013
image accessibility:
authoring alt text
1. KISS.
Keep It Simple.
2. Short.
Think of it like a Tweet.
Torn-down house
from a tornado
Forlorn children stare at the
rubble that was once their
house in the wake of a tornado
More Details: http://www.phase2technology.com/blog/no-more-excuses-the-definitive-guide-to-the-alt-text-field/More Details:
Monday, August 19, 2013
video accessibility:
adding caption tracks
1. Use a video player that supports
upload of caption tracks:
YouTube
Resource: How to upload caption tracks to YouTube
https://support.google.com/youtube/answer/2734796?hl=en
Monday, August 19, 2013
video accessibility:
adding caption tracks
1. Use a video player that supports
upload of caption tracks:
YouTube
Resource: How to upload caption tracks to YouTube
https://support.google.com/youtube/answer/2734796?hl=en
Monday, August 19, 2013
Universal Subtitles
http://universalsubtitles.org/
Monday, August 19, 2013
Universal Subtitles
http://universalsubtitles.org/
Monday, August 19, 2013
Universal Subtitles
http://universalsubtitles.org/
Monday, August 19, 2013
video accessibility:
adding caption tracks
2. Use native video player and add captions
Video CC Format
HTML5 WebVTT
JWPlayer SRT, DFXP, WebVTT
Flash DFXP
QuickTime QT
RealPlayer SMI
Monday, August 19, 2013
Choose This:
logic questions
5. CAPTCHA
Monday, August 19, 2013
i’m smarter than a 5th grader.
text captchas
Module on Drupal.org: https://drupal.org/project/textcaptcha
Monday, August 19, 2013
i’m smarter than a 5th grader.
text captchas
Module on Drupal.org: https://drupal.org/project/textcaptcha
Monday, August 19, 2013
i’m smarter than a 5th grader.
text captchas
Module on Drupal.org: https://drupal.org/project/textcaptcha
Monday, August 19, 2013
Let’s Recap.
Monday, August 19, 2013
Let’s Recap.
1. Reconsider the Image Rotator.
Monday, August 19, 2013
Let’s Recap.
1. Reconsider the Image Rotator.
2. Check the color contrast during design process
Monday, August 19, 2013
Let’s Recap.
1. Reconsider the Image Rotator.
2. Check the color contrast during design process
3. Use Nice Menus, Contextual Read-More, and/or Landmarks
Monday, August 19, 2013
Let’s Recap.
1. Reconsider the Image Rotator.
2. Check the color contrast during design process
3. Use Nice Menus, Contextual Read-More, and/or Landmarks
4. Support accessible media authoring and viewing
Monday, August 19, 2013
Let’s Recap.
1. Reconsider the Image Rotator.
2. Check the color contrast during design process
3. Use Nice Menus, Contextual Read-More, and/or Landmarks
4. Support accessible media authoring and viewing
5. Consider using logic questions for CAPTCHA
Monday, August 19, 2013
Questions?
Monday, August 19, 2013
PHASE2TECHNOLOGY.COM
Monday, August 19, 2013
Extra: #6
Monday, August 19, 2013
maps are relevant to
people who are blind.6
Monday, August 19, 2013
Monday, August 19, 2013
Choose This:
map formats that convey
all information
6. Maps
Monday, August 19, 2013
Monday, August 19, 2013
Monday, August 19, 2013

More Related Content

Similar to Accessibility presentation at Drupal Government Days

1 whats-new-in-ios7-m1-slides
1 whats-new-in-ios7-m1-slides1 whats-new-in-ios7-m1-slides
1 whats-new-in-ios7-m1-slidesMasterCode.vn
 
Morgenbooster / Responsive Design 2.0 - Mobile Revolution / 9. oktober 2013
Morgenbooster / Responsive Design 2.0 - Mobile Revolution / 9. oktober 2013Morgenbooster / Responsive Design 2.0 - Mobile Revolution / 9. oktober 2013
Morgenbooster / Responsive Design 2.0 - Mobile Revolution / 9. oktober 20131508 A/S
 
WordPress Theme Selection Field Guide
WordPress Theme Selection Field GuideWordPress Theme Selection Field Guide
WordPress Theme Selection Field GuideGloria Antonelli
 
How to design for the web
How to design for the webHow to design for the web
How to design for the webCyber-Duck
 
Create Accessible Infographics
Create Accessible Infographics Create Accessible Infographics
Create Accessible Infographics Ted Drake
 
Some simple tips for front-end performance in WordPress
Some simple tips for front-end performance in WordPressSome simple tips for front-end performance in WordPress
Some simple tips for front-end performance in WordPressiparr
 
The Seneca Pattern at EngineYard Distill 2013 Conference
The Seneca Pattern at EngineYard Distill 2013 ConferenceThe Seneca Pattern at EngineYard Distill 2013 Conference
The Seneca Pattern at EngineYard Distill 2013 ConferenceRichard Rodger
 
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating DrupalMaking the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating DrupalAcquia
 
Down and dirty with Elasticsearch
Down and dirty with ElasticsearchDown and dirty with Elasticsearch
Down and dirty with Elasticsearchclintongormley
 
The Future is Responsive
The Future is ResponsiveThe Future is Responsive
The Future is ResponsiveJonathan Smiley
 
Drupal: Internet Lego - What is Drupal?
Drupal: Internet Lego - What is Drupal?Drupal: Internet Lego - What is Drupal?
Drupal: Internet Lego - What is Drupal?Eric Aitala
 
UX STRAT 2014: Peter Merholz, "Shaping Organizations to Deliver Great User Ex...
UX STRAT 2014: Peter Merholz, "Shaping Organizations to Deliver Great User Ex...UX STRAT 2014: Peter Merholz, "Shaping Organizations to Deliver Great User Ex...
UX STRAT 2014: Peter Merholz, "Shaping Organizations to Deliver Great User Ex...UX STRAT
 
Building Scalable, Resilient Infrastructure on CloudStack by Sebastian Stadil
Building Scalable, Resilient Infrastructure on CloudStack by Sebastian StadilBuilding Scalable, Resilient Infrastructure on CloudStack by Sebastian Stadil
Building Scalable, Resilient Infrastructure on CloudStack by Sebastian Stadilbuildacloud
 
The changing nature of technical content (tekom tcworld 2013 conference)
The changing nature of technical content (tekom tcworld 2013 conference)The changing nature of technical content (tekom tcworld 2013 conference)
The changing nature of technical content (tekom tcworld 2013 conference)Ellis Pratt
 
Knowledge Molds Creativity Discussion Draft
Knowledge Molds Creativity Discussion DraftKnowledge Molds Creativity Discussion Draft
Knowledge Molds Creativity Discussion Draftknowledgemoldscreativity
 

Similar to Accessibility presentation at Drupal Government Days (20)

1 whats-new-in-ios7-m1-slides
1 whats-new-in-ios7-m1-slides1 whats-new-in-ios7-m1-slides
1 whats-new-in-ios7-m1-slides
 
Morgenbooster / Responsive Design 2.0 - Mobile Revolution / 9. oktober 2013
Morgenbooster / Responsive Design 2.0 - Mobile Revolution / 9. oktober 2013Morgenbooster / Responsive Design 2.0 - Mobile Revolution / 9. oktober 2013
Morgenbooster / Responsive Design 2.0 - Mobile Revolution / 9. oktober 2013
 
WordPress Theme Selection Field Guide
WordPress Theme Selection Field GuideWordPress Theme Selection Field Guide
WordPress Theme Selection Field Guide
 
How to design for the web
How to design for the webHow to design for the web
How to design for the web
 
Going to War Over UX
Going to War Over UXGoing to War Over UX
Going to War Over UX
 
Create Accessible Infographics
Create Accessible Infographics Create Accessible Infographics
Create Accessible Infographics
 
Some simple tips for front-end performance in WordPress
Some simple tips for front-end performance in WordPressSome simple tips for front-end performance in WordPress
Some simple tips for front-end performance in WordPress
 
The Seneca Pattern at EngineYard Distill 2013 Conference
The Seneca Pattern at EngineYard Distill 2013 ConferenceThe Seneca Pattern at EngineYard Distill 2013 Conference
The Seneca Pattern at EngineYard Distill 2013 Conference
 
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating DrupalMaking the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
 
Down and dirty with Elasticsearch
Down and dirty with ElasticsearchDown and dirty with Elasticsearch
Down and dirty with Elasticsearch
 
The Future is Responsive
The Future is ResponsiveThe Future is Responsive
The Future is Responsive
 
Model storming
Model stormingModel storming
Model storming
 
Drupal: Internet Lego - What is Drupal?
Drupal: Internet Lego - What is Drupal?Drupal: Internet Lego - What is Drupal?
Drupal: Internet Lego - What is Drupal?
 
UX STRAT 2014: Peter Merholz, "Shaping Organizations to Deliver Great User Ex...
UX STRAT 2014: Peter Merholz, "Shaping Organizations to Deliver Great User Ex...UX STRAT 2014: Peter Merholz, "Shaping Organizations to Deliver Great User Ex...
UX STRAT 2014: Peter Merholz, "Shaping Organizations to Deliver Great User Ex...
 
Building Scalable, Resilient Infrastructure on CloudStack by Sebastian Stadil
Building Scalable, Resilient Infrastructure on CloudStack by Sebastian StadilBuilding Scalable, Resilient Infrastructure on CloudStack by Sebastian Stadil
Building Scalable, Resilient Infrastructure on CloudStack by Sebastian Stadil
 
The changing nature of technical content (tekom tcworld 2013 conference)
The changing nature of technical content (tekom tcworld 2013 conference)The changing nature of technical content (tekom tcworld 2013 conference)
The changing nature of technical content (tekom tcworld 2013 conference)
 
Responsive design
Responsive designResponsive design
Responsive design
 
Moscow 2013 10
Moscow 2013 10Moscow 2013 10
Moscow 2013 10
 
Knowledge Molds Creativity Discussion Draft
Knowledge Molds Creativity Discussion DraftKnowledge Molds Creativity Discussion Draft
Knowledge Molds Creativity Discussion Draft
 
Knowledge Molds Creativity
Knowledge Molds CreativityKnowledge Molds Creativity
Knowledge Molds Creativity
 

More from Phase2

Phase2 Health and Wellness Brochure
Phase2 Health and Wellness BrochurePhase2 Health and Wellness Brochure
Phase2 Health and Wellness BrochurePhase2
 
A Modern Digital Experience Platform
A Modern Digital Experience PlatformA Modern Digital Experience Platform
A Modern Digital Experience PlatformPhase2
 
Beyond websites: A Modern Digital Experience Platform
Beyond websites: A Modern Digital Experience PlatformBeyond websites: A Modern Digital Experience Platform
Beyond websites: A Modern Digital Experience PlatformPhase2
 
Omnichannel For Government
Omnichannel For Government Omnichannel For Government
Omnichannel For Government Phase2
 
Bad camp2016 Release Management On Live Websites
Bad camp2016 Release Management On Live WebsitesBad camp2016 Release Management On Live Websites
Bad camp2016 Release Management On Live WebsitesPhase2
 
A FUTURE-FOCUSED DIGITAL PLATFORM WITH DRUPAL 8
A FUTURE-FOCUSED DIGITAL PLATFORM WITH DRUPAL 8A FUTURE-FOCUSED DIGITAL PLATFORM WITH DRUPAL 8
A FUTURE-FOCUSED DIGITAL PLATFORM WITH DRUPAL 8Phase2
 
The Future of Digital Storytelling - Phase2 Talk
The Future of Digital Storytelling - Phase2 TalkThe Future of Digital Storytelling - Phase2 Talk
The Future of Digital Storytelling - Phase2 TalkPhase2
 
Site building with end user in mind
Site building with end user in mindSite building with end user in mind
Site building with end user in mindPhase2
 
Fields, entities, lists, oh my!
Fields, entities, lists, oh my!Fields, entities, lists, oh my!
Fields, entities, lists, oh my!Phase2
 
Performance Profiling Tools and Tricks
Performance Profiling Tools and TricksPerformance Profiling Tools and Tricks
Performance Profiling Tools and TricksPhase2
 
NORTH CAROLINA Open Source, OpenPublic, OpenShift
NORTH CAROLINA Open Source, OpenPublic, OpenShiftNORTH CAROLINA Open Source, OpenPublic, OpenShift
NORTH CAROLINA Open Source, OpenPublic, OpenShiftPhase2
 
Drupal 8 for Enterprise: D8 in a Changing Digital Landscape
Drupal 8 for Enterprise: D8 in a Changing Digital LandscapeDrupal 8 for Enterprise: D8 in a Changing Digital Landscape
Drupal 8 for Enterprise: D8 in a Changing Digital LandscapePhase2
 
Riding the Drupal Wave: The Future for Drupal and Open Source Content Manage...
Riding the Drupal Wave:  The Future for Drupal and Open Source Content Manage...Riding the Drupal Wave:  The Future for Drupal and Open Source Content Manage...
Riding the Drupal Wave: The Future for Drupal and Open Source Content Manage...Phase2
 
Site Building with the End User in Mind
Site Building with the End User in MindSite Building with the End User in Mind
Site Building with the End User in MindPhase2
 
The Yes, No, and Maybe of "Can We Build That With Drupal?"
The Yes, No, and Maybe of "Can We Build That With Drupal?"The Yes, No, and Maybe of "Can We Build That With Drupal?"
The Yes, No, and Maybe of "Can We Build That With Drupal?"Phase2
 
User Testing For Humanitarian ID App
User Testing For Humanitarian ID AppUser Testing For Humanitarian ID App
User Testing For Humanitarian ID AppPhase2
 
Redhat.com: An Architectural Case Study
Redhat.com: An Architectural Case StudyRedhat.com: An Architectural Case Study
Redhat.com: An Architectural Case StudyPhase2
 
The New Design Workflow
The New Design WorkflowThe New Design Workflow
The New Design WorkflowPhase2
 
Drupal 8, Don’t Be Late (Enterprise Orgs, We’re Looking at You)
Drupal 8, Don’t Be Late (Enterprise Orgs, We’re Looking at You)Drupal 8, Don’t Be Late (Enterprise Orgs, We’re Looking at You)
Drupal 8, Don’t Be Late (Enterprise Orgs, We’re Looking at You)Phase2
 
Memorial Sloan Kettering: Adventures in Drupal 8
Memorial Sloan Kettering: Adventures in Drupal 8Memorial Sloan Kettering: Adventures in Drupal 8
Memorial Sloan Kettering: Adventures in Drupal 8Phase2
 

More from Phase2 (20)

Phase2 Health and Wellness Brochure
Phase2 Health and Wellness BrochurePhase2 Health and Wellness Brochure
Phase2 Health and Wellness Brochure
 
A Modern Digital Experience Platform
A Modern Digital Experience PlatformA Modern Digital Experience Platform
A Modern Digital Experience Platform
 
Beyond websites: A Modern Digital Experience Platform
Beyond websites: A Modern Digital Experience PlatformBeyond websites: A Modern Digital Experience Platform
Beyond websites: A Modern Digital Experience Platform
 
Omnichannel For Government
Omnichannel For Government Omnichannel For Government
Omnichannel For Government
 
Bad camp2016 Release Management On Live Websites
Bad camp2016 Release Management On Live WebsitesBad camp2016 Release Management On Live Websites
Bad camp2016 Release Management On Live Websites
 
A FUTURE-FOCUSED DIGITAL PLATFORM WITH DRUPAL 8
A FUTURE-FOCUSED DIGITAL PLATFORM WITH DRUPAL 8A FUTURE-FOCUSED DIGITAL PLATFORM WITH DRUPAL 8
A FUTURE-FOCUSED DIGITAL PLATFORM WITH DRUPAL 8
 
The Future of Digital Storytelling - Phase2 Talk
The Future of Digital Storytelling - Phase2 TalkThe Future of Digital Storytelling - Phase2 Talk
The Future of Digital Storytelling - Phase2 Talk
 
Site building with end user in mind
Site building with end user in mindSite building with end user in mind
Site building with end user in mind
 
Fields, entities, lists, oh my!
Fields, entities, lists, oh my!Fields, entities, lists, oh my!
Fields, entities, lists, oh my!
 
Performance Profiling Tools and Tricks
Performance Profiling Tools and TricksPerformance Profiling Tools and Tricks
Performance Profiling Tools and Tricks
 
NORTH CAROLINA Open Source, OpenPublic, OpenShift
NORTH CAROLINA Open Source, OpenPublic, OpenShiftNORTH CAROLINA Open Source, OpenPublic, OpenShift
NORTH CAROLINA Open Source, OpenPublic, OpenShift
 
Drupal 8 for Enterprise: D8 in a Changing Digital Landscape
Drupal 8 for Enterprise: D8 in a Changing Digital LandscapeDrupal 8 for Enterprise: D8 in a Changing Digital Landscape
Drupal 8 for Enterprise: D8 in a Changing Digital Landscape
 
Riding the Drupal Wave: The Future for Drupal and Open Source Content Manage...
Riding the Drupal Wave:  The Future for Drupal and Open Source Content Manage...Riding the Drupal Wave:  The Future for Drupal and Open Source Content Manage...
Riding the Drupal Wave: The Future for Drupal and Open Source Content Manage...
 
Site Building with the End User in Mind
Site Building with the End User in MindSite Building with the End User in Mind
Site Building with the End User in Mind
 
The Yes, No, and Maybe of "Can We Build That With Drupal?"
The Yes, No, and Maybe of "Can We Build That With Drupal?"The Yes, No, and Maybe of "Can We Build That With Drupal?"
The Yes, No, and Maybe of "Can We Build That With Drupal?"
 
User Testing For Humanitarian ID App
User Testing For Humanitarian ID AppUser Testing For Humanitarian ID App
User Testing For Humanitarian ID App
 
Redhat.com: An Architectural Case Study
Redhat.com: An Architectural Case StudyRedhat.com: An Architectural Case Study
Redhat.com: An Architectural Case Study
 
The New Design Workflow
The New Design WorkflowThe New Design Workflow
The New Design Workflow
 
Drupal 8, Don’t Be Late (Enterprise Orgs, We’re Looking at You)
Drupal 8, Don’t Be Late (Enterprise Orgs, We’re Looking at You)Drupal 8, Don’t Be Late (Enterprise Orgs, We’re Looking at You)
Drupal 8, Don’t Be Late (Enterprise Orgs, We’re Looking at You)
 
Memorial Sloan Kettering: Adventures in Drupal 8
Memorial Sloan Kettering: Adventures in Drupal 8Memorial Sloan Kettering: Adventures in Drupal 8
Memorial Sloan Kettering: Adventures in Drupal 8
 

Recently uploaded

Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKJago de Vreede
 
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 WorkerThousandEyes
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 

Recently uploaded (20)

Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 

Accessibility presentation at Drupal Government Days