Mastering Calligraphy: How to Write in Cursive Script

In this lesson of “Mastering Calligraphy”, we’re going to learn how to write in cursive script. Flowing, cursive calligraphy is still seen today on wedding invitations and menus at fancy restaurants. While it looks extremely difficult to ink, it’s actually made of a few basic strokes. Better yet, with the Cursive Script, you hardly ever… Continue reading Mastering Calligraphy: How to Write in Cursive Script

Ethics, UX and our role in all this

[unable to retrieve full-text content] Ethics, UX, and our role in all this We live in a world where our behaviours are accurately being predicted every step of the way. It sometimes feels like apps and products know us more than we know ourselves. This is not necessarily bad, or that we should be scared every… Continue reading Ethics, UX and our role in all this

Applying white space in UI design

[unable to retrieve full-text content] 8 practical tips, with examples. Good UI design is the thoughtful application of whitespace at all scales of an interface, from component to page, micro to macro. When whitespace is used well, the result is an interface that is harmonious, legible, and, above all, effective and easy to use. 1 /… Continue reading Applying white space in UI design

How to Create Online Brand Consistency (for Email and Web)

In an economy that’s more digital than ever, one statement stands particularly strong:  “Brand consistency is the key to survival in today’s digital economy” – Marketing Week Brand consistency leads to brand recognition, and brand recognition leads to brand trust. Have you ever trusted a brand you didn’t recognise? The Challenge of Online Brand Consistency… Continue reading How to Create Online Brand Consistency (for Email and Web)

Scrape the Web at Scale With the scrapestack API

Introduction to Web Scraping Businesses need better information to target and reach wider audiences. They get this information by scraping the web for content from social media platforms, eCommerce platforms, video platforms, travel platforms, review and ratings, and more. Web scraping is simply collecting information and data from around the web. It can be done… Continue reading Scrape the Web at Scale With the scrapestack API

12 Best WordPress Themes for 2021

If you already have a good idea of what you want a new website to look like, the next step would be to decide on the tools you’ll need to put into play to turn that vision into a reality. Tools enable you to present its content in ways that will engage and captivate its… Continue reading 12 Best WordPress Themes for 2021

The 4 Secrets of a Successful Website Redesign

The beginning of a new year is a great time to go over your old website and refresh your brand. After all, your website is at the center of your online presence, and an excellent first impression is key for driving sales and boosting engagement. According to a recent study, up to 94% of first… Continue reading The 4 Secrets of a Successful Website Redesign

What Are Web Fonts?

If you’re new to web fonts, you might be wondering: what are web fonts? Don’t worry. Here we’ll cover what web fonts are and how to install web fonts. We’ll also show you some of the best web fonts from Envato Elements. Web fonts are fonts especially created for websites. They’re usually on a web… Continue reading What Are Web Fonts?

WordPress CMS Based Web Development: Best Choices of Database Plugins

WordPress is now one of the top choices of enterprise database application developers, and as we can see, most of the WordPress applications have MySQL DB as the backend. MySQL is the most popular database choice in the case of enterprise DBMS management too. It is a long-existing, open-source, relational database system that is highly… Continue reading WordPress CMS Based Web Development: Best Choices of Database Plugins

Creating a Future-Proof Responsive Email Without Media Queries

What You’ll Be Creating Using this method you can create an email that has responsiveness baked in to the layout, without any need for CSS or media queries in the <head>, so that even in the worst case scenario of email rendering, your layout will remain intact. Is Developing HTML Email Still Hard? HTML email has… Continue reading Creating a Future-Proof Responsive Email Without Media Queries

UX Design Tips To Improve Mobile App User Experience

9 Shares Your website represents the most powerful tool of your business to endorse your products and services. It serves as your salesman 24×7, and as such, could be your most powerful asset and a centerpiece of your marketing efforts. A website or an app of your business creates a great impression on a customer.… Continue reading UX Design Tips To Improve Mobile App User Experience

How Using a Bespoke Software Company Can Revolutionise Your Business

