Have your cake and eat it too

Accessibility and usability for marketeers and designers.

By Wilfred Nas, download here

Have your cake and eat it too

Accessibility and usability for marketeers and designers.

By Wilfred Nas

Short introduction

By Wilfred Nas

Hanlon's razor

Never attribute to malice that which is adequately explained by stupidity.

10 minutes is
too short

Matters I will touch

Speed is everything

Design is everything...

isoc home

So sorry, but I am 44 years old

And I don't want to resize text...

And we love
fancy fonts

Right?

Blank page

Far more important,

Some text shows up

Then stuff like...

some more text

text or content

finally the whole page is there...

Far more important, right?

Webfonts

360 kb of webfonts (7 different ones)

7 (seven) extra connections to the server

for 360 kb of webfonts (7 different ones)

7 (seven) extra connections to the server

make on avarage 1400 ms of extra connection time...

make sure you track 'm.

Your cookies get sent with every request from the same domain...

Speed...

We saw 4 times that...

Accessibility

input field without a label...

If you don't see, this makes no sense...

Everybody can see, right?

otherwise this form is broken.

Code

			<input type=text >
			<input type=search >
			<label for=search>Search</label>
<input type=search id=search >
		

input field without a label...

Code

			<input type=text value="Zoekterm" >
			<input type=search placeholder="Zoekterm" >
			<label for=search>Search</label>
<input type=search placeholder="Zoekterm" id=search >
		

search results...

25% of your users have some disability...

Size matters

A power house with a whopping 1024 x 768 pixels.

Try resizing

Some more...

Content is king

HTML is pretty accessible

Add CSS to it
and Javascript

If your story doesn't make sense without styling,
maybe you are telling the wrong story...

Wilfred Nas

Questions?

follow me on twitter @wnas