Speaker

Martine Dowden

Martine Dowden

UX/UI Designer & Developer, GDE, MVP

Indianapolis, Indiana, United States

Focusing on web interfaces that are beautiful, functional, accessible, and usable, Martine approaches User Experience from both Art and Science, drawing from her degrees in Psychology and Visual Communications. She is a Web Technologies, Firebase, and Angular GDE as well as a Microsoft MVP in Developer Technologies. Martine stays active in the industry by writing articles, leading workshops, and speaking at conferences and meetups worldwide. An accomplished author, her latest book, Tiny CSS Projects was released in 2023.

Awards

Area of Expertise

  • Information & Communications Technology

Topics

  • Angular
  • CSS
  • Firebase
  • Accessibility
  • Web
  • JavaScript
  • TypeScript
  • A11y

Type-setting in CSS: Using typography to enhance your design

From hands, to chisels, quills, the printing press, and now the web, a written record of our existence has been a constant throughout history. Languages, and how they are depicted, have evolved alongside the tools we use to render them. Often overlooked in design, text content is an integral part of the visual aspect of an application and CSS allows us to control and manipulate its look and feel.

In this talk we will cover a little bit about the history of typography leading up to where we are today, how to make decisions about fonts and their usage in our application, and the CSS properties that allow us to manipulate our type for a polished beautiful design.

Sprinkle Vast Greatness into you Images: Harness the full power of the SVG.

Scalable Vector Graphics, or SVGs, have become a lot more common on the web today. We see them as alternate options to downloading entire icon font libraries, as replacements for pngs and jpegs but what more can they do? Did you know you can access their code directly and manipulate them? Even let you users interact with them?

In this talk we will go over what the SVG code looks like, what it means, and how to generate it. Then we will delve into not only how to manipulate the styles but also how to add functionality in them such as links and click events.

Kiss My Sass

For almost 15 years we have had Syntactically Awesome Stylesheets (SASS) to help us write our CSS. But are we really using sass to its fullest? We know about variables, and nesting properties is nice, but what else can it do for us? There is a lot that SASS can do that often goes ignored or underutilized. Furthermore, mixins, includes, and functions, can change how we architect our code. In this talk we will go over some of the more advanced features SASS provides, what their benefits are, how they affect the CSS output created, and implementation use cases.

Architecting for Accessibility

Accessibility has been a part of development since the very beginning of the web. And although we have been talking about it since Tim Berners-Lee was working for CERN, to this day the struggles seem to remain the same. Not just how do we make our applications accessible, but also how do we integrate testing into our workflow? Who should be responsible for what and what questions do we even need to ask?

Instead of looking at code implementation, this talk will cover what questions to ask when getting started and how to read and understand the specification. We will then look at how different roles on the team are affected and the impact and changes including accessibility as part of development will have on the development cycle.

Moving Beyond Pretty: Making deliberate design choices

Have you ever heard the phrases “beauty is in the eye of the beholder” or “I like what I like” when someone is discussing your design? Or maybe design is your arch nemesis and you dread it. Too often design is only looked at for aesthetic and visual appeal, while purpose, goal, and usability are ignored.
Many features of good design are objective, not subjective, and can be either qualified or quantified with predictable results.
Together we will delve into the psychology, physiology, and mathematics of design principles for three key purposes:
- Making conscious design choices
- Improving our user experience
- Accessibility dos and don’ts

Everyday Accessibility

You’ve heard it: accessibility is important. We must make our websites and applications conform to accessibility standards. But what about the rest of our communications and interactions? As tech professionals we send emails, write documentation, write code, vent our frustrations on Twitter, and much more. We create content daily, whether we realize it or not, and there are many small things we can do to make our communication more accessible.
In this talk we will delve into the ways in which, especially when working remotely, we communicate and interact, and the little things we can do to make those communications more accessible for all.

Accessibility Cookbook: 10 easy recipes

If you ever use the elevator, subtitles to watch that cat video during a boring meeting, or tabbed through a form, you have used an accessibility feature.

As a community we understand that accessibility is necessary but when it comes to implementation, we often fall short.

In this talk you will learn
- Why accessibility is important
- 10 common accessibility fails
- How to test for them
- Solutions anyone can implement

Fabricating Fantastic Forms

A developer staple: the CRUD app. We all write them, and they all contain forms. Lots of forms.
In this talk you will learn how to make those forms more user friendly by delving into:
- UX techniques to guide the user
- Accessibility considerations and testing
- Form validation
- Error handling

Tables have their place, now let’s make them fit

Tables have gotten a bad reputation over the years. Historically, we used them for layout, a practice thoroughly frowned upon today. When responsive and fluid layouts came into the scene, they proved difficult to work with. As a result, we have shied away from them but it doesn’t have to be this way. In this talk we will go over:
- When to use tables, and when not too
- Techniques to make them work on mobile screen
- Accessibility considerations
- Alternate layout options when a table is not the correct option

