Jawad Khan

Jawad's Lodge - The willingness to torture yourself before others is what makes a developer truly a unique breed.
posts - 45, comments - 150, trackbacks - 155

My Links

News

Archives

Post Categories

Image Galleries

Microsoft Content Management Server

This section will contain Tips and Tricks, Talks and News about MCMS related Posts.I have worked extensively with MCMS 2002 and 2001 and like to share the issues I have faced and resolution to them.

Microsoft Content Management Server 2002 - Service Pack 2 ships!

Real exciting news from Web Content Management team at Microsoft.The Service Pack 2 now provides much awaited support for Microsoft SQL 2005 and Viusla Studio 2005 is now available in MCMS 2002.Master Pages as well as the authentication and navigation provider models support.

posted @ Friday, November 11, 2005 1:33 PM | Feedback (0) | Filed Under [ Microsoft Content Management Server ]

MCMS 101 - Free downloadable eBooks to get you started with MCMS 2002 ...

Here are few useful online free books listed on MSDN that will get you started with Microsoft Content Management Server before you do your own investment and buy a MCMS 2002 Book or take an official MOC Training.

posted @ Monday, October 03, 2005 7:28 AM | Feedback (6) | Filed Under [ Microsoft Content Management Server ]

MCMS 101 - What is a Web Publishing CMS System, Features,Benefits and Current Market ...

Here is a Great article explaining Web publishing Content Management Systems in general. Who should be using them. What are the advantages and benefits of using a web based Content Management System and the different players offering Web based Content Management Solutions.

posted @ Thursday, September 29, 2005 11:43 AM | Feedback (1) | Filed Under [ Microsoft Content Management Server ]

MCMS 101 - Recommended Book to Learn Microsoft Content Management Server 2002

I get lot of queries from the Clients and from my Blog readers about the recommendation MCMS 2002 Book/Tutorial. The following book is great for Starters as well as seasoned MCMS professionals. I would highly recommend it ....

posted @ Thursday, September 29, 2005 9:39 AM | Feedback (9) | Filed Under [ Microsoft Content Management Server ]

Utility for searching a substring in Microsoft Content Management Server for Admins/Developers

I have created a Windows App utility that can search All or Specific Portal for any particular string to be found in any of the placeholders. Portal is determined to be the First Level Channel after /Channels root.

posted @ Thursday, September 29, 2005 8:27 AM | Feedback (2) | Filed Under [ Microsoft Content Management Server ]

MCMS HotFix KB# 836895 - Problem installing on XP - The query string arrays are not correctly passed to the posting

Recently I came across this issue with KB#836895. It installs perfectly on Windows 2003 machines but refused to install on Windows XP development machines. Since we are using some custome paramters that needed to be passed to different MCMS posting it was hard to debug since all the development machines where Windows XP.

posted @ Friday, August 26, 2005 12:14 PM | Feedback (0) | Filed Under [ Microsoft Content Management Server ]

Microsoft Content Management Server Support for ASP.Net version 2.0

MCMS 2002 Service Pack 2 will have the support for ASP.Net 2.0 though there will still be some New features that will not be supported or fully suported by MCMS running under ASp.Net 2.0 framework for example Web Parts ...

posted @ Monday, July 11, 2005 12:52 PM | Feedback (0) | Filed Under [ Microsoft Content Management Server ]

How to use different CSS Files in the Same template for Different WebSites in MCMS 2002 ...

Microsoft Content Management Server 2002 makes it easy to create multiple websites using the same template set. This feature is very useful if you are creating sites that require different feel and look but same/similar functionality or at-least share some templates between each other.The challenge here is how to add a CSS to the rendered posting so the feel and look is different depending on which MCMS Site Hierarchy you are in. Following is the solution. This solution allows you to treat

posted @ Monday, June 20, 2005 2:09 PM | Feedback (2) | Filed Under [ Microsoft Content Management Server ]

Troubleshooting MCMS 2002 Issues and very Useful Resources .....

This post will evolve with time. I wanted to share the resources that I myself use to troubleshoot the issues with MCMS deployments during my consulting assignments. I am just starting this post now but down the road I will also add step by step guide for things to check while installing and running MCMS 2002 installation in Production, Staging, Content and Development Environment. So keep visiting back to get more details.

posted @ Wednesday, June 08, 2005 11:46 PM | Feedback (2) | Filed Under [ Microsoft Content Management Server ]

MCMS 101 - Creating a BreadCrump Control that skips undesired Channels (Folders)

