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

How to Achieve the Best Doctor Website Design?

Setting up a medical website may seem daunting as there are a lot of factors to be considered and work to be done, but there are simple ways to ensure that you achieve the results you have set out for your medical practice. If it is your first time, make sure to consult experts in… Continue reading How to Achieve the Best Doctor Website Design?

8 Content Marketing Tactics To Increase Your Traffic In 2021

If you run an online business in 2021, you need to make sure you have a strong content marketing strategy if you want to attract as much website traffic as possible. Content marketing is the process of creating valuable and shareable content, like blog posts, quizzes, and videos, to attract your ideal customers and ultimately make… Continue reading 8 Content Marketing Tactics To Increase Your Traffic In 2021

20 Amazing Brush Fonts and Script Fonts for Headlines

26 Shares Amazing hand-picked brush fonts and script fonts collection. Fonts are bold, condensed font, with brushy imperfections and an earthy realism. There are big bold, vintage and brush script font, with a slight punk attitude. Would be perfect for posters, packaging, advertising, headlines, branding, signage and anything where you want that urban look and… Continue reading 20 Amazing Brush Fonts and Script Fonts for Headlines

15 Top Soft UI and Neumorphic UI Kits

Designers are always in search of unique ways to display content. Yet there is a delicate balance between something that looks good and is both accessible and intuitive. Everything needs to be in harmony, otherwise the end result suffers. Neumorphic UIs can serve as an effective solution. Neumorphism is a design technique that is based… Continue reading 15 Top Soft UI and Neumorphic UI Kits

15 Clever Valentine’s Day Ad Designs

Ah, Valentine’s Day! Some love it, others don’t, but in the end, Valentine’s Day is still one of the most popular holidays all over the world. The approach of the world’s sweetest holiday is a great time for us to gather some inspiration and showcase a collection of the Web’s best Valentine’s Day advertisements. In Case… Continue reading 15 Clever Valentine’s Day Ad Designs

How to Create a Thumbnail Image in PHP

Today, we’ll discuss how you could create thumbnail images in PHP with the help of the GD library. When you’re working on projects that are related to media, more often than not you will need to create thumbnails from the original images. Also, if you’ve enabled image uploads on your website, it’s essential that you… Continue reading How to Create a Thumbnail Image in PHP

4 Best Ways Marketing Automation will Build Your Small Business in 2021

0 Shares One of the biggest challenges faced by marketers and business owners the world over is finding the right customers and selling their products or services to the right markets to make a killing. Marketing is the keyword that many of us are actually afraid of. We often wonder how to market our products… Continue reading 4 Best Ways Marketing Automation will Build Your Small Business in 2021

10 Great Tips For Redesigning A Website in 2021

16 Shares Whether you call it the first impression of your brand or consider it to be an indispensable asset of your branding elements, your website is the most critical element of your digital strategy. Let’s look at what the data tells us: It takes all of 50 milliseconds for a visitor to form an… Continue reading 10 Great Tips For Redesigning A Website in 2021

3 principles of inclusive design and why it matters

[unable to retrieve full-text content] Designing for all. Source: Billy Clark on Dribbble Inclusive Design is a design practice where products and services are designed in a way that they are accessible and can serve as many people as possible, regardless of their age, gender, or ability. Inclusive Design puts people at the centre stage of the design… Continue reading 3 principles of inclusive design and why it matters

Getting Started With the MStore Pro React Native App Template

Building a React Native app from scratch can be difficult. Setting up the initial project can be complex and annoying, especially for those who work primarily on web applications. How do you deal with the command-line interface? What is exporting your project? These questions pop up, and for your first few apps, they’ll seem like… Continue reading Getting Started With the MStore Pro React Native App Template

9 Best Font Manager Apps for Mac, Windows, Linux and Online

If you or your business do any kind work with fonts, font management software can help you organize and manage the fonts you work with. In this article, I’ll explain why you should consider using font management software and I’ll outline some of the most popular font manager packages for Windows and Mac users. Fonts… Continue reading 9 Best Font Manager Apps for Mac, Windows, Linux and Online

UX challenge: Teaching a person who is blind to design

[unable to retrieve full-text content] Designing a system for the visually impaired to recognize color. It’s been a year since I published my very first article and it was about solving a problem in accessibility. This problem bothered me for a good half of my life. I finally think that I’ve opened a door to… Continue reading UX challenge: Teaching a person who is blind to design

