WordPress 5.9 Josephine was released on January 25, 2022. It contains the largest Gutenberg update since the initial launch in WordPress 5.0. A large chunk of this is dedicated to the evolution of Full Site Editing that was introduced in the previous release—including a new Site Editor and Global Styles Interface. The release also ships…
Category: Web Design
Choosing the Best CSS Framework for Your Site: Bootstrap vs. Tailwind CSS
In web development, cascading style sheets (CSS) are used to style HTML. You can write vanilla CSS, use a CSS framework, use a preprocessor like Sass, or use a combination of all three to style your webpage. There are many different ways to use CSS and many tools to pick from. You might have heard…
Factors to Consider When Choosing an eCommerce Solution
A building is only as strong as the materials with which it’s built. The same goes for your website. It is only as good as the code base on which it is built. When dealing with tight deadlines and disappearing budgets, code quality is commonly one of the first things that gets sacrificed. This is…
Save WordPress Development Time by Replacing JavaScript with TypeScript
WordPress’s Gutenberg content editor is a UI framework built on React, an open-source front-end JavaScript library. The introduction of Gutenberg brought useful features and benefits of the React and JavaScript ecosystems to the WordPress content editing experience. The versatility of JavaScript is part of what makes it unique, practical, and convenient. JavaScript allows you to…