Using A4T to open a popup and keep reusing it. This post was prompted by a slightly related question on the Tridion Stack Exchange on opening a popup using the Alchemy A4T Framework. I thought I would share a simple way of opening a popup. in your command...
It is possible to retrieve the IPage model object from a Component Presentation context. Whether this is a good practice or not, I'm not going to debate it here. In case you need the IPage object, this is how to get it. From Component Controller The simplest...
The following always happens in an implementation -- some field in a Tridion Schema has a wrong "XML Name". Maybe it's capitalized wrong, or just a silly name that doesn't reflect what the field should be. In any case, you just want to rename it. Yes...
SDL Tridion Experience Manager Out of the box now!!! Sometimes you need a short use case to justify setting up Experience Manager in your organization. This one may just do the trick. SDL Tridion Experience Manager Out of the box now!!! Read the full...
Caching is a necessity for any web application for better performance. The same is applicable for any Tridion (.Net) based project as well.
You must be aware of the Tridion Caching Mechanism but this is not the same and placed at web application level...
I have been talking so far about strongly typed models for DD4T .net in the sense of mapping a Tridion Schema into an identical View Model, where each Schema field is represented by a property of the model class. In real life thought, this one to one...
As promised in a previous post, I'll talk a bit about the dependency injection, and namely about using Ninject with DD4T .net. First, I'm not going to attempt to compete with Rob's post about Using Ninject with DD4T . On the contrary, I'm completely piggy...