Bespoke software, which is sometimes referred to as customized software is a software customized for a specific company or user. With the advancement of technology, users are evolving at a rapid pace, and to meet their complex demands, bespoke software has become a necessity.   A bespoke software solution is designed for your precise business… Continue reading How Using a Bespoke Software Company Can Revolutionise Your Business

How to Prioritize Speed with a Mobile-First Design

By the end of the year, the number of global smartphone users is expected to reach 3.5 billion. That’s a significant 9.3% increase over the last 12 months. In a world where everyone is constantly connected to their mobile devices, it makes sense that web developers and designers would need to consider new rules for… Continue reading How to Prioritize Speed with a Mobile-First Design

Help Is Here: 5 Indispensable Web Tools for Student Entrepreneurs

If you are a student planning to launch a startup or already have an operating enterprise, you should know that being a young entrepreneur isn’t a piece of cake.  With so many tasks, chores, and challenges going on, it can be hard to stay on the right track. To complicate matters, you are still a… Continue reading Help Is Here: 5 Indispensable Web Tools for Student Entrepreneurs

Create a PHP Login Form

A user login and registration system is super helpful when we want to store information about the users of our website. This applies to everything from educational websites which might store course progress and marks to e-commerce websites which will store information about customers’ past purchases. In this tutorial, I’ll teach you how to create… Continue reading Create a PHP Login Form

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

4 Strategies to Boost Your Website’s Conversion Rates

Picture this scenario. The top end of your marketing funnel is starting to run like a well-oiled machine. Each month, more and more visitors are streaming to your site via your increasingly effective email campaigns, Facebook ads, and content marketing strategy. Much to your consternation, though, this increase in traffic doesn’t translate to a proportionate… Continue reading 4 Strategies to Boost Your Website’s Conversion Rates

WooCommerce: Adding the Product Short Description to Archive Pages

What You’ll Be Creating WooCommerce comes bundled with archive pages and loops that do a great job, but sometimes you might need to display a bit more information on your main shop and other archive pages. In this tutorial, I’ll show you how you can add the product short description to your archive pages and display it… Continue reading WooCommerce: Adding the Product Short Description to Archive Pages

How Website Localization Is Important to UX Design

Living in the digital world implies living by digital rules. And one of the most important digital rules commands us to organize our digital content in the most convenient and intuitive way for the user. In terms of business, the main idea of doing business in the digital world, i.e. the internet is to make… Continue reading How Website Localization Is Important to UX Design

You Won’t Win SEO With Hacks, Here Are 3 Winning SEO Strategies

The world of search engine optimization was born with all sorts of different hacks and shortcuts that many people use in an effort to grow their business. Knowing effective SEO tricks would be incredibly profitable, but unfortunately it’s not that easy This becomes evident as soon as you do a Google search about anything SEO-related,… Continue reading You Won’t Win SEO With Hacks, Here Are 3 Winning SEO Strategies

Using Redux in a React Native App

Redux is a library for state management that ensures that the application logic is well-organized and that apps work as expected. Redux makes it easy to understand your application’s code regarding when, where, why, and how the state of the application is updated. Redux is made up of the following key parts: actions reducers store… Continue reading Using Redux in a React Native App

Understanding the Image Component in React Native

Images are an essential aspect of any mobile app. This tutorial will introduce you to the image component and show you how to use images in your React Native app. You will also learn how to create your own photo gallery! Prerequisites to Create a React Native App We will use the Expo CLI for… Continue reading Understanding the Image Component in React Native

7 Ways Designers Can Streamline Client Communication

90% of web designers need to engage their clients with ongoing communication and collaboration. Effective communication is key to delivering for your design clients and maintaining your relationship with them. Without the right communication process and tools, it can eat into the time you need to get their project done as well as lead to… Continue reading 7 Ways Designers Can Streamline Client Communication

Who Do Web Designers Really Work For?

It would be way too easy to answer this question with: “Whoever pays your bills.” And, honestly, I don’t think you can be a very successful web designer if you’re only driven by what the person paying you tells you to do. Then again, that doesn’t mean you should swing to the exact opposite end… Continue reading Who Do Web Designers Really Work For?