Automated tracking of token and component adoption Continue reading on UX Collective »
5 tips to ace your Content Design case study interview
You are heading to the case study interview, you’re almost done with the recruiting process! Here are a few tips and tricks to maximize your chances to let your case study shine. Credits to Headway Sidenote: in this article, I will refer to both Content Designers and UX writers with 1 term only: Content Designers.… Continue reading 5 tips to ace your Content Design case study interview
Research vs Vision: the origin story of Sony Walkman, Mini Cooper, and the iPhone
It’s always interesting to watch how companies approach the building of their new products. During the market research phase, companies are trying to future-proof every detail to ensure it will be popular among users and bring more money to the company. Research methodologies and strategies have been improving since the beginning of the 20th century. Some… Continue reading Research vs Vision: the origin story of Sony Walkman, Mini Cooper, and the iPhone
Accessibility as an essential pillar in design teams
Creating habits to cultivate the mindset and go from theory to practice It may seem difficult to build a culture of accessibility when that is not the focus of a company or product. There is a myth that accessibility is expensive, demands resources and, above all, time. But what if I tell you it’s possible?… Continue reading Accessibility as an essential pillar in design teams
Top 10 WooCommerce Themes (2022 edition)
Posted · Category: Design, eCommerce Have you been looking for the best WooCommerce WordPress theme to open an online store but you’re not sure what to look for? With a WooCommerce WordPress theme you can sell any digital or physical product and it can take very little time to setup your theme and place your… Continue reading Top 10 WooCommerce Themes (2022 edition)
Designing dark mode
Design considerations for crafting a great dark mode. Continue reading on UX Collective »
Why designers quit
Why did you quit your last job? This was the main question in my recent study I did with designers. I received 156 responses to my survey, most of them were from Product/UX designers, second and third in number of responses were graphic designers, and web designers. Let’s dive into the results! 53 percent of… Continue reading Why designers quit
How to Stop Search Engines From Indexing Your Site
Under normal circumstances, you’d want search engines like Google, Bing, and Yahoo to list your site on their search results. In fact, most individual website owners and businesses devote so much time and resources to making sure that their website is optimized for SEO (Search Engine Optimization). However, there are a few cases where you’d… Continue reading How to Stop Search Engines From Indexing Your Site
15 Wiki Web Design Templates for Building a Knowledgebase (2022)
There are a lot of different wiki templates out there, but not all of them are created equal. To help you find the best template for your needs, we’ve put together a list of the 15 best wiki templates for building a knowledgebase in 2022. But first, let’s break down some of the must-have features… Continue reading 15 Wiki Web Design Templates for Building a Knowledgebase (2022)
5 Important Differences in 2022
A quick search in any search engine will turn up Wix as one of the best website builders in 2022. And you have probably heard about WordPress and how it is one of the most popular platforms for creating a website. When you are just starting out, making the right choice for creating a website… Continue reading 5 Important Differences in 2022
Systems and Operations in the Design Profession
Systems and operations in the design profession Photo by Deva Darshan on Unsplash I always loved conceptualizing and visualizing processes. As a product designer, I ended up working with a design team, doing user flows, user testing, design sprints, etc. As I was growing as a designer, I did more facilitation, customer journeys, created big conference… Continue reading Systems and Operations in the Design Profession
3 practical uses of the UUP UX metric
Measuring perceptions and acting on findings. Early in 2019 I wrote, UX Metrics: Why not measure aesthetics? Extending proven user experience measures to account for aesthetic usability effect, which introduced UUP or “up score”. It received more attention than I expected, which spawned exchanges with other designers. Many were about ways to apply the UUP… Continue reading 3 practical uses of the UUP UX metric
What Is the functions.php File in WordPress?
Every WordPress theme comes with a function.php file or the theme functions file. In this post I’ll explain where to find it, and why it’s better to not modify it directly. Though each theme has its own functions.php file, it is only the active theme’s functions.php file that is activated when the site loads. Inside… Continue reading What Is the functions.php File in WordPress?
Learn React 18: Introducing JSX
We created a country component at the end of our previous tutorial on creating a first React component and it rendered as we expected. However, we wrote a lot of code to create a simple component. This tutorial will teach you about JSX. JSX is short for JavaScript XML and it allows us to write… Continue reading Learn React 18: Introducing JSX
Standing at the crossroads of authenticity and career advancement
The difficult decision of choosing the right path for professional and personal success Continue reading on UX Collective »
4 ways to prioritize work (in-depth)
Source: Images by author using getstencil Prioritization is the curious art of choosing what to do and where to focus. The question I keep asking myself is, “Is prioritization the most important thing that we do?” So before we dive into ways to prioritize let’s ask why picking a way to prioritize should be the… Continue reading 4 ways to prioritize work (in-depth)
42 Best Thick & Bold Fonts for Cricut
Using thick fonts for your Cricut projects is a great way to build confidence if you’re a new Cricut user because they are generally easy to cut. There are so many different types of fonts, and we will be also looking at some of the best thick script fonts for your Cricut projects—which is generally… Continue reading 42 Best Thick & Bold Fonts for Cricut
A masterclass in sharing Figma’s prototype interactions
Reuse interactions in your prototypes without losing Design System updates by using components, inheritance, and an Interaction Wrapper. Continue reading on UX Collective »
10 Confessions of a Product Designer
This article isn’t being written because I advocate or advise reckless design behavior, but let’s be honest, it happens, and we’re all guilty of it. I usually write articles about design best practices, so I thought it would be fun to share the opposite, the less advertised but common bad practices. Designers aren’t perfect, and… Continue reading 10 Confessions of a Product Designer
How to Export Posts From Your WordPress Site
Looking to move your WordPress posts to another WordPress site or even a new platform? Not sure how to export specific posts on your WordPress site? WordPress’s export posts feature allows you to quickly export posts of your choice. All your blog posts an be exported from the WordPress dashboard. If you need to export… Continue reading How to Export Posts From Your WordPress Site
How to Fix the “There Has Been a Critical Error in Your Website” Error in WordPress
As a WordPress site owner or administrator, any bug or error you encounter is frustrating. This one, in particular, is worrisome since your site will remain inaccessible to visitors and you won’t be able to access the admin panel. You’ll recognize it on account of this message and a link to the WordPress debugging guide. … Continue reading How to Fix the “There Has Been a Critical Error in Your Website” Error in WordPress
How To Fix The “There Has Been A Critical Error in Your Website” Error in WordPress
As a WordPress site owner, your site might occasionally suffer downtime caused by one or many critical errors in WordPress. When that happens, you’ll see the dreaded error message which says, “There has been a critical error on your website” when you try to log in or view the site. Critical Error Message in WordPress… Continue reading How To Fix The “There Has Been A Critical Error in Your Website” Error in WordPress
How to Use Font Awesome in WordPress
Need to add high-quality icons to your WordPress website? Have you heard of Font Awesome, but don’t know how to use it? In this article, we’ll show you how to use Font Awesome to add icons to your WordPress website. Sea Icons available on Envato Elements. Icons are an essential graphical element for any website,… Continue reading How to Use Font Awesome in WordPress
Learn React 18: Introducing Components
Components are the building blocks of a React app. They are somewhat similar a JavaScript function that you might define in a program. They are independent entities that make up the UI of your app and you can reuse them again and again. In fact, you can define a component using classes or functions. Functional… Continue reading Learn React 18: Introducing Components