<?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/"
	>

<channel>
	<title>Wortell weblog &#187; Hannah Swain</title>
	<atom:link href="http://blog.wortell.nl/author/hannah/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wortell.nl</link>
	<description>Weblog van de specialisten van Wortell</description>
	<lastBuildDate>Tue, 27 Jul 2010 18:38:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FAQ with out of the box CQWP in SharePoint 2010</title>
		<link>http://blog.wortell.nl/hannah/faq-with-out-of-the-box-cqwp-in-sharepoint-2010/</link>
		<comments>http://blog.wortell.nl/hannah/faq-with-out-of-the-box-cqwp-in-sharepoint-2010/#comments</comments>
		<pubDate>Fri, 28 May 2010 18:53:11 +0000</pubDate>
		<dc:creator>Hannah Swain</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[cqwp]]></category>
		<category><![CDATA[filtering]]></category>
		<category><![CDATA[page layouts]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[query string]]></category>
		<category><![CDATA[taxonomy]]></category>
		<category><![CDATA[term store]]></category>

		<guid isPermaLink="false">http://blog.wortell.nl/?p=599</guid>
		<description><![CDATA[There have been a number of questions about one of my previous posts concerning filtering in the CQWP (content query webpart) in SharePoint 2010. In this follow up post, I will explain the entire case and process that I used to create a FAQ with out of the box content query webpart in SharePoint 2010.
The cliented wanted a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd1.png"></a><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_moreinfo.png"></a><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_summarylinks.png"></a><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_final.png"></a>There have been a number of questions about one of my previous posts concerning <a href="http://blog.wortell.nl/hannah/filtering-in-the-cqwp-webpart/">filtering in the CQWP</a> (content query webpart) in SharePoint 2010. In this follow up post, I will explain the entire case and process that I used to create a FAQ with out of the box content query webpart in SharePoint 2010.</p>
<p>The cliented wanted a list of frequently asked questions, which they could easily filter per category. Without using a custom solution, the best answer in MOSS 2007 would have been to create a page for each category, then place a CQWP to filter the applicable questions. This solution isn&#8217;t particularly satisfactory, as it is difficult to maintain.  The final solution was to use a managed metadata field to filter the query string, thanks to the new and improved CQWP in SharePoint 2010.</p>
<h2>Step 0: Term store?</h2>
<p>If you&#8217;re not too sure about taxonomies, please see my post on <a href="http://blog.wortell.nl/hannah/understanding-sharepoint-2010-managed-metadata/">Understanding managed metadata</a>. That will give you a brief introduction into what a taxonomy and tagging are.</p>
<p>One of the great things about SharePoint 2010 is the ability to work with a taxonomy &#8211; a central set of hierarchal terms which are reusable over multiple site collections. This structure is saved in the term store.  For more information on actually working with the term store and determining your taxonomy, please see <a href="http://www.sharepointnutsandbolts.com/2009/12/managed-metadata-in-sharepoint-2010-key.html">Chris O&#8217;Brien&#8217;s Managed Metadata in SharePoint 2010</a>.</p>
<p>Note that you can reach the term store via Central Administration or as an option on the site settings page of each site in your site collection.</p>
<p><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd1.png"><img class="alignnone size-medium wp-image-601" src="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd1-300x273.png" alt="Finding the term store" width="300" height="273" /></a></p>
<p><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd1.png"></a></p>
<h2>Step 1: Fill the term store</h2>
<p>We need to save the list of FAQ Categories somewhere. My current rule of thumb is that whenever there is a site column that I would normally use a choice or lookup for, I now use the term store and make it a managed metadata column. So I made a new term set with a few terms:</p>
<p><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_termstore.png"><img class="alignnone size-full wp-image-602" src="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_termstore.png" alt="" width="214" height="125" /></a></p>
<p>You can place something like this wherever it works within your own taxonomy.</p>
<h2>Step 2: Creating the content type</h2>
<p>In  my site collection, I created a content type which inherits from the content type &#8220;Article Page&#8221;. I used the Article Page content type because I want each of my questions to be its own page &#8211; you could do this within a list meant for something completely different if you want to.</p>
<p>In this case, the site columns in Article Page map nicely to most of the site columns that I will need:</p>
<p>Question -&gt; Title<br />
Answer -&gt; Page Content</p>
<p>Finally, I created a new site column of the type &#8220;Managed Metadata&#8221;,  called FAQ Category. In the column settings, I linked it to the FAQ Category section of the term store.</p>
<p><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_sc1.png"><img class="alignnone size-medium wp-image-605" src="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_sc1-300x142.png" alt="" width="300" height="142" /></a></p>
<p><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_sc1.png"></a><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_sc.png"></a></p>
<h2>Step 3: Create the page layout</h2>
<p>This is an optional step, but it&#8217;s necessary for the things that I want to show later on in this post. So I made a simple page page which shows the title and page contents site columns, linked to my FAQ content type, with the FAQ Category column in the hidden metadata section. I implemented two columns, one is used for the already mentioned columns, the other will be used later.</p>
<p><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_pl1.png"><img class="alignnone size-medium wp-image-607" src="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_pl1-300x162.png" alt="" width="300" height="162" /></a></p>
<p><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_pl1.png"></a><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_pl.png"></a></p>
<p>Remember that to work with SharePoint 2010, you need SharePoint Designer 2010. It is not backwards compatible with SharePoint 2007, nor can you use SharePoint Designer 2007 with SharePoint 2010. You can download it for free from the Microsoft site.</p>
<h2>Step 4: Add some content</h2>
<p>I created a few questions just to have something to play with in the rest of this post. You might want to do so as well, considering it&#8217;ll make it a lot easier to test what you&#8217;ve done.</p>
<p>Don&#8217;t forget to add the content type to your page library and all that jazz.</p>
<h2>Step 5: Showing related questions</h2>
<p>Here is where that extra column on the page layout comes in: we&#8217;re going to show the related questions so that visitors can click straight through to more interesting information.</p>
<p>On the page layout, add a CQWP.  The easiest way to configure it is to right-click it and then choose &#8220;Tag properties&#8230;&#8221; from the context menu that appears. Configure it as follows:</p>
<h3>Show items from the following list</h3>
<p>I&#8217;ve specifically chosen the page library that my FAQ pages are in. This doesn&#8217;t matter that much, it depends on your situation.</p>
<h3>Choose content type</h3>
<p>Specifically choose the content type you&#8217;re using &#8211; in my case, FAQ. This ensures that pages which use other content types (such as default.aspx) won&#8217;t turn up in the query.</p>
<h3>Additional filters</h3>
<p>SharePoint 2010 introduces two new filters in the CQWP which are very useful.  Note that there is a question mark next to the title &#8211; this has a good summary which always helps me out when I can&#8217;t quite remember the syntax.</p>
<p>PageFieldValue &#8211; allows you to use the current value of a field on the current page.<br />
PageQueryString &#8211; allows you to grab the value of a query string in the URL.</p>
<p>We&#8217;ll be using PageFieldValue to get the value of FAQ Category for the current page. Using that, we can filter out other pages in the page library which have the same category.  The correct form is <strong>[PageFieldValue: FAQ Category]</strong>.</p>
<p><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_cqwp.png"><img class="alignnone size-medium wp-image-609" src="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_cqwp-186x300.png" alt="" width="186" height="300" /></a></p>
<p><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_cqwp.png"></a></p>
<p>When you view your page layout, it&#8217;s perfectly normal that the CQWP only shows dummy content. It will be visible when you check your pages via a browser &#8211; you can see the pages that have the same FAQ Category.</p>
<p><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_moreinfo.png"></a></p>
<p><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_moreinfo.png"><img src="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_moreinfo-300x108.png" alt="" width="300" height="108" /></a></p>
<p>You can edit the CQWP further, for example to limit the number of results returned, change the sort order, etc.</p>
<h2>Step 6: FAQ overview page</h2>
<p>We need a good way to show the available questions, so the last step will be creating a page as an overview. I&#8217;m just going to use a blank webpart page for this one, though you can make it as pretty as you wish with a page layout.</p>
<h3>Summary link webpart</h3>
<p>The first necessary webpart is the Summary Links Webpart. I&#8217;m going to put this in the right column. For each FAQ Category, I will make a link. That link will point to the current page, with a query string which is linked to the category.</p>
<p>The &#8220;cat&#8221; is the query string variable. For each link, we&#8217;re saying &#8220;put the variable called &#8216;cat&#8217; with the value &#8216;FAQ Category&#8217;&#8221; into the URL. This will be picked up on the page that the link goes to.</p>
<p>It is very important that the category that you put into the query string is exactly the same as the name of your category in the FAQ category managed metadata field.</p>
<p><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_link.png"><img class="alignnone size-medium wp-image-616" src="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_link-211x300.png" alt="" width="211" height="300" /></a></p>
<p>Make a link in the webpart for each of your categories &#8211; each link needs to point to the current page.</p>
<p><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_summarylinks.png"><img src="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_summarylinks-300x126.png" alt="" width="300" height="126" /></a></p>
<h3>CQWP</h3>
<p>The next step is to place a CQWP in the left column. This will be picking up the correct FAQ pages for us.</p>
<p>The values for this CQWP are pretty much the same as for the CQWP when showing related information. Instead of filtering with the PageFieldValue, we&#8217;ll be filtering with the PageQueryString, to grab that variable out of the URL:</p>
<p><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_querystring.png"><img class="alignnone size-medium wp-image-619" src="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_querystring-300x109.png" alt="" width="300" height="109" /></a></p>
<p>When you save/check the page in, the CQWP will be empty. Click on one of the links in your links webpart to see items from that category.</p>
<p><a href="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_final.png"><img src="http://blog.wortell.nl/wp-content/uploads/2010/05/mmd_final-300x62.png" alt="" width="300" height="62" /></a></p>
<p>When you link to the page, make sure to include the query string with the category that you want to show by default, e.g. /default.aspx?cat=General info.</p>
<h2>Conclusions</h2>
<p>Managed metadata with the CQWP are powerful combination in SharePoint 2010. The examples shown in this blog post could not have been done this easily in SharePoint 2007, perhaps only with custom code.</p>
<p>Personally, I&#8217;m looking forward to having many more opportunities to use this functionality in the future!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wortell.nl/hannah/faq-with-out-of-the-box-cqwp-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Filtering in the CQWP webpart</title>
		<link>http://blog.wortell.nl/hannah/filtering-in-the-cqwp-webpart/</link>
		<comments>http://blog.wortell.nl/hannah/filtering-in-the-cqwp-webpart/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 11:30:34 +0000</pubDate>
		<dc:creator>Hannah Swain</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[cqwp]]></category>
		<category><![CDATA[filtering]]></category>
		<category><![CDATA[managed metadata]]></category>

		<guid isPermaLink="false">http://blog.wortell.nl/?p=482</guid>
		<description><![CDATA[For a client I was setting up a FAQ section. Each question is its own page with a publishing page layout and content type attached. The client&#8217;s request was that each page include a list of related questions. As each question has a managed metadata field called &#8220;FAQ Category&#8221;, this shouldn&#8217;t be much of a [...]]]></description>
			<content:encoded><![CDATA[<p>For a client I was setting up a FAQ section. Each question is its own page with a publishing page layout and content type attached. The client&#8217;s request was that each page include a list of related questions. As each question has a managed metadata field called &#8220;FAQ Category&#8221;, this shouldn&#8217;t be much of a problem &#8211; and it wasn&#8217;t!</p>
<p>I did the following:</p>
<p>1. Place a content query webpart on the page layout.<br />
2. Configure the content query webpart as normal<br />
3. Set up the filtering: </p>
<p><a href="http://blog.wortell.nl/wp-content/uploads/2010/04/cqwp-filter.png"><img src="http://blog.wortell.nl/wp-content/uploads/2010/04/cqwp-filter.png" alt="CQWP Filter" width="308" height="207" class="alignnone size-full wp-image-483" /></a></p>
<p>Note that it is possible to filter using the value of a field on the current page and/or using a query string variable (e.g. default.aspx?value=y). </p>
<p>Note: this only appears to work for managed metadata fields &#8211; when I tried it on normal single line of text fields, this extra option didn&#8217;t appear. And when I tried telling it to use [PageFieldValue: fieldname] as a filter value, the CQWP couldn&#8217;t be rendered. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wortell.nl/hannah/filtering-in-the-cqwp-webpart/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Practical application of the SharePoint wiki</title>
		<link>http://blog.wortell.nl/hannah/practical-application-of-the-sharepoint-wiki/</link>
		<comments>http://blog.wortell.nl/hannah/practical-application-of-the-sharepoint-wiki/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 07:16:25 +0000</pubDate>
		<dc:creator>Hannah Swain</dc:creator>
				<category><![CDATA[MOSS2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://blog.wortell.nl/?p=234</guid>
		<description><![CDATA[When looking at ways of structuring information, there are many different possibilities. One of the ones that typically has the least amount of structure is a wiki. And this means that I hear clients suggesting all sorts of different uses for it, some of them more practical than others. Personally, I tried a few things [...]]]></description>
			<content:encoded><![CDATA[<p>When looking at ways of structuring information, there are many different possibilities. One of the ones that typically has the least amount of structure is a wiki. And this means that I hear clients suggesting all sorts of different uses for it, some of them more practical than others. Personally, I tried a few things with the wiki when I first started working with SharePoint but came to the conclusion that the lack of structure really just made it hard to find things and that most project based upon it end on a dusty metaphorical shelf.</p>
<p>A few weeks ago, a client came to me with a request. She wanted to use a wiki to educate colleagues from other units on what her unit actually does. She also immediately told me how she wanted it to work, which was great. Even better was that it worked in SharePoint in a way I had never thought of. </p>
<h2>The case</h2>
<p>The unit, Sustainable Solutions, has a number of topics that it wants to inform other members of staff about. Each topic would be placed on its own wiki page. </p>
<p>The client wanted there two be two ways to navigate to the topics: you could either choose a subject and get a list of topics per subject, or you could to go a page and see all of the topics ordered by alphabet. </p>
<p>It turns out that each topic could belong to one or more of three different subjects &#8211; though they might want to add more subjects later. The subjects were:<br />
- Facility<br />
- Housing<br />
- Real estate</p>
<h2>Part 1: modify the wiki library</h2>
<p>The very first thing that needed to be done was make it possible to add a subject to a wiki page. </p>
<p>We did this by going into the library that stores the wiki pages and adding a new column, subject. Note that this is not a site column, as it was not necessary for this project. </p>
<p>The column was configured as follows: </p>
<table>
<tr>
<td width="75%">Column type</td>
<td>Choice</td>
</tr>
<tr>
<td>Required</td>
<td>No</td>
</tr>
<tr>
<td>Choices</td>
<td>Facility<br />Housing<br />Real estate<br />None</td>
</tr>
<tr>
<td>Display choices using</td>
<td>Checkboxes</td>
</tr>
<tr>
<td>Allow fill-in choices</td>
<td>No</td>
</tr>
<tr>
<td>Default value</td>
<td>[blank]</td>
</tr>
</table>
<p>One of the nice things about the wiki site is that any new columns will automatically show at the bottom of each wiki page. You will also be able to edit the contents of that column when you edit the page, meaning that it is very easy for users to apply.</p>
<p>Now is a good time to set your start page in the wiki to have &#8220;none&#8221; as a subject.</p>
<h2>Part 2: view all articles</h2>
<p>Ok, each wiki page now has a value for the column &#8220;subject&#8221;. But what does that do for us? It means that we can now make &#8220;table of contents&#8221; pages, according to the client&#8217;s wishes.</p>
<p>A wiki page has two edit buttons. There is one in the wiki toolbar, next to history and incoming links. This is the most obvious one. However, if you click on the Site Actions button, you also have an edit button. When you choose that edit button, you will see a webpart zone at the bottom of the page.</p>
<p>To create a page that shows all articles in alphabetical order, we did the following:<br />
1. Create a new wiki page and set the subject to &#8220;none&#8221;.<br />
2. Edit the wiki page via Site Actions.<br />
3. Place a webpart based on the wiki library (one of the first ones in the list) in the webpart zone at the bottom of the page.<br />
4. Edit the view of the webpart so that all articles where the subject is not &#8220;none&#8221; are shown, sorted in alphabetical order.<br />
5. Set the chrome type of the webpart to &#8220;none&#8221;. </p>
<p>The webpart shows all of the pages which have a subject that is not &#8220;none&#8221;. It&#8217;s 100% dynamic &#8211; add or change a page and it will show up here. </p>
<h2>Part 3: view articles by subject</h2>
<p>To create the different overview pages for each subject, we did very similar actions to the alphabetical overview site, except with slightly different filtering options. Instead of filtering for all pages except those with a subject &#8220;none&#8221;, we filtered by each subject. </p>
<p>The nice thing about working with the checkboxes and allowing multiple choices is that we could have topic pages turn up on multiple overview pages.</p>
<p>Again, this is completely dynamic. The only time the client would need to change something is if a new subject is added. In that case, they would have to add a new option to the choice column, create a new subject overview page and then place and configure the webpart. </p>
<h2>Notes</h2>
<p>It took me longer to write this article than it took to implement the solution the client wanted. It wasn&#8217;t complicated or difficult at all. </p>
<p>In hindsight, I am impressed with the application of the wiki functionality. The client has an environment is very easy for her to update and maintain. Furthermore, it has a structure and navigation that we are all pleased with: something I didn&#8217;t think was possible within a SharePoint wiki. </p>
<p>Credit for the tip about implementing a column in a SharePoint wiki site goes to <a href="http://blogs.msdn.com/jackiebo/archive/2007/02/26/supercharge-your-sharepoint-wiki-adding-columns-and-creating-dynamic-tables.aspx">Supercharge your SharePoint wiki</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wortell.nl/hannah/practical-application-of-the-sharepoint-wiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding SharePoint 2010 Managed Metadata</title>
		<link>http://blog.wortell.nl/hannah/understanding-sharepoint-2010-managed-metadata/</link>
		<comments>http://blog.wortell.nl/hannah/understanding-sharepoint-2010-managed-metadata/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 16:24:44 +0000</pubDate>
		<dc:creator>Hannah Swain</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[classification]]></category>
		<category><![CDATA[folksonomy]]></category>
		<category><![CDATA[managed metadata]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[taxonomy]]></category>

		<guid isPermaLink="false">http://blog.wortell.nl/?p=240</guid>
		<description><![CDATA[Metadata in SharePoint 2010 has been a huge topic of discussion. I have had some time to look into it, supported by articles such as Understanding SharePoint 2010 by An Introduction to SharePoint Managed Metadata. However, this article is more of a high level overview of what managed metadata is and a little bit less [...]]]></description>
			<content:encoded><![CDATA[<p>Metadata in SharePoint 2010 has been a huge topic of discussion. I have had some time to look into it, supported by articles such as Understanding SharePoint 2010 by <a href="http://geeklit.blogspot.com/2009/12/introduction-to-sharepoint-managed.html">An Introduction to SharePoint Managed Metadata</a>. However, this article is more of a high level overview of what managed metadata is and a little bit less of how it is actually implemented. </p>
<h2>Taxonomy</h2>
<p>In SharePoint 2010, Microsoft has started talking about taxonomy a lot. Taxonomy is defined by Wikipedia as:</p>
<blockquote><p>Taxonomy is the practice and science of classification.</p>
<p>&#8230; </p>
<p> In addition, the word is also used as a count noun: a taxonomy, or taxonomic scheme, is a particular classification (&#8220;the taxonomy of &#8230;&#8221;), arranged in a hierarchical structure.</p>
<p>[ <a href="http://en.wikipedia.org/wiki/Taxonomy">Source</a> ]
</p></blockquote>
<p>It has its roots in subjects such as classification of living creatures such as plants, animals, etc. </p>
<p>The information architecture of a site consists of thing such as the navigational elements, site structure and taxonomy. Within SharePoint, you can also think of things like content types and site columns. The point of taxonomy in a website? Classifying a piece of information, such as an image or a page or even a paragraph of text into a certain category.</p>
<h2>Metadata</h2>
<p>A picture may be worth a thousand words &#8211; but not to a computer. To give an image context and make it possible for search machines to properly add it to their search indexes, metadata must be added. This is done in the form of having meta data fields available, such as a title, a description, the date the image was taken, etc. An image library in SharePoint 2007 and SharePoint 2010 works along similar lines.</p>
<h2>Tagging in a folksonomy</h2>
<p>In a previous paragraph, I mentioned that taxonomy is classification of information and is part of the information architecture of a site. </p>
<p>One of the best examples of tagging has been implemented by the picture management site, <a href="http://www.flickr.com">Flickr</a>.  When you upload an image, you are given the option of filling in metadata fields such as the title and description of the image.  Flickr also allows for &#8220;tagging&#8221; of images: adding key words that you think are relevant to an image. This allows you to decide which terms make sense for that image, without having to add them to your title or description.  This also makes it easier for searches later, as the search machine knows what the most important words are. </p>
<p>Flickr is a &#8220;folksonomy&#8221; because users can fill in any term they like as a tag. There is no hierarchy, no structure and really &#8211; no rules. The definition of the data is created by the people. This works well in a very unstructured environment such as Flickr.</p>
<h2>Tagging with managed metadata</h2>
<p>SharePoint 2010 now allows for tagging. In theory, you could allow users to create their own taxonomy by allowing any tag they want to use. However, SharePoint 2010 allows for managed metadata &#8211; create a centrally defined hierarchy of terms from which users can choose when tagging information. </p>
<p>An example for defining the location of where an image was taken could be defined something like: Continent &lt; Country &lt; City. When adding the metadata, it would be easy to see which terms are available. A user searching for images could then filter the images by continent, country or city. </p>
<p>Technet lists the following <a href="http://technet.microsoft.com/en-us/library/ee424402(office.14).aspx">benefits of using managed metadata</a>, which can be contrasted with Flickr&#8217;s unstructured metadata: </p>
<table>
<tr>
<td width="50%"><b>Managed metadata</b></td>
<td width="50%"><b>Folksonomy</b></td>
</tr>
<tr>
<td>More consistent use of terminology</td>
<td>Mispelled terms are possible</td>
</tr>
<tr>
<td>Better search results</td>
<td>Search results are dependent on potentially misspelled terms</td>
</tr>
<tr>
<td>Dynamic</td>
<td>Static</td>
</tr>
</table>
<p>A little bit more explanation about the static versus dynamic properties: in SharePoint 2010, if you change the metadata definitions, the changes are applied to all of the items that are tagged with that tag. Furthermore, if you combine two tags to form a new one, these changes are applied to all items &#8211; plus when you try to choose the old tag, SharePoint will automatically supply you with the new tag. </p>
<h2>Conclusions</h2>
<p>Admittedly, there&#8217;s a lot more to tell about metadata in SharePoint 2010, but I need to save things for other articles. </p>
<p>Managed metadata adds a lot of functionality to SharePoint 2010. I am very much looking forwarding to adding taxonomy to new projects and seeing how it works in the real world.</p>
<p>For more information, I can strongly recommend <a href="http://geeklit.blogspot.com/2009/12/introduction-to-sharepoint-managed.html">An Introduction to SharePoint Managed Metadata</a> and <a href="http://geeklit.blogspot.com/2009/12/sharepoint-taxonomy-hierarchy.html">SharePoint Taxonomy Hierarchy</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wortell.nl/hannah/understanding-sharepoint-2010-managed-metadata/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XML, XSL, XSLT&#8230; XLS?</title>
		<link>http://blog.wortell.nl/hannah/xml-xsl-xslt-xls/</link>
		<comments>http://blog.wortell.nl/hannah/xml-xsl-xslt-xls/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 07:53:07 +0000</pubDate>
		<dc:creator>Hannah Swain</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[w3schools]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xsl]]></category>
		<category><![CDATA[xslt]]></category>

		<guid isPermaLink="false">http://blog.wortell.nl/?p=180</guid>
		<description><![CDATA[Today I confused someone by referring to the XML that was generated by the XLS&#8230; and not to forget the fact that the XML is styled by the XSLT. I ended up having to explain the whole process again &#8211; and explained each individual concept. 
XML
Extensible Markup Language
Purpose: Structured way of saving information
Sharepoint example: a [...]]]></description>
			<content:encoded><![CDATA[<p>Today I confused someone by referring to the XML that was generated by the XLS&#8230; and not to forget the fact that the XML is styled by the XSLT. I ended up having to explain the whole process again &#8211; and explained each individual concept. </p>
<p><strong>XML</strong><br />
Extensible Markup Language<br />
Purpose: Structured way of saving information<br />
Sharepoint example: a list/library</p>
<p><strong>XSL</strong><br />
Extensible Stylesheet Language<br />
Purpose: Stylesheets for XML<br />
SharePoint example: ItemStyle.xsl, with styles for the CQWP</p>
<p><strong>XSLT</strong><br />
Extensible Stylesheet Language Transformations<br />
Purpose: Translates XML to something understandable for people<br />
SharePoint example: transformations done to variables within ItemStyle.xsl (<a href="http://blog.wortell.nl/hannah/changing-date-output-in-cqwp/">e.g. date</a>)</p>
<p>And of course&#8230;</p>
<p><strong>XLS</strong><br />
File format for MS-Excel.<br />
Purpose: structured way of editing data graphically<br />
SharePoint example: erm&#8230;. edit in data sheet?</p>
<p>I think that the <a href="http://www.w3schools.com/Xsl/xsl_languages.asp">W3Schools article on XSL Languages</a> explains it well, too. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wortell.nl/hannah/xml-xsl-xslt-xls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using includes in a master page</title>
		<link>http://blog.wortell.nl/hannah/using-includes-in-a-master-page/</link>
		<comments>http://blog.wortell.nl/hannah/using-includes-in-a-master-page/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 07:48:32 +0000</pubDate>
		<dc:creator>Hannah Swain</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[master page]]></category>
		<category><![CDATA[ssi]]></category>

		<guid isPermaLink="false">http://blog.wortell.nl/?p=174</guid>
		<description><![CDATA[Recently, I wanted to use a HTML menu that the client could edit themselves for  the navigation. Naturally, one would prefer that the client didn&#8217;t edit the  master page but simply the HTML. The standard solution for this is to use an  include &#8211; the client edits the HTML file which is [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I wanted to use a HTML menu that the client could edit themselves for  the navigation. Naturally, one would prefer that the client didn&#8217;t edit the  master page but simply the HTML. The standard solution for this is to use an  include &#8211; the client edits the HTML file which is included in the master page.  So I went looking for how to include files in a master page.</p>
<p>The first thought is to just use an ASP include, which is server side and  really the neatest solution. W3C Schools offers a <a href="http://www.w3schools.com/asp/asp_incfiles.asp">very nice explanation</a> on how to do this. However, when I tried to apply it, Sharepoint refused to show  anything but an error screen, saying that I wasn&#8217;t allowed to use this include.</p>
<p>At first, I&#8217;d used a file with the HTML extension. I tried switching this  to .txt and to .aspx, but the error stayed the same.</p>
<p>I tried using both the file and virtual include, as explained in the W3C  article, but that didn&#8217;t help either.</p>
<p>The only potential solution I could come up with was putting the  information in a Javascript file and then calling it via a script, but that gave  two problems of its own:</p>
<ol>
<li>The client would have to wade through the Javascript markup just to edit the  HTML &#8211; way overdone.</li>
<li>The Javascript include doesn&#8217;t work too well with search engines like  Google, which is a problem for a major external site like this one.</li>
</ol>
<p>Finally I just decided to stick with the current solution. It looks like  includes on master pages aren&#8217;t really possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wortell.nl/hannah/using-includes-in-a-master-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing date output in CQWP</title>
		<link>http://blog.wortell.nl/hannah/changing-date-output-in-cqwp/</link>
		<comments>http://blog.wortell.nl/hannah/changing-date-output-in-cqwp/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 07:24:47 +0000</pubDate>
		<dc:creator>Hannah Swain</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[cqwp]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[xsl]]></category>
		<category><![CDATA[xslt]]></category>

		<guid isPermaLink="false">http://blog.wortell.nl/?p=163</guid>
		<description><![CDATA[I&#8217;ve been playing with the CQWP (content query web part) quite a bit lately, customising it and trying to get just that little bit more out of it.
One of our clients wanted to show their news items in the following manner:
[Article title]
[Publishtype], [Publishdate]
[Article title] is the name of the news article, really just the page [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing with the CQWP (content query web part) quite a bit lately, customising it and trying to get just that little bit more out of it.</p>
<p>One of our clients wanted to show their news items in the following manner:</p>
<blockquote><p>[Article title]<br />
[Publishtype], [Publishdate]</p></blockquote>
<p>[Article title] is the name of the news article, really just the page title. The [publishtype] is a choice field to assign each article a category and the [publishdate] is an extra date/time field to show when the actual article being referred to was published, as this isn&#8217;t always the same as the date the news article.</p>
<p>Creating the setup for the client was no problem. They were already using a publishing site, this was just a question of setting up a new content type based off of article page and adding the new site columns.  The interesting bit is changing the content query so that it showed the articles in the way the client wanted on the front page of their site.</p>
<p>As usual, I used Heather Solomon&#8217;s excellent article on <a href="http://www.heathersolomon.com/blog/articles/CustomItemStyle.aspx">Customising the Content Query Web Part and Custom Item Styles</a> to remind me of how to make the new site columns accessible to the CQWP and how to do the basic editing of the ItemStyles.xsl.</p>
<p>On a side note: I was able to call the [Publishdate] column with simply the &#8220;date&#8221; and not &#8220;datetime&#8221; type, e.g.</p>
<blockquote><p><code>&lt;property name="CommonViewFields" type="string"&gt;Publishtype, Choice;Publishdate, Date&lt;/property&gt;</code></p></blockquote>
<p>So, within the actual output block of the XSL template, you get something that looks approximately like this (apologies for the lack of tabs):</p>
<blockquote><p>&lt;div id=&#8221;linkitem&#8221;&gt;<br />
&lt;xsl:call-template name=&#8221;OuterTemplate.CallPresenceStatusIconTemplate&#8221;/&gt;<br />
&lt;div&gt;<br />
&lt;a href=&#8221;{$SafeLinkUrl}&#8221; target=&#8221;{$LinkTarget}&#8221; title=&#8221;{@LinkToolTip}&#8221;&gt;<br />
&lt;xsl:value-of select=&#8221;$DisplayTitle&#8221;/&gt;<br />
&lt;/a&gt;<br />
&lt;/div&gt;<br />
&lt;div&gt;<br />
&lt;xsl:value-of select=&#8221;@Publishtype&#8221; /&gt;,<br />
&lt;xsl:value-of select=&#8221;@Publishdate&#8221; /&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>There&#8217;s just one major problem with this. The title and publishtype look just fine. However, the date is output in the standard XSLT format. So instead of being pretty, 1 December 2009 looks like this:</p>
<blockquote><p>2009-12-01 00:00:00</p></blockquote>
<p>I couldn&#8217;t show the client that!</p>
<p>So, with some help from an example explaining <a href="http://rockymountainsharepoint.org/resources.aspx">Calendar Rollup from Today Forward with Custom Styles</a>, I figured out how to change the date format. And this is where the interesting part of this article starts.</p>
<p><strong>Step 1: add the ddwrt namespace </strong></p>
<p>The ItemStyle.xsl needs to understand how to change the date for you. So you need to give it the right name space. Add the following line to the top of your ItemStyle.xsl, somewhere between the currently named namespaces:</p>
<blockquote><p>xmlns:ddwrt=&#8221;http://schemas.microsoft.com/WebParts/v2/DataView/runtime&#8221;</p></blockquote>
<p><strong>Step 2: transform the date</strong></p>
<p>SharePoint delivers the variable @Publishdate. This variable holds the date, in standard XSL format. What we need to do is make it look different, by using an XSL transform.</p>
<p>Add the following block of code just inside your XSL template block:</p>
<blockquote><p>&lt;xsl:variable name=&#8221;Publishdate&#8221;&gt;<br />
&lt;xsl:value-of select=&#8221;ddwrt:FormatDateTime(string(@Publishdate),1033,<br />
&#8216;d MMMM, yyyy&#8217;)&#8221; /&gt;<br />
&lt;/xsl:variable&gt;</p></blockquote>
<p>What we&#8217;re doing is creating a new XSL variable called $Publishdate; the $ shows up when we call it later. We fill the new XSL variable with the value of @Publishdate (remember, the original SharePoint variable), which we tweak a little bit. It&#8217;s a number of steps all in one go.</p>
<p>The bit about 1033 is the localisation. 1033 is English. 1043 is Dutch. And I found out by accident that 1034 is Spanish&#8230; This makes sure that, for example, the month is printed in the correct language for the user that visits the page. <a href="http://msdn.microsoft.com/en-us/library/0h88fahh%28VS.85%29.aspx">Need more localisations?</a></p>
<p>Finally, we decide how the date is formatted in the &#8216;d MMMM, yyyy&#8217; bit. Basically the current date is shown as a digit &#8211; the 1st of December is shown as 1 and not 01. MMMM means the entire month and yyyy means the entire year, so 2009. The comma just puts a comma between the month and the year. For more information on formatting the date, see the<a href="http://www.w3.org/TR/xslt20/#function-format-date"> XSL Transformations @ W3C on Formatting Dates and Times</a>; you will scroll down a little bit.</p>
<p>Right, we have $Publishdate. What now?</p>
<p><strong>Step 3: show the new Publishdate variable</strong></p>
<p>In the block of HTML within your XSL template, I originally used:</p>
<blockquote><p>&lt;xsl:value-of select=&#8221;@Publishdate&#8221; /&gt;</p></blockquote>
<p>You just change that to:</p>
<blockquote><p>&lt;xsl:value-of select=&#8221;$Publishdate&#8221; /&gt;</p></blockquote>
<p>Yes, I really just changed the @ to a $ &#8211; by doing that we call the variable that was changed instead of the original SharePoint variable.</p>
<p><strong>Summary</strong></p>
<p>So, a quick overview of how that was done, after all that explanation:</p>
<p>1. Make sure your extra site columns are included in your CQWP</li>
<p>2. Add the namespace to ItemStyle.xsl<br />
3. Add the transformation to the XSL block in ItemStyle.xsl<br />
4. Call the new variable with a $ instead an @</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wortell.nl/hannah/changing-date-output-in-cqwp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Item level permissions</title>
		<link>http://blog.wortell.nl/hannah/item-level-permissions/</link>
		<comments>http://blog.wortell.nl/hannah/item-level-permissions/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 13:29:56 +0000</pubDate>
		<dc:creator>Hannah Swain</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[rights]]></category>

		<guid isPermaLink="false">http://blog.wortell.nl/?p=120</guid>
		<description><![CDATA[There are a few different ways of setting permissions on an actual list within Sharepoint and on the items within it. The list permissions can be inherited from the site or they can be stand alone permissions. You can do the same thing with each item within the list &#8211; either inherit from the list [...]]]></description>
			<content:encoded><![CDATA[<p>There are a few different ways of setting permissions on an actual list within Sharepoint and on the items within it. The list permissions can be inherited from the site or they can be stand alone permissions. You can do the same thing with each item within the list &#8211; either inherit from the list settings or set the permissions by hand. Setting permissions by hand is something that I can&#8217;t even think of a situation in which it would be a good idea. </p>
<p>There is, however, a third option. On most Sharepoint lists, you can set the item-level permissions. These are special permissions found under the list settings and advanced, allowing for users to only be able to read their own items or only edit their own items. These settings are applicable to all items within the list &#8211; and you don&#8217;t have to do it by hand!</p>
<p>Item-level permissions are incredibly useful. Think of, for example, a guest book. A user has to have rights to create an item and potentially to edit their own item&#8230; but you certainly don&#8217;t want them editing other peoples&#8217; items. The item-level permissions are great for this. </p>
<p>However. And this is a big however. The possibility for item-level permissions is always available in the object model of the library &#8211; which means it&#8217;s always there. However, <A href="http://blogs.pointbridge.com/Blogs/morse_matt/Pages/Post.aspx?_ID=8">as explained on PointBridge Blogs</A>, Microsoft has chosen to hide the UI option for document libraries and issues lists. Nobody seems to know why it is, but the fact is: you cannot set item-level permissions on document libraries or issue lists from the UI. </p>
<p>The author of the blog has written a tool that can be run on the actual server to change the permissions via a command line script. I didn&#8217;t actually test it, though there appear to be good </p>
<p>There&#8217;s a second however, too. These permissions are cool and useful. But. They are not true permissions. It&#8217;s more of a pseudo view which simply changes things for certain users. <A href="http://www.msserveradmin.com/the-secret-to-share-point-drop-boxes/">You can get around it by using Explorer view</A>, for example. Let me reiterate that: even if a user has no rights to read other peoples&#8217; documents via item-level permissions, if they open the list in Explorer view, they will be able to read all documents that they have normal rights (read: list level rights) to. This is something that you definitely want to keep in mind. </p>
<p>It&#8217;s interesting and useful functionality. Just keep in mind that it&#8217;s not all smooth sailing with item-level permissions.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wortell.nl/hannah/item-level-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OneNote: table of contents</title>
		<link>http://blog.wortell.nl/hannah/onenote-table-of-contents/</link>
		<comments>http://blog.wortell.nl/hannah/onenote-table-of-contents/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 08:18:18 +0000</pubDate>
		<dc:creator>Hannah Swain</dc:creator>
				<category><![CDATA[OneNote 2010]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OneNote]]></category>

		<guid isPermaLink="false">http://blog.wortell.nl/?p=51</guid>
		<description><![CDATA[I love Microsoft OneNote. I love OneNote so much that I can happily listen to the song that Microsoft&#8217;s Mike Tholfsen, test manager on the OneNote team wrote and performed at one point, My One and Only OneNote. OneNote helps me out every day by helping me stay organised, minimizing the amount of paper that [...]]]></description>
			<content:encoded><![CDATA[<p>I love Microsoft OneNote. I love OneNote so much that I can happily listen to the song that Microsoft&#8217;s Mike Tholfsen, test manager on the OneNote team wrote and performed at one point, <a href="http://on10.net/Blogs/duncan/microsoft-onenote/">My One and Only OneNote</a>. OneNote helps me out every day by helping me stay organised, minimizing the amount of paper that I have with me and making sure I can find stuff again.</p>
<p>As you know, OneNote is built hierarchically: Notebook &gt; Section Group &gt; Section &gt; Page &gt; Subpage. The nice thing about this is that you can set up your own structure, whatever works for you. So I tend to have a work notebook, in which I stick everything about work. Each client project gets its own notebook, with different sections like communication, design, functionality &#8211; whatever I happen to be responsible for within that project.</p>
<p>One day, I wasn&#8217;t happen with how I&#8217;d organised a set of sections. It just didn&#8217;t make sense. So I grabbed all the pages from one section and stuck them into another section. That worked. The only thing was that I suddenly had all the pages that had originally been in the section, then all the pages that I&#8217;d just added. So instead of being neatly sorted by the date I&#8217;d created them, it was a mess.</p>
<p>As a solution, I looked at <a href="http://www.onenotepowertoys.com/">OneNote Power Toys</a>. They&#8217;re exactly what they sound like, add-ons for OneNote. There aren&#8217;t a whole lot that I found useful, but I stumbled across the <a href="http://www.onenotepowertoys.com/2007/07/12/onenote-table-of-contents/">Table of Contents</a> Power Toy:</p>
<blockquote><p>Nani Courten of the OneNote Testing Team has created a Table Of Contents PowerToy.</p>
<p>It creates a new Table Of Contents page for the section with hyperlinks to all the pages. It also shows the creation date, last modified date, and sorts them by last modified at the top.</p></blockquote>
<p>Just to give you an idea of where the button ends up, as I didn&#8217;t actually realize at first:</p>
<p><img class="alignnone size-full wp-image-55" src="http://blog.wortell.nl/wp-content/uploads/2009/11/OneNote_TOC_Icon.png" alt="OneNote_TOC_Icon" width="350" height="117" /></p>
<p>So, for my incredibly messy and chaotic section, I was able to create a Table of Contents page with one click of the button, getting an overview of all of my pages in that section.</p>
<p><img class="size-full wp-image-56" src="http://blog.wortell.nl/wp-content/uploads/2009/11/onenote_ymere.PNG" alt="OneNote Table of Contents" width="560" height="506" /></p>
<p>You can see exactly what it did via the screenshot, creating a table consisting of all pages sorted by last modified.</p>
<p>I have found no way to change this power toy so that it sorts by creation date instead of modification date. Even so, I find it a useful addition to OneNote.</p>
<p>Do you use any power toys?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wortell.nl/hannah/onenote-table-of-contents/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PIFEM: an email management system</title>
		<link>http://blog.wortell.nl/hannah/pifem-an-email-management-system/</link>
		<comments>http://blog.wortell.nl/hannah/pifem-an-email-management-system/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 07:55:53 +0000</pubDate>
		<dc:creator>Hannah Swain</dc:creator>
				<category><![CDATA[Microsoft Office Communications Online]]></category>
		<category><![CDATA[GTD]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[OneNote]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://blog.wortell.nl/?p=47</guid>
		<description><![CDATA[When you get a lot of email, it&#8217;s hard to keep track of it all. Prioritisation, following it up &#8211; it&#8217;s all enough to give you a headache.
The really great thing about Office 2007 is that it has a number of tools which can help with this enormously. Think about things like tagging, search folders, [...]]]></description>
			<content:encoded><![CDATA[<p>When you get a lot of email, it&#8217;s hard to keep track of it all. Prioritisation, following it up &#8211; it&#8217;s all enough to give you a headache.</p>
<p>The really great thing about Office 2007 is that it has a number of tools which can help with this enormously. Think about things like tagging, search folders, etc. Enter PIFEM, an email system set up by Microsoft Australia employees to manage their email and time in a more efficient way.</p>
<p>From <a href="http://blogs.msdn.com/ianpal/archive/2008/06/03/email-task-and-time-management-with-pifem.aspx">Ian Palangio&#8217;s Business Productivity Blog</a>: </p>
<blockquote><p>PIFEM uses the out of the box Outlook 2007 features of flagging and categories to manage emails that you don&#8217;t want to action/complete immediately.  Once you date/time flag an item it is no longer clogging up your brain with secondary thoughts.  If you manage it well&#8230; you can eliminate a lot of distractions from email, and focus on your highest priority items with laser focus.</p></blockquote>
<p>For those who are curious as to what it is based on, PIFEM uses Outlook functionality in combination with <a href="http://en.wikipedia.org/wiki/Getting_Things_Done">Getting Things Done</a> and the <a href="http://www.microsoft.com/atwork/productivity/email.aspx">4 D&#8217;s of email management</a>. </p>
<p>Ian has put together a OneNote notebook explaining how to configure Outlook to pull the whole system together. You can grab it from his post, <a href="http://blogs.msdn.com/ianpal/archive/2008/06/03/email-task-and-time-management-with-pifem.aspx">here</a>. </p>
<p>I&#8217;ve been using it for about a year now, though I&#8217;ve modified things here and there. I wouldn&#8217;t know how to work without it anymore.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wortell.nl/hannah/pifem-an-email-management-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
