Yesterday, the long-awaited version 2 of DD4T was released after a 3 month beta period. Or rather, the .NET version was released. The java version will follow shortly, hopefully before the end of the year. Compared to the beta version, the release contains...
What changes in SDL Web 8
After a long wait, SDL finally launched SDL Web 8 – The next version of their flagship Digital Experience platform. There are many new features and quite a few significant changes has been made in it from the previous version...
This post adds pagination capabilities to an AJAX Dynamic Component Presentation (DCP) presented in an earlier post Rendering Only a Partial for AJAX . The use case is the following: we have a controller that displays a list of DCPs in a paginated way...
This post is part of a series. In the previous article I explained how you can create your own ViewModels in a few minutes. In this post we will look at number and date fields. We will also learn how to model multiple value fields and metadata fields...
Workflow is a rarely implemented (but extremely powerful) piece of the SDL Web (SDL Tridion) solution. It allows companies to introduce governance and control to the material on their website, inline with general content editing activities.
Why is it...
This post is part of a series. In the previous article I explained what ViewModels are and why they are useful. I imagine you are all excited about this, so let’s see how you can create your own ViewModels in a few minutes! First of all, you need to have...
As mentioned in my earlier blog posts, I am passionate about making the lives of Tridion content editors as easy as possible when working within the Tridion Content Management System.
Although there are lots of very interesting developments going on...
Check out the previous posts about the NavigationFactory: Navigation and Navigation (part 2) . I presented a way to deserialize the navigation XML into an object model and then serve it through a factory class that uses caching. In this post, I will present...