In the previous post Simple Publication Resolver , I presented a simplistic way of putting generic pages into Publication context by identifying the Publication URL by just applying a regular expression to the URL path. In this post, I present a proper...
The Razor Mediator is a great community tool, which makes SDL Tridion (SDL Web) templating easy!
The out of the box settings work well, however there is something to be aware of if you are making changes. Changing some values can cause memory leaks...
The Razor Mediator is a great community tool, which makes SDL Tridion (SDL Web) templating easy!
The out of the box settings work well, however there is something to be aware of if you are making changes. Changing some values can cause memory leaks...
I finally found some time to start working on my own plugin built in this incredible new framework developed by Content Bloom called Alchemy. You can see my plugin on the Alchemy Webstore here. It’s called Not Used and it’s really just … Continue reading...
This series of post try to list down possible steps to install SDL Web 8 on a virtual machine. This specific post will list down steps to install SDL Web8 Content Manager modules.
Further Assumption – The installation will assume using x64 machine with...
What is component synchronization
Quite often when you change your schema with changes like adding fields with default values, changes xml field names, namespace changes etc.; it require all components based on that schema to be synchronize with these...
In previous posts I referred to a utility method GetPublicationUrl . This method simply looks up the current request path and returns the first two levels under the root. In my current implementation it is these two levels that identify the Publication...