Design Systems Teams: Understand Your Users So They Can Serve Theirs

Welcome to the next edition of my Design Strategy blog series. Today, I’ll be sharing a story from some recent client visits that will help y’all recognize WHY you should do things differently to mature and scale your digital accessibility program quickly. I will once again skip the “how-to” dry laundry lists of tactical “do… Continue reading Design Systems Teams: Understand Your Users So They Can Serve Theirs

How to create a color ramp used in design systems

Whether you’re a brand designer putting the finishing touches on a color palette or a product designer laying the foundational work for a design system, I will walk you through how to create color ramps utilized in design systems. If you’re new to creating color palettes for digital spaces, check out my previous article, Color for… Continue reading How to create a color ramp used in design systems

The influence of mobile technology on user cognition and memory

Mobile technology is a part of our daily life more than ever before. Such technology can be a bless to our productivity but also make our brain a bit of a lazy thing. I wrote this article for my Interaction Design post-graduate course. I wanted to share with people some of the things I discovered and… Continue reading The influence of mobile technology on user cognition and memory

Why Ive's way of doing personal projects is good for designers

Why Ive’s way of doing personal projects is good for designers Personal projects should be an important part of life as designers, but is mixed with the work and the realities of an in-house design team, which can be a messy process. Often, the question of fulfilment comes into play. Surprisingly, the answers to fulfilment… Continue reading Why Ive's way of doing personal projects is good for designers

Designing for AI: beyond the chatbot

Guidelines and strategies for meaningfully leveraging AI in your applications With the recent advancements in AI, we as designers, builders, and creators, face big questions about the future of applications and how people will interact with digital experiences. Generative AI has unleashed huge possibilities with what we can do with AI. People are now using… Continue reading Designing for AI: beyond the chatbot

WWDC 2023 Accessibility Goodies for Developers

This year, Apple’s annual Worldwide Developers Conference (WWDC) was a big deal! Among the many announcements this year, Apple introduced the new Apple Vision Pro headset which has arguably and understandably stolen the show this year.  Although Vision Pro may be the big talk of the town post-WWDC, there was also a myriad of exciting… Continue reading WWDC 2023 Accessibility Goodies for Developers

How to find your designer self — and understand how YOU approach design

How to find your designer self — And understand how YOU approach design We all know the feeling. The identity crisis that comes with being a designer is not easy to overcome. Somehow we are solving problems for others all the time, but when it comes to ourselves it feels impossible. The good news is you already have… Continue reading How to find your designer self — and understand how YOU approach design

Analyzing Code With Code Detection API

The world runs on code. Nearly every single aspect of our lives is in some way, shape, or form handled by code. It may be hidden and running behind the scenes, but it is ever-present in our daily activities. Waking in the morning thanks to our alarm clock or phone app, consuming news and media… Continue reading Analyzing Code With Code Detection API

Using a WooCommerce Related Products Plugin

When you run an online store, there’s no such thing as selling too many products. Just because the customer has found what they’re looking for, doesn’t mean you can’t convince them to throw a few more items into their cart. If you’ve ever spent any time on sites such as Amazon, then chances are you’re… Continue reading Using a WooCommerce Related Products Plugin

Add Days to a Date With PHP DateInterval

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} PHP has a lot of methods and functions to help you manipulate dates in a variety of ways. In this quick tip, I will show you how to add days to a date in PHP using the DateInterval class. We will begin with an overview of DateInterval… Continue reading Add Days to a Date With PHP DateInterval

How to Use parse_str in PHP

In this article, we’ll explore the parse_str function in PHP. It’s used to convert a GET request query string into usable variables. In your day-to-day PHP development, you often need to to deal with query strings—the way data is passed to your script in the URL on a GET request. When a query string is… Continue reading How to Use parse_str in PHP

How to Use parse_str in PHP

In this article, we’ll explore the parse_str function in PHP. It’s used to convert a GET request query string into usable variables. In your day-to-day PHP development, you often need to to deal with query strings—the way data is passed to your script in the URL on a GET request. When a query string is… Continue reading How to Use parse_str in PHP

