Uncategorized

Just want to let all of you know that I recently uploaded an updated version of my Web Author Extension to allow configuration of the standard web author dialogs (see here for details). The new version now also supports configured sorting of the revision history dialog. It can be downloaded using the link below: http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=DD7F32CC-7543-4026-B858-69CC4A25EF99

Most of you might have experienced the problem that a posting needs to be rolled back to a previous version – either because the author accidentily modified a wrong one or because the editor decides that the changes are not acceptable and rejects the changes. Although MCMS does provide the revision history browser to view […]

There are two different reasons for ugly URL’s on in presentation mode: when using Webauthor and switching to live site when doing a postback in on a form to send data to the server. The following articles discuss different ways to address this: http://blogs.technet.com/stefan_gossner/archive/2004/04/23/118623.aspx http://blogs.technet.com/stefan_gossner/archive/2004/04/29/122527.aspx http://blogs.technet.com/stefan_gossner/archive/2003/12/03/40957.aspx

In a previous article I have explained how to use the using construct to create scalable application using the CmsApplicationContext. Today I found a great article from Cyrus with more insights on this nice C# construct: http://blogs.msdn.com/cyrusn/archive/2005/05/10/415956.aspx

Ever thought about adding custom properties to resource galleries or resource gallery items? Then you will have noticed that MCMS does not support this. Andrew Connell a MCMS MVPs has written a nice and very flexible solution for this problem: http://andrewconnell.com/blog/articles/CustomPropertyDbEx.aspx