This post is about creating a sitemap that will be updated after every page publish. At page publish a custom deployer will be trigered that
will the store page information into a custom table. We can then generate a custom sitemap provider that can...
This post is about creating a sitemap that will be updated after every page publish. At page publish a custom deployer will be trigered that
will the store page information into a custom table. We can then generate a custom sitemap provider that can...
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);...