7 Websites with Incredible Animation For Inspiration

Websites with animation are pretty common nowadays and we don’t even know it. The animation could be injected into a website to make it the main focus of interest – landing pages, backgrounds, headers, and more. However, some websites introduce the animation so subtly, readers don’t often notice it. This could be via scrolling, navigation,… Continue reading 7 Websites with Incredible Animation For Inspiration

JavaScript map vs. forEach: When to Use Each One

In this article, we’ll discuss the map and forEach methods in JavaScript, and we’ll also go through the differences between them to understand when to use each one. JavaScript is one of the core technologies of the web. The majority of websites use it, and all modern web browsers support it without the need for… Continue reading JavaScript map vs. forEach: When to Use Each One

How to Enable or Disable a Button With JavaScript: jQuery vs Vanilla

In this article, we’ll discuss how you can enable or disable a button with JavaScript. First, we’ll go through how it works in vanilla JavaScript and later on we’ll see how to do it with jQuery. JavaScript is one of the core technologies of the web. The majority of websites use it, and all modern… Continue reading How to Enable or Disable a Button With JavaScript: jQuery vs Vanilla

How to Change the URL in JavaScript: Redirecting

In this quick article, we’ll discuss how to change the URL in JavaScript by redirecting. We’ll go through a couple of different ways that you can use to perform JavaScript redirects. JavaScript is one of the core technologies of the web. The majority of websites use it, and all modern web browsers support it without… Continue reading How to Change the URL in JavaScript: Redirecting

Custom neural voice: designing for human-centered policy

[unable to retrieve full-text content] Co-authored with Josh Lovejoy Credit: Delivering the benefits of Custom Neural Voice What’s in a voice? What is it about the way someone speaks that makes them memorable? Why do subtle imperfections in speech — like the thoughtful pauses and false starts when thinking on one’s feet — help us perceive a person as sincere or… Continue reading Custom neural voice: designing for human-centered policy

4 Quick Steps to Make a Website Responsive

Responsive web design as a concept has been around a long time now; in fact, it’s the de facto way of building websites nowadays. Right now people are accessing websites with mobile phones more than any other device, so it’s really important to ensure that your website is suited to small and large screens. It’s… Continue reading 4 Quick Steps to Make a Website Responsive

15 Best Web Fonts That Look Great at Small Sizes

Beautiful web fonts aren’t particularly difficult to find. A quick search will undoubtedly turn up a number of attractive typefaces that will complement your website’s look and messaging. However, many of these fonts tend to have very specific use cases. For instance, a wide font may be perfect for header text but would work poorly… Continue reading 15 Best Web Fonts That Look Great at Small Sizes

Understanding PHP Constructors

In this article, we’re going to discuss the basics of constructors in PHP. You’ll learn the purpose of PHP constructors and how to use them. What Is a Constructor? Here’s the official definition: Constructors are ordinary methods which are called during the instantiation of their corresponding object. As such, they may define an arbitrary number… Continue reading Understanding PHP Constructors

How to Customize an HTML Template

So you’ve just purchased an HTML template and now you have to customize it before it goes online. But you’re not experienced with code so you’re not sure how to go about it. Well, rest easy, because in this tutorial we’re going to step you through how to edit a HTML template. We’re going to… Continue reading How to Customize an HTML Template

Crash Course in the PHP Ternary Operator With Examples

In this article, we’ll discuss the ternary operator in PHP. Along with the syntax, we’ll go through a couple of real-world examples to understand how it works. What Is the Ternary Operator? The ternary operator (? and :) is a conditional operator which allows you to execute a condition, and based on the result of… Continue reading Crash Course in the PHP Ternary Operator With Examples

Best PHP Invoicing and Billing Scripts

Do you want to automate your billing and invoicing process and receive payment faster? PHP invoicing scripts will streamline your billing and invoicing process and make it more efficient.  These scripts come with customizable templates that help you build professional invoices. They can also automatically attach and send PDF invoices to your customers via email… Continue reading Best PHP Invoicing and Billing Scripts