<?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>Perspectives on SharePoint from Learning Tree International</title>
	<atom:link href="http://sharepoint.learningtree.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepoint.learningtree.com</link>
	<description>Improve document management and enhance team collaboration worldwide</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:32:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sharepoint.learningtree.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/25dc85e65b78c2bdae5bf31c650132f2?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Perspectives on SharePoint from Learning Tree International</title>
		<link>http://sharepoint.learningtree.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sharepoint.learningtree.com/osd.xml" title="Perspectives on SharePoint from Learning Tree International" />
	<atom:link rel='hub' href='http://sharepoint.learningtree.com/?pushpress=hub'/>
		<item>
		<title>Debugging with Your Hands Tied</title>
		<link>http://sharepoint.learningtree.com/2012/01/09/debugging-with-your-hands-tied/</link>
		<comments>http://sharepoint.learningtree.com/2012/01/09/debugging-with-your-hands-tied/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 12:57:39 +0000</pubDate>
		<dc:creator>David Severn, Learning Tree</dc:creator>
				<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[debugging]]></category>

		<guid isPermaLink="false">http://sharepoint.learningtree.com/?p=568</guid>
		<description><![CDATA[The scenario was as follows: As part of a SharePoint project a custom event handler was needed that looked across two libraries to assign some metadata automatically. This required a farm level solution created in Visual Studio. (Such development is covered by our course, Programming SharePoint® 2010 Applications with .NET.) I don&#8217;t have administrative access [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=568&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The scenario was as follows:</p>
<p>As part of a SharePoint project a custom event handler was needed that looked across two libraries to assign some metadata automatically. This required a farm level solution created in Visual Studio. (Such development is covered by our course, <a title="Programming SharePoint® 2010 Applications with .NET" href="http://www2.learningtree.com/r/resp.aspx?cat=crs&amp;m=us&amp;c=2615&amp;f=blog_sp">Programming SharePoint® 2010 Applications with .NET</a>.) I don&#8217;t have administrative access to the Server where the code will be deployed, but I do have design rights on the Libraries. After testing locally the packages were sent to the administrator who was in a different time zone. He installed the code and enabled the feature on the appropriate site.</p>
<p>Sadly, on the first attempt at uploading a document the fields weren&#8217;t set correctly. Since I can&#8217;t use Visual Studio on their server or look at ULS logs to determine if any errors occurred and the admin had gone home, I needed another approach. There may be others but the following approach worked&#8211;and continues to work&#8211;for me and my client:</p>
<p>I changed the code to look for the presence of a column named &#8216;Debug&#8217;.</p>
<p><img src="http://sharepointlearningtree.files.wordpress.com/2012/01/010912_1257_debuggingwi11.png?w=500" alt="" /></p>
<p>If found I wrote diagnostic (trace style) data to the column.</p>
<p>Once the code was deployed I created a new column on the library and uploaded a new document. From the information written to the Debug field I could quickly see that the problem and remedy take appropriate action.</p>
<p><img src="http://sharepointlearningtree.files.wordpress.com/2012/01/010912_1257_debuggingwi21.png?w=500" alt="" /></p>
<p>Once fixed, simply delete the Debug column knowing that the facility is there should I need it again. There is a slight overhead here in that the column is looked for whenever the code runs, but this is a small price to pay for the flexibility I gained.</p>
<p>Try it out and let me know your comments or suggestions. I&#8217;d love to hear from you.</p>
<p><a href="http://sharepoint.learningtree.com/authors/david-severn/">David Severn</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointlearningtree.wordpress.com/568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointlearningtree.wordpress.com/568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointlearningtree.wordpress.com/568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointlearningtree.wordpress.com/568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointlearningtree.wordpress.com/568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointlearningtree.wordpress.com/568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointlearningtree.wordpress.com/568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointlearningtree.wordpress.com/568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointlearningtree.wordpress.com/568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointlearningtree.wordpress.com/568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointlearningtree.wordpress.com/568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointlearningtree.wordpress.com/568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointlearningtree.wordpress.com/568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointlearningtree.wordpress.com/568/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=568&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepoint.learningtree.com/2012/01/09/debugging-with-your-hands-tied/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/28e5b4590b06b3a3023ad72dedd11ca4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">David Severn, Learning Tree</media:title>
		</media:content>

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2012/01/010912_1257_debuggingwi11.png" medium="image" />

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2012/01/010912_1257_debuggingwi21.png" medium="image" />
	</item>
		<item>
		<title>What Is Metadata and Why Do We Care?</title>
		<link>http://sharepoint.learningtree.com/2011/12/28/what-is-meta-data-and-why-do-we-care/</link>
		<comments>http://sharepoint.learningtree.com/2011/12/28/what-is-meta-data-and-why-do-we-care/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 20:49:13 +0000</pubDate>
		<dc:creator>Gord Maric</dc:creator>
				<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[meta data]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[metadata management]]></category>
		<category><![CDATA[metadata sharepoint]]></category>
		<category><![CDATA[what is metadata]]></category>

		<guid isPermaLink="false">http://sharepoint.learningtree.com/?p=553</guid>
		<description><![CDATA[Metadata is defined as &#8220;data about data.&#8221; This is a terrible definition; let&#8217;s see if we can make better sense of it. If we examine: What can we deduce? It&#8217;s a word file, created 24/11/2011, 26 KB in size and based on the file name, it&#8217;s a performance review for employee 1244. All this information [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=553&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Arial;">Metadata is defined as &#8220;data about data.&#8221; This is a terrible definition; let&#8217;s see if we can make better sense of it.<br />
</span></p>
<p><span style="font-family:Arial;">If we examine:<br />
</span></p>
<p><img src="http://sharepointlearningtree.files.wordpress.com/2011/12/122811_2048_whatismetad1.png?w=500" alt="" /><span style="font-family:Arial;"><br />
</span></p>
<p><span style="font-family:Arial;">What can we deduce?<br />
</span></p>
<p><span style="font-family:Arial;">It&#8217;s a word file, created 24/11/2011, 26 KB in size and based on the file name, it&#8217;s a performance review for employee 1244. All this information about the file is metadata. Do we care about this information? No, we don&#8217;t; we care about the performance review, what is inside the Word document. However, we <em>need</em> this information so we can find the performance review for employee 1244 which we want to read.<br />
</span></p>
<p><span style="font-family:Arial;">Metadata is also known as tags, descriptions, or properties. It labels basically any piece of data that helps us identify information we are looking for.<br />
</span></p>
<p><span style="font-family:Arial;">Okay, so what? Metadata is about identifying the content of a file; big deal. Well that is exactly the problem with the definition; it is the application of the metadata that is important.<br />
</span></p>
<p><span style="font-family:Arial;">Imagine you are running a company with 1000 employees and the company has been in business for 10 years. You would have about 10,000 employee reviews on file! All of a sudden, the labels identifying the content of files become much more important because you need this information to find the review you are looking for.<br />
</span></p>
<p><span style="font-family:Arial;">Continue to multiply this out again by the 10,000s of files a company has and 1,000s of employees and now we have 1,000,000s of files and the only possible way we can organize the files is by identifying them with tags. We really don&#8217;t care about the Meta data, we care about the stuff in inside the files, but the metadata helps us locate the content in the files so we need to apply the metadata to find the files.<br />
</span></p>
<p><span style="font-family:Arial;">Let&#8217;s take a look at traditional options we have to help us organize our files:<br />
</span></p>
<p><img src="http://sharepointlearningtree.files.wordpress.com/2011/12/122811_2048_whatismetad2.png?w=500" alt="" /><span style="font-family:Arial;"><br />
</span></p>
<p><span style="font-family:Arial;">We can see folders for various years with multiple versions of performance reviews for various employees. We are creating metadata to organize files through folders and file names. Unfortunately, this is <em>unmanaged</em> information. There is no control over the folder structure, nor control over the file naming convention. Multiple these by 1,000,000s of files and you have an uncontrollable mess (look at the LAN drive in your company).<br />
</span></p>
<p><span style="font-family:Arial;">How can we fix this mess? We need a metadata manager.<br />
</span></p>
<p><span style="font-family:Arial;">One aspect of SharePoint allows you to define the metadata you want to maintain and then SharePoint provides tools which use the metadata so you can organize and find the information you are looking for.<br />
</span></p>
<p><span style="font-family:Arial;">In the employee review example, we can identify what we want to keep track of, for example, employee name, employee id, review date, and department. When we save the review for an employee in SharePoint, SharePoint will prompt us for the information to organize the file.<br />
</span></p>
<p><img src="http://sharepointlearningtree.files.wordpress.com/2011/12/122811_2048_whatismetad3.png?w=500" alt="" /><span style="font-family:Arial;"><br />
</span></p>
<p><span style="font-family:Arial;">This is called <em>managed</em> information. In addition to the information we already had (file name, create date, and file size, in the example above) SharePoint manages and controls the data we <em>need</em> to keep track of, by using common, enforced terms, to help us to identify and organize our information.<br />
</span></p>
<p><span style="font-family:Arial;">So we have a cop enforcing file tagging, is that all SharePoint is?<br />
</span></p>
<p><span style="font-family:Arial;">That is one aspect of SharePoint and a major one. SharePoint enforces the use of metadata before saving a file so we can find it later, and uses Meta data in searching, for example:<br />
</span></p>
<ul>
<li><span style="font-family:Arial;">Find all documents tagged with Employee ID 1244<br />
</span></li>
<li>
<div><span style="font-family:Arial;">Identify employee reviews by year, or department.<br />
</span></div>
</li>
</ul>
<p><span style="font-family:Arial;">The application of metadata in SharePoint is also much more robust than a simply file name and folders. For example, if we want to keep track of an employee&#8217;s region but the employee can be in multiple regions SharePoint can easily allow for that<br />
</span></p>
<p style="margin-left:36pt;"><img src="http://sharepointlearningtree.files.wordpress.com/2011/12/122811_2048_whatismetad4.png?w=500" alt="" /><span style="font-family:Arial;"><br />
</span></p>
<p><span style="font-family:Arial;">How can we use metadata to organize files?<br />
</span></p>
<p><span style="font-family:Arial;">Because we can define the information we need to organize our files and enforce its use, we can build content management solutions which are much more flexible than folders with deep nesting.<br />
</span></p>
<p><span style="font-family:Arial;">One approach would be to start with 3 major categories (but of course this can be more or less depending on organizational / information needs).<br />
</span></p>
<p><img src="http://sharepointlearningtree.files.wordpress.com/2011/12/122811_2048_whatismetad5.png?w=500" alt="" /><span style="font-family:Arial;"><br />
</span></p>
<p><span style="font-family:Arial;">In each of the areas we can then identify the metadata that we need to help us manage our content. For example at the lower department level, we may need to know who is working on the files, but at the upper levels, we simply need to identify which department created the content, or what the content is for and identify its purpose.<br />
</span></p>
<p><span style="font-family:Arial;">SharePoint allows you to define metadata terms at the project level, department level and corporate / intranet level and to configure which terms are optional, mandatory or shared across the company. This aids in creating a common vocabulary across the organization.<br />
</span></p>
<p><span style="font-family:Arial;">There are tools in SharePoint that allow users to move files between the areas and which will then enforce the files having the correct metadata to organize the information in the new areas.<br />
</span></p>
<p><span style="font-family:Arial;">Can you deploy SharePoint without metadata?<br />
</span></p>
<p><span style="font-family:Arial;">Yes, you can; unfortunately, you won&#8217;t have a much better system than you would have with your LAN drive. The SharePoint tools that depend on metadata to identify your information would not have what they need to organize your content.<br />
</span></p>
<p><span style="font-family:Arial;">Do we need to identify all the metadata in our organization?<br />
</span></p>
<p><span style="font-family:Arial;">No, I think that would be a huge task. We can start by identifying common terms in the company; identify local terms used by departments and projects, apply metadata to shared information. The application of metadata will be different for each area of the company and will grow and morph over time as managed sites are created and files are migrated from unmanaged LAN drives.<br />
</span></p>
<p><span style="font-family:Arial;"><a title="Gord Maric" href="http://sharepoint.learningtree.com/authors/gord-maric/">Gord Maric<br />
</a></span></p>
<p><span style="font-family:Arial;">SharePoint and Business Intelligence<br />
</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointlearningtree.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointlearningtree.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointlearningtree.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointlearningtree.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointlearningtree.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointlearningtree.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointlearningtree.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointlearningtree.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointlearningtree.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointlearningtree.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointlearningtree.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointlearningtree.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointlearningtree.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointlearningtree.wordpress.com/553/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=553&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepoint.learningtree.com/2011/12/28/what-is-meta-data-and-why-do-we-care/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10f627298c4c5e97a2530704bc37f0e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gmaricltre</media:title>
		</media:content>

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2011/12/122811_2048_whatismetad1.png" medium="image" />

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2011/12/122811_2048_whatismetad2.png" medium="image" />

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2011/12/122811_2048_whatismetad3.png" medium="image" />

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2011/12/122811_2048_whatismetad4.png" medium="image" />

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2011/12/122811_2048_whatismetad5.png" medium="image" />
	</item>
		<item>
		<title>Make 2012 Better With a Survey and Workflow</title>
		<link>http://sharepoint.learningtree.com/2011/12/23/make-next-year-better-with-a-survey-and-workflow/</link>
		<comments>http://sharepoint.learningtree.com/2011/12/23/make-next-year-better-with-a-survey-and-workflow/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 08:44:23 +0000</pubDate>
		<dc:creator>David Severn, Learning Tree</dc:creator>
				<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[surveys]]></category>
		<category><![CDATA[workflows]]></category>

		<guid isPermaLink="false">http://sharepoint.learningtree.com/?p=546</guid>
		<description><![CDATA[How well are we doing In earlier posts I gave some thoughts on information structure design which is just one part of the bigger process in implementing effective SharePoint solutions. Getting feedback from users is a valuable way of determining if your designs are working or not How to get Feedback – use a survey [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=546&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>How well are we doing<br />
</strong></p>
<p>In earlier posts I gave some thoughts on information structure design which is just one part of the bigger process in implementing effective SharePoint solutions.
</p>
<p>Getting feedback from users is a valuable way of determining if your designs are working or not
</p>
<p><strong>How to get Feedback – use a survey<br />
</strong></p>
<p>Surveys can provide a quick and easy way of getting feedback
</p>
<p>The following shows a single question survey
</p>
<p>
 </p>
<p><img src="http://sharepointlearningtree.files.wordpress.com/2011/12/122311_0844_makenextyea1.png?w=500" alt="" />
	</p>
<p>
 </p>
<p>That presents the responder with a choice of pre-determined answers
</p>
<p><img src="http://sharepointlearningtree.files.wordpress.com/2011/12/122311_0844_makenextyea2.png?w=500" alt="" />
	</p>
<p>
 </p>
<p>
 </p>
<p>The question is implemented as a column in the survey list. This can be seen from the survey settings page
</p>
<p>
 </p>
<p><img src="http://sharepointlearningtree.files.wordpress.com/2011/12/122311_0844_makenextyea3.png?w=500" alt="" />
	</p>
<p>
 </p>
<p>Such a survey can be useful but if the answers you are receiving require a particular action a simple workflow can enhance the solution.
</p>
<p>Shown below is the SharePoint designer workflow attached to this survey list
</p>
<p><img src="http://sharepointlearningtree.files.wordpress.com/2011/12/122311_0844_makenextyea4.png?w=500" alt="" />
	</p>
<p>
 </p>
<p>The End Result is an automatic conditional alert.
</p>
<p>I.e. An email is sent to the service department who can take appropriate action ensuring customer care is maintained.
</p>
<p>Simple SharePoint solutions made from built in functionality together with simple customisation such as this can make a real difference to your user community and often take little time to create. Consider how long this would take to build if you were starting from scratch without SharePoint using traditional web development (PHP, ASP) techniques.
</p>
<p>More complex actions can be taken within the workflow such as creating items in helpdesk lists, creating tasks, building an audit trail etc.
</p>
<p>For more information on SharePoint Designer we offer great courses for both SharePoint <a href="http://www.learningtree.co.uk/courses/uk1505.htm">2010</a> and <a href="http://www.learningtree.co.uk/courses/uk955.htm">2007</a>.
</p>
<p>
 </p>
<p><a href="http://sharepoint.learningtree.com/authors/david-severn/">David Severn</a>
	</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointlearningtree.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointlearningtree.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointlearningtree.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointlearningtree.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointlearningtree.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointlearningtree.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointlearningtree.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointlearningtree.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointlearningtree.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointlearningtree.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointlearningtree.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointlearningtree.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointlearningtree.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointlearningtree.wordpress.com/546/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=546&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepoint.learningtree.com/2011/12/23/make-next-year-better-with-a-survey-and-workflow/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/28e5b4590b06b3a3023ad72dedd11ca4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">David Severn, Learning Tree</media:title>
		</media:content>

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2011/12/122311_0844_makenextyea1.png" medium="image" />

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2011/12/122311_0844_makenextyea2.png" medium="image" />

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2011/12/122311_0844_makenextyea3.png" medium="image" />

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2011/12/122311_0844_makenextyea4.png" medium="image" />
	</item>
		<item>
		<title>More on Workshops (I.T. and the Users):  My Thoughts on Structure Design, Part 3</title>
		<link>http://sharepoint.learningtree.com/2011/12/19/more-on-workshops-i-t-and-the-users-my-thoughts-on-structure-design-part-3/</link>
		<comments>http://sharepoint.learningtree.com/2011/12/19/more-on-workshops-i-t-and-the-users-my-thoughts-on-structure-design-part-3/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 08:55:22 +0000</pubDate>
		<dc:creator>David Severn, Learning Tree</dc:creator>
				<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[IT workshops]]></category>
		<category><![CDATA[SharePoint design]]></category>
		<category><![CDATA[SharePoint structure]]></category>

		<guid isPermaLink="false">http://sharepoint.learningtree.com/?p=535</guid>
		<description><![CDATA[In my last post I mentioned how members of the I.T department should be included in requirements gathering workshops. Often dedicated business analysts are involved but members of the I.T technical team are not. The rationale being, that I.T. are concerned only with the back end infrastructure. Not so, I argue. I have seen the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=535&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In my last post I mentioned how members of the I.T department should be included in requirements gathering workshops. Often dedicated business analysts are involved but members of the I.T technical team are not. The rationale being, that I.T. are concerned only with the back end infrastructure. Not so, I argue. I have seen the benefits of including a wide representation of departments including I.T and representatives of the senior management team, in both consultancy engagements and also while teaching on-site courses for Learning Tree.</p>
<p><strong>Is it a course or a workshop?<br />
</strong></p>
<p>On-Site courses are where we come to your location, set up our equipment and present a course. Often these courses are customised or tailored to a specific organisation&#8217;s requirements. Content from multiple courses can be incorporated. In order to make the most of this, organisations I have been involved with have sent members of many departments to such training. In a number of cases while presenting various SharePoint courses the technical aspects of SharePoint have had to be put to one side whilst the discussion during the class has turned to information structure. These discussions can include sites, site collections, applications and server farms. Interestingly the views of the more technical I.T people vary quite considerably from those of the end users. Often everyone gets along well and at other times the differences can be expressed in strongly vocal terms. In such cases instructors need to be diplomatic in addition to being technically knowledgeable.</p>
<p><strong>Flexibility is key<br />
</strong></p>
<p>In a course situation a good instructor will, instead of sticking rigidly to the syllabus, encourage such discussion&#8211;in effect, he or she will be running a mini-workshop. The value of this can be immense. The same applies to a great course facilitator. You need to be both direct and go with the flow.</p>
<p>Although it&#8217;s unlikely and unreasonable to expect an outsider to appreciate the requirements of a business on short notice they may prove their worth and encourage the group to consider alternative options based on their prior experience. The role is that of facilitator encouraging the group attendees to generate the ideas and develop solutions. Such a person should be confident in directing and involving a room full of people to share and disseminate information. In my totally unbiased way Learning Tree instructors immediately spring to mind as the ideal candidates for such roles<span style="font-family:Wingdings;">J</span></p>
<p><strong>Define the Purpose<br />
</strong></p>
<p>Regardless of when the workshop happens the goal is to design a structure that encompasses both technical and non-technical requirements. Defining goals on a flipchart or whiteboard can keep them in focus during the workshop. For example (admittedly a very simple example) I.T are happy with the size and number of site collections that allow for fast backup and restore of their databases, end user champions are happy with an easy to use navigation structure. A key part to achieving this is to get each side to see the others point of view. Talking through scenarios is one technique I have found to be helpful. Seeing that everyone just wants to do their job can take away the emotional side of any disagreements. Doing this on the fly as part of the course can help but more time will usually be needed. Workshops can be carried out as mentioned in previous posts. Documenting discussions and ideas is crucial – dialog mapping, mind mapping, One Note, etc.</p>
<p><strong>The other point of view<br />
</strong></p>
<p>Some comments I have heard as a result of such inclusive workshops include the following:</p>
<ol>
<li>I didn&#8217;t realise how important those automated emails were.</li>
<li>How many people rely on this? !</li>
<li>Now I understand why you need to access this site.</li>
<li>I never heard of that department before.</li>
<li>So that&#8217;s what they do.</li>
<li>
<div>Of course I am sure that library is backed up during the day <em>but will check.</em></div>
<p><em>And many more !</em></li>
</ol>
<p>Sound familiar? Can you tell whether the comments came from (I.T, management or end user departments)?</p>
<p>To summarise, the following should be considered in an I.T. workshop:<strong><br />
</strong></p>
<ul>
<li>Involve technical and non-technical departments in the requirements gathering and planning process</li>
<li>Consider using an experienced facilitator to run the workshop</li>
<li>Document the results and store them centrally (SharePoint site?)</li>
</ul>
<p><a href="http://sharepoint.learningtree.com/authors/david-severn/">Dave Severn</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointlearningtree.wordpress.com/535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointlearningtree.wordpress.com/535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointlearningtree.wordpress.com/535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointlearningtree.wordpress.com/535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointlearningtree.wordpress.com/535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointlearningtree.wordpress.com/535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointlearningtree.wordpress.com/535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointlearningtree.wordpress.com/535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointlearningtree.wordpress.com/535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointlearningtree.wordpress.com/535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointlearningtree.wordpress.com/535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointlearningtree.wordpress.com/535/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointlearningtree.wordpress.com/535/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointlearningtree.wordpress.com/535/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=535&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepoint.learningtree.com/2011/12/19/more-on-workshops-i-t-and-the-users-my-thoughts-on-structure-design-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/28e5b4590b06b3a3023ad72dedd11ca4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">David Severn, Learning Tree</media:title>
		</media:content>
	</item>
		<item>
		<title>Dialog Mapping Requirements: My Thoughts on Structure Design, Part 2</title>
		<link>http://sharepoint.learningtree.com/2011/12/14/dialog-mapping-requirements-my-thoughts-on-structure-design-part-2/</link>
		<comments>http://sharepoint.learningtree.com/2011/12/14/dialog-mapping-requirements-my-thoughts-on-structure-design-part-2/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 09:54:12 +0000</pubDate>
		<dc:creator>David Severn, Learning Tree</dc:creator>
				<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[dialog mapping]]></category>

		<guid isPermaLink="false">http://sharepoint.learningtree.com/?p=519</guid>
		<description><![CDATA[In part 1 I mentioned that mind mapping is a popular approach to documenting user requirements. I am a great fan of mind maps but I have seen them result in the representation of a structural SharePoint design losing other aspects of requirements. An alternative I am finding very useful that I suggest you consider [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=519&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In part 1 I mentioned that mind mapping is a popular approach to documenting user requirements. I am a great fan of mind maps but I have seen them result in the representation of a structural SharePoint design losing other aspects of requirements. An alternative I am finding very useful that I suggest you consider is an approach known as dialog mapping. I first heard of this in the context of &#8221;<a href="http://www.slideshare.net/paulculmsee/april21-spug-meeting-slides" target="_blank">wicked problem solving</a>.&#8221; To support the use of dialog mapping, Open University and Verizon offer a free tool called <a href="http://compendium.open.ac.uk/" target="_blank">compendium</a>.</p>
<p>In requirements gathering a facilitation process can be used with the facilitator guiding and documenting or mapping the discussions occurring as part of a workshop. After installation and starting compendium you will see the following:</p>
<p><img src="http://sharepointlearningtree.files.wordpress.com/2011/12/121411_0954_dialogmappi1.png?w=500" alt="" /></p>
<p>This has lots of useful guidance accessible by clicking on the Quick Start node seen above.</p>
<p>Compendium uses nodes of various types. The starting point is a map node:</p>
<p><img src="http://sharepointlearningtree.files.wordpress.com/2011/12/121411_0954_dialogmappi2.png?w=500" alt="" /></p>
<p>I have added a map node named DavesDemo and a question node asking, &#8220;What kinds of information do we use?&#8221; Now I would encourage my workshop attendees to answer the question and as they do I would add answer nodes linking them to the question. Some answers will generate more questions as can be seen in this very simple example.</p>
<p><img src="http://sharepointlearningtree.files.wordpress.com/2011/12/121411_0954_dialogmappi3.jpg?w=500" alt="" /></p>
<p>This use of a dialog map just identifies information. At some point decisions will need to be made and for this pro and con nodes can be added. Another example is in which we ask the question, &#8220;What kind of taxonomy should we use?&#8221;</p>
<p><img src="http://sharepointlearningtree.files.wordpress.com/2011/12/121411_0954_dialogmappi4.jpg?w=500" alt="" /></p>
<p><strong>Summary<br />
</strong></p>
<p>Dialog mapping is a useful tool to have in your SharePoint design toolbox. Give it a try and let me know what you think.</p>
<p><a href="http://sharepoint.learningtree.com/authors/david-severn/">Dave Severn</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointlearningtree.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointlearningtree.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointlearningtree.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointlearningtree.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointlearningtree.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointlearningtree.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointlearningtree.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointlearningtree.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointlearningtree.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointlearningtree.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointlearningtree.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointlearningtree.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointlearningtree.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointlearningtree.wordpress.com/519/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=519&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepoint.learningtree.com/2011/12/14/dialog-mapping-requirements-my-thoughts-on-structure-design-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/28e5b4590b06b3a3023ad72dedd11ca4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">David Severn, Learning Tree</media:title>
		</media:content>

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2011/12/121411_0954_dialogmappi1.png" medium="image" />

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2011/12/121411_0954_dialogmappi2.png" medium="image" />

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2011/12/121411_0954_dialogmappi3.jpg" medium="image" />

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2011/12/121411_0954_dialogmappi4.jpg" medium="image" />
	</item>
		<item>
		<title>Structural Basics:  My Thoughts on Structure Design, Part 1</title>
		<link>http://sharepoint.learningtree.com/2011/12/13/structural-basics-my-thoughts-on-structure-design-part-1/</link>
		<comments>http://sharepoint.learningtree.com/2011/12/13/structural-basics-my-thoughts-on-structure-design-part-1/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 13:17:28 +0000</pubDate>
		<dc:creator>David Severn, Learning Tree</dc:creator>
				<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[mind mapping]]></category>

		<guid isPermaLink="false">http://sharepoint.learningtree.com/?p=505</guid>
		<description><![CDATA[Mind mapping is popular among SharePoint designers as it allows layout of potential site structures with little effort. Modern mind mapping tools allow alternate hierarchies to be modelled in almost no time. The image above was created using FreeMind, an open source mind mapping tool available on sourceforge. This shows an easy starting point based [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=505&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mind mapping is popular among SharePoint designers as it allows layout of potential site structures with little effort. Modern mind mapping tools allow alternate hierarchies to be modelled in almost no time.</p>
<p><img src="http://sharepointlearningtree.files.wordpress.com/2011/12/121311_1317_structuralb1.jpg?w=500" alt="" /></p>
<p>The image above was created using FreeMind, an open source mind mapping tool available on <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page">sourceforge</a>. This shows an easy starting point based on departments. Most taxonomy designers will immediately be concerned over the above as departmental designs can quickly become limited. For example, where would you store documents that are accessed by both sales and marketing departments?</p>
<p>The key to good taxonomy design is to carry out meaningful requirements analysis. Holding a workshop with a representative cross section of users can be an excellent way of achieving this. I suggest ensuring an I.T representative is included in this group as often I.T and end users perceptions of what is required are vastly different<span style="font-family:Wingdings;">.</span> In essence, these are brain storming sessions where attendees contribute their ideas.</p>
<p>Requirements workshop facilitators can use mind mapping software to document the requirements and ideas as they occur. A departmental design as shown above would be easily created from such a workshop. There is nothing wrong with this approach; however, such meetings can result in consideration only of structure. This is <strong>only one part</strong> of taxonomy design.</p>
<p>The facilitator should also encourage attendees to consider information and its usage. Consider the following:</p>
<ol>
<li>What information do we need?</li>
<li>Who needs access to it and who should be prevented from seeing it (security)?</li>
<li>How should it be found (navigation)?</li>
<li>
<div>What processes are needed within SharePoint?</div>
</li>
<li>
<div>What processes are needed within your external systems?</div>
</li>
<li>
<div>What processes are needed within human interaction?</div>
</li>
</ol>
<p>These topic questions can be broken down further as shown below:</p>
<p><strong>Information needed<br />
</strong></p>
<ol>
<li>What documents are produced?</li>
<li>What appointments need to be made?</li>
<li>What user information is needed?</li>
<li>What does your business need to do its job?</li>
</ol>
<p><strong>Access<br />
</strong></p>
<p>Identify basic categories to start with then sub divide and reorganise these as you build the picture of what is needed:  Confidential, Public, Internal use only, Available on the web or other common location.</p>
<p><strong>Locating information<br />
</strong></p>
<p>Do you need a home page for the company, departments or projects?</p>
<p>Decide where hyperlinks and other navigation controls should be placed.</p>
<p><strong>Processes<br />
</strong></p>
<p>Is the information you store static? If not, what processes are needed? Who carries them out? How does this fit with your initially mapped structure (taxonomy design)? Where does input come from? SharePoint Data (lists, libraries), Databases or Remote systems? These are all questions to ask yourself as you determine your processes.</p>
<p><strong>When are we finished?<br />
</strong></p>
<p>Working through this process can take several iterations initially and again over time as requirements change. At some point a prototype needs to be created. Users can be invited to try this out and provide feedback. Are we ever finished? Possibly not. It&#8217;s an on-going process, but we will at least get to a usable design in time for the next organisational change!</p>
<p><a href="http://sharepoint.learningtree.com/authors/david-severn/">Dave Severn</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointlearningtree.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointlearningtree.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointlearningtree.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointlearningtree.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointlearningtree.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointlearningtree.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointlearningtree.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointlearningtree.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointlearningtree.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointlearningtree.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointlearningtree.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointlearningtree.wordpress.com/505/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointlearningtree.wordpress.com/505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointlearningtree.wordpress.com/505/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=505&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepoint.learningtree.com/2011/12/13/structural-basics-my-thoughts-on-structure-design-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/28e5b4590b06b3a3023ad72dedd11ca4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">David Severn, Learning Tree</media:title>
		</media:content>

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2011/12/121311_1317_structuralb1.jpg" medium="image" />
	</item>
		<item>
		<title>Categorizing in SharePoint, the correct way!</title>
		<link>http://sharepoint.learningtree.com/2011/12/05/categorizing-in-sharepoint-the-correct-way/</link>
		<comments>http://sharepoint.learningtree.com/2011/12/05/categorizing-in-sharepoint-the-correct-way/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 13:04:30 +0000</pubDate>
		<dc:creator>Gord Maric</dc:creator>
				<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[sharepoint categorization]]></category>

		<guid isPermaLink="false">http://sharepoint.learningtree.com/?p=498</guid>
		<description><![CDATA[The list of names is actual data from a production system that my company is working with (no we did not write it, but we need to extract data from it). Carefully take a look at how many variations of spelling (and misspellings). This system has the user entering a location in a textbox and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=498&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://sharepointlearningtree.files.wordpress.com/2011/12/120511_1304_categorizin1.png?w=500" alt="" align="left" /></p>
<p>The list of names is actual data from a production system that my company is working with (no we did not write it, but we need to extract data from it). Carefully take a look at how many variations of spelling (and misspellings). This system has the user entering a location in a textbox and we can obviously see the problems that can occur because the user can enter anything they want.</p>
<p>This list is not from a SharePoint site but it got me thinking. We are asking SharePoint site owners to categorize content with columns and often the poor site owner is not a developer but someone just trying to work with SharePoint. The column create screen has many choices and the first on is a text box and often chosen because it&#8217;s the default. A textbox, where users, can enter anything! SharePoint search can&#8217;t find all the documents and the reports are wrong. The system does not work. Blame Microsoft!</p>
<p>Let that a look at the option to create columns:</p>
<p><img src="http://sharepointlearningtree.files.wordpress.com/2011/12/120511_1304_categorizin2.png?w=500" alt="" align="left" /></p>
<ol>
<li>Use Single line of text, multiple lines text when you truly expect variable data to be entered, such as a description, or comment.</li>
<li>Choice should be used to categorize information. That way everybody choose from the same pick list, no misspelling and user don&#8217;t need to guess how to categorize</li>
<li>Number, currency, data and time, yes / No, person group, hyperlink: Use those to limit type of values should be entered</li>
<li>Lookup (information already on this site): This is like a Choice column but the list of choices is already on a list on the site. Use this to centralize a list of value on the site. This allows you to share the list across multiple lists guaranteeing consistency</li>
<li>Managed Metadata: Is like a lookup list but it can be used by any site in the company. The pick list values centrally maintained by someone in your company (probably a content manager). If a list already exists, definitely use this list options. Someone else maintains the values!</li>
<li>External data: This is similar to the Managed Meta data, globally available to your sites. However, the list of values is not maintained in SharePoint but rather is extracted from existing systems in your company such as a payroll of manufacturing system. Same as before, if this exists, why duplicate what is already created.</li>
</ol>
<p>With a little care about how we categorized information we will get much better results when looking for information.</p>
<p>To learn more about SharePoint, try one of Learning Tree&#8217;s <a title="SharePoint Courses" href="http://www.learningtree.com/direct/ilt6.htm?&amp;f=blog_sp">SharePoint courses</a>.</p>
<p><a href="http://sharepoint.learningtree.com/authors/gord-maric/">Gord Maric</a></p>
<p>SharePoint and Business Intelligence Consulting</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointlearningtree.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointlearningtree.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointlearningtree.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointlearningtree.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointlearningtree.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointlearningtree.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointlearningtree.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointlearningtree.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointlearningtree.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointlearningtree.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointlearningtree.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointlearningtree.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointlearningtree.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointlearningtree.wordpress.com/498/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=498&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepoint.learningtree.com/2011/12/05/categorizing-in-sharepoint-the-correct-way/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10f627298c4c5e97a2530704bc37f0e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gmaricltre</media:title>
		</media:content>

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2011/12/120511_1304_categorizin1.png" medium="image" />

		<media:content url="http://sharepointlearningtree.files.wordpress.com/2011/12/120511_1304_categorizin2.png" medium="image" />
	</item>
		<item>
		<title>Meet a SharePoint® Instructor: Charlene Banks</title>
		<link>http://sharepoint.learningtree.com/2011/11/09/meet-a-sharepoint%c2%ae-instructor-charlene-banks/</link>
		<comments>http://sharepoint.learningtree.com/2011/11/09/meet-a-sharepoint%c2%ae-instructor-charlene-banks/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 13:58:24 +0000</pubDate>
		<dc:creator>chunnicuttltre</dc:creator>
				<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[learning tree instructors]]></category>
		<category><![CDATA[sharepoint instructors]]></category>

		<guid isPermaLink="false">http://sharepoint.learningtree.com/?p=479</guid>
		<description><![CDATA[Learning Tree instructor Charlene Banks discusses how SharePoint® allows organizations that have already invested in Microsoft office products to move everything to the web for faster collaboration. Charlene is an experienced consultant who uses SharePoint herself to host many of her own clients, enabling her to provide participants with real-world examples for organizing a site [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=479&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="text-align:center; display: block;"><a href="http://sharepoint.learningtree.com/2011/11/09/meet-a-sharepoint%c2%ae-instructor-charlene-banks/"><img src="http://img.youtube.com/vi/MzrPIjstIZk/2.jpg" alt="" /></a></span></p>
<p>Learning Tree instructor Charlene Banks discusses how SharePoint® allows organizations that have already invested in Microsoft office products to move everything to the web for faster collaboration. Charlene is an experienced consultant who uses SharePoint herself to host many of her own clients, enabling her to provide participants with real-world examples for organizing a site to best support their organizations.</p>
<p>Charlene’s experience as a Learning Tree instructor has given her an insider’s view of the reasons Learning Tree stands out from other IT &amp; Management training providers. She talks about Learning Tree’s winning combination of the most expert, talented instructors, the most up-to-date equipment and classrooms and why she loves being a Learning Tree instructor.</p>
<p><a title="Learning Tree SharePoint Instructors" href="http://www.learningtree.com/instructors/featured.htm?f=blog_sp">Learn more</a> about why Learning Tree instructors are the best in the world.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointlearningtree.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointlearningtree.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointlearningtree.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointlearningtree.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointlearningtree.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointlearningtree.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointlearningtree.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointlearningtree.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointlearningtree.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointlearningtree.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointlearningtree.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointlearningtree.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointlearningtree.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointlearningtree.wordpress.com/479/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=479&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepoint.learningtree.com/2011/11/09/meet-a-sharepoint%c2%ae-instructor-charlene-banks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/151870e504500dad79155f3c42d0d76d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chunnicuttltre</media:title>
		</media:content>
	</item>
		<item>
		<title>How to deploy SharePoint successfully the first time</title>
		<link>http://sharepoint.learningtree.com/2011/10/30/how-to-deploy-sharepoint-successfully-the-first-time/</link>
		<comments>http://sharepoint.learningtree.com/2011/10/30/how-to-deploy-sharepoint-successfully-the-first-time/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 03:12:38 +0000</pubDate>
		<dc:creator>Gord Maric</dc:creator>
				<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[sharepoint deployment]]></category>
		<category><![CDATA[sharepoint rollout]]></category>

		<guid isPermaLink="false">http://sharepoint.learningtree.com/2011/10/30/how-to-deploy-sharepoint-successfully-the-first-time/</guid>
		<description><![CDATA[Let&#8217;s take a look at what history has taught us in the IT world. We build or buy an application, we install that application and then we roll the application out to the users. Our job is now done and we move on to the next application. If we are rolling out SharePoint we follow the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=475&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s take a look at what history has taught us in the IT world. We build or buy an application, we install that application and then we roll the application out to the users. Our job is now done and we move on to the next application. If we are rolling out SharePoint we follow the same pattern and this is why SharePoint deployments fail!</p>
<p>First of all SharePoint is not a common single purpose application, it is an application for developing web site based applications. So here is the kicker: the web applications are not intended to be developed by the IT departments but rather by information workers and this is why the historical deployment model does not work. IT is not deploying an application; they are deploying a platform to create application and that is why you can&#8217;t just roll out SharePoint.</p>
<p>So if we follow IT&#8217;s traditional deployment model, they just deployed an application that allows users to create other applications (web sites) as easily as creating a new file folder. What issues will this cause?</p>
<ul>
<li>Users will figure this out and create web sites. There will be no management of how many web sites are created and soon we will have the same mess in SharePoint as we had in the LAN drive. I thought SP was going to solve these issues?</li>
<li>Most users will see SharePoint as only the team site (the most commonly deployed template) and wonder, &#8220;This is SharePoint? What the big deal? My LAN drive and email work better.&#8221;</li>
</ul>
<p>So how do fix this?</p>
<ul>
<li>First of all DON&#8217;T let your IT department deploy SharePoint as if it is a traditional application. Have them build the server infrastructure and create a solid platform where users can build web sites.</li>
<li>Create a SharePoint deployment team that will come up with usage scenarios, information architecture and governance (guidance and enforcement) for how to use the SharePoint infrastructure IT has deployed.</li>
<li>Roll out SharePoint slowly to various departments, showing them how various sites (templates) can be created and customized to solve their business problems. Users who are used to working with email and LAN drives build procedures around the limitations of email and LAN drives, and don&#8217;t at first see the solutions that are available in SharePoint that are superior.</li>
<li>Identify power users that you can further train on other SharePoint features, so they sites they build can solve more departmental issues.</li>
</ul>
<p>If you deploy SharePoint this way instead of following the traditional method you will find greater adoption, reduction of information silos and increased efficiently in the organization.</p>
<p><a href="http://sharepoint.learningtree.com/authors/gord-maric/">Gord Maric</a></p>
<p>SharePoint and Business Intelligence Consultant</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointlearningtree.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointlearningtree.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointlearningtree.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointlearningtree.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointlearningtree.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointlearningtree.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointlearningtree.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointlearningtree.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointlearningtree.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointlearningtree.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointlearningtree.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointlearningtree.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointlearningtree.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointlearningtree.wordpress.com/475/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=475&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepoint.learningtree.com/2011/10/30/how-to-deploy-sharepoint-successfully-the-first-time/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10f627298c4c5e97a2530704bc37f0e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gmaricltre</media:title>
		</media:content>
	</item>
		<item>
		<title>Why SharePoint Sucks, Part II</title>
		<link>http://sharepoint.learningtree.com/2011/10/24/why-sharepoint-sucks-part-ii/</link>
		<comments>http://sharepoint.learningtree.com/2011/10/24/why-sharepoint-sucks-part-ii/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 01:14:30 +0000</pubDate>
		<dc:creator>Gord Maric</dc:creator>
				<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[sharepoint sucks]]></category>

		<guid isPermaLink="false">http://sharepoint.learningtree.com/2011/10/24/why-sharepoint-sucks-part-ii/</guid>
		<description><![CDATA[I am amazed at the popularity and the comments I have received from my original blog post Why SharePoint Sucks. I seemed to have hit a nerve with a number of people and I appreciate your feedback. I want to continue my original thoughts and elaborate further. At the risk of getting lynched, let me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=469&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am amazed at the popularity and the comments I have received from my original blog post <a href="http://sharepoint.learningtree.com/2011/04/07/why-sharepoint-sucks/">Why SharePoint Sucks</a>. I seemed to have hit a nerve with a number of people and I appreciate your feedback. I want to continue my original thoughts and elaborate further.</p>
<p>At the risk of getting lynched, let me say that the majority of people responding and vehemently saying that SharePoint sucks are developers and technical administrators (<a href="http://www.imdb.com/title/tt0487831/">The IT Crowd</a>). You guys are very smart and talented but I think your focus is wrong and that&#8217;s why you don&#8217;t like SharePoint.</p>
<p>The IT crowd is used to working with ultimate control. I can&#8217;t do this exactly the way I want so the product sucks.</p>
<p>The IT crowd gets bored easily and is not interested in the easy solution. A wizard? Real developers code applications by hand. Besides, a wizard does not give me ultimate control.</p>
<p>The IT crowd are engineers who focus on speed and performance and are obsessed with stats. If it is not perfect, they are not happy. We can run the query 200 milliseconds faster if….</p>
<p>The IT crowd has no business deploying SharePoint to users! Traditionally, deployment is done by the IT crowd, because traditional systems required talented engineers to deploy applications. SharePoint does not.</p>
<p>The IT crowd needs to focus on SharePoint as a platform. Set up the platform so it works fast, scales, is maintainable and searchable. SharePoint is a platform for developing business applications.</p>
<p>The application development can be done without the IT crowd. SharePoint wizards, ready-made templates, and out-of-the-box functionality can satisfy the majority of the most common business requirements. Here lies the reason why SharePoint sucks. The IT crowd still wants to develop applications. &#8220;That&#8217;s the way it&#8217;s always been done, and we can make it faster and better!&#8221; But that is not what we need! A new breed of developers evolves with SharePoint. This group&#8211;let&#8217;s call them site owners, site collection owners&#8211;builds applications on the platform using less flexible tools but achieve incredible speed to market due to the limited flexibility. Websites can be created in seconds or days without code. Gasp! No code development? What&#8217;s this world coming to?</p>
<p>Development done without code changes everything! Applications that can be built in seconds require development of practices for managing these applications. That is called Governance, and the IT crowd does not care about governance because it has nothing to do with technology. SharePoint ultimately is more about content management and less about technology after the platform is deployed.</p>
<p>Arguing that users don&#8217;t need to be trained because it&#8217;s just a web site is rubbish. Users are savvy people and will find ways to build their own &#8220;applications&#8221;. I have seen entire divisions run on email, and Excel spreadsheets. That is wrong, for so many reasons. The users and IT crowd both know this. However, the users don&#8217;t have time or knowledge to build the platform, and the IT crowd is complaining about the platform because they don&#8217;t like the way it was built and they believe they can do a better job.</p>
<p>SharePoint sucks because not enough attention is paid to the business application of SharePoint even before the platform is created and after to measure whether the platform was created as per the business needs. You can&#8217;t give users a platform and wish them luck. You have to give them a solution to a problem they are experiencing. You can&#8217;t just tell them to stop using email and the LAN drive without giving them a compelling reason to change.</p>
<p>I have yet to meet a user who complains when I give them an application that solves a problem they are having. They don&#8217;t care which version of the browser we are using. All they can see is &#8220;Wow! I don&#8217;t have do manage this anymore; the application manages it for me.&#8221; If the users are using a bicycle to move product and we give them a car to do the same thing, they will be happy. The IT crowd is arguing over the engine efficiency between car 1 or car 2. The user is just happy to get a car!</p>
<p>SharePoint sucks because not enough attention is paid to the business application of SharePoint after the platform is created.</p>
<p>There. I said it. Now let the arrows fly.</p>
<p><a title="Gord Maric" href="http://sharepoint.learningtree.com/authors/gord-maric/">Gord Maric</a></p>
<p>SharePoint and Business Intelligence consultant</p>
<p>Note: <a href="http://www.imdb.com/title/tt0487831/">The IT Crowd</a> is a hilarious comedy about IT and Business.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointlearningtree.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointlearningtree.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointlearningtree.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointlearningtree.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointlearningtree.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointlearningtree.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointlearningtree.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointlearningtree.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointlearningtree.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointlearningtree.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointlearningtree.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointlearningtree.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointlearningtree.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointlearningtree.wordpress.com/469/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepoint.learningtree.com&amp;blog=9487130&amp;post=469&amp;subd=sharepointlearningtree&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepoint.learningtree.com/2011/10/24/why-sharepoint-sucks-part-ii/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10f627298c4c5e97a2530704bc37f0e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gmaricltre</media:title>
		</media:content>
	</item>
	</channel>
</rss>