How to Create a Simple Web-Based Chat Application

In this tutorial we will be creating a simple web-based chat application with PHP and jQuery. This sort of utility would be perfect for a live support system for your website. Otherwise, learn how to build one yourself in this tutorial. This tutorial was updated recently to make improvements in the chat app.  Introduction The… Continue reading How to Create a Simple Web-Based Chat Application

Working With Tables in React, Part One

One of the most common user interface elements for presenting your data is a table. It turns out that there are many aspects to control when working with tables, such as: defining columns and headers various cell formats (text, numbers, check boxes) resizing filtering dynamic growing styling In this two-part series, you will learn about… Continue reading Working With Tables in React, Part One

WordPress Troubleshooting: PHP Installation is Missing the MySQL Extension

In this quick article, we’ll discuss how to troubleshoot the “missing the MySQL extension” error when you are installing WordPress. If you’re installing WordPress or you’ve moved your website to a different server, you may encounter the following error: Your PHP installation appears to be missing the MySQL extension which is required by WordPress. This… Continue reading WordPress Troubleshooting: PHP Installation is Missing the MySQL Extension

How to Install and Use Procreate Brushes

What You’ll Be Creating Found some of the best Procreate brushes, but not sure how to install or use them? In this tutorial, we’ll look at installing and utilizing Procreate brushes, as well as some customization basics. We’ll wrap up with a demo of a newly installed brush set. Please keep in mind that Procreate and… Continue reading How to Install and Use Procreate Brushes

Creating Pretty Popup Messages Using SweetAlert2

Every now and then, you will have to show an alert box to your users to let them know about an error or notification. The problem with the default alert boxes provided by browsers is that they are not very attractive. When you are creating a website with great color combinations and fancy animation to… Continue reading Creating Pretty Popup Messages Using SweetAlert2

Can product complexity be turned into an asset?

[unable to retrieve full-text content] What trading software can teach us about harnessing ‘complicated’ design. Credit: Simon Dawson (https://simondawsonphotography.com/) Those that have read my previous several articles are probably seeing this headline and wondering when exactly between now and then I had gone crazy. Please, bear with me. I think we can all agree that it has… Continue reading Can product complexity be turned into an asset?

5 Reasons To Use an Online Whiteboard During The Pandemic

Classic whiteboards are so last season! We have just reviewed the new and improved online whiteboard offered by Miro and that’s the conclusion we drew. With the new Covid-19 Pandemic taken place this year and the rapid evolution of technology, people have become more familiar with the term “Work from Home”. So, as the remote… Continue reading 5 Reasons To Use an Online Whiteboard During The Pandemic

How to Use ARIA Roles, Properties, and States in HTML

In this beginner’s accessibility tutorial we’re going to learn what ARIA is, why it is necessary to write our HTML with ARIA in mind, what ARIA roles, properties, and states are, and (very importantly) the 5 rules of ARIA use. What is ARIA? ARIA stands for Accessible Rich Internet Applications and it was created by the World… Continue reading How to Use ARIA Roles, Properties, and States in HTML

How to Paint Watercolor Flowers in Clip Studio Paint

What You’ll Be Creating If you want to learn how to paint watercolor flowers digitally, in this tutorial I’ll show you how to make a watercolor effect in Clip Studio Paint. I’ll show you what brushes to use, how to shade the flowers, how to create a watercolor edge, and how to finish it all… Continue reading How to Paint Watercolor Flowers in Clip Studio Paint

Best Lightroom Presets Of 2020

22 Shares Best professional Lightroom presets for photographers, photography retouch and designers. An amazing Lightroom presets are developed to enhance the beauty of your photos & speed up your photo editing workflow. These presets will help to edit your photos like a pro even out lighting, color correct white balance for lighting, brighten, and add… Continue reading Best Lightroom Presets Of 2020

How to Make a Gift Certificate (With or Without Photoshop!)

What You’ll Be Creating Need a gift coupon template, but you’re not sure how to create a gift certificate template of your own? In this tutorial, we’ll walk through how to make a printable gift certificate, both with Photoshop and without it.  Photoshop makes it easy to develop a customizable gift certificate template for your business, clients,… Continue reading How to Make a Gift Certificate (With or Without Photoshop!)