In the previous posts Navigation and Navigation (part 2) , I presented the NavigationFactory class and the object model obtained by deserializing the navigation XML. In this post, I will present simple examples of creating breadcrumb and navigation structures...
I’ve written before about staged upgrades , and the procedural advantages that may bring depending on your organization. Being able to plan manageable chucks of upgrade activity certainly can be attractive, when dealing with a large eco-system.
In SDL...
Okay, you’ve invested in SDL SmartTarget and are ready to allow your marketing team to deliver targeted content to your website users.
So, where do you start?
This blog post will outline some basic steps that you may want to consider for getting...
One of the most useful novelties in DD4T 2.0 are the ViewModels. A ViewModel is a simple class, normally consisting only of properties, which is handed over to a view for rendering. In this small series – published daily until Christmas – I will explain...
Below is a quick reference to the prerequisite for SDL Web 8 installation:
Hardware Prerequisite:
CPU
Clock Rate – 2.70 GHz
Cores – Dual Core or Quad Core
Memory
RAM – 8 GB
Hard Disk – 40 GB HDD
CM and CD Database Prerequisite:
DBMS
Oracle...
In previous post, Navigation , I presented the foundation for deserializing the navigation XML into an object model. In this post, I'll continue presenting the NavigationFactory class and the integration with caching. The NavigationFactory class is a...
Recently, I’ve been working more frequently with Translation Manager and SDL Tridion. It is a great plugin, with extension points, customization possibilities and drastically streamlines translation processes.
Then came SDL Web 8, and as part of an...
Most of the websites I have worked on already existed before upgrading them to DD4T. This means the navigation has already been implemented, usually as means of publishing an XML file from Tridion (most always called navigation.xml ;-) ), and then rendered...
Retrieving Classified Items for Multiple Keywords My intention when retrieving the classified items for a taxonomy is to resolve the entire taxonomy (i.e. all its keywords) first, and then cache it. This way, retrieving the related content for a given...
Bundles, until recently, had mostly escaped me. I’d had no reason to use them, and had not made the effort to investigate them.
Recently all that changed. I decided it was time to look into Bundles and how they could benefit my implementation.
Before...