In a previous post I described what is new in SDL Tridion 2013 Workflows but using a Technical Preview point of view, this time I wanted to provide some information about development of SDL Tridion 2013 GA. Classes Design The GA version introduced a new...
This post presents an example on how to transform a navigation XML with a parameterized XSLT in order to produce a simple breadcrumb. Navigation XML The navigation XML is produced using one of the TBBs described in earlier posts: Generate Structure Group...
Quite often we have to perform some actions when item is Published or UnPublished. The easy answer here is to use event system, but what event do we need to subscribe to? Some people tend to subscribe to PublishTransaction save event, but it’s not the...
This post presents an example on how to transform a navigation XML with a parameterized XSLT in order to produce a simple site navigation. Navigation XML The navigation XML is produced using one of the TBBs described in my earlier posts: Generate Structure...
An old-school Tridion best practice says " whenever possible try to use GetListItems over GetItems due to significant performance degradation on the latter ". Now that might have been very well possible on the old TOM (Tridion Object Model). But is it...
Details
Date
Wednesday, September 4, 2013
Time
8:00 pm, Central European Time (Amsterdam, GMT+01:00)
Slides
slides
Recording
via SDL
Presentations
Session One: OData Query Extension
An extension to the...
This TBB Generates an XML containing all Structure Groups and Pages whose title abides to a naming convention, in hierarchical structure. The naming convention is given by regular expression (e.g. title starts with 3 digits followed by underscore or space...