Microsoft® Solution for Internet Business (MSIB) is an integrated solution that uses high-quality Microsoft® Windows Server System™ servers to provide end-to-end processes and features for sophisticated Internet sites. Overview MSIB addresses emerging business models that have evolved from relatively simple structures of linked HTML pages to complex, feature-rich applications. MSIB provides content management, automates business […]

Today I had a chance to meet Robert Scoble and his wife Maryam for dinner at his house. Robert invited me after he found one of my blogs about the tour I plan to do with my girlfriend Michaela in the next couples of week. Robert, if you are “listening”: thanks a lot to you […]

Have some of you have also been bothered by the fact that MCMS does not provide an enumeration method for Posting and Channel properties? Or for some of the other MCMS objects like Resources, Resource Galleries, Template or Template Galleries? Such a feature would be pretty interesting if you (e.g.) create a generic server or […]

I have seen several posts in the newsgroup where people suggested to use the DataSource.RawContent property to access the content of a placeholder. This method is highly not recommended! It completly bypasses the internal processing if the actual placeholder implementation which means that the content received relies on the current implementation of the placeholder. If […]

This is the first time since more than one year that I will not have internet access and will not be able to answer MCMS newsgroup questions. I hope you guys are able to survive a month without me. 😉 But I’m sure you will. On the right you can see the tour I have […]

Today I played around a little bit more with HttpModules and implemented a more elegant solution for the problem as discussed in my previous post. Especially the second problem – normal postback caused by ASP.NET controls – was not properly solved as it required to do the modification on every template file. Using an HttpModule avoids this overhead. Here […]

I received the question if it is possible to get the current active context inside a custom placeholder definition. This is not the same as within a placeholder control as a placeholder control always uses the CmsHttpContext. A placeholder can live without the CmsHttpContext (e.g. in a CmsApplicationContext). To check which mode the context is […]

Most of the sample code I have written is in C#. To get this converted to VB.NET the following tools are very useful: http://www.aspalliance.com/aldotnet/examples/translate.aspxhttp://www.kamalpatel.net/ConvertCSharp2VB.aspxhttp://www.ragingsmurf.com/vbcsharpconverter.aspx All three provide only translation from C# to VB.NET. If someone needs conversion from VB.NET to C# I found the following tools: http://w1.311.telia.com/~u31115556/desc/programs.htm#BabbelFiskenhttp://www.codeproject.com/csharp/GBVB.asp

Yesterday I received the question to add an RSS feed to one of our internal MCMS Web sites. At that moment I did not know more about RSS as that this blog has an RSS feed to be able to keep updated with my writings. 😉 So I searched for a document explaining what RSS […]