I Don’t Need No Stinkin’ Framework - I Don’t Need No Stinkin’ Framework - Mastering Shadow DOM

Want to create components that work regardless of the front-end framework you are using?
Tired of throwing away your components when you change front-end frameworks?
Wish you could just code it once and reuse it on all of your projects?

Me too! Components are a staple of front-end development as they increase development speed, consistency, and reduce the need for repeat code. To create components often we turn to frameworks such as Angular, React, and Vue but we don't need to.

Using nothing more than HTML and Javascript that is readily available to us in all modern browsers we can create components that work without being tied to any one front-end framework.

You will walk away with the knowledge you need to go forth and create your own components, understand how to make them look gorgeous, and what if any limitations there are. Also, find out how you can bring back the blink tag!

Notes:
Based on article I wrote for Pluralsight without but focused on the js web component aspect:
https://www.pluralsight.com/guides/styling-when-encapsulated-in-angular

.CSS { display: What? }

As if css wasn't tricky enough as it was, they had to go and add all this new stuff to it like grid and flex… now which one am i supposed to use?

To make matters worse, many of the new css layout techniques use primarily the display property which now has over 40 possible values.

In this talk we will look at the history of the display property and ways you can use it to display, hide, and layout content.

Accessibility Basics

If you ever use the elevator, subtitles to watch that cat video during a boring meeting, or tabbed through a form, you have used an accessibility feature. As a community we understand that accessibility is necessary but when it comes to implementation, we often fall short.

This hands on workshop is for those interested in learning how to get started. You will take an existing website and identify and fix its accessibility issues.

You will learn:
- Accessibility principles
- Accessibility issues and their impact on users
- Tools and techniques to identify issues
- Strategies and methods for fixing accessibility issues

Predictable Spell Casting: Guiding your users with CSS animations

If you are not considering animations before an action and your web app fires, then you are unintentionally designing your app to simultaneously cast daze and confusion spells. Instead you want to ensure users roll a 20 on their spellcraft check and orient them without having to give them their own magic wand and book of spells. You need to show them which spells are being cast and get them excited about the next bit of magic that is about to occur. As your spell master, I will teach you to cast eloquent spells with a dash CSS transitions, a drop of keyframes and a pinch of html that you can quickly apply to your spells to remove daze and confusion.

Can you read me now?

15% of the world’s population has some form of disability, but only very few of our websites are actually accessible. But what does that word mean anyway? Accessible? In this talk we will go over what accessibility means in the context of web content and how to get your team started in making sure your content can be accessed by all.

Copenhagen Developers Festival 2023 Sessionize Event

August 2023 Copenhagen, Denmark

Angular Tiny Conf. - Peretor 2022 Sessionize Event

December 2022

NDC Oslo 2022 Sessionize Event

September 2022 Oslo, Norway

Code PaLOUsa 2022 Sessionize Event

August 2022 Louisville, Kentucky, United States

KCDC 2022 Sessionize Event

August 2022 Kansas City, Missouri, United States

Tech A11y Summit Sessionize Event

December 2021

Code PaLOUsa 2021 Sessionize Event

August 2021

Code PaLOUsa 2020 Sessionize Event

August 2020 Louisville, Kentucky, United States

JavaScript and Friends Conference Sessionize Event

August 2020 Columbus, Ohio, United States

NDC Melbourne 2020 - Online Workshop Event Sessionize Event

July 2020

NDC Oslo 2020 Sessionize Event

June 2020 Oslo, Norway

5 LAKES Front Sessionize Event

May 2020 Milwaukee, Wisconsin, United States

AntarctiConf 2020 Sessionize Event

January 2020

NDC Sydney 2019 Sessionize Event

October 2019 Sydney, Australia

Code PaLOUsa 2019 Sessionize Event

August 2019 Louisville, Kentucky, United States

JavaScript and Friends Conference Sessionize Event

August 2019 Columbus, Ohio, United States

KCDC 2019 Sessionize Event

July 2019 Kansas City, Missouri, United States

NDC Oslo 2019 Sessionize Event

June 2019 Oslo, Norway

CodeStock 2019 Sessionize Event

April 2019 Knoxville, Tennessee, United States

dev up Conference 2018 Sessionize Event

October 2018 St. Louis, Missouri, United States

KCDC 2018 Sessionize Event

July 2018

Stir Trek 2018 Sessionize Event

May 2018 Columbus, Ohio, United States

Martine Dowden

UX/UI Designer & Developer, GDE, MVP

Indianapolis, Indiana, United States

Please note that Sessionize is not responsible for the accuracy or validity of the data provided by speakers. If you suspect this profile to be fake or spam, please let us know.

Jump to top