<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Bernard Hennecker&#039;s Blog</title>
	<atom:link href="http://bernardhennecker.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bernardhennecker.wordpress.com</link>
	<description>Experiences with information &#38; data architecture on SharePoint</description>
	<lastBuildDate>Sat, 28 Nov 2009 10:22:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bernardhennecker.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/aac0c1a212477db3c53f7561a5e329cb?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Bernard Hennecker&#039;s Blog</title>
		<link>http://bernardhennecker.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bernardhennecker.wordpress.com/osd.xml" title="Bernard Hennecker&#039;s Blog" />
	<atom:link rel='hub' href='http://bernardhennecker.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SharePoint Dynamic Pages</title>
		<link>http://bernardhennecker.wordpress.com/2009/11/20/sharepoint-dynamic-pages/</link>
		<comments>http://bernardhennecker.wordpress.com/2009/11/20/sharepoint-dynamic-pages/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 14:15:49 +0000</pubDate>
		<dc:creator>Bernard Hennecker</dc:creator>
				<category><![CDATA[Dynamic Pages]]></category>
		<category><![CDATA[SharePoint Lists]]></category>
		<category><![CDATA[SharePoint Views]]></category>

		<guid isPermaLink="false">http://bernardhennecker.wordpress.com/2009/11/20/sharepoint-dynamic-pages/</guid>
		<description><![CDATA[Introduction In a previous post I introduced the concept of contexts and the way contextual data &#38; information is rendered through a dynamic page. This post extends the explanation and covers the way data or information contained in a standard list or library can be rendered in a custom way. I’ll take the example of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=98&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Introduction</h3>
<p>In a previous post I introduced the <a href="http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-contexts/">concept of contexts</a> and the way contextual data &amp; information is rendered through a dynamic page. This post extends the explanation and covers the way data or information contained in a standard list or library can be rendered in a custom way. I’ll take the example of a news list and display the news title in the place of the page title and the news body in the center of the page. Here is the news list:</p>
<p><a href="http://bernardhennecker.files.wordpress.com/2009/11/image12.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="341" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb11.png?w=704&#038;h=341" width="704" border="0" /></a> </p>
<p>And here is the way the page could look like:</p>
<p><a href="http://bernardhennecker.files.wordpress.com/2009/11/image13.png"><img title="image" style="display:inline;border-width:0;" height="344" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb12.png?w=704&#038;h=344" width="704" border="0" /></a></p>
<h3>Configuration of the dynamic page</h3>
<ol>
<li>Launch SPD and open your site </li>
<li>Create a new empty page </li>
<li>Insert a data view of the news list in the web part zone you wish to display the news details </li>
<li>In the Common Data View Tasks menu, select Edit Columns:      <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image14.png"><img title="image" style="display:inline;border-width:0;" height="244" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb13.png?w=232&#038;h=244" width="232" border="0" /></a> </li>
<li>Choose Body as the only field to be displayed:      <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image15.png"><img title="image" style="display:inline;border-width:0;" height="244" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb14.png?w=402&#038;h=244" width="402" border="0" /></a>&#160; </li>
<li>In the Common Data View Tasks menu, select Parameters and create the id parameter as follows:      <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image16.png"><img title="image" style="display:inline;border-width:0;" height="278" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb15.png?w=494&#038;h=278" width="494" border="0" /></a> </li>
<li>In the Common Data View Tasks menu, select Filter and configure as follows:      <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image17.png"><img title="image" style="display:inline;border-width:0;" height="202" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb16.png?w=431&#038;h=202" width="431" border="0" /></a> </li>
<li>For the PlaceHolderSiteName, click on Create Custom Content:     <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image18.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="69" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb17.png?w=632&#038;h=69" width="632" border="0" /></a> </li>
<li>In code view, below <font face="Courier New">&lt;h1 class=&quot;ms-sitetitle&quot;&gt;,</font> delete the line starting with: <font face="Courier New">&lt;SharePoint:SPLinkButton runat=&quot;server&quot; NavigateUrl=&quot;~site/&quot; …</font></li>
<li>Go back to Design view; you should now have something similar to:     <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image19.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="74" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb18.png?w=635&#038;h=74" width="635" border="0" /></a> </li>
<li>You are now ready to add a data view of the news list. Proceed as above and select Title as the only field to be displayed:     <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image20.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="245" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb19.png?w=402&#038;h=245" width="402" border="0" /></a> </li>
<li>Configure the id parameter and create the filter as in steps 6 &amp; 7; optionally, you may provide a Default Value for the id parameter so that you can see the output and further configure it:     <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image21.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="278" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb20.png?w=493&#038;h=278" width="493" border="0" /></a> </li>
<li>Select Change Layout and select the one below:     <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image23.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="420" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb21.png?w=406&#038;h=420" width="406" border="0" /></a> </li>
<li>You should now have something similar to:     <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image24.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="71" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb22.png?w=635&#038;h=71" width="635" border="0" /></a> </li>
<li>Click on the news title field and display the Apply Styles Task Pane:     <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image25.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="431" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb23.png?w=292&#038;h=431" width="292" border="0" /></a> </li>
<li>Click on <strong><font color="#808080" size="3">.ms-sitetitle</font></strong> to apply that style to the news title field</li>
<li>Save the page</li>
</ol>
<h3>Configuration of the calling web part</h3>
<p>Now, the web part displaying the news list needs to be configured to launch the dynamic page with the appropriate parameter. To do so, proceed as follows:</p>
<ol>
<li>Open the web part page containing the web part listing the news:     <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image26.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="231" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb24.png?w=614&#038;h=231" width="614" border="0" /></a> </li>
<li>Click on the news title field and on the attached menu, select Hyperlink in the Format as field:     <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image27.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="81" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb25.png?w=227&#038;h=81" width="227" border="0" /></a> </li>
<li>Answer Yes in the next window; you should now have the window allowing to edit the hyperlink:     <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image28.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="295" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb26.png?w=639&#038;h=295" width="639" border="0" /></a> </li>
<li>In the Addr<u>e</u>ss field, replace <a href="mailto:{@Title">{@Title</a>} with the full pathname of the dynamic page and append <a href="mailto:?id={@ID">?id={@ID</a>} at the end to pass the ID of the news you want to display:      <br /><font face="Courier New">http://sharepointserver/test4bernard/news.aspx?id={@ID}</font></li>
<li>Make sure that the <u>T</u>ext to display field still contains <a href="mailto:{@Title">{@Title</a>}; manipulating the Addr<u>e</u>ss field also updates the <u>T</u>ext to display field!</li>
<li>Save the page and… enjoy!</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bernardhennecker.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bernardhennecker.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bernardhennecker.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bernardhennecker.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bernardhennecker.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bernardhennecker.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bernardhennecker.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bernardhennecker.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bernardhennecker.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bernardhennecker.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bernardhennecker.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bernardhennecker.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bernardhennecker.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bernardhennecker.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=98&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bernardhennecker.wordpress.com/2009/11/20/sharepoint-dynamic-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a279161c755e32c9d05506f79dbab6e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bernard</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb11.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb12.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb13.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb14.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb15.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb16.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb17.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb18.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb19.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb20.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb21.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb22.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb23.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb24.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb25.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb26.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint Contexts Implementation (contd)</title>
		<link>http://bernardhennecker.wordpress.com/2009/11/19/sharepoint-contexts-implementation-contd/</link>
		<comments>http://bernardhennecker.wordpress.com/2009/11/19/sharepoint-contexts-implementation-contd/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 14:46:49 +0000</pubDate>
		<dc:creator>Bernard Hennecker</dc:creator>
				<category><![CDATA[Contexts]]></category>
		<category><![CDATA[SharePoint Columns]]></category>
		<category><![CDATA[SharePoint Views]]></category>

		<guid isPermaLink="false">http://bernardhennecker.wordpress.com/2009/11/19/sharepoint-contexts-implementation-contd/</guid>
		<description><![CDATA[In the previous post, I explained the way I’m grouping related resources and displaying them together through dynamic pages. One of the essential piece of this implementation is the contexts list that records the characteristics of a context: &#160; For each context, it contains the values that are required to filter appropriately the lists and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=64&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the <a href="http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-contexts-implementation/">previous post</a>, I explained the way I’m grouping related resources and displaying them together through dynamic pages. </p>
<p>One of the essential piece of this implementation is the contexts list that records the characteristics of a context:    </p>
<p>&#160;<a href="http://bernardhennecker.files.wordpress.com/2009/11/image11.png"><img title="image" style="display:inline;border-width:0;" height="112" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb10.png?w=572&#038;h=112" width="572" border="0" /></a></p>
<p>For each context, it contains the values that are required to filter appropriately the lists and libraries displayed on the page. But you may argue: why not doing that by simply passing the parameter values in the calling url? For the first context (aerospace), instead of launching the page with the following url: <font face="Courier New"><font color="#222222">http://sharepointserver/test4bernard/home.aspx?context=aerospace</font>       <br /></font><font face="Lucida Sans Unicode">it would be:      <br /><font face="Courier New">http://sharepointserver/test4bernard/home.aspx?industry=Aerospace&amp;contact=One</font></font></p>
<p>There are several reasons for not doing that:</p>
<ul>
<li>The most important one is to have url’s that are somewhat immune to organizational changes; in the example above, if the contact for aerospace has to be changed, only the contexts list has to be updated and not the url, which is quite important if the url is referenced from many other locations! </li>
<li>Changes/updates are performed in one list only. </li>
<li>If another list or library has to be displayed on the same page and if it uses different columns and/or different column values, a column can be easily added to the contexts list to accommodate to that new list or library. </li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bernardhennecker.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bernardhennecker.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bernardhennecker.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bernardhennecker.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bernardhennecker.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bernardhennecker.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bernardhennecker.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bernardhennecker.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bernardhennecker.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bernardhennecker.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bernardhennecker.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bernardhennecker.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bernardhennecker.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bernardhennecker.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=64&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bernardhennecker.wordpress.com/2009/11/19/sharepoint-contexts-implementation-contd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a279161c755e32c9d05506f79dbab6e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bernard</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint Contexts Implementation</title>
		<link>http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-contexts-implementation/</link>
		<comments>http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-contexts-implementation/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 12:33:19 +0000</pubDate>
		<dc:creator>Bernard Hennecker</dc:creator>
				<category><![CDATA[SharePoint Views]]></category>
		<category><![CDATA[Data View Web Part]]></category>
		<category><![CDATA[DVWP]]></category>
		<category><![CDATA[SharePoint Columns]]></category>

		<guid isPermaLink="false">http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-contexts-implementation/</guid>
		<description><![CDATA[In the previous article, I introduced the concept of contexts. Let’s have a look now at some of the implementation details. Preliminary The setup of the site columns, lists and libraries is very generic and does not require a detailed explanation. A few items should be added to the lists to allow testing and viewing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=60&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the <a href="http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-contexts/">previous article</a>, I introduced the concept of contexts. Let’s have a look now at some of the implementation details.</p>
<h3>Preliminary</h3>
<p>The setup of the site columns, lists and libraries is very generic and does not require a detailed explanation.    <br />A few items should be added to the lists to allow testing and viewing while building.</p>
<h3>Context List</h3>
<p>A context list similar to the one shown in <a href="http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-contexts/">previous article</a> needs to be commissioned. To the minimum, it should contain the site columns that allow the characterization of a context. In our example, they are <em>Industry</em>, <em>Solution</em> and <em>Keywords</em>. In addition, a few other fields that may be useful on some of the pages can be added. In our example, they are <em>Contact</em> and <em>Page Title</em>. <em>Contact</em> allows a precise filtering of the contacts list to display only one leader on the context page while <em>Page Title</em> is simply used to assign the title of the page.</p>
<h3>Dynamic Page</h3>
<p>The template or dynamic page that will render the items relevant for the context selected needs to be built with SharePoint Designer (SPD). To do so, follow the next steps:</p>
<ol>
<li>Launch SPD and open your site </li>
<li>Create a new empty page </li>
<li>Insert a data view for each of the lists and libraries you want to display on the page </li>
<li>In addition, insert a data view of the Contexts list and make sure it is hidden; your page should look like:      <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image9.png"><img title="image" style="display:inline;border-width:0;" height="196" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image9_thumb.png?w=664&#038;h=196" width="664" border="0" /></a> </li>
<li>For the Contexts data view, define the context parameter as follows:      <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image1.png"><img title="image" style="display:inline;border-width:0;" height="281" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb1.png?w=501&#038;h=281" width="501" border="0" /></a>       <br /><em>note: the Default Value is not required but may sometimes help when building the page</em> </li>
<li>Filter the Contexts data view as follows:      <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image2.png"><img title="image" style="display:inline;border-width:0;" height="200" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb2.png?w=435&#038;h=200" width="435" border="0" /></a> </li>
<li>For each of the data views on the page, define parameters as follows:      <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image3.png"><img title="image" style="display:inline;border-width:0;" height="280" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb3.png?w=498&#038;h=280" width="498" border="0" /></a> </li>
<li>Then filter as following:      <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image4.png"><img title="image" style="display:inline;border-width:0;" height="200" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb4.png?w=435&#038;h=200" width="435" border="0" /></a> </li>
<li>Finally, for each of the data views, establish a web part connection with the Contexts data view. Follow the normal procedure and make sure you select <em>Get Parameters From</em> in the following window:       <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image5.png"><img title="image" style="display:inline;border-width:0;" height="267" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb5.png?w=449&#038;h=267" width="449" border="0" /></a>       <br />and on the next window, map the relevant fields together as follows:       <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image6.png"><img title="image" style="display:inline;border-width:0;" height="270" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb6.png?w=449&#038;h=270" width="449" border="0" /></a> </li>
<li>Accept all other defaults values </li>
<li>[<em>Update: if you find that the next steps do not provide enough information, you may want to read <a href="http://bernardhennecker.wordpress.com/2009/11/20/sharepoint-dynamic-pages/">another post</a> where I detailed this extensively</em>]       <br />To use the Page Title from the Contexts list and display at the top of the page, allow custom content in the PlaceHolderSiteName content place holder, replace the default data with a data view of the Contexts list and configure Page Title as the only field to be displayed </li>
<li>To filter and display the appropriate Page Title, you can either add another web part connection as explained above or retrieve the context directly from the url; in such case, add the context parameter as follows:      <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image7.png"><img title="image" style="display:inline;border-width:0;" height="280" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb7.png?w=499&#038;h=280" width="499" border="0" /></a> </li>
<li>and filter the Contexts data view as follows:      <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image8.png"><img title="image" style="display:inline;border-width:0;" height="200" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb8.png?w=434&#038;h=200" width="434" border="0" /></a> </li>
<li>Select the <em>Page Title</em> field and, in the Apply Styles task pane, select <font color="#808080" size="3"><strong>.ms-sitetitle</strong></font> as style:       <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image10.png"><img title="image" style="display:inline;border-width:0;" height="512" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb9.png?w=310&#038;h=512" width="310" border="0" /></a> </li>
<li>Save your page and test it with some of the contexts defined by using an url similar to:      <br /><font face="Courier New">http://sharepointserver/test4bernard/home.aspx?context=aerospace</font> </li>
</ol>
<h3>What’s next</h3>
<p>In the <a href="http://bernardhennecker.wordpress.com/2009/11/19/sharepoint-contexts-implementation-contd/">next article</a> I’ll explain why I’m using a Contexts list instead of providing all parameters in the calling url.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bernardhennecker.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bernardhennecker.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bernardhennecker.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bernardhennecker.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bernardhennecker.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bernardhennecker.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bernardhennecker.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bernardhennecker.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bernardhennecker.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bernardhennecker.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bernardhennecker.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bernardhennecker.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bernardhennecker.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bernardhennecker.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=60&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-contexts-implementation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a279161c755e32c9d05506f79dbab6e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bernard</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image9_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint Contexts</title>
		<link>http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-contexts/</link>
		<comments>http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-contexts/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 11:00:52 +0000</pubDate>
		<dc:creator>Bernard Hennecker</dc:creator>
				<category><![CDATA[Contexts]]></category>
		<category><![CDATA[SharePoint Views]]></category>

		<guid isPermaLink="false">http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-contexts/</guid>
		<description><![CDATA[Contexts are used to group and display together related resources.

In the previous articles, I briefly shared some of the reasons to deploy one or more site collections, the advantages and disadvantages of using sites, lists/libraries or columns to group resources and the overall approach we use to power communities from a collaboration and publication perspective.
In this one, I will introduce the concept of contexts. This is the way I work to group related resources and display them together through dynamic pages.

Scenario

The following example shows how to handle and display items (news, resources, contacts) that are relevant for several contexts (industries, solutions). 
A company ABC sells solutions that are applicable for several industries. In addition, it runs initiatives or programs that span across those industries and solutions. News, documents and contacts are respectively stored in one announcement list, one document library and one contact list (for the sake of simplicity). They are all tagged by means of site columns values that allow to categorize them by industry, solution and keywords (used for initiative here).

The page below displays news, resources and contacts that are relevant for a specific industry:



Other visitors might not be interested in the industries and want to concentrate on one of the solutions only:





Or they might look for resources than span across all industries and solutions and that address a specific domain:



Overview

The following summarizes how this is achieved:

industry, solution and keywords (for generic use) site columns are created 
lists and libraries for news, resources, contacts are configured with those site columns 
items are added and tagged with site column values 
a context list is created and used to store context definitions; it looks like:

a web part page containing a data view web part for each of the sections to be displayed is used; it also contains a web part of the context list that is hidden and connected to all other web parts. The context web part retrieves the context value from the url, filters the context list based on that value, and, via the web part connections, filters the values of all the other lists (news, resources, contacts). Here is how the empty web part page looks when there is no context assigned:

by invoking this page with the desired context, it renders the resources according to the context definition. For the first screen above (Aerospace), the following url is used: http://sharepointserver/test4bernard/home.aspx?context=aerospace
This is the link that is used in the left navigation to access the Aerospace page

What’s next

In the following articles, I will enumerate the reasons for using such context list and explain some of the technical aspects of the implementation.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=36&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Introduction</h3>
<p>In the previous articles, I briefly shared some of the reasons to deploy <a href="http://bernardhennecker.wordpress.com/2009/11/12/sharepoint-the-choice-between-one-or-more-site-collections/">one or more site collections</a>, the advantages and disadvantages of using <a href="http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-the-choice-between-sites-lists-or-columns/">sites, lists/libraries or columns</a> to group resources and the <a href="http://bernardhennecker.wordpress.com/2009/11/11/scope-and-approach-of-our-work/">overall approach</a> we use to power communities from a collaboration and publication perspective.     <br />In this one, I will introduce the concept of contexts. This is the way I work to group related resources and display them together through dynamic pages.</p>
<h3>Scenario</h3>
<p>The following example shows how to handle and display items (news, resources, contacts) that are relevant for several contexts (industries, solutions).    <br />A company ABC sells solutions that are applicable for several industries. In addition, it runs initiatives or programs that span across those industries and solutions. News, documents and contacts are respectively stored in one announcement list, one document library and one contact list (for the sake of simplicity). They are all tagged by means of site columns values that allow to categorize them by industry, solution and keywords (used for initiative here).</p>
<p>The page below displays news, resources and contacts that are relevant for a specific industry:</p>
<p><a href="http://bernardhennecker.files.wordpress.com/2009/11/image32.png"><img title="image" style="display:inline;border-width:0;" height="346" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image32_thumb.png?w=704&#038;h=346" width="704" border="0" /></a>&#160;</p>
<p>Other visitors might not be interested in the industries and want to concentrate on one of the solutions only:</p>
<p><a href="http://bernardhennecker.files.wordpress.com/2009/11/image40.png"><img title="image" style="display:inline;border-width:0;" height="348" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image40_thumb.png?w=704&#038;h=348" width="704" border="0" /></a> </p>
</p>
<p>Or they might look for resources than span across all industries and solutions and that address a specific domain:</p>
<p><a href="http://bernardhennecker.files.wordpress.com/2009/11/image46.png"><img title="image" style="display:inline;border-width:0;" height="345" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image46_thumb.png?w=704&#038;h=345" width="704" border="0" /></a> </p>
<h3>Overview</h3>
<p>The following summarizes how this is achieved:</p>
<ol>
<li>industry, solution and keywords (for generic use) site columns are created </li>
<li>lists and libraries for news, resources, contacts are configured with those site columns </li>
<li>items are added and tagged with site column values </li>
<li>a context list is created and used to store context definitions; it looks like:      <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image22.png"><img title="image" style="display:inline;border-width:0;" height="108" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image22_thumb.png?w=654&#038;h=108" width="654" border="0" /></a> </li>
<li>a web part page containing a data view web part for each of the sections to be displayed is used; it also contains a web part of the context list that is hidden and connected to all other web parts. The context web part retrieves the context value from the url, filters the context list based on that value, and, via the web part connections, filters the values of all the other lists (news, resources, contacts). Here is how the empty web part page looks when there is no context assigned:      <br /><a href="http://bernardhennecker.files.wordpress.com/2009/11/image59.png"><img title="image" style="display:inline;border-width:0;" height="342" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image59_thumb.png?w=654&#038;h=342" width="654" border="0" /></a> </li>
<li>by invoking this page with the desired context, it renders the resources according to the context definition. For the first screen above (Aerospace), the following url is used: <font face="Courier New">http://sharepointserver/test4bernard/home.aspx?context=aerospace        <br /></font><font face="Segoe UI">This is the link that is used in the left navigation to access the Aerospace page</font> </li>
</ol>
<h3>What’s next</h3>
<p>In the following articles, I will enumerate the reasons for using such context list and explain some of the <a href="http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-contexts-implementation/">technical aspects of the implementation</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bernardhennecker.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bernardhennecker.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bernardhennecker.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bernardhennecker.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bernardhennecker.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bernardhennecker.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bernardhennecker.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bernardhennecker.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bernardhennecker.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bernardhennecker.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bernardhennecker.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bernardhennecker.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bernardhennecker.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bernardhennecker.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=36&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-contexts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a279161c755e32c9d05506f79dbab6e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bernard</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image32_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image40_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image46_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image22_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image59_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint &#8211; The choice between sites, lists or columns</title>
		<link>http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-the-choice-between-sites-lists-or-columns/</link>
		<comments>http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-the-choice-between-sites-lists-or-columns/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 10:43:03 +0000</pubDate>
		<dc:creator>Bernard Hennecker</dc:creator>
				<category><![CDATA[Sites vs Lists vs Columns]]></category>
		<category><![CDATA[SharePoint Columns]]></category>
		<category><![CDATA[SharePoint Lists]]></category>
		<category><![CDATA[SharePoint Sites]]></category>

		<guid isPermaLink="false">http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-the-choice-between-sites-lists-or-columns/</guid>
		<description><![CDATA[In the context of one site collection, I’d like to share my thoughts about the possibilities that exist to categorize several sets of resources (documents, presentations, videos, …).

Introduction

Within a site collection, many choices exist to group resources together:

documents and presentations may be stored in separate sites because they are managed by different people, are presented differently to the users or require completely different metadata 
or they may be stored in separate libraries within the same site 
or they may be grouped together via distinct column values within the same document library

There are several reasons to choose one approach instead of another and, keeping in mind recommendations made by Microsoft (see Plan for software boundaries on Microsoft Technet), I’d like to share some of the advantages and disadvantages I’m looking at when selecting an approach.

Sites

The main advantages of managing distinct resources in separate sites include:

a total flexibility for the look and feel, the lists and libraries, the columns, the content types, etc… 
the availability of some of the site administration features to control and monitor access to the resources

The disadvantages include:

the need to build consolidated views if some of the distinct resources need to be presented together 
the need to hide or simplify the navigation through the more complex structure 
the need to provision the sites for each of the resource types

Libraries

The main advantages of managing distinct resources in separate lists or libraries include:

a simplified data entry due to a reduced set of columns (in comparison with a single library requiring assignment of column values to differentiate items) 
the possibility to use different columns, columns values and content types 
the possibility to populate via mail (which is also possible with a single library but requires manual intervention to categorize items) 
the possibility to apply different permissions and management features

The disadvantages include:

The need to build consolidated views if some of the distinct resources need to be presented together 
The need to provision the lists or libraries for each of the resource types

Columns

The main advantages of categorizing distinct resources in one list or library include:

only one location to handle resources 
views can be easily created 
permission and management from one location

The disadvantages include:

less flexibility with columns and content types 
the same permission and management for all items

Conclusion

Depending on the needs to use same/different presentation, columns, content types, permissions and management features balanced with an effective navigation and an effective way of handling the resources (documents upload, editing or download), I will go with one of the approaches and, sometimes, a combination of those might be the best way to go.

In the next article, I will introduce contexts. This is the way I work to categorize related items and display them together with dynamic pages.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=25&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the <a href="http://bernardhennecker.wordpress.com/2009/11/12/sharepoint-the-choice-between-one-or-more-site-collections/">previous article</a>, I shared my experience with the choice between one or more site collections. As follow-up, and in the context of one site collection, I’d like to share my thoughts about the possibilities that exist to categorize several sets of resources (documents, presentations, videos, …).</p>
<h3>Introduction</h3>
<p>Within a site collection, many choices exist to group resources together:</p>
<ul>
<li>documents and presentations may be stored in separate<strong> sites</strong> because they are managed by different people, are presented differently to the users or require completely different metadata </li>
<li>or they may be stored in separate <strong>libraries</strong> within the same site </li>
<li>or they may be grouped together via distinct <strong>column</strong> values within the same document library </li>
</ul>
<p>There are several reasons to choose one approach instead of another and, keeping in mind recommendations made by Microsoft (see <a href="http://technet.microsoft.com/en-us/library/cc262787.aspx">Plan for software boundaries</a> on <em>Microsoft Technet</em>), I’d like to share some of the advantages and disadvantages I’m looking at when selecting an approach.</p>
<h3>Sites</h3>
<p>The main advantages of managing distinct resources in separate sites include:</p>
<ul>
<li>a total flexibility for the look and feel, the lists and libraries, the columns, the content types, etc… </li>
<li>the availability of some of the site administration features to control and monitor access to the resources </li>
</ul>
<p>The disadvantages include:</p>
<ul>
<li>the need to build consolidated views if some of the distinct resources need to be presented together </li>
<li>the need to hide or simplify the navigation through the more complex structure </li>
<li>the need to provision the sites for each of the resource types </li>
</ul>
<h3>Libraries</h3>
<p>The main advantages of managing distinct resources in separate lists or libraries include:</p>
<ul>
<li>a simplified data entry due to a reduced set of columns (in comparison with a single library requiring assignment of column values to differentiate items) </li>
<li>the possibility to use different columns, columns values and content types </li>
<li>the possibility to populate via mail (which is also possible with a single library but requires manual intervention to categorize items) </li>
<li>the possibility to apply different permissions and management features </li>
</ul>
<p>The disadvantages include:</p>
<ul>
<li>The need to build consolidated views if some of the distinct resources need to be presented together </li>
<li>The need to provision the lists or libraries for each of the resource types </li>
</ul>
<h3>Columns</h3>
<p>The main advantages of categorizing distinct resources in one list or library include:</p>
<ul>
<li>only one location to handle resources </li>
<li>views can be easily created </li>
<li>permission and management from one location </li>
</ul>
<p>The disadvantages include:</p>
<ul>
<li>less flexibility with columns and content types </li>
<li>the same permission and management for all items </li>
</ul>
<h3>Conclusion</h3>
<p>Depending on the needs to use same/different presentation, columns, content types, permissions and management features balanced with an effective navigation and an effective way of handling the resources (documents upload, editing or download), I will go with one of the approaches and, sometimes, a combination of those might be the best way to go.    </p>
<p>In the next article, I will introduce <a href="http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-contexts/">contexts</a>. This is the way I work to categorize related items and display them together with dynamic pages.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bernardhennecker.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bernardhennecker.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bernardhennecker.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bernardhennecker.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bernardhennecker.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bernardhennecker.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bernardhennecker.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bernardhennecker.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bernardhennecker.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bernardhennecker.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bernardhennecker.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bernardhennecker.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bernardhennecker.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bernardhennecker.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=25&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bernardhennecker.wordpress.com/2009/11/13/sharepoint-the-choice-between-sites-lists-or-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a279161c755e32c9d05506f79dbab6e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bernard</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint &#8211; The choice between one or more site collections</title>
		<link>http://bernardhennecker.wordpress.com/2009/11/12/sharepoint-the-choice-between-one-or-more-site-collections/</link>
		<comments>http://bernardhennecker.wordpress.com/2009/11/12/sharepoint-the-choice-between-one-or-more-site-collections/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 16:12:58 +0000</pubDate>
		<dc:creator>Bernard Hennecker</dc:creator>
				<category><![CDATA[Site Collections]]></category>
		<category><![CDATA[SharePoint Architecture]]></category>
		<category><![CDATA[SharePoint Site Collections]]></category>
		<category><![CDATA[SharePoint Sites]]></category>

		<guid isPermaLink="false">http://bernardhennecker.wordpress.com/2009/11/12/sharepoint-the-choice-between-one-or-more-site-collections/</guid>
		<description><![CDATA[Within the numerous features, configurations and setups that are offered by SharePoint (see previous article for the ones we focus on in this series), the choice of powering communities with one or more sites collections seems to be a difficult one to do.

Ideally

In the scope of a community, the preferred choice would be to work with one site collection because of the many integration possibilities available and the simplified administration. Within one site collection, it is easy to:

Manage resources in separate sites, lists or libraries while being able to easily display them together 
use similar metadata and content types across all sites, lists and libraries 
control the look and feel from one central place

At the same time, one single site collection provides simple administration by allowing users and permissions, galleries, settings, reporting and logging to be controlled from one place.

Such choice is also driven by IT constraints and should carefully be planned by taking those into consideration. In a nutshell, they include: database size, backup and recovery and capacity planning. Several excellent articles are available about this specific topic, and I can only recommend you to look at Tips on Site Collection Sizing by Joel Oleson and Plan for software boundaries on Microsoft Technet.

In practice

In reality, there are chances that site collections supporting similar communities may already have been deployed in another group or geography. They may provide a subset, a similar or quite different list of the resources planned in your new community. People in your group may be aware of this community, already use some of their resources, and, as your role is to help leverage data and information across the company, you probably have no other choice than providing some level of integration with those existing site collections.

So, instead of spending too much time in carefully designing your site collection, taking into account its space consumption usage, its backup and recovery constraints, etc… I would rather recommend to concentrate on the possibilities your site collection will have to integrate with other site collections. This will avoid endless discussions because, sooner or later, due to an organizational or people change, you will have to reconsider your original design and, either split the resources managed or on the contrary, consolidate with other resources.

Conclusion

Site collections provide numerous possibilities to manage community resources together while still allowing the possibility to handle and present them in separate contexts via separate sites, lists, libraries and pages. You should use those as much as you can, but do not expect to support all possible scenario’s. Integration with other site collections should be part of your original design to allow a flexible and adaptive architecture. In addition, that will help when you will have to integrate with repositories or tools that are not running on SharePoint.

See also

Determining Between SharePoint Site Collections and Sub-Sites by Steve Goodyear 
Determine sites and subsites needed on Microsoft Technet<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=24&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Within the numerous features, configurations and setups that are offered by SharePoint (see <a href="http://bernardhennecker.wordpress.com/2009/11/12/sharepoint-features-and-technologies-for-communities/">previous article</a> for the ones we focus on in this series), the choice of powering communities with one or more sites collections seems to be a difficult one to do.</p>
<h3>Ideally</h3>
<p>In the scope of a community, the preferred choice would be to work with one site collection because of the many integration possibilities available and the simplified administration. Within one site collection, it is easy to:</p>
<ul>
<li>Manage resources in separate sites, lists or libraries while being able to easily display them together </li>
<li>use similar metadata and content types across all sites, lists and libraries </li>
<li>control the look and feel from one central place </li>
</ul>
<p>At the same time, one single site collection provides simple administration by allowing users and permissions, galleries, settings, reporting and logging to be controlled from one place.</p>
<p>Such choice is also driven by IT constraints and should carefully be planned by taking those into consideration. In a nutshell, they include: database size, backup and recovery and capacity planning. Several excellent articles are available about this specific topic, and I can only recommend you to look at <a href="http://blogs.msdn.com/joelo/archive/2007/01/31/tips-on-site-collection-sizing.aspx">Tips on Site Collection Sizing</a> by <em>Joel Oleson</em> and <a href="http://technet.microsoft.com/en-us/library/cc262787.aspx">Plan for software boundaries</a> on <em>Microsoft Technet.</em></p>
<h3>In practice</h3>
<p>In reality, there are chances that site collections supporting similar communities may already have been deployed in another group or geography. They may provide a subset, a similar or quite different list of the resources planned in your new community. People in your group may be aware of this community, already use some of their resources, and, as your role is to help leverage data and information across the company, you probably have no other choice than providing some level of integration with those existing site collections.</p>
<p>So, instead of spending too much time in carefully designing your site collection, taking into account its space consumption usage, its backup and recovery constraints, etc… I would rather recommend to concentrate on the possibilities your site collection will have to integrate with other site collections. This will avoid endless discussions because, sooner or later, due to an organizational or people change, you will have to reconsider your original design and, either split the resources managed or on the contrary, consolidate with other resources.</p>
<h3>Conclusion</h3>
<p>Site collections provide numerous possibilities to manage community resources together while still allowing the possibility to handle and present them in separate contexts via separate sites, lists, libraries and pages. You should use those as much as you can, but do not expect to support all possible scenario’s. Integration with other site collections should be part of your original design to allow a flexible and adaptive architecture. In addition, that will help when you will have to integrate with repositories or tools that are not running on SharePoint.</p>
<h3>See also</h3>
<ul>
<li><a href="http://blogs.msdn.com/sgoodyear/archive/2009/07/25/determining-between-sharepoint-site-collections-and-sub-sites.aspx">Determining Between SharePoint Site Collections and Sub-Sites</a> by <em>Steve Goodyear</em> </li>
<li><a href="http://technet.microsoft.com/en-us/library/cc288638.aspx">Determine sites and subsites needed</a> on <em>Microsoft Technet</em> </li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bernardhennecker.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bernardhennecker.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bernardhennecker.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bernardhennecker.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bernardhennecker.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bernardhennecker.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bernardhennecker.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bernardhennecker.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bernardhennecker.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bernardhennecker.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bernardhennecker.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bernardhennecker.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bernardhennecker.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bernardhennecker.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=24&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bernardhennecker.wordpress.com/2009/11/12/sharepoint-the-choice-between-one-or-more-site-collections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a279161c755e32c9d05506f79dbab6e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bernard</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint features and technologies for communities</title>
		<link>http://bernardhennecker.wordpress.com/2009/11/12/sharepoint-features-and-technologies-for-communities/</link>
		<comments>http://bernardhennecker.wordpress.com/2009/11/12/sharepoint-features-and-technologies-for-communities/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 08:28:49 +0000</pubDate>
		<dc:creator>Bernard Hennecker</dc:creator>
				<category><![CDATA[SharePoint Features]]></category>

		<guid isPermaLink="false">http://bernardhennecker.wordpress.com/2009/11/12/sharepoint-features-and-technologies-for-communities/</guid>
		<description><![CDATA[This article lists most of the SharePoint features and technologies we use to reach our goals.

At the highest level, they are:

the sites provisioned for a group, business unit or a geography 
the lists and libraries used to store resources (documents, presentations, videos, …) containing data and information 
the pages and web parts used to consolidate and display resources

To support our strategy, there is a need to use specific features to display context dependent resources that are stored inside or outside the SharePoint community home site. Out of the box, many exist, but here are the ones we currently use:

email enabled lists to automate and facilitate content contribution 
columns or metadata to tag and display items 
content types to handle different types of resources 
views to support the browsing experience 
search to support the search experience 
managed properties to reconcile or workaround different naming 
filtering to display context relevant resources 
data view web parts for specific and custom displays 
rollup web parts and linked lists to display related resources stored in the same site collection 
search core results web parts and web capture web parts to display related resources stored in other site collections 
RSS and web services to access resources stored in other vehicles (repositories, platforms, …) 
distribution lists and discussion boards to support threaded discussions

Combining and using all those allows to create community portals where relevant resources are displayed together. This can be summarized in the figure below where the Sub Site 1 visitors can access resources located on Sub Site 1, 2, 3 and Other Platforms through the View 1, 2, 3 and 4 respectively.

In the next articles, I will describe in details how we use each of those features to reach our goals.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=20&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While the <a href="http://bernardhennecker.wordpress.com/2009/11/11/scope-and-approach-of-our-work/">previous article</a> was summarizing the scope or our work and the approach used, this one lists most of the SharePoint features and technologies we use to reach our goals.</p>
<p>At the highest level, they are:</p>
<ul>
<li>the <strong>sites</strong> provisioned for a group, business unit or a geography </li>
<li>the <strong>lists</strong> and <strong>libraries</strong> used to store resources (documents, presentations, videos, …) containing data and information </li>
<li>the <strong>pages</strong> and <strong>web parts</strong> used to consolidate and display resources </li>
</ul>
<p>To support our strategy, there is a need to use specific features to display context dependent resources that are stored inside or outside the SharePoint community home site. Out of the box, many exist, but here are the ones we currently use:</p>
<ul>
<li><strong>email enabled lists</strong> to automate and facilitate content contribution </li>
<li><strong>columns</strong> or metadata to tag and display items </li>
<li><strong>content types</strong> to handle different types of resources </li>
<li><strong>views</strong> to support the browsing experience </li>
<li><strong>search</strong> to support the search experience </li>
<li><strong>managed properties</strong> to reconcile or workaround different naming </li>
<li><strong>filtering</strong> to display context relevant resources </li>
<li><strong>data view web parts</strong> for specific and custom displays </li>
<li><strong>rollup web parts</strong> and <strong>linked lists</strong> to display related resources stored in the same site collection </li>
<li><strong>search core results web parts</strong> and <strong>web capture web parts</strong> to display related resources stored in other site collections </li>
<li><strong>RSS</strong> and <strong>web services</strong> to access resources stored in other vehicles (repositories, platforms, …)&#160; </li>
<li><strong>distribution lists</strong> and <strong>discussion boards</strong> to support threaded discussions </li>
</ul>
<p>Combining and using all those allows to create community portals where relevant resources are displayed together. This can be summarized in the figure below where the Sub Site 1 visitors can access resources located on Sub Site 1, 2, 3 and Other Platforms through the View 1, 2, 3 and 4 respectively.</p>
<p><a href="http://bernardhennecker.files.wordpress.com/2009/11/enablingtechnologiesforcommunitiesofpractice.jpg"><img title="Enabling Technologies for Communities of Practice" style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" height="404" alt="Enabling Technologies for Communities of Practice" src="http://bernardhennecker.files.wordpress.com/2009/11/enablingtechnologiesforcommunitiesofpractice_thumb.jpg?w=691&#038;h=404" width="691" border="0" /></a> In the next articles, I will describe in details how we use each of those features to reach our goals and, more specifically, I will start with the <a href="http://bernardhennecker.wordpress.com/2009/11/12/sharepoint-the-choice-between-one-or-more-site-collections/">choice between one or more site collections</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bernardhennecker.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bernardhennecker.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bernardhennecker.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bernardhennecker.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bernardhennecker.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bernardhennecker.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bernardhennecker.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bernardhennecker.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bernardhennecker.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bernardhennecker.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bernardhennecker.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bernardhennecker.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bernardhennecker.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bernardhennecker.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=20&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bernardhennecker.wordpress.com/2009/11/12/sharepoint-features-and-technologies-for-communities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a279161c755e32c9d05506f79dbab6e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bernard</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/enablingtechnologiesforcommunitiesofpractice_thumb.jpg" medium="image">
			<media:title type="html">Enabling Technologies for Communities of Practice</media:title>
		</media:content>
	</item>
		<item>
		<title>Scope and approach of our work</title>
		<link>http://bernardhennecker.wordpress.com/2009/11/11/scope-and-approach-of-our-work/</link>
		<comments>http://bernardhennecker.wordpress.com/2009/11/11/scope-and-approach-of-our-work/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 17:33:17 +0000</pubDate>
		<dc:creator>Bernard Hennecker</dc:creator>
				<category><![CDATA[Scope]]></category>
		<category><![CDATA[SharePoint Architecture]]></category>
		<category><![CDATA[SharePoint Communities]]></category>

		<guid isPermaLink="false">http://bernardhennecker.wordpress.com/2009/11/11/scope-and-approach-of-our-work/</guid>
		<description><![CDATA[There are different ways communication and collaboration projects can be run and I won’t detail them here, but, having briefly described the environment we work in (see previous article), I will introduce the scope and approach of our work so that you can figure out why we do things.

Understanding the need to share information, the diverging characteristics of communities and the many different natures of people we work with, our approach balances a global strategy with an acceptance and support of local or group initiatives and this, for the following reasons:

some people are early adopters or have such specific needs that you cannot include them in the planning phase of your project 
technologies may be in place already or land in the company after an acquisition 
the knowledge assets community members handle may be a mix of official assets stored in corporate repositories and temporary assets stored in project workspaces 
there is always a need to communicate and collaborate beyond borders, even in such disparate environments

Before diving into more details let’s have a look at the following diagram that summarizes the way people access information:



It helps agreeing on a terminology and understanding where we can have an impact within our organization:

for the reasons listed above, many of the vehicles are a given in our case; SharePoint was also a given, but due to the good relationship we have with our IT partners, we still can have an impact on the way it is deployed and configured 
the functions is really where we spend most of our time. Using the vehicles as a set of building blocks, we assemble or build functions that power the communities 
the resources are not in our hands, but we have a role to inform, educate, motivate and support people handling those 
the information is the responsibility of the knowledge workers

In practice, the following areas are where we produce most of our deliverables:

interface with corporate tools and group workspaces 
maintenance and publication of a minimal common vocabulary 
aggregation and presentation of community specific assets

The next article will list the principles and techniques used to support our strategy before addressing more specific aspects.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=10&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are different ways communication and collaboration projects can be run and I won’t detail them here, but, having briefly described the environment we work in (see <a href="http://bernardhennecker.wordpress.com/2009/11/11/deploying-sharepoint-portals-to-support-communities/">previous article</a>), I will introduce the scope and approach of our work so that you can figure out why we do things.</p>
<p>Understanding the need to share information, the diverging characteristics of communities and the many different natures of people we work with, our approach balances a global strategy with an acceptance and support of local or group initiatives and this, for the following reasons:</p>
<ul>
<li>some people are early adopters or have such specific needs that you cannot include them in the planning phase of your project </li>
<li>technologies may be in place already or land in the company after an acquisition </li>
<li>the knowledge assets community members handle may be a mix of official assets stored in corporate repositories and temporary assets stored in project workspaces </li>
<li>there is always a need to communicate and collaborate beyond borders, even in such disparate environments </li>
</ul>
<p>Before diving into more details let’s have a look at the following diagram that summarizes the way people access information:</p>
<p align="center"><a href="http://bernardhennecker.files.wordpress.com/2009/11/image.png"><img title="image" style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" height="223" alt="image" src="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb.png?w=476&#038;h=223" width="476" border="0" /></a></p>
<p>It helps agreeing on a terminology and understanding where we can have an impact within our organization:</p>
<ul>
<li>for the reasons listed above, many of the <font color="#bf000f">vehicles</font> are a given in our case; SharePoint was also a given, but due to the good relationship we have with our IT partners, we still can have an impact on the way it is deployed and configured </li>
<li>the <font color="#f7ae06">functions</font> is really where we spend most of our time. Using the vehicles as a set of building blocks, we assemble or build functions that power the communities </li>
<li>the <font color="#4f64f7">resources</font> are not in our hands, but we have a role to inform, educate, motivate and support people handling those </li>
<li>the <font color="#731abb">information</font> is the responsibility of the knowledge workers </li>
</ul>
<p>In practice, the following areas are where we produce most of our deliverables:</p>
<ul>
<li>interface with corporate tools and group workspaces </li>
<li>maintenance and publication of a minimal common vocabulary </li>
<li>aggregation and presentation of community specific assets </li>
</ul>
<p>The <a href="http://bernardhennecker.wordpress.com/2009/11/12/sharepoint-features-and-technologies-for-communities/">next article</a> will list the principles and techniques used to support our strategy before addressing more specific aspects.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bernardhennecker.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bernardhennecker.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bernardhennecker.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bernardhennecker.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bernardhennecker.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bernardhennecker.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bernardhennecker.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bernardhennecker.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bernardhennecker.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bernardhennecker.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bernardhennecker.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bernardhennecker.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bernardhennecker.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bernardhennecker.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=10&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bernardhennecker.wordpress.com/2009/11/11/scope-and-approach-of-our-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a279161c755e32c9d05506f79dbab6e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bernard</media:title>
		</media:content>

		<media:content url="http://bernardhennecker.files.wordpress.com/2009/11/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Deploying SharePoint portals to support communities</title>
		<link>http://bernardhennecker.wordpress.com/2009/11/11/deploying-sharepoint-portals-to-support-communities/</link>
		<comments>http://bernardhennecker.wordpress.com/2009/11/11/deploying-sharepoint-portals-to-support-communities/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 16:33:35 +0000</pubDate>
		<dc:creator>Bernard Hennecker</dc:creator>
				<category><![CDATA[Background]]></category>
		<category><![CDATA[Communities]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Architecture]]></category>

		<guid isPermaLink="false">http://bernardhennecker.wordpress.com/2009/11/11/deploying-sharepoint-portals-to-support-communities/</guid>
		<description><![CDATA[Introduction

With this post, I’d like to introduce a set of articles where I will share my observations, the tools and techniques we deployed to improve communication and collaboration within our group. It should not be considered or perceived as a set of standard rules for the company I’m working for, but rather as a set of experiences that worked within our group and that may be valuable for other groups or companies. 
By documenting those experiences, I not only hope that other people will benefit from the lessons learned but I also hope to get feedback or reactions on the information provided. That would allow to confirm the content by capturing similar observations from other groups or, on the contrary, introduce other approaches or techniques that may be better suited. Hopefully, as a consumer of the information, you would benefit from the experience of several people instead of just one individual.

Background

The many years I spent in the role of knowledge management lead in an international company learned me to live with, support and improve the many different ways people communicate and collaborate. In a big company, this is a given, because people are:

at different maturity levels when it comes to information technology usage : some can just use email while some others embraced Web 2.0 technologies from the beginning 
talking different languages, using different vocabulary or simply naming the same things differently 
in a different level within the company, meaning they may care about global aspects or on the contrary, concentrate on local (region, country) aspects only 
simply not able to devote a lot of time to communication and collaboration because overloaded or understaffed

In addition, the group they are part of and that need to collaborate with other groups may:

have different business objectives or measures 
have different rules in terms of communication and collaboration 
use different repositories, tools or technologies

Role

Since those many years, my role has been and still is to design and deploy a collaborative environment that help groups reaching their business objectives by giving them the tools to: 

work collaboratively on content 
capture valuable assets 
publish best practices and official information 
reach or engage with all community members 
access data and information relevant for their group but contained in other repositories

Such role implies a continuous dialog with business leads, subject matter experts and knowledge workers. That is only possible by attending regular group meetings, working on real projects and prototyping solutions addressing their issues and objectives.

Scope

The articles will cover SharePoint design and deployment aspects from a “business” point-of-view and not an IT point-of-view. This means that I will explain the features and technologies we deploy to fulfill our users needs but not the ones that may be of interest for an IT audience. Topics like site collections choices, aggregated views, columns and content types, discussion boards, etc… will be addressed while IT topics like installation, database design or server farm configuration will not be covered. 
In the next article, I will introduce the scope of our work and the overall approach used.

See also

SharePoint: the backbone of your information architecture by Rob Koplowitz and Leslie Owens in KMWorld.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=5&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Introduction</h3>
<p>With this post, I’d like to introduce a set of articles where I will share my observations, the tools and techniques we deployed to improve communication and collaboration within our group. It should not be considered or perceived as a set of standard rules for the company I’m working for, but rather as a set of experiences that worked within our group and that may be valuable for other groups or companies.    <br />By documenting those experiences, I not only hope that other people will benefit from the lessons learned but I also hope to get feedback or reactions on the information provided. That would allow to confirm the content by capturing similar observations from other groups or, on the contrary, introduce other approaches or techniques that may be better suited. Hopefully, as a consumer of the information, you would benefit from the experience of several people instead of just one individual.</p>
<h3>Background</h3>
<p>The many years I spent in the role of knowledge management lead in an international company learned me to live with, support and improve the many different ways people communicate and collaborate. In a big company, this is a given, because people are:</p>
<ul>
<li>at different maturity levels when it comes to information technology usage : some can just use email while some others embraced Web 2.0 technologies from the beginning </li>
<li>talking different languages, using different vocabulary or simply naming the same things differently </li>
<li>in a different level within the company, meaning they may care about global aspects or on the contrary, concentrate on local (region, country) aspects only </li>
<li>simply not able to devote a lot of time to communication and collaboration because overloaded or understaffed </li>
</ul>
<p>In addition, the group they are part of and that need to collaborate with other groups may:</p>
<ul>
<li>have different business objectives or measures </li>
<li>have different rules in terms of communication and collaboration </li>
<li>use different repositories, tools or technologies </li>
</ul>
<h3>Role</h3>
<p>Since those many years, my role has been and still is to design and deploy a collaborative environment that help groups reaching their business objectives by giving them the tools to: </p>
<ul>
<li>work collaboratively on content </li>
<li>capture valuable assets </li>
<li>publish best practices and official information </li>
<li>reach or engage with all community members </li>
<li>access data and information relevant for their group but contained in other repositories </li>
</ul>
<p>Such role implies a continuous dialog with business leads, subject matter experts and knowledge workers. That is only possible by attending regular group meetings, working on real projects and prototyping solutions addressing their issues and objectives.</p>
<h3>Scope</h3>
<p>The articles will cover SharePoint design and deployment aspects from a “business” point-of-view and not an IT point-of-view. This means that I will explain the features and technologies we deploy to fulfill our users needs but not the ones that may be of interest for an IT audience. Topics like site collections choices, aggregated views, columns and content types, discussion boards, etc… will be addressed while IT topics like installation, database design or server farm configuration will not be covered.    <br />In the <a href="http://bernardhennecker.wordpress.com/2009/11/11/scope-and-approach-of-our-work/">next article</a>, I will introduce the scope of our work and the overall approach used.</p>
<h3>See also</h3>
<p><a href="http://www.kmworld.com/Articles/ReadArticle.aspx?ArticleID=53955&amp;PageNum=1">SharePoint: the backbone of your information architecture</a> by <em>Rob Koplowitz</em> and <em>Leslie Owens</em> in KMWorld.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bernardhennecker.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bernardhennecker.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bernardhennecker.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bernardhennecker.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bernardhennecker.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bernardhennecker.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bernardhennecker.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bernardhennecker.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bernardhennecker.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bernardhennecker.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bernardhennecker.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bernardhennecker.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bernardhennecker.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bernardhennecker.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernardhennecker.wordpress.com&amp;blog=10438356&amp;post=5&amp;subd=bernardhennecker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bernardhennecker.wordpress.com/2009/11/11/deploying-sharepoint-portals-to-support-communities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a279161c755e32c9d05506f79dbab6e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bernard</media:title>
		</media:content>
	</item>
	</channel>
</rss>