I have seem a few Breadcrumb Controls for Microsoft Content Management System that display the Hierarchy/Path of the current Posting(page). While designing a MCMS 2002 site the site-map is laid out in such a way that the Navigation of the site is made simple and its easily accessible by the MCMS API calls.Its common to have a Hierarchy like this /Channels/RetailerSite/en-CA/LeftNavigation/OurProducts/Computers and /Channels/RetailerSite/en-CA/LeftNavigation/ThirdPartyProducts/WebCams.

posted @ Wednesday, June 01, 2005 11:36 PM | Feedback (0) | Filed Under [ Microsoft Content Management Server ]

MCMS 101 - How to Check if you are in Live Mode or if you are editing the Content of a Posting ....

Here we go again. One of the simplest but kind of hidden functionality is how to determine if the current posting is accessed in live mode or in the edit mode. Microsoft Content Management Server has several modes to display the page out of these three are the most prominent ones i.e. Published , UnPublished and Editing Mode. It is frequently asked that how you can display hint to the authors while they are Creating a new posting or editing an existing one ...

posted @ Friday, May 20, 2005 11:17 AM | Feedback (2) | Filed Under [ Microsoft Content Management Server ]

MCMS 101 - Getting/Searching list of Channels or Postings by Custom Property ....

Here is another article in the MCMS 101 series. This one deals with getting a list of all the Channels / Postings that contain a specific Customer Property. Remember that custom property should only be used for searches that are not very extensive and return a small set. If your have requirements of frequent searches on a Mets Information of a Channel(folder) or Posting(WebPage) then a better solution is to have a User Database linked to it. I will talk about it in my future Posts.

posted @ Wednesday, May 18, 2005 4:35 PM | Feedback (5) | Filed Under [ Microsoft Content Management Server ]

MCMS 101 - Automatically Approve all the Posting after copying or Making Bulk Changes to the Site

It is common to create multiple websites in a single instance of Microsoft Content Management server 2002 Server. Usually these sites share same site structure with different Content and different Skins. The simplest and efficient way to kick off a new site is to copy the child channels and posting after creating the Root channel for the New site.

posted @ Wednesday, May 18, 2005 4:17 AM | Feedback (0) | Filed Under [ Microsoft Content Management Server ]

Calculating Cache Node Size for MCMS Site Administrators .. SQL Script

I am often asked what is the optimum value to put in the “Maximum Nodes in Memory Cache” setting in the Site Configuration Application Tab 2 named Cache in your Production environment. The idea is that the node cache is big enough to hold a 'copy' of all the nodes for your entire site, so the suggested size calculated from following script is the one to go for.

posted @ Tuesday, May 17, 2005 1:39 PM | Feedback (3) | Filed Under [ Microsoft Content Management Server ]

Creating Custom XML Placeholder Control ......

MCMS 2002 has a XML placeholder definition object but there is no XML placeholder Web Control shipped with the product. Woodgrove Sample MCMS website comes with a XML placeholder control but it real annoying in the sense that you only have 10 rows of text visible at a time. It is common requirement to customize the XML placeholder feel and look and also the functionality.

posted @ Monday, May 16, 2005 8:47 PM | Feedback (4) | Filed Under [ Microsoft Content Management Server ]

MCMS 101 - Getting Content out of Placeholder ....

The most common functionality required in any MCMS project is to get access to the content contained in the placeholder. MCMS has different kind of placeholder definitions like HtmlPlaceholder, ImagePlaceholder, XmlPlaceholder and AttachmentPalceholder. It is desirable to get the content according to the type of placeholder for e.g in case of ImagePlaceholder you want the URL of the Image or some other properties rather then just a blog of string or HTML.

posted @ Sunday, May 15, 2005 5:04 PM | Feedback (1) | Filed Under [ Microsoft Content Management Server ]

MCMS 101 - How to point your Local Site Manager to another Environment ....

One of the simple but very handy feature is to be able to have shortcuts on your desktop that can invoke site Manager that is pointing to Development, Content, Stagging and Production Environment.

posted @ Saturday, May 14, 2005 7:23 PM | Feedback (0) | Filed Under [ Microsoft Content Management Server ]

How to maintain a Microsoft Content Management Server database

posted @ Friday, May 13, 2005 2:47 PM | Feedback (2) | Filed Under [ Microsoft Content Management Server ]

MCMS 101 ... How to get List of Child Channels Name and Url for Navigation control ...

posted @ Friday, May 13, 2005 2:21 PM | Feedback (2) | Filed Under [ Microsoft Content Management Server ]

MCMS 101 - Quick Tutorial ...

posted @ Friday, May 13, 2005 11:11 AM | Feedback (5) | Filed Under [ Microsoft Content Management Server ]

Invalidating ASP.Net Output Cache (Template) when new Content is Imported

posted @ Thursday, May 12, 2005 10:49 PM | Feedback (0) | Filed Under [ Microsoft Content Management Server ]

Powered by: