Small silly mistake that i did in a dreamweaver template code, cost me hours of debugging to figure out. Thought of sharing this so that you won't face the similar situation. While executing the following dreamweaver code, I got the error " RenderComponentPresentation...
In my previous post I discussed how to get started with ASP.NET MVC3 and Tridion using the opensource DD4T framework .
In this post I want to show you how DD4T handles the rendering of ComponentPresentations on a page.
In my previous example, the whole...
In my previous post I discussed how to get started with ASP.NET MVC3 and Tridion using the opensource DD4T framework .
In this post I want to show you how DD4T handles the rendering of ComponentPresentations on a page.
In my previous example, the whole...
With this command we can create an encrypted config file to use with tcmupload ( http://www.sdltridionworld.com/community/2011_extensions/AssemblyUploader2.aspx )
Run TcmUploadAssembly.exe from cmd to create an encrypted config file. Read the full...
With this command we can create an encrypted config file to use with tcmupload ( http://www.sdltridionworld.com/community/2011_extensions/AssemblyUploader2.aspx )
Run TcmUploadAssembly.exe from cmd to create an encrypted config file. Read the full...
We can use the following code to get a component it’s default (metadata defined by tridion) metadata.
int publicationID = 1;
int componentID = 213;
Tridion.ContentDelivery.Meta.ComponentMetaFactory f = new ComponentMetaFactory(publicationID);...
We can use the following code to get a component it’s default (metadata defined by tridion) metadata.
int publicationID = 1;
int componentID = 213;
Tridion.ContentDelivery.Meta.ComponentMetaFactory f = new ComponentMetaFactory(publicationID);...
Recently I discovered GetGlue after a work buddy of mine told me I should check it out. A lot has been written already, but I had never heard about it until a couple of days ago. The press call it the thing to look out for in 2011 and it is already quite...