Andrew Connell [MVP SharePoint]
1741 Posts |  46 Articles |  5310 Comments
.NET  |  MCMS  |  SharePoint  |  Office System
Andrew Connell's RSS Feed    
AC's Blog Quick Links
SharePoint Quick Links
Article Categories
Archives
May, 2012 (3)
April, 2012 (4)
March, 2012 (4)
February, 2012 (4)
January, 2012 (12)
December, 2011 (6)
November, 2011 (3)
October, 2011 (17)
September, 2011 (8)
August, 2011 (6)
July, 2011 (7)
June, 2011 (13)
May, 2011 (9)
April, 2011 (15)
March, 2011 (1)
February, 2011 (6)
January, 2011 (5)
December, 2010 (11)
November, 2010 (6)
October, 2010 (12)
September, 2010 (5)
August, 2010 (4)
July, 2010 (5)
June, 2010 (6)
May, 2010 (11)
April, 2010 (11)
March, 2010 (9)
February, 2010 (9)
January, 2010 (3)
December, 2009 (10)
November, 2009 (15)
October, 2009 (15)
September, 2009 (7)
August, 2009 (4)
July, 2009 (10)
June, 2009 (8)
May, 2009 (2)
April, 2009 (9)
March, 2009 (6)
February, 2009 (16)
January, 2009 (6)
December, 2008 (12)
November, 2008 (12)
October, 2008 (27)
September, 2008 (13)
August, 2008 (14)
July, 2008 (14)
June, 2008 (12)
May, 2008 (23)
April, 2008 (12)
March, 2008 (15)
February, 2008 (13)
January, 2008 (12)
December, 2007 (10)
November, 2007 (8)
October, 2007 (15)
September, 2007 (20)
August, 2007 (21)
July, 2007 (16)
June, 2007 (8)
May, 2007 (25)
April, 2007 (16)
March, 2007 (18)
February, 2007 (18)
January, 2007 (12)
December, 2006 (16)
November, 2006 (13)
October, 2006 (18)
September, 2006 (22)
August, 2006 (27)
July, 2006 (23)
June, 2006 (23)
May, 2006 (23)
April, 2006 (9)
March, 2006 (17)
February, 2006 (15)
January, 2006 (23)
December, 2005 (31)
November, 2005 (32)
October, 2005 (38)
September, 2005 (53)
August, 2005 (30)
July, 2005 (63)
June, 2005 (30)
May, 2005 (59)
April, 2005 (29)
March, 2005 (74)
February, 2005 (27)
January, 2005 (22)
December, 2004 (32)
November, 2004 (42)
October, 2004 (39)
September, 2004 (20)
August, 2004 (14)
July, 2004 (27)
June, 2004 (40)
May, 2004 (5)
April, 2004 (6)
March, 2004 (16)
February, 2004 (26)
January, 2004 (23)
December, 2003 (7)
November, 2003 (14)
October, 2003 (20)
September, 2003 (4)
Post Categories



Managed Windows Shared Hosting

Now for the part most are probably waiting for… what’s new with SharePoint Server 2010 Web Content Management! I’ll touch on just a few things in this post… obviously you can leverage a ton of the new stuff in SharePoint that’s available across the board such as Silverlight, leveraging the ribbon, and so much more.

Content Organizer

This tool has two purposes. First, there are those of you who have large page libraries with hundreds or thousands of pages in a single library. The content organizer will help you with those and make sure you can keep things a bit cleaner and… well… more organized.

The other goal of this tool is to help content authors with the question it seems everyone has: “where does this go on the site?” Sometimes that question isn’t so straight forward… this will help with that as well.

The content organizer is actually very straightforward. What you do is setup a few rules on a Publishing site and when new content is saved / published, if it meets the criteria of one of the rules, the content will be automatically moved to the location you specify.

To make this work you have to activate the Content Organizer site (SPWeb) Feature. Then from Site Settings, pick Content Organizer Rules create your rules. When creating a rule you can use any of the fields in a the page as part of the rule criteria. You can also have the content organizer automatically create subfolders inside a /Pages library if the target location is getting too big. Here are a few pictures of how it looks and what happens when you save the page:

2.1
Click for larger view

2.2
Click for larger view

2.3
Click for larger view

2.4
Click for larger view

Ratings

A common request we had in the previous was the ability to add ratings to pages. Now it’s as easy as enabling the Ratings Feature (a hidden Feature… no clue as to why you’d want to hide this capability!). There’s a new site column you can add to your content types and associated field control to let readers of your page vote on a scale of 1-5. These ratings are then processed (in a background job) and shown as the commonly seen filled in stars.

10-19-2009 11-21-44 AM
Click for larger view

Metadata Everywhere!

A huge focus in SharePoint Server 2010 is the emphasis on metadata. There is a new Metadata Manager service application that enables administrators to define and manage taxonomies. I’ll dig into this capability quite a bit more in a future blog post.

What’s cool about this though is that you can now add a new column that’s based on the field type called Managed Metadata to your content types. Then your content owners can tag up a page which you can then leverage in search solutions, navigation solutions or any way you like as Microsoft ships a huge taxonomy API in the Microsoft.SharePoint.Taxonomy.dll assembly.

