Sitecore Content Hub includes the flexibility of several modules. Key among them are the DAM (or Digital Asset Management) module which I covered in a recent post and CMP (or Content Marketing Platform). These two modules are the pair that I consider table stakes when it comes to setting up Content Hub and I if […]
Sitecore
Perficient Named a Top Workplace in Atlanta in 2021
Once again, Perficient is named as a Top Workplace in Atlanta in 2021 by the Atlanta Journal-Constitution. Perficient is a highly-awarded company by our clients, partners, colleagues, and our communities, proudly delivering excellence for over 20 years. Winning workplace awards like the Top Workplace in Atlanta is especially meaningful because this designation is voted on […]
Field Labels…Get Your Sitecore Field Labels Here!
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 […]
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 […]