Tridion developer articles and tutorials

  • How to use Textpad as your template editor

     
    Introduction

    This document explains how you can configure Textpad so that it recognizes Tridion template code.

    Prerequisites

    Textpad

    1. How to configure textpad to highlight Tridion template code

    Download this zip file and unzip it. Put the file tridion_script.syn in c:\program files\textpad\sam…

  • Scaling Out the Tridion Search Collection

     
    Introduction

    When you want to use multiple management systems, you will probably need to keep a single search collection. To Scale out the search collection, the preferred option is to create an application proxy for the search objects. This HowTo describes the steps to get an installer for an application…

  • Deployment using HTTP

     
    Introduction

    Tridion's Content Deployer is able to receive content on many different protocols, one of these is HTTP and its secure version HTTPS. The whitepaper outlines the basic setup required for a HTTP based Content Deployment. This document will cover basic architecture, setting up the publication…

  • How to create a custom WebForms Field Type 2011

     
    Introduction

    This How-To-Guide examines the process involved in developing, testing and implementing Custom Field Types for Tridion WebForms. A custom field type should be created when a certain type of functionality is not provided as standard. A case study will be used to demonstrate, in practical…

  • Tridion Broker Query and Sorting Syntax

     
    Introduction

    Using the Content Broker, it is possible to search for components using a SearchFilter. The SearchFilter offers the possibility to search using a query language. However, this language is not documented anywhere. There are some examples in the Content Delivery Reference Guide, but no complete…

  • How to trace XMLResponder requests

     
    Introduction

    The XMLResponderTraceTool is a component that is started automatically when XMLResponder requests are processed. It shows incoming XMLResponder messages/requests and outgoing messages/responses. Using the XMLResponderTraceTool is a great help when investigating problems or for just simply…

  • Using multiple character sets

     
    Introduction

    This document provides an overview of how a web developer can code multi-language websites with different character sets. The examples uses ASP as the presentation server development language. A brief description is given on which settings needs to be configured within Tridion per website…

  • How to create a Folder Processor

     
    Introduction

    This document shows how to implement a way to pick up all the elements from a folder, extract this information in XML format, sort all the elements choosing the criteria and display this information.

    Prerequisites

    This code was developed to solve the following problem:   

        * The customer organizes…

  • Creating PDF files using the Tridion PDFCreator

     
    Introduction

    The Tridion PDFCreator module converts Tridion Components into PDF documents. It uses 2 open source projects to perform this, namely html2fo and Apache FOP. In its simplest use case, PDFCreator will create a new Multimedia Component in the same folder as the source component containing a…