Field labels in Sitecore are next to each field and are shown by default if the user is an Administrator. Labels show how the field value will be used based on the languages, versions, and type of item that is using the field. Where are the Field Labels located in Sitecore? Field labels are shown […]
Sitecore
VIDEO: Sitecore Customer Data Platform | An Early Look at Boxever CDP
Sitecore recently (Q1 2021) acquired Boxever CDP. This is a marketer-focused digital optimization solution that is a definitive step forward in Sitecore’s move to SaaS. If you have been hearing about Sitecore Experience Edge and Content Hub, like me, you are likely seeing the puzzle pieces come together. I wanted to take a deeper look. […]
Patching Sitecore Processors Tips and Tricks
One of the questions I hear from Sitecore developers that have just created a processor is, how do I position my processor to execute before or after an existing processor in a pipeline? If you place the processor in the wrong spot then the processor that runs before your processor could have aborted the […]
Hacking Human Nature, Part 1: Social Proof Theory
Leveraging Behavioral Economics to improve performance and user experience. This is first in our series co-authored by myself and Zach Gay exploring how understanding Behavioral Economics can- and should- inform your marketing strategies. With each blog post we’ll dig into an individual theory and show how an understanding of these principals can help you develop […]
Improving your Google Search Result with SXA
Improving the way your search result appears in Google and other search engines is paramount to driving users to your site. This blog post will show you how to display review scores in your search result using Sitecore’s SXA. How can this drive business for you? Why would you want to surface this information to […]
Using Storybook for Sitecore SXA Development
Over the past few years, we’ve been using Storybook in Sitecore SXA theme development. It has provided us with a few key features that aid in accelerating our front-end development (FED) workflow: Node development environment with Hot Module Reloading (HMR) Disconnected environment not reliant on Sitecore Community Add-on to aid web accessibility (a11y) testing On […]
Setting up SXA 10 theme using SXA CLI in Sitecore 9.3
This article describes about creating a custom theme using SXA CLI and applying it to the site. SXA CLI is a Command Line tool to create new custom theme. While setting up a site, it is not mandatory to create theme. Why Custom Theme: The assets related to theme, e.g. CSS, SCSS and JavaScript files, […]
Sitecore Upgrades: A Mini-Series Table of Contents
Welcome to my Mini-Series! In my Mini-Series, I take you through the steps required to perform a Sitecore upgrade. Use this Mini-Series to help empower your business with the latest version of Sitecore! Sitecore Upgrades: A Mini-Series Part 1 Overview Sitecore Upgrades: A Mini-Series Part 2 Database Upgrades Sitecore Upgrades: A Mini-Series Part 3 Sitecore.Config […]
Sitecore Upgrades: A Mini-Series Part 5 Dependency Injection Changes
The final post in my mini-series on Sitecore upgrades centers around dependency injection. Your solution may be using a popular third party tool like Castle Windsor or Simple Injector to handle DI (dependency injection). During the upgrade process, I recommend removing your dependency on these third party tools and implementing DI using .NET’s dependency injector. […]
Sitecore Upgrades: A Mini-Series Part 4 ORM and Other Dependency Updates
For those of you upgrading a Sitecore instance for the first time, welcome to the hardest part of the upgrade. Upgrading your code base to continue functioning the exact same as it did prior to the upgrade can prove to be quite difficult. The newer versions of your dependencies could remove classes and functions that […]
Hacking Human Nature: Behavioral Economics and Sitecore Strategy
Why Understanding and Accommodating Human Behavior Can Lead to Outstanding Digital Experiences When I first started working on website projects on the Sitecore platform, it felt like every other day I was discovering a new capability. I don’t know how many times in the first few months I thought to myself, “Cool! We can do […]
Sitecore Upgrades: A Mini-Series Part 3 Sitecore.Config Patching
What is patching? Best practice nowadays is to keep your Sitecore.config file completely untouched. Do not directly change settings found here. Do not add new settings either. Patching allows you to modify existing settings and add new settings to the Sitecore.config without ever directly touching the Sitecore.config file itself. Patching will help you deduce whether […]