Does this scenario sound familiar? Sitecore CM/CD are on different servers Developer doesn’t have access to the CD server that is currently showing an error in the browser. Code base for both CM and CD are the same. Developer switches the database from Master to Web in CM and then previews the page but no […]
Posts Tagged ‘Sitecore’
VIDEO: Sitecore Content Hub CMP Walkthrough
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 […]
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 […]
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 […]
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 […]
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 […]
VIDEO: Sitecore Content Hub DAM Admin Training
Since Sitecore Content Hub emerged, a lot of content marketers, including myself, wanted to learn more about the new addition to the Sitecore family. The combination of Digital Asset Management (DAM), Product Content Management (PCM), Content Marketing Platform (CMP) and Marketing Resource Management (MRM) tools certainly sounds like a great source of truth. One that […]
Sitecore Upgrades: A Mini-Series Part 2 Database Upgrades
Welcome to Part 2 of my Mini-Series on Sitecore Upgrades. This blog post is entirely dedicated to tips surrounding what you need to do to upgrade your databases to account for all the new modifications that come with a newer version of Sitecore. Heed these tips carefully. They may save you a lifetime of stress […]