What did Victor Papanek leave for UX designers in “Design for Real Word”?

In the “Back to basics” series, I would like to rediscover the content of the textbooks I read at the beginning of my industrial design studies. I am a supporter of wise (prudent) use of the achievements of the predecessors, which is why I re-read these valuable, twentieth-century books on design and try to extract… Continue reading What did Victor Papanek leave for UX designers in “Design for Real Word”?

How playing improvised music can train the ability to synthesize in design

Improv form #1. Drawing by Alexander Pryshyvalka (Instagram) My experience with Minsk Improvisers Orchestra I was always certain that only those who are trained in understanding musical notation and playing music instrument, are allowed to create music — only these special kinds of people are eligible to be called musicians. I’m not one of this special kind… Continue reading How playing improvised music can train the ability to synthesize in design

How To Make Your Designs Scannable (And Why You Should)

Jakob Nielsen’s How Users Read on the Web is 25 years old this week, and one glance at an eye-tracking study will tell you its key observations are still relevant today. Simply put, users don’t read a web page; they scan it for individual words and sentences. A typical pattern shown in eye-tracking reports is that… Continue reading How To Make Your Designs Scannable (And Why You Should)

How to create responsive cards with the help of auto-layout in Figma?

Auto Layout is one of the most powerful features of Figma and today we will be creating a card design inside Figma using Auto-Layout which will be fully responsive, i.e would respond to the screen size. demonstrates the responsive design of the card Before we get started, there are 3 main things we are talking about in… Continue reading How to create responsive cards with the help of auto-layout in Figma?

3 Essential Design Trends, July 2022

There are a lot of dark, retro vibes trending in website design right now. Although there are still some light projects popping up – including a pastel trend below – a lot of what we are seeing has a quite moody feel. Here’s what’s trending in design this month.   Pastel Color Palettes Let’s start… Continue reading 3 Essential Design Trends, July 2022

I’m not a robot (but, are you?)

The case for authenticating humans, reclaiming our identities, and defending against the coming swarm of bots. It’s 2022 and we are living in the opening scene of a dystopian Black Mirror episode. The line between what is real and what is fake has already blurred. The line between who is real and who is fake is now… Continue reading I’m not a robot (but, are you?)

What does your design cause?

What does your design cause which is undesirable or unintended or at odds with the design intent? How does one ask and answer these questions? In these next few posts I’m going to propose some ways of answering these questions that build up in complexity and propose some ways of thinking about causality and modeling… Continue reading What does your design cause?

Breaking UX preconceived notions

Breaking UX Preconceived Notions If you’re a UI/UX designer, Product Designer, or work as someone who has some influence in creating the user experience in your products, I think we all can agree on one thing. That’s what makes a good UX is quite subjective. There are a lot of different aspects that could result… Continue reading Breaking UX preconceived notions

How to Paint Watercolor in Procreate

This Procreate watercolor tutorial will teach you how to create a vibrant yet soft digital watercolor portrait in Procreate from scratch.  We’ll explore different drawing techniques and textures to achieve an authentic watercolor look. Also, you’ll learn how to make your portrait expressive using colors and lines. Creating a watercolor portrait in Procreate is a… Continue reading How to Paint Watercolor in Procreate

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

10+ Best Themes for Shopify Automotive Stores 2022

If you wish to create an automotive shop online, there are several factors you need to consider before you begin. For starters, you need to think about the types of products you want to sell and how you wish to present them to your customers. You also need to think about the features you want… Continue reading 10+ Best Themes for Shopify Automotive Stores 2022

7 Basic Rules for Using Icons in UI Design

Icons are tiny pictograms that you’ll find in almost any app. They help us save screen space, communicate efficiently, and make interaction with a product more fun. But despite their size, creating and using icons in UI design isn’t easy. Since icons directly impact feature discoverability and the number of errors users make when they… Continue reading 7 Basic Rules for Using Icons in UI Design

Advanced File Upload and Content Management With Filestack

We live in the information age. From communication to shopping to finances to work, we handle most of our interactions digitally through websites and apps. Yet even though the bulk of our information is digital, the sites and apps we use still need to access our data to manage it. As a developer, the thought… Continue reading Advanced File Upload and Content Management With Filestack

The 5 types of Questions

The kick-ass framework for every Product Manager In my previous post, I had shared my story of how my manager taught me the greatest ‘a-ha’ lesson of my professional life. 👇🏻 My first ‘aha’ learning of my career TL;DR — The stakeholders are mostly clueless about their own needs, and they are totally allowed to be so. As a… Continue reading The 5 types of Questions

How to automate competitor’s reviews collection to find great insights

In this article, I will show how to build a database of competitors reviews that will update itself automatically and how to get insights for your product development Imagine, that you are building a new product or feature. If it’s something new, you will go to potential customers and ask about how they solve this… Continue reading How to automate competitor’s reviews collection to find great insights

How to Remove Green Screen in Photoshop

Today we will be looking at how to remove green screen in Photoshop! Using only built-in auto-select tools and a few adjustment layers, you can perform a quick and simple background swap on any green screen photo. In a hurry? Swap backgrounds, automate your workflow, and chroma key in Photoshop using one of the thousands… Continue reading How to Remove Green Screen in Photoshop

How to Conform to WCAG (Web Content Accessibility Guidelines) in Email

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} WCAG (the Web Content Accessibility Guidelines) make the web a more accessible place for everyone. They’re written for web content, not email content, but as the two have a lot in common, conforming to WCAG lays a good foundation for applying accessibility to email. So, how do… Continue reading How to Conform to WCAG (Web Content Accessibility Guidelines) in Email

How to Build a UIkit Lightbox With Dot Navigation

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Have you ever worked with the UIkit front-end framework? Its current version at the time of writing is 3.9.4, and in the next few months, YOOtheme (the team behind it) plan to release v4. This isn’t the first time I’ve written about UIkit; some years ago, while still… Continue reading How to Build a UIkit Lightbox With Dot Navigation

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 UX Principles to Boost SERPs

User experience is one of the most important principles of web design. There’s no doubt that you focus on UX with every page you design on the web, whether it’s a portfolio, a profile page, or an entire website.  Unfortunately, what many experts forget is that UX doesn’t just apply to digital pages. That means that… Continue reading 7 UX Principles to Boost SERPs

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 Create Mobile App Animations With SVGator

Designing animations by coding is both a complex and time-consuming undertaking that can hinder creativity. This is why designers are looking for a no-code solution to create scalable animations for mobile apps. Finding a way to easily create and export these types of engaging branding assets can also make the designer-to-developer handoff a frustration-free exchange.… Continue reading How to Create Mobile App Animations With SVGator

21 Best Foil & Rose Gold Invitations (For Weddings, Parties, and More!)

When you want to create eye-catching invitations, there’s nothing more beautiful than rose gold invitations. Today we will take a look at the best blank rose gold invitation templates to be found at Envato Elements and GraphicRiver. Unlimited Downloads at Envato Elements Envato Elements is a terrific resource for blank rose gold invitations as well… Continue reading 21 Best Foil & Rose Gold Invitations (For Weddings, Parties, and More!)