There will be scenarios where you need to restrict/display certain data based on particular URL.…
Category: How To
How To Get A Sitecore Items Url?
In any Sitecore project if we have to link one page to another page we…
How to get an MD5 checksum in PowerShell
In this article, We will learn How to Generate an MD5 checksum in PowerShell Script. Before…
Empty an Array with JavaScript
Empty an Array with JavaScript is the common task which every developer performs. Most of…
Dynamically Create robots.txt for Multi-Site in Sitecore
Sitecore doesn’t give multisite robots.txt out of the box and we need to build this…
Convert a list to string in Python
There are various scenarios where you would need to convert a list in python to…
Python Convert Bytes to String
In this tutorial, we will take a look at how to convert bytes to string…
How to Schedule Tasks on Sitecore?
Sitecore has its own task scheduler and we can schedule any tasks or jobs on Sitecore.…
Python Compare Strings: A Step-By-Step Guide
In Python the strings are compared with == and != operators. These operators compare if…
How to replace characters in a string in Python?
If you are looking for replacing instances of a character in a string, Python has…
fatal: refusing to merge unrelated histories [Solved]
The “fatal: refusing to merge unrelated histories” Git error occurs when two unrelated projects are merged, and two projects…
How to create a JavaScript Dictionary and add key value pairs
Dictionary objects are very useful in any programming language. In this article let’s see how…