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!)

Best Video Editors for YouTube Beginners

The YouTube creator community has witnessed exceptional growth since the introduction of the video streaming platform. If you are starting your YouTube journey, you need a good companion with a video editor. There are dozens of video editors for the Mac platform. Among them, we have picked up the five best YouTube video editors for… Continue reading Best Video Editors for YouTube Beginners

The Olympics and the evolving ideology of sustainability

[unable to retrieve full-text content] Source: Karen Christoph on Dribble The Olympic Games, at least the ones held in the past, used to symbolise extravagance and wastefulness. That was until the 1992 Olympics held in Barcelona, where sustainability was a critical factor. Since then, there has been an increasing relevance to making sure this event was… Continue reading The Olympics and the evolving ideology of sustainability

How to Make your First App in Java

Are you a budding developer who knows the basics of Java and wants to make their first app using Android Studio? With PlayStore currently hosting 2.89 million Android apps and growing every minute, it is a great decision to learn and eventually master Android apps development. Get Started With Android Studio To make an android… Continue reading How to Make your First App in Java

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

What is UX Design?

UX Design has become one of the top professions of the decade, with UX Designers having some of the most sought after skills in the job market according to LinkedIn. This is because design continues to show its impact on the success or failure of products and services. As a result, the demand for confident,… Continue reading What is UX Design?

Create a Unique Scrolling Website With Locomotive Scroll & Tailwind CSS

Have you ever wanted to build a unique single-page scrolling website yet didn’t know where to start? If so, don’t worry! Today we’re going to create together such a website. To achieve this, we’ll take advantage of Locomotive Scroll, a small and easy-to-use JavaScript library for cool scrolling effects. Plus, to speed up the development… Continue reading Create a Unique Scrolling Website With Locomotive Scroll & Tailwind CSS

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

How to Use Android Studio?

Every app that you see on your phone is created on an Integrated Development Environment (IDE). Android Studio is the official IDE for creating Android Apps. It is also the most used IDE and most apps that you use on your Android phone are created with Android Studio. Want to make your first Android app… Continue reading How to Use Android Studio?