As a Sitecore developer, you might have faced some errors while working with Sitecore, especially during the setup/installation process. In this blog post, we will discuss some of the errors I encountered during the Sitecore getting started template setup through docker on my local machine. “Docker Desktop – WSL kernel version too low” This is […]
Posts Tagged ‘Sitecore’
Still Working with Sitecore Without Docker? Check Sifon, your New Multitool in a Sitecore Toolbelt
Hey Sitecore professionals, if you have not heard about Sifon for Sitecore – you must definitely check this out. I spent a lot of time building and testing it and can say Sifon is a definite Swiss army knife for local Sitecore development in the right arms, so you’d really like to learn why. Installing […]
Navigating Content Workflow Excellence: Sitecore vs. Content Hub
In the dynamic realm of content management, workflow management emerges as the linchpin to ensure that the right content finds its way to the right audience at precisely the right moment. Workflow systems are indispensable for streamlining content creation, review, and publishing processes, ensuring efficiency and accuracy. In this blog post, we’ll delve into the […]
Excluding and Including Sitecore Assemblies in Helix Publishing Pipeline Solution
If you have a Sitecore Visual Studio solution inspired by Helix Example and tried source control the Sitecore assemblies or Hotfix assemblies and are unable to copy it to the deploy folder then this post explains how we can publish the same to the deploy folder and we will try to understand how it works. […]
Discovering Sitecore PowerShell Extension – Part 1
Discovering Sitecore PowerShell Reports Sitecore PowerShell is a popular and powerful module that can be used as a development accelerator. It allows Developers, Content Authors, and Marketers to automate various tasks like content creation, audits, correction, etc. Apart from infinite possible usage with custom scripts, SPE already has provided a lot of ammunition in existing […]
Switch SXA Themes Based on Cookie Value
The Requirement There was a requirement to give users the ability to switch the themes of the site. We can have multiple use cases to switch the theme of the site as mentioned below and provide a better user experience. We can show a pop-up on the home page with a message like “Do you […]
Number 100
I have been working at Perficient for almost 8 years. I have always enjoyed writing blogs and sharing my knowledge with others. This is my 100th blog post! WOW! I can’t believe I finally made it! Come with me while I take a look back at 8 years worth of content. Series I write a […]
Integrate Library in Sitecore SXA
While working on Sitecore SXA projects, we came across a requirement where we needed to integrate a library in SXA without reinventing the wheel. Hence, we will check this thing using an example of integrating Bootstrap Modal in Sitecore SXA. So, multiple times, we encounter a need where some content must be displayed in pop-up. […]
How to create custom Cascading Dropdown List element in Sitecore Form.
Sitecore has form elements OOB that meet practically all form requirements. But in some scenarios, we may need to create a custom element to fulfill the requirement like the Cascading Dropdown List. We had a scenario where we needed to load all Products of selected Categories in dropdown lists. We intended to utilize the Sitecore […]
The Big Deal with Headless
Performance Matters. According to Amazon, 1 second of load lag time would cost them 1.6 billion in sales per year. Walmart says, for every second of improvement, they receive a 2% conversion increase. According to Akamai, every 100-millisecond delay in website load time can hurt conversion rates by 7%. And for every second delay in […]
Sitecore: The Power of Caching
Website performance plays a crucial role in delivering a great user experience. Slow-loading websites can lead to frustrated users, higher bounce rates, and lost opportunities. I’ve written about performance in the past, specifically about diagnosing Sitecore performance problems. Sub 500 millisecond time-to-first byte is hugely important and there are a number of ways to get […]
Getting to know Sitecore Search – Part 7
Welcome back to getting to know Sitecore search. In this post, we’ll continue modifying our react ui to add a search bar, facets, sort options, and more style updates. Update Search Results Component In the previous post we used the basic search results component. But it was missing a search bar. Luckily, the sdk has […]