<?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>ThePointyHeads.com &#187; General</title>
	<atom:link href="http://thepointyheads.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepointyheads.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 09:09:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Be careful with SPSite.OpenWeb()</title>
		<link>http://thepointyheads.com/2010/07/be-careful-with-spsite-openweb/</link>
		<comments>http://thepointyheads.com/2010/07/be-careful-with-spsite-openweb/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 09:09:43 +0000</pubDate>
		<dc:creator>ciaranc</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Gotcha]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://thepointyheads.com/2010/07/be-careful-with-spsite-openweb/</guid>
		<description><![CDATA[Sigh. This post explains nicely why i just deleted every web in my whole site collection. Basically OpenWeb() with no parameter passed will return the first valid web in the URL string passed to open the SPSite object! So it kept walking up the hierarchy, returning every level to my recursive delete function. Ah well, [...]]]></description>
			<content:encoded><![CDATA[<p>Sigh.</p>
<p><a href="http://stsadm.blogspot.com/2009/03/why-i-dont-use-openweb.html" target="_blank">This post</a> explains nicely why i just deleted every web in my whole site collection.</p>
<p>Basically OpenWeb() with no parameter passed will return the first valid web in the URL string passed to open the SPSite object! So it kept walking up the hierarchy, returning every level to my recursive delete function.</p>
<p>Ah well, at least it wasn’t production….</p>
]]></content:encoded>
			<wfw:commentRss>http://thepointyheads.com/2010/07/be-careful-with-spsite-openweb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Branding Part III</title>
		<link>http://thepointyheads.com/2010/03/sharepoint-branding-part-iii/</link>
		<comments>http://thepointyheads.com/2010/03/sharepoint-branding-part-iii/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 11:37:19 +0000</pubDate>
		<dc:creator>Nicky</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[SharePoint Learning]]></category>

		<guid isPermaLink="false">http://thepointyheads.com/?p=331</guid>
		<description><![CDATA[SharePoint branding without accessibility requirements If a SharePoint site has to be branded but is not required to meet any accessibility standard, the next consideration is whether the proposed branding style is radically different from the default look of SharePoint (or any of its associated built-in styles). If the branding is exactly the same except [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SharePoint branding without accessibility requirements</strong></p>
<p>If a SharePoint site has to be branded but is not required to meet any accessibility standard, the next consideration is whether the proposed branding style is radically different from the default look of SharePoint (or any of its associated built-in styles).</p>
<p>If the branding is exactly the same except for a change of colour, a new site theme should be created or an existing theme should be copied and modified.</p>
<p>If there are small structure and colour changes required to a built-in style for a SharePoint, the built-in SharePoint style should be copied and modified.</p>
<p>If the branding of the proposed SharePoint site is quite different from any of the built-in styles, a new branding will have to be created from scratch.</p>
<p>An example of changes that would qualify as regarding a complete build of master pages would be a custom navigation menu.</p>
<p><strong>General considerations when creating a completely new branding for SharePoint</strong></p>
<p>If the design of the site is going to be radically different from built-in SharePoint sites, the best practice is to create static web pages of the site design. This is the case for both accessible and non-accessible site designs.</p>
<p>The static pages should work well across a variety of browsers and pass accessibility testing if this is a requirement for the final SharePoint branding. This task of creating the static web pages could be done by an external party such as a web design agency. There are guidelines that should be followed when creating static pages for a branding for SharePoint that are outside the scope of this document.</p>
<p>Once these static pages have been created, these static pages will need to be cut up into separate ASP.NET files that SharePoint will use as the layout. This is a developer task.</p>
<p>Custom development of code and website files are also required when creating a new SharePoint branding.</p>
<p>Sites with accessibility requirements will require a lot more coding than those without. The development required really depends on the requirements of the site content.</p>
<p><strong>SharePoint Designer</strong></p>
<p>SharePoint designer is a free programme from Microsoft that can be used to customize the appearance of SharePoint whether it is WSS only or MOSS. Although some parts of the designer may be useful such as the workflow wizard, it is not suitable for any significant branding of SharePoint.</p>
<p><strong>Accessibility standards overview</strong></p>
<p>Website accessibility standards are specified by the Web Accessibility Initiative (WAI) which is a sub group of the W3C. The most common accessibility level to aim for is Double-A.</p>
<p>The main goals to achieve Double-A conformance is to produce clean HTML where the layout is controlled by CSS.</p>
<p>Aside from producing reasonably clean HTML, other considerations for accessible sites include providing:</p>
<ul>
<li>alternate text for images</li>
<li>alternate content for media such as flash or navigation that depends on JavaScript</li>
<li>meaningful titles for links on the page</li>
</ul>
<p>Some of the standards for accessibility are the responsibility of the content editor such as providing alternate means of accessing content.</p>
<p>There are programs such as Total Validator which can automatically validate a web page against an accessibility level.</p>
]]></content:encoded>
			<wfw:commentRss>http://thepointyheads.com/2010/03/sharepoint-branding-part-iii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Branding Part II</title>
		<link>http://thepointyheads.com/2010/03/sharepoint-branding-part-ii/</link>
		<comments>http://thepointyheads.com/2010/03/sharepoint-branding-part-ii/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 11:32:00 +0000</pubDate>
		<dc:creator>Nicky</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[SharePoint Learning]]></category>

		<guid isPermaLink="false">http://thepointyheads.com/?p=326</guid>
		<description><![CDATA[Considerations when branding MOSS SharePoint sites With MOSS 2007 the following can be achieved: Colour scheme changes Major layout and appearance changes, making the site unrecognisable as a SharePoint Sites that conform to accessibility guidelines (though not without considerable effort) The first consideration when branding a MOSS sites is whether the site has to conform [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Considerations when branding MOSS SharePoint sites</strong></p>
<p>With MOSS 2007 the following can be achieved:</p>
<ul>
<li>Colour scheme changes</li>
<li>Major layout and appearance changes, making the site unrecognisable as a SharePoint</li>
<li>Sites that conform to accessibility guidelines (though not without considerable effort)</li>
</ul>
<p>The first consideration when branding a MOSS sites is whether the site has to conform to accessibility guidelines.</p>
<p>By default, SharePoint does not come close to conforming to accessibility guidelines but it can be re-worked with a variety of techniques to produce accessible content with (at least) 3 caveats.</p>
<p>These caveats are:</p>
<ul>
<li>Accessibility can only be achieved when a user is accessing a site in a read-only style mode</li>
<li>Many advanced features of SharePoint cannot be used. These include:
<ul>
<li>Almost all web parts</li>
<li>Web part zones (a type of layout that allows flexibility in placement of modules)</li>
<li>Built-in brandings and themes that come with SharePoint</li>
<li>The default content editor</li>
</ul>
</li>
<li>It takes lots of work! Custom development is almost certainly required.</li>
</ul>
<p>The NSU Safe network site is an example of a SharePoint site that conforms to Double-A compliancy.</p>
<p><a href="http://thepointyheads.com/wp-content/uploads/2010/03/clip_image0021.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" src="http://thepointyheads.com/wp-content/uploads/2010/03/clip_image002_thumb1.jpg" border="0" alt="clip_image002" width="415" height="327" /></a></p>
<p>There are 2 notable frameworks that have been created to assist with making SharePoint accessible.</p>
<p><strong>The Accessibility Kit for SharePoint (AKS)</strong></p>
<p>There is an accessibility framework produced by a HiSoft in association with Microsoft. The framework is currently at version 2.0 at this time.</p>
<p>The kit includes more accessible versions of the built-in SharePoint themes and layouts though using any of these is a token gesture towards accessibility.</p>
<p>From investigation, a lot of development is still required to create an accessible site and the AKS does not provide much help towards this.</p>
<p><strong>The Alternative Rendering Framework (ARF)</strong></p>
<p>ARF is an open source framework to assist with creating accessible SharePoint sites. One of the core concepts of the framework is to keep using SharePoint lists and document libraries as the data store for a site but providing an alternative method for customizing the display of this data.</p>
<p>The ARF has proved very useful for creating accessible sites is used in the NSU Safe Network site.</p>
]]></content:encoded>
			<wfw:commentRss>http://thepointyheads.com/2010/03/sharepoint-branding-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Branding Part I</title>
		<link>http://thepointyheads.com/2010/03/sharepoint-branding-part-i/</link>
		<comments>http://thepointyheads.com/2010/03/sharepoint-branding-part-i/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 11:28:13 +0000</pubDate>
		<dc:creator>Nicky</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Administrator]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[SharePoint Learning]]></category>

		<guid isPermaLink="false">http://thepointyheads.com/?p=320</guid>
		<description><![CDATA[This article is only relevant for WSS 3.0 and MOSS 2007. When there is a requirement to customise the appearance of a SharePoint site, the first consideration is the version being used. Branding WSS sites If the SharePoint version is WSS (free to install if you have Windows Server 2003), colour and image changes are [...]]]></description>
			<content:encoded><![CDATA[<p>This article is only relevant for WSS 3.0 and MOSS 2007.</p>
<p>When there is a requirement to customise the appearance of a SharePoint site, the first consideration is the version being used.</p>
<p><strong>Branding WSS sites</strong></p>
<p>If the SharePoint version is WSS (free to install if you have Windows Server 2003), colour and image changes are possible along with minor layout changes. It is not possible to use WSS to produce an accessible SharePoint site.</p>
<p>The default theme of SharePoint looks like the following</p>
<p><a href="http://thepointyheads.com/wp-content/uploads/2010/03/clip_image002.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" src="http://thepointyheads.com/wp-content/uploads/2010/03/clip_image002_thumb.jpg" border="0" alt="clip_image002" width="465" height="309" /></a></p>
<p>Other built-in themes that have different colours and images only are available</p>
<p><a href="http://thepointyheads.com/wp-content/uploads/2010/03/clip_image004.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" src="http://thepointyheads.com/wp-content/uploads/2010/03/clip_image004_thumb.jpg" border="0" alt="clip_image004" width="470" height="365" /></a></p>
<p>Microsoft released 10 new themes for SharePoint in March 2009 and one of these could be used. Again, the structure of the site is the same and only colour and images have changed.</p>
<p><a href="http://thepointyheads.com/wp-content/uploads/2010/03/clip_image006.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image006" src="http://thepointyheads.com/wp-content/uploads/2010/03/clip_image006_thumb.jpg" border="0" alt="clip_image006" width="473" height="307" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thepointyheads.com/2010/03/sharepoint-branding-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Way to find a SharePoint field&#8217;s internal name</title>
		<link>http://thepointyheads.com/2010/01/quick-way-to-find-a-sharepoint-fields-internal-name/</link>
		<comments>http://thepointyheads.com/2010/01/quick-way-to-find-a-sharepoint-fields-internal-name/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 16:39:23 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://thepointyheads.com/2010/01/quick-way-to-find-a-sharepoint-fields-internal-name/</guid>
		<description><![CDATA[While working on the Timer job I talked about in my previous post, I also had a problem retrieving the value of a particular field. I needed to get the value from a field called ‘Company’, but when I tried to get the value for Company through my code it brought back the value for [...]]]></description>
			<content:encoded><![CDATA[<p>While working on the Timer job I talked about in my previous post, I also had a problem retrieving the value of a particular field.</p>
<p>I needed to get the value from a field called ‘Company’, but when I tried to get the value for Company through my code it brought back the value for the field ‘Position’.</p>
<p>In my case, I found out this was because these where not the original field names. In SharePoint a field has an <strong>internal name. </strong>This internal name of a field is set to the fields title when it is originally created and never changes.</p>
<p>There is an easy way to find a field’s internal name without resorting to code. If you sort a list by a field, the url will contain the fields internal name as the ‘SortField’ Parameter.</p>
<p>When I sorted the list by ‘Company’ I found it had an internal name of ‘Linktitle’:</p>
<p>http://…/All%20Open%20Items.aspx?<strong>SortField=LinkTitle</strong>&amp;SortDir=Asc</p>
<p>and when I sorted by Position:</p>
<p>http://…/All%20Open%20Items.aspx?<strong>SortField=Company</strong>&amp;SortDir=Asc</p>
<p>This explains why the code was returning the Position and not the Company.</p>
<p>I changed the code to pick up the value of field ‘LinkTitle’ and everything now works fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://thepointyheads.com/2010/01/quick-way-to-find-a-sharepoint-fields-internal-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Timer job running twice / multiple times</title>
		<link>http://thepointyheads.com/2010/01/timer-job-running-twice-multiple-times/</link>
		<comments>http://thepointyheads.com/2010/01/timer-job-running-twice-multiple-times/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 16:12:54 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://thepointyheads.com/2010/01/timer-job-running-twice-multiple-times/</guid>
		<description><![CDATA[Just a tip for anyone who may be working on a SharePoint Timer job, this could save you a lot of hassle and head scratching… I have been recently working on a simple enough Timer job. The timer job runs once a day and checks a date field for every item within a list. if [...]]]></description>
			<content:encoded><![CDATA[<p>Just a tip for anyone who may be working on a SharePoint Timer job, this could save you a lot of hassle and head scratching…</p>
<p>I have been recently working on a simple enough Timer job. The timer job runs once a day and checks a date field for every item within a list.</p>
<p>if the checked items date is the same as the current date, a notification email is sent to the user who owns / created the item. As I said, simple.</p>
<p>Unfortunately I found out the Timer job runs twice in quick succession instead of once. I thought I must have activated it twice in the code, but after much debugging I found that It had only been deployed and activated once.</p>
<p>Eventually I found that the problem was being caused by a property called <font color="#0080c0">SPJobLockType.</font></p>
<p>This property defines how the instance of a timer job runs.</p>
<p>The value set in the timer job was <font color="#0080c0">SPJobLockType</font>.ContentDatabase. This value causes the timer job to be run once for every content database on the farm. We have 2 content databases on the farm, therefore the job was running twice.</p>
<p>I changed the value to <font color="#0080c0">SPJobLockType</font>.Job. This locks the job and doesn’t allow it to run more than once on a server and solved my problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://thepointyheads.com/2010/01/timer-job-running-twice-multiple-times/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beware Kerberos</title>
		<link>http://thepointyheads.com/2010/01/beware-kerberos/</link>
		<comments>http://thepointyheads.com/2010/01/beware-kerberos/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 13:31:36 +0000</pubDate>
		<dc:creator>Clare</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://thepointyheads.com/2010/01/beware-kerberos/</guid>
		<description><![CDATA[Poor Spencer Harbar,&#160; he has produced some very good, detailed and useful&#160; articles on applying Kerberos and then TechNet publish an article “Using Kerberos for SharePoint Authentication”&#160; full of the very points that may work in the lab but not necessarily in the real world.&#160;&#160; I sense he was a bit miffed on writing this [...]]]></description>
			<content:encoded><![CDATA[<p>Poor Spencer Harbar,&#160; he has produced some very good, detailed and useful&#160; articles on applying Kerberos and then TechNet publish an article “<a href="http://technet.microsoft.com/en-us/ee914605.aspx" target="_blank">Using Kerberos for SharePoint Authentication</a>”&#160; full of the very points that may work in the lab but not necessarily in the real world.&#160;&#160; I sense he was a bit miffed on writing this article!</p>
<p>He has listed the main points to be aware of in this article on his blog post:</p>
<p><a href="http://www.harbar.net/archive/2010/01/12/technet-misinformation-how-not-to-use-kerberos-for-sharepoint-authentication.aspx">TechNet Misinformation: How NOT to use Kerberos for SharePoint Authentication</a></p>
<p>You will be able to find other Kerberos related articles in his blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://thepointyheads.com/2010/01/beware-kerberos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable &quot;My Sites&quot; and &quot;My Links&quot; in MOSS 2007.</title>
		<link>http://thepointyheads.com/2009/11/how-to-disable-my-sites-and-my-links-in-moss-2007/</link>
		<comments>http://thepointyheads.com/2009/11/how-to-disable-my-sites-and-my-links-in-moss-2007/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 11:11:00 +0000</pubDate>
		<dc:creator>Clare</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://thepointyheads.com/2009/11/how-to-disable-my-sites-and-my-links-in-moss-2007/</guid>
		<description><![CDATA[&#160; &#160; &#160; In order to turn off or disable the &#34;My Site&#34; or &#34;My Links&#34; functionality you need to be a SharePoint Administrator. Then follow the steps below. Go to the Central Administration Web Page Click on the link for Shared Services Administration If you have more than one Shared Service Provider (SSP), select [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>In order to turn off or disable the &quot;My Site&quot; or &quot;My Links&quot; functionality you need to be a SharePoint Administrator. Then follow the steps below.</p>
<ul>
<li>Go to the Central Administration Web Page </li>
<li>Click on the link for Shared Services Administration
<ul>
<li>If you have more than one Shared Service Provider (SSP), select the one that is running the &quot;My Sites&quot; functionality </li>
<li>Under &quot;User Profiles and My Sites&quot;, click &quot;Personalization Services Permissions&quot; </li>
</ul>
</li>
<li>Select the group you want to limit the functionality.&#160; More than likely you will just have &quot;NTAuthority\Authenticated Users&quot; </li>
<li>Click Modify Permissions of Selected Users </li>
<li>In the next screen, you will see a list of checkboxes
<ul>
<li>To disable &quot;My Sites&quot; uncheck &quot;Create Personal Site&quot; </li>
<li>To disable &quot;My Links&quot; uncheck &quot;Use Personal Features&quot; </li>
</ul>
</li>
<li>Select the checkbox that is appropriate for you </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://thepointyheads.com/2009/11/how-to-disable-my-sites-and-my-links-in-moss-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merging SharePoint lists</title>
		<link>http://thepointyheads.com/2009/11/merging-sharepoint-lists/</link>
		<comments>http://thepointyheads.com/2009/11/merging-sharepoint-lists/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 16:16:32 +0000</pubDate>
		<dc:creator>Davey</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SharePoint list merging]]></category>

		<guid isPermaLink="false">http://thepointyheads.com/2009/11/merging-sharepoint-lists/</guid>
		<description><![CDATA[Ever had to merge SharePoint lists? Typically you can open them in Excel, copy &#38; paste from one sheet to another and bob’s your uncle. Unfortunately this doesn’t work in all cases, especially when attachments are involved or the data uses lookup columns. I’ve been playing about with MS Access 2007. It has a handy [...]]]></description>
			<content:encoded><![CDATA[<p>Ever had to merge SharePoint lists? Typically you can open them in Excel, copy &amp; paste from one sheet to another and bob’s your uncle. Unfortunately this doesn’t work in all cases, especially when attachments are involved or the data uses lookup columns.</p>
<p>I’ve been playing about with MS Access 2007. It has a handy feature in that you can open SharePoint lists directly, as shown below:</p>
<p><a href="http://thepointyheads.com/wp-content/uploads/2009/11/image.png"><img title="image" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="167" alt="image" src="http://thepointyheads.com/wp-content/uploads/2009/11/image_thumb.png" width="244" border="0" /></a> </p>
<p>You can then get to do pretty cool things with the list as it’s pretty much a DB table within access, albeit still linked to SharePoint.</p>
<p><a href="http://thepointyheads.com/wp-content/uploads/2009/11/image1.png"><img title="image" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="389" alt="image" src="http://thepointyheads.com/wp-content/uploads/2009/11/image_thumb1.png" width="337" border="0" /></a> </p>
<p>It’s simply a case of using the ‘External Data | SharePoint List’ option to open the lists you need merged and copying/pasting from one table to another. There’s a couple of caveats here to be careful of though, namely:</p>
<ul>
<li>Your content types have to match across lists, otherwise it doesn’t work. You’ll have to switch into the query designer and map the columns manually. </li>
<li>Beware of lookup columns. They’ll cause a ‘data integrity error’ if your data doesn’t match correctly. What I tend to do is paste a row in at a time and manually select the lookup value from the relevant column. This seems to sort it. </li>
</ul>
<p>The plus side of using MS Access is that you can build up queries and reports from your SharePoint list data. Pretty powerful and not often mentioned!</p>
]]></content:encoded>
			<wfw:commentRss>http://thepointyheads.com/2009/11/merging-sharepoint-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable LoopbackCheck setting</title>
		<link>http://thepointyheads.com/2009/11/disable-loopbackcheck-setting/</link>
		<comments>http://thepointyheads.com/2009/11/disable-loopbackcheck-setting/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 16:20:21 +0000</pubDate>
		<dc:creator>Clare</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://thepointyheads.com/2009/11/disable-loopbackcheck-setting/</guid>
		<description><![CDATA[I installed and configured SharePoint 2007 on a farm but ran into a problem accessing the site from the web front end servers. When trying to navigate to the site, SharePoint would prompt for user credentials, no matter who you were logged on as and then return a 401 error. Spence Harbar has a really [...]]]></description>
			<content:encoded><![CDATA[<p>I installed and configured SharePoint 2007 on a farm but ran into a problem accessing the site from the web front end servers.</p>
<p>When trying to navigate to the site, SharePoint would prompt for user credentials, no matter who you were logged on as and then return a 401 error.</p>
<p>Spence Harbar has a really good article explaining this issue which is caused by a security feature installed in Microsoft Windows Server 2003 Service Pack 2003 (SP1). <a href="http://www.harbar.net/archive/2009/07/02/disableloopbackcheck-amp-sharepoint-what-every-admin-and-developer-should-know.aspx">http://www.harbar.net/archive/2009/07/02/disableloopbackcheck-amp-sharepoint-what-every-admin-and-developer-should-know.aspx</a></p>
<p>He points to Microsoft’s KB article 896861, <a href="http://support.microsoft.com/default.aspx/kb/896861">http://support.microsoft.com/default.aspx/kb/896861</a></p>
<p>which details two workarounds to resolve this issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://thepointyheads.com/2009/11/disable-loopbackcheck-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
