WCM in SharePoint–Page Content Column


A bad workman always blames his tools and in the case of SharePoint, I have run into people from time to time that are, let’s just say, less than thrilled about some of SharePoint features.

A message I have across the board is this;  Be sure that you are using the correct part of SharePoint for the task at hand.  This is of course assuming that SharePoint was the correct tool in the first place, let’s move on.

Example

When building public facing websites, article pages are used to create content, both static and dynamic.  One of the native columns that ship with an article page is the Page Content column.  This column allows for HTML editing via a WYSIWIG interface with the ability to switch to HTML view for the advanced user.  It is pretty powerful, yet simple to use.

During one of my many system reviews I came across an installation that was using the Content Editor web part in the place of the Page Content column.  Now in theory, these elements are identical, but under the hood, the following is revealed:

  • Content Editor does not support versioning;
  • Content inside of the content editor web part cannot be displayed in a Content Query web part via XSLT as it is not a selectable column;
  • As it does not support versioning, it by extension doesn’t support (Variations, Roll backs, Scheduled Publishing)

SharePoint is a wonderful platform that can enrich many companies’ collaboration and information sharing capability, but used in the wrong manner it can also be very painful.

The education in SharePoint never stops and with a new version on the horizon, I can’t wait to see what’s vNext.  Smile

Solved: SharePoint Returning a Blank Page


After installing SharePoint Server 2010 on my fresh copy of Windows 7 I was seeing a completely blank page when hitting the site. Central admin was showing an empty page too. The blank page showed up almost immediately after navigating to the url, so it appeared to not even be trying to load.

After much digging and prodding I stumbled across the answer: I had forgotten to tick the Windows Authentication box when installing the IIS7 features.

So I enabled it like this: Control Panel > Programs and Features > Turn Windows features on or off >Internet Information Services > World Wide Web Services > Security >tick ‘Windows Authentication’, did an iisreset for good measure, and smiled as SharePoint loaded up.

There are probably many other reasons why one might get a blank page when hitting their SharePoint site, but if you run into this one, remember to check if all the relevant IIS features are installed. You never know.