February 12, 2021 in Learn
WCAG 1.3: Adaptable
The third WCAG Guideline, Adaptable, is part of the Perceivable principle and covers adapting to the different needs of users by allowing content to be received in multiple ways. WCAG 1.3: Use Semantic HTML One of the most important ways…
November 20, 2020 in Learn
WCAG 1.2: Time-based Media
The second WCAG Guideline, Time-based Media, is part of the Perceivable principle and covers providing alternatives for audio and video content. Accessible Podcasts A text transcript can make audio-only content like a podcast accessible to deaf and hard-of-hearing users, as…
October 6, 2020 in Learn
WCAG 1.1: Text Alternatives
The first WCAG Guideline, Text Alternatives, is part of the Perceivable principle. The guideline states Provide text alternatives for any non-text content so that it can be changed into other forms people need, such as large print, braille, speech, symbols,…
September 10, 2020 in Learn
Introducing the WCAG Principles
In my introductory blog post on Accessibility , I mentioned that the Web Content Accessibility Guidelines (WCAG) is broken up into four accessibility principles: Perceivable Operable Understandable Robust These four principles are then divided into thirteen accessibility guidelines. Each WCAG…
July 30, 2020 in Learn
Web Accessibility: An Introduction
Throughout my career as a web design and development educator, I’ve noticed a consistent lack of attention paid to Accessibility principles in both college and bootcamp curriculum. The results of a 2018 WebAIM global survey of web accessibility practitioners was…
April 6, 2020 in Learn
Try #100DaysOfCode with Treehouse
Come join Treehouse for 30 minutes of coding a day for 100 days! Perhaps you’ve seen the hashtag #100DaysOfCode around Twitter or Instagram—we’re giving you the tools to succeed with your own 100-day journey. Start your #100DaysOfCode with us, and…
August 8, 2019 in Learn
What Is An API?
If you have a sneaking suspicion that APIs are something you should know about in 2019, you’re onto something! In 2019, APIs are more important than ever, and their prominence in the programming world is only growing. But what exactly…
June 25, 2019 in Learn
What Is A Web Browser?
What comes to mind when you think of visiting a web page? It might not work quite the way you assume. And in order to code, you’ve got to learn to think the way your browser does. What is a…
June 5, 2019 in Learn
4 Reasons Why JavaScript is Beginner Friendly
JavaScript is the most popular and versatile programming language in the world. It’s also the first programming language many developers learn. Why is that?
June 4, 2019 in Career Advice
How to Learn to Code
Congratulations! You’ve decided you want to learn to code. Whether it’s because you’re interested in tech, or you want a high-paying career — you’re in the right place. How do you learn to code? It’s a big question. And to…
May 31, 2019 in Learn
What Is Code?
Sometimes, it feels like people who can code seem like they have superpowers. But what is code, anyway? Code is all around us. Code is used in things like computers, phones, self-driving cars, and all other kinds of devices. Movies…
May 30, 2019 in Career Advice
Why You Should Learn Python
Thinking about learning Python? That’s a great idea. What is Python? Python is a general purpose programming language that is used for a variety of different web applications. It was designed to be very easy to read. You might assume…