In the early days of October, the SDL Tridion MvPs and Community Builders were given a free trip with all expenses paid by SDL WCMS. To reward and encourage their participation in the Tridion community and with the idea that if you put smart people together...
Back in January I got the following comment from a customer: "Sometimes our editors publish an entire Structure Group and it takes too long since it has quite a few pages and actually what they want to do is just to republish a given page. We have also...
Most of you reading this will likely be aware that the SDL Tridion MVP retreat just took place. I’m not going to go in to the details of what happened as Jules has already done this, and I experienced...
Most of you reading this will likely be aware that the SDL Tridion MVP retreat just took place. I’m not going to go in to the details of what happened as Jules has already done this, and I experienced far less drama than he did. What I am going to do...
Today I have been working on writing some code using the TOM Interops and realized that every time I have to use the TDSE object, deal with COM objects, releasing them, etc... I use som .Net classes that help me out a lot and make my life easier when...
When you use a .NET TBB to create a Component Presentations array, use the ComponentArray Package Item ContentType, rather than the expected ComponentPresentationsArray type: Item pageRegionCPsItem = this.m_Package.CreateStringItem(ContentType.ComponentArray...
Rather than a line by line execution it seems that within a region all ${..} expressions are resolved first, before the rest of the TEL is executed. This makes the following impossible: @@Push(“TabIndex”, TemplateRepeatIndex)@@ @@Push(“TabId”, “Tab${TabIndex...