In this article I will try to elaborate how to design flexible layout with Dynamic Placeholder.
Continue reading
Compare Sitecore contents between two environments
Sometimes there is need for comparing the contents between two environments. It can be local to QA, QA to Stage or Stage to Production. So I thought of building a simple page, by which we can compare items between two environments.
How to upload Sitecore TDS package programmatically
We live in a world of automation. Everything we are doing manually, we always try to do it in automated way. It’s true for deployment of codes as well. In Sitecore project deployments, one of the key area is deploying the Sitecore packages. This can be a pain if we do it in manually (Generate Package from Sitecore environment and upload it to another environment), every time we deploy the code to another environment.
How to use composite custom fields in Sitecore content editor?
Sitecore Composite Custom Fields
Most of us who are working in Sitecore might have implemented Sitecore custom fields in content editor. Let’s make it a bit complex by implementing composite custom fields.