At CauseLabs, we know accessible design shouldn’t be a guessing game. For years designers have relied on contrast checkers that tell you whether a color combination passes or fails accessibility standards (like WCAG’s 4.5:1 contrast ratio for text) because roughly 2.2 billion people experience some type of visual impairment. Our owner, Michael Gillihan, got tired […]
CauseLabs Resources
Lessons & insights from our journey for positive impact.
How do you design websites for a global audience?
At CauseLabs our approach to designing for a global audience begins with listening. Language and culture shape how people interpret content on a page. We study regional behaviors, accessibility needs, and emotional cues before we sketch a layout. We build flexible content systems that support translation, right to left reading, local idioms, and imagery that […]
The Power of Clickable Prototypes
A clickable prototype links multiple screens together via hotspots that are interacted with via click or tap. The result is a testable, easy-to-update solution to a design problem that users can experience.
Advanced REST API Design
In our previous post, we covered the basics of designing a REST API: defining endpoints, using HTTP verbs and performing common read-write operations on data. In this chapter, we’re going to introduce some advanced use and edge cases you may want to consider in order to give your REST API a sound and long-lasting design.