2.5
Click for larger view

2.6
Click for larger view

The thing I like most about this is how it really helps SharePoint compete on a certain level with other WCM offerings by the competition. One challenge I’ve had with SharePoint’s implementation of WCM is that it’s all basically folder based (thinking of SPWebs & SPSites as bigger folders). Many competitors take a different approach where they throw the content in a big bucket and tag the hell out of it. With this metadata addition to the SharePoint platform, we can have the best of both worlds!

Web Analytics

Replacing the usage analysis in the previous version of SharePoint, the new Web Analytics service application will give you a good overview of what your site looks like from the perspective of most hit pages, size and other things like that. Note that this isn’t some massive analytics package where you can do a ton of trending analysis of the paths people are taking through your site, but you can setup some alerts and use some included Web Parts like that will show your users the most popular pages in the site.

Video and Rich Media

Video has quickly become a very important piece of managed content sites. There’s a lot more support OOTB in SharePoint Server 2010 for video and rich media including a skinnable Silverlight player and various storage options.

That’s just a few of the new things we have in SharePoint Server 2010 Web Content Management. I didn’t touch on everything, but just a few things. Looking forward to blogging more on WCM in the future!

This was part of a three-part series I did on what’s new in SharePoint Server 2010 Web Content Management:

posted on Monday, October 19, 2009 12:06 PM

Feedback

# re: Part 3 – What’s New with SharePoint Server 2010 Web Content Management 6/3/2010 2:03 PM Raj
Gravatar Is there are way to change the Rating settings from 1-5 to 1-4? If so that would be ideal from a likert perspective

# re: Part 3 – What’s New with SharePoint Server 2010 Web Content Management 6/7/2010 6:55 AM AC [MVP SharePoint]
Gravatar @Raj - No, that isn't possible.

# re: Part 3 – What’s New with SharePoint Server 2010 Web Content Management 7/8/2010 4:19 PM sam
Gravatar is Content Organizer routes multiple documents at once based on rules defined?.

# re: Part 3 – What’s New with SharePoint Server 2010 Web Content Management 8/2/2010 8:55 AM AC [MVP SharePoint]
Gravatar Sam-
It runs when a document is created/submitted to the site. It doesn't run on multiple documents... if you upload multiple documents, that is seen as multiple atomic creation/uploads/submissions.

# re: Part 3 – What’s New with SharePoint Server 2010 Web Content Management 9/23/2010 2:28 AM Steve
Gravatar Hi,

I have spent literally days and days looking for a way to calculate teh sizes of the two Web Analytics databases for our SP2010 new install.

I have downloaded the HP SP2010 sizer tool, but it assumes you have already allocated disk for databases, which I cant do just yet.

I found the great whitepaper :

technet.microsoft.com/en-us/library/cc298801.aspx

for SQL db sizing and it does all databases EXCEPT the Web anlaytics dbs.

We know the number and size of documents, number of users, retention rates of docs, number of http hits per use per day etc etc.

If you could find some tool or a rough guideline on how to do this sizing, I think you should get an MVP just for that alone. As a DBA, I cant hand on heart go to our storage guys and tell them how mcuh disk we need until I get this question answered and its basically stopping a large SP2010 project for a very high profile system. I could just go "Oh well, we'll just go 100 GB for staging and 200 Gb of reporting" - but thats just not cricket in my book. Do it properly or go home.

Any help much appreciated. Please post back here when you find something.

I have also submitted a query at :

social.technet.microsoft.com/.../c3a217fe-7378-...

but.............I suspect it may be put in too hard basket.

Any thoughts much appreciated.

Cheers

Steve.


Post Feedback

Title:
Name:
Email:
(email will not be displayed)
Url:
Comments: 
Please add 8 and 7 and type the answer here:    
All Comments Are Filtered & Moderated
Unfortunately comment spammers are just too effecient and are constantly dirtying up blogs with irrelevant and unwanted comments trying to improve their standing on search engines. All comments on this blog are moderated. I do not censor comments, but I don't approve comments with vulger language or those soliciting products. Most of the time comments are approved within a few hours of being submitted with the only exception when I'm traveling.

Why are you asking for my email address?
The only reason I'm asking for your email address, which isn't required to submit a comment, is to provide a gravatar if you've created an account for yourself and associated your email address with a small image. If you have a gravatar created for the email address you submit, it will appear next to your comment. Otherwise nothing will appear.

What is a gravatar?
A gravatar is a "globally recognized avatar." You can get more information about gravatars, as well as create your own for free, at www.gravatar.com. You can also view my gravatar here.


Copyright © 2003 - 2012 Andrew Connell
Creative Commons License 
This work is licensed under a Creative Commons License

 
SharePoint Training
Looking for SharePoint 2010 training for developers, administrators, power users, information workers, end users & web designers? Look no further! My company, Critical Path Training offers the best SharePoint training around! We offer public & private classes both as in-person instructor-loed hands-on classes and online classes. Check out our schedule and course catalog for all the ways we can get you going on your SharePoint path!