Ensuring negative numbers are available for everyone

This post is co-authored by Michael Fairchild and Jeremy Katherman. That little minus sign before a number is very important. It can mean the difference between having money in your bank account or paying overdraft fees. It can be the difference between a deposit or a withdrawal. Negative numbers can be indicated in several ways,… Continue reading Ensuring negative numbers are available for everyone

How you can create non-obvious UX research insights

6 tips to sidestep “we already knew it” feedback on a research report Image on https://www.nirandfar.com/hindsight-bias/ Every UX researcher wonders how they can create amazing insights that go beyond expectations and elicit a ‘wow!’ reaction from their audience. Despite conducting numerous rounds of interviews, sometimes our research reports can seem too plain and bland if they… Continue reading How you can create non-obvious UX research insights

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

A Guide to Overriding Parent Theme Functions in Your Child Theme

If you’ve had any experience working with parent and child themes in WordPress, you’ll know that the template files in your child theme override those in your parent theme. For example, if your parent theme has a page.php file and you create a new one in your child theme, WordPress will use the one in the child… Continue reading A Guide to Overriding Parent Theme Functions in Your Child Theme

Get to Know the WordPress Admin Dashboard

The very first thing you’ll see when you open the WordPress back-end—also known as “the admin panel”—is the dashboard. This is the starting place for the majority of tasks you’ll be performing in WordPress. In this lesson, you’ll learn how to use the dashboard, and also how to customize it to fit your preferences and… Continue reading Get to Know the WordPress Admin Dashboard

5 Professional Website Builders to Use Instead of WordPress

When it comes to professional website building, using WordPress is undoubtedly a reasonable solution. The platform comes with a powerful feature set, abundance of design customization tools, themes, plugins and extensions. It can boast a trusted user community, the members of which are always ready to provide any kind of web design assistance to newbies.… Continue reading 5 Professional Website Builders to Use Instead of WordPress

Tips To Help You Improve As a Graphic Designer

When you think of your future as a designer, you imagine creating awesome watercolor illustrations, websites which are simple, sleek and sophisticated. You want to be successful, and you’re looking to find a way to get there. There are many different ways to become a graphic designer. Although some people might learn a single computer… Continue reading Tips To Help You Improve As a Graphic Designer

9 Effective Invoicing and Time Management Apps You Should Pay Attention To

Posted · Category: Best Collections  “Time is money” may be a business cliché, but its truth is not to be denied. How you use your time when working for a company can influence your salary and your job security.  How you do so if you are self-employed can impact your earnings. One way to use… Continue reading 9 Effective Invoicing and Time Management Apps You Should Pay Attention To

Stopping Endless Client Revisions with Be Theme and 260+ pre-built websites

Posted · Category: Best Collections If a seemingly unending stream of client revisions is starting to get to you, it is time to do something about it. In fact, this something can also be appealing to your clients. You shouldn’t be stuck with the same project week after week while neglecting other projects. There is… Continue reading Stopping Endless Client Revisions with Be Theme and 260+ pre-built websites

Angular 2 Transclusion using ng-content

Free Course Getting Started with Angular 2 Angular 2 is the shiny new framework that comes with a lot of new concepts. Learn all the great new features. Get Started Wait a minute… What is transclusion? Understanding Transclusion Don’t get confused by the term Transclusion. It’s best explained using an example. Let’s say we have… Continue reading Angular 2 Transclusion using ng-content

How to Code Multiple Loops While Only Querying the Database Once

I’m a big fan of the WP_Query class: I use it in many of my client sites to query and output content in custom ways. If you want to run multiple loops on a page, the easiest way to do it is to run WP_Query each time you need to run a loop. But there… Continue reading How to Code Multiple Loops While Only Querying the Database Once

Display WooCommerce Categories, Subcategories, and Products in Separate Lists

What You’ll Be Creating WooCommerce gives you a few options as to what you can display on your archive pages: products categories (on the main shop page) or subcategories (on category pages) both products and categories. When I’m setting up a store, I normally select the third option: products and categories/subcategories. This means visitors to… Continue reading Display WooCommerce Categories, Subcategories, and Products in Separate Lists