WooCommerce Brings Product Blocks to the Gutenberg Editor

The Gutenberg WordPress editor, released in December 2018, revolutionized how users create appealing web content with a new interface standard and without the need for third-party plugins. The release brought many helpful blocks for the easy embedding of YouTube, layouts with columns, content like headings, and media including images and galleries. However, embedding WooCommerce products…

Manage Site Tracking with Google Tag Manager

Tracking the performance of your site is extremely important. This information allows you to make informed decisions when making improvements. It can help you identify issues and opportunities. When it comes to tracking your site there are many tools out there that range in price and purpose. All of these services will require some amount…

The Importance and Use of Alt Text

To be rendered by a browser, images come with several attributes like src, width, height, etc. What if an image cannot be displayed? What if a user is visually impaired and uses a screen reader to access the web? The alt attribute provides text, an alternative to an image, to be rendered by browsers or…

Why You Should Be Using a CSS Preprocessor

CSS, or Cascading Style Sheets, is the magic that makes your site look the way you want it to. CSS is responsible for font size, color, element positioning, responsiveness, and many other aspects of a site’s overall look. However, with the sheer number of elements and style rules present in a site, the CSS file…