Here we are as promised, in part 2 of troubleshooting the Deployer I continue to follow more ways to figure out what could be causing certain deployment woes. Let's take a look at one of the most important lines in the cd_deployer_conf.xml file <Queue...
During a recent project, the client had the need to upgrade their Tridion Systems to 2013 SP1, and upgrade their existing SiteEdit implementations to use the new Experience Manager (XPM). In this post I will briefly describe my first thoughts on the product...
Upgrading Tridion 2013 to 2013 sp1 is a fairly simple process. However, an issue exists in the installer and if you don’t take the following step, the upgrade installer will fail with a mysterious message. This tip is thanks to Pankaj Guar Rename the...
This Tridion .NET TBB gathers all repeating fields in a component and adds them as entries into the package. They’re grouped to allow you to iterate over individual groups.
using System.Collections.Generic;
using System.Linq;
using ContentManagement...
Demonstrates how you might go about creating a JS & CSS Resolver that can be used during publishing to inject the CSS and JavaScript references into the Page Template output.
This particular resolver looks for CSS and JavaScript in the page metadata...