Handle URL redirects in a Sitecore multisite solution using FileMapProvider

I would like to share with you guys how you could do URL redirects in a Sitecore multisite solution with Microsoft’s URL Rewrite Module using the FileMapProvider. FilemapProvider is very cool, it reads the URL mappings from a text file. It can be used instead of the built-in rewrite maps functionality when the amount of … More Handle URL redirects in a Sitecore multisite solution using FileMapProvider

Create a custom control in Sitecore: DateTime with TimeZone

2015 will be a great year, especially when Sitecore recently released their flagship Sitecore 8. I just love the design and all the new cool things that comes with it. I want to show you guys how to make a custom control – DateTime with TimeZone. There is a great post out there which explains … More Create a custom control in Sitecore: DateTime with TimeZone

Make your own custom Standard Values tokens in Sitecore

I just love Sitecores’s Standard Values. They allows you to set default values on an item when it’s created. There are some really nice posts explaining the basics of Standard Values. Please read John West’s post – ALL ABOUT STANDARD VALUES IN THE SITECORE ASP.NET CMS and Jens Mikkelsen’s post – Standard Values in Sitecore … More Make your own custom Standard Values tokens in Sitecore