This article explains the importance of SDL Tridion BluePrint Localization and its consequences. Also, it gives support for your BluePrint design and localization standards by using a rule of thumb... Minimizing Localizations Read the full text.
This week, I’ve been working on creating an installer for the PowerTools project.
In this post I will go through some of the lessons I learned, while giving a general overview of the new installer.
Requirements
Before creating an installer, it...
Hi fellas, I know it's been a while since I posted anything here. It's been a pretty busy year (for all of us, so I know there's no excuse). Anyway, in this post I will be explaining the steps to configure tomcat in Eclipse. After reading it you will...
Quite often there’s a need to create publications structure from design or text document, so why not create it from XML? Here’s a script that will do it for you. It’s using CoreService, so you can only use on Tridion 2011 and later. It will first create...
This code can be used to get a link to a page where a component is added. It will return the first
page found.
string NavigateUrl;
ComponentLink ComponentLink = new ComponentLink(PublicationID);
if (ComponentLink.GetLink(ComponentTcmID...