This step-by-step document will guide you how to migrate content from an old implementation to a newly rebuilt website, which involves besides new functionality and requirements, new templates where you need to migrate content from a deprecated template to new ones.
Sitecore 8.2 Custom Keyboard Shortcuts
If you are a big fan of keyboard shortcuts, Sitecore offers you a way you can speed up your experience using a combination of keys and trigger some commands. Here, I will give you the recommended ones and other useful hot keys that will make your life easier.
Sitecore renames my field’s title
Have you ever seen an odd issue where your field title is different from the one you defined on your template even if you didn’t set any Display Name value? Well, here I will explain how you can come across with this issue and how you can resolve it.
Refresh Sitecore dictionary entries
In this post, I will talk about an issue I experienced when using Sitecore Dictionary items which are very useful when you want to display a text in different languages, depending on the current language, and make this text content managed.

Sitecore Module – Solr Admin Panel
In this topic, I will describe how I created a Sitecore’s control panel tool for Administrators and developers who want to check the Solr Administration User Interface directly.

Sitecore Federated Experience Manager
This is a simple guide about how to connect your external site (non-Sitecore site) and manage it from Sitecore. This tutorial will show you a brief demo about what we can do using this cool feature.
The Federated Experience Manager is an out-of-the-box application that allows you to add new components to the current site, track visitor interactions and generate analytics information.
Sitecore-MongoDB Calculate Closest Distance
This is a short guide about how to configure your mongoDB in order to calculate the closest distance between two coordinates.
Render SVG Images in Razor with Sitecore
In this episode, I will explain how you can configure Sitecore to handle svg images and render them in razor views. As you may notice, if you try to upload an image, it will be processed as a media file instead of an image this is because Sitecore doesn’t support svg extensions in the media library out of the box.
Read More »

Sitecore Custom Link Field Validator
Sitecore comes with cool out-of-box field validators that can be applied to each template field, depending on its type. Obviously we can create our custom field validators and here I will explain how to create one.
As a Sitecore developer, when you add a field in a template and want to restrict the input of content editors, applying a business logic or you just want to ensure the inserted value is valid we should definitely use field validators.
Sitecore WFFM – Custom Save Action with Field Mappings
If you need to create a custom save action using Web Forms For Marketers and you need to map those fields to a specific model, it is possible using Field Mappings.
This tutorial will teach you how you can easily map al your form fields with a model, specially when you are working on a third-party integration.