<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>SharePoint Sharpener</title>
	<atom:link href="http://sharepointsharpener.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepointsharpener.wordpress.com</link>
	<description>Obsessively Sharpening SharePoint</description>
	<lastBuildDate>Mon, 19 Oct 2009 21:48:56 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='sharepointsharpener.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/a13c576c6a4d38c391bc0a6d1d7261ba?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>SharePoint Sharpener</title>
		<link>http://sharepointsharpener.wordpress.com</link>
	</image>
			<item>
		<title>SPC09: Overview of New Developer Features in SharePoint 2010</title>
		<link>http://sharepointsharpener.wordpress.com/2009/10/19/spc09-overview-of-new-developer-features-in-sharepoint-2010/</link>
		<comments>http://sharepointsharpener.wordpress.com/2009/10/19/spc09-overview-of-new-developer-features-in-sharepoint-2010/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 21:48:56 +0000</pubDate>
		<dc:creator>Thomas Sondergaard</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[developer dashboard]]></category>
		<category><![CDATA[development environment]]></category>
		<category><![CDATA[dialog]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[ribbon]]></category>
		<category><![CDATA[sharepoint 2010]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[visual studio 2010]]></category>
		<category><![CDATA[wsp]]></category>
		<category><![CDATA[wss 4.0]]></category>

		<guid isPermaLink="false">http://sharepointsharpener.wordpress.com/2009/10/19/spc09-overview-of-new-developer-features-in-sharepoint-2010/</guid>
		<description><![CDATA[&#160;
At the SharePoint Conference in Las Vegas, Paul Andrew gave a thorough overview of the new features for developers in SharePoint 2010.
This is my modest attempt to convey Paul’s presentation in a simple blog post. Please note that the session contained a huge amount of information and I probably (definitely!) didn’t manage to take it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=113&subd=sharepointsharpener&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&#160;</p>
<p>At the <a href="http://www.mssharepointconference.com/" target="_blank">SharePoint Conference</a> in Las Vegas, <a href="http://blogs.msdn.com/pandrew/" target="_blank">Paul Andrew</a> gave a thorough overview of the new features for developers in SharePoint 2010.</p>
<p>This is my modest attempt to convey Paul’s presentation in a simple blog post. Please note that the session contained a huge amount of information and I probably (definitely!) didn’t manage to take it all in. Read on at your own risk…</p>
<p>&#160;</p>
<p><strong>Development environment and tools</strong></p>
<p>Traditionally, the path to your first SharePoint hello world-web part is littered with technical obstacles in the shape of tedious installation problems, Windows Server 2003 blues, virtual server nightmares etc. No more. Now you just need your laptop to develop SharePoint applications.</p>
<p><u>The box</u></p>
<p>SharePoint developers no longer need to run a Windows 2003 Server. In fact, SharePoint and the development tools can now be installed directly on Windows 7 or Vista (service pack 1). Either versions of SharePoint can be used, i.e. SharePoint Foundation (formerly WSS) or SharePoint Server.</p>
<p>The operating system must be 64 bit since SharePoint 2010 only runs in a 64 bit environment.</p>
<p>SharePoint on a desktop operating system is just for developers and not for running a production environment.</p>
<p>&#160;</p>
<p><u>Visual Studio 2010</u></p>
<p>Many of SharePoint 2010’s new features can be accessed from inside Visual Studio 2010. Also, quite a few third-party add-ons may not be needed anymore as the functionality is now covered by Visual Studio.</p>
<p>Highlights:</p>
<ul>
<li>Built-in designers for:</li>
<ul>
<li>Web parts</li>
<li>BCS (formerly BDC)</li>
<li>Workflows</li>
</ul>
<li>Package and deploy SharePoint projects</li>
<li>Generate WSPs</li>
<li>View SharePoint sites in server explorer</li>
<li>Integration to Team Foundation Server</li>
<li>Support for SharePoint sandboxed solutions</li>
<li>WSPs from SharePoint Designer can be imported (including workflows)</li>
<li>Build workflow steps for SharePoint Designer</li>
<li>SharePoint Business Connectivity Services support</li>
<li>New events projects templates</li>
</ul>
<p>&#160;</p>
<p><strong>General improvents</strong></p>
<p><u>Developer dashboard</u></p>
<p>A developer dashboard can be displayed automatically at the bottom of every page. The DD displays valuable information about how the page is generated, for instance:</p>
<ul>
<li>Timing and duration of events</li>
<li>Database queries (even the ones SharePoint does in the background)</li>
</ul>
<p>The DD is activated with the follow stsadm command:</p>
<p>stsadm –o setproperty –pn developer-dashboard –pv ondemand</p>
<p>&#160;</p>
<p><u>Coding</u></p>
<p>Coding for SharePoint just got slightly easier due to the many improvements in .NET framework 4.0 and SharePoint 2010.</p>
<p>Below is a rundown of some of the new features:</p>
<ul>
<li>LINQ for SharePoint</li>
<li>After-synchronous events</li>
<li>New event types:</li>
<ul>
<li>Site-scoped events</li>
<li>Web creation events</li>
</ul>
<li>Workflow improvements:</li>
<ul>
<li>Initiation and association forms in Visual Studio</li>
<li>New design user interface for workflows in SharePoint Designer</li>
<li>Use Visio 2010 to design workflows</li>
</ul>
<li>SharePoint UI can now be saved as a template</li>
<li>WSP is now the unified developer format – works in site collections and machine</li>
</ul>
<p>&#160;</p>
<p><u>Improvements to lists</u></p>
<p>In SharePoint 2007, lists can cause any developer headaches. Hopefully, the new list architecture in SharePoint 2010 will solve this. Below is an overview of some of the improvements:</p>
<ul>
<li>Validation with Excel-like Formula &#8211; forms can be validated using simple syntax</li>
<li>Lookup to multiple columns</li>
<li>Lookup fields have true relations which ensure proper deletion (transaction-style)</li>
<li>List index auto-creation</li>
<li>Scalability and performance vastly improved:</li>
<ul>
<li>Lists and folders can now contain a million elements</li>
<li>Document libraries can contain 10 million documents</li>
</ul>
<li>List query throttling</li>
<li>Lists views no longer based on CAML but XSL-T. Queries still use CAML</li>
</ul>
<p>&#160;</p>
<p><u>Ribbon and Dialog framework</u></p>
<p>The ribbon we know (and some love) from Microsoft Office is now used in SharePoint 2010.</p>
<p>Some of the highlights:</p>
<ul>
<li>Custom actions can be embedded in the ribbon</li>
<li>The ribbon is context sensitive</li>
<li>The SharePoint out-of-the-box forms are replaceable</li>
<li>New web dialog functionality:</li>
<ul>
<li>A dialog floats on top of the SharePoint page and is used to get input from the user</li>
<li>Fully programmable</li>
</ul>
</ul>
<p>&#160;</p>
<p><u>Silverlight 3</u></p>
<p>Silverlight plays an important part in SharePoint 2010 and is used in many of the improved UI elements. From a developer’s point of view, these are the highlights:</p>
<ul>
<li>Built-it and customisable media player web part</li>
<li>List and site creation from within Silverlight</li>
<li>Office web applications run in Silverlight</li>
<li>Client object model &#8211; call SharePoint APIs from within Silverlight</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointsharpener.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointsharpener.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointsharpener.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointsharpener.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointsharpener.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointsharpener.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointsharpener.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointsharpener.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointsharpener.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointsharpener.wordpress.com/113/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=113&subd=sharepointsharpener&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointsharpener.wordpress.com/2009/10/19/spc09-overview-of-new-developer-features-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0dfb315d39c37443371df076767fa665?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thomassondergaard</media:title>
		</media:content>
	</item>
		<item>
		<title>SPC09: SharePoint 2010 Unveiled &#8211; Rundown of New Features</title>
		<link>http://sharepointsharpener.wordpress.com/2009/10/19/spc09-sharepoint-2010-unveiled-rundown-of-new-features/</link>
		<comments>http://sharepointsharpener.wordpress.com/2009/10/19/spc09-sharepoint-2010-unveiled-rundown-of-new-features/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 18:50:43 +0000</pubDate>
		<dc:creator>Thomas Sondergaard</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[digital asset management]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[mysite]]></category>
		<category><![CDATA[performancepoint]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[ribbon]]></category>
		<category><![CDATA[sharepoint 2010]]></category>
		<category><![CDATA[sharepoint foundation]]></category>
		<category><![CDATA[smart profiles]]></category>
		<category><![CDATA[social computing]]></category>
		<category><![CDATA[spc09]]></category>
		<category><![CDATA[throttling]]></category>
		<category><![CDATA[visio services]]></category>
		<category><![CDATA[wcag]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[wss 4.0]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://sharepointsharpener.wordpress.com/2009/10/19/spc09-sharepoint-2010-unveiled-rundown-of-new-features/</guid>
		<description><![CDATA[This is it – the long awaited SharePoint 2010 has been unveiled, not released, by Microsoft CEO Steve Ballmer. The public beta will be available next month.
SharePoint 2010 is a huge update of the platform and most attendees at the keynote were blown away by the dramatic improvements across the board in SharePoint.
Jeff Teper (MS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=112&subd=sharepointsharpener&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is it – the long awaited SharePoint 2010 has been unveiled, not <em>released</em>, by Microsoft CEO Steve Ballmer. The public beta will be available next month.</p>
<p>SharePoint 2010 is a huge update of the platform and most attendees at the keynote were blown away by the dramatic improvements across the board in SharePoint.</p>
<p>Jeff Teper (MS Corporate VP), Jared Spataro (MS Director, SharePoint) and Arpan Shah (Director, SharePoint Technical Management) showed off many of the new features in SharePoint 2010 – see my notes below.</p>
<p><strong>New features in 2010</strong></p>
<p><u>User interface</u></p>
<ul>
<li>Ribbon-based contextual menus, much like in Office 2007</li>
<li>Live preview of font changes etc.</li>
<li>Broad use of AJAX to minimise number of page refreshes</li>
<li>More seamless integration of web-based and desktop clients</li>
<li>All Office documents can now be viewed and edited in a rich web version of the desktop client</li>
</ul>
<p><u>Accessibility</u></p>
<ul>
<li>Cross-browser compatibility</li>
<li>XHTML and WCAG compatible output</li>
</ul>
<p><u>Collaboration</u></p>
<ul>
<li>Completely revamped wiki</li>
<ul>
<li>Improved editing tool</li>
<li>Dramatically improved image upload and handling</li>
</ul>
<li>Richer blogs</li>
<li>Improvements to the calendar lists</li>
<li>Web-based, OneNote-like functionality</li>
</ul>
<p><u>Organisation</u></p>
<ul>
<li>Tagging, social tagging</li>
<li>Rating of documents</li>
<li>Bookmarks</li>
</ul>
<p><u>MySite and Social Computing</u></p>
<ul>
<li>Smart profiles</li>
<li>Activity feed – overview of a user’s recent activity</li>
<li>Browse colleagues</li>
<li>Locate experts within the organisation</li>
<li>Tag cloud of a person’s recent activities</li>
<li>Note board – i.e. a tagwall</li>
</ul>
<p><u>Content Management</u></p>
<ul>
<li>Improved scalability – lists and folders can now contain a million elements. Document libraries can contain 10 million documents</li>
<li>Digital Asset Management</li>
<li>Consistent content type across all servers in a farm</li>
<li>Streaming of video placed in document libraries</li>
<li>Improved governance possibilities</li>
</ul>
<p><u>Search</u></p>
<ul>
<li>Choice between standard SharePoint search and FAST Search</li>
<li>Wild card searching – used of asterisks</li>
<li>Improved people search &#8211; rich info on the search results page</li>
<li>Live preview of documents, slides etc right on the search results page</li>
</ul>
<p><u>Business intelligence</u></p>
<ul>
<li>Excel Services – including SQL Server PowerPivot</li>
<li>PerformancePoint Services – advanced BI dashboards</li>
<li>Visio Services and Chart web part</li>
<li>Business Connectivity Services – the new name for Business Data Catalog (BDC)</li>
</ul>
<p><u>SharePoint Workspace (the new name for Groove)</u></p>
<ul>
<li>Improved offline content</li>
<li>Improved mobile access to content</li>
</ul>
<p><u>IT infrastructure</u></p>
<ul>
<li>64-bit only!</li>
<li><em>SharePoint Foundation</em> is the new name for WSS</li>
<li>Online/cloud version of SharePoint is a focus point for Microsoft</li>
<li>PowerShell Admin</li>
<ul>
<li>Fully scriptable admin of SharePoint</li>
<li>Around 500 PowerShell commandlets will be shipped with 2010</li>
<li>Admin SharePoint from PowerShell running on Windows 7</li>
<li><em>Whatif</em> command to preview impact of commands</li>
</ul>
<li>New Central Administration</li>
<ul>
<li><em>Problems and solutions</em> page with overview of current problems on the farm, and possible solutions</li>
</ul>
<li>Throttling</li>
<ul>
<li>Control how many resources specific lists, sites etc. may use</li>
</ul>
<li>Monitoring, Analytics</li>
<ul>
<li>Usage analysis database will be customisable</li>
</ul>
<li>Improved Upgrade and Availability</li>
<ul>
<li><em>Visual Upgrade</em> enables individual users to choose when to upgrade a site</li>
</ul>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointsharpener.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointsharpener.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointsharpener.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointsharpener.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointsharpener.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointsharpener.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointsharpener.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointsharpener.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointsharpener.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointsharpener.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=112&subd=sharepointsharpener&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointsharpener.wordpress.com/2009/10/19/spc09-sharepoint-2010-unveiled-rundown-of-new-features/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0dfb315d39c37443371df076767fa665?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thomassondergaard</media:title>
		</media:content>
	</item>
		<item>
		<title>SPC09: Arrival in Las Vegas</title>
		<link>http://sharepointsharpener.wordpress.com/2009/10/18/spc09-arrival-in-las-vegas/</link>
		<comments>http://sharepointsharpener.wordpress.com/2009/10/18/spc09-arrival-in-las-vegas/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 17:12:39 +0000</pubDate>
		<dc:creator>Thomas Sondergaard</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[sharepoint 2010]]></category>
		<category><![CDATA[sharepoint conference 2009]]></category>
		<category><![CDATA[spc09]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://sharepointsharpener.wordpress.com/2009/10/18/spc09-arrival-in-las-vegas/</guid>
		<description><![CDATA[Last night I arrived in Las Vegas for the annual Microsoft SharePoint Conference – along with 13 colleagues from PeopleNet and a handful of clients from Denmark.
Some of us are staying at Mandalay Bay and some (including me) at the Luxor.

Today is the official Microsoft welcome reception and, more importantly, the first SharePint of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=111&subd=sharepointsharpener&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Last night I arrived in Las Vegas for the annual <a href="http://www.mssharepointconference.com/" target="_blank">Microsoft SharePoint Conference</a> – along with 13 colleagues from PeopleNet and a handful of clients from Denmark.</p>
<p>Some of us are staying at Mandalay Bay and some (including me) at the Luxor.</p>
<p><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="View from Luxor Hotel, Las Vegas" border="0" alt="View from Luxor Hotel, Las Vegas" src="http://sharepointsharpener.files.wordpress.com/2009/10/dsc_7173.jpg?w=504&#038;h=338" width="504" height="338" /></p>
<p>Today is the official Microsoft welcome reception and, more importantly, the first Share<em>Pint</em> of the conference.</p>
<p>Tomorrow the NDA of SharePoint 2010 is lifted and the sessions can begin. I’ve signed up for many more sessions than I can possibly attend and I also intend to spend time at the partner floor and network/socialise with SharePoint contacts from around the world.</p>
<p>I’ll blog as much as I can and you can also follow me on <a href="http://twitter.com/sondergaard" target="_blank">Twitter</a>.</p>
<p>It’s going to be a busy week…</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointsharpener.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointsharpener.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointsharpener.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointsharpener.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointsharpener.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointsharpener.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointsharpener.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointsharpener.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointsharpener.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointsharpener.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=111&subd=sharepointsharpener&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointsharpener.wordpress.com/2009/10/18/spc09-arrival-in-las-vegas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0dfb315d39c37443371df076767fa665?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thomassondergaard</media:title>
		</media:content>

		<media:content url="http://sharepointsharpener.files.wordpress.com/2009/10/dsc_7173.jpg" medium="image">
			<media:title type="html">View from Luxor Hotel, Las Vegas</media:title>
		</media:content>
	</item>
		<item>
		<title>Crawl Problem with Multiple Value Lookup Fields Acknowledged by Microsoft</title>
		<link>http://sharepointsharpener.wordpress.com/2009/08/13/crawl-problem-with-multiple-value-lookup-fields-acknowledged-by-microsoft/</link>
		<comments>http://sharepointsharpener.wordpress.com/2009/08/13/crawl-problem-with-multiple-value-lookup-fields-acknowledged-by-microsoft/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 07:39:27 +0000</pubDate>
		<dc:creator>Thomas Sondergaard</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Optimisation]]></category>
		<category><![CDATA[Trouble-shooting]]></category>
		<category><![CDATA[crawl]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[kb]]></category>
		<category><![CDATA[log]]></category>

		<guid isPermaLink="false">http://sharepointsharpener.wordpress.com/2009/08/13/crawl-problem-with-multiple-value-lookup-fields-acknowledged-by-microsoft/</guid>
		<description><![CDATA[Last year we at PeopleNet ran into a problem when using lists with many columns, i.e. around 1600!
Indexing such a list would almost always fail with a timeout or out of memory error in the log, even though SharePoint is supposed to be able to handle at least 2000 columns without performance issues.
We corresponded back [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=109&subd=sharepointsharpener&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Last year we at PeopleNet ran into a problem when using lists with many columns, i.e. around 1600!</p>
<p>Indexing such a list would almost always fail with a timeout or out of memory error in the log, even though SharePoint is supposed to be able to handle at least 2000 columns without performance issues.</p>
<p>We corresponded back and forth with a Microsoft support engineer about the problem and it turned out that lists with many multiple value lookup fields will bring the SQL Server to its knees fairly quickly.</p>
<p>Microsoft has recently released a <a href="http://support.microsoft.com/kb/970196" target="_blank">KB article</a> in relation to this, however, it doesn’t specifically single out multiple value lookup fields as the culprit, although they almost always are.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointsharpener.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointsharpener.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointsharpener.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointsharpener.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointsharpener.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointsharpener.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointsharpener.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointsharpener.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointsharpener.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointsharpener.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=109&subd=sharepointsharpener&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointsharpener.wordpress.com/2009/08/13/crawl-problem-with-multiple-value-lookup-fields-acknowledged-by-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0dfb315d39c37443371df076767fa665?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thomassondergaard</media:title>
		</media:content>
	</item>
		<item>
		<title>How To Always Link to the Right Application Pages</title>
		<link>http://sharepointsharpener.wordpress.com/2009/05/16/how-to-always-link-to-the-right-application-pages/</link>
		<comments>http://sharepointsharpener.wordpress.com/2009/05/16/how-to-always-link-to-the-right-application-pages/#comments</comments>
		<pubDate>Sat, 16 May 2009 15:01:36 +0000</pubDate>
		<dc:creator>Thomas Sondergaard</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[allitems]]></category>
		<category><![CDATA[application pages]]></category>
		<category><![CDATA[broken links]]></category>
		<category><![CDATA[dispform]]></category>
		<category><![CDATA[editform]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[newform]]></category>
		<category><![CDATA[pagetype]]></category>

		<guid isPermaLink="false">http://sharepointsharpener.wordpress.com/2009/05/16/how-to-always-link-to-the-right-application-pages/</guid>
		<description><![CDATA[As a SharePoint developer you&#8217;ve probably run into this problem several times: How to make sure that links to application pages stay valid irrespective of where within a site collection your web part is placed.
If you hand-code links you&#8217;re likely to get the path relative to the root site wrong. Even worse, if the the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=108&subd=sharepointsharpener&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As a SharePoint developer you&#8217;ve probably run into this problem several times: How to make sure that links to application pages stay valid irrespective of where within a site collection your web part is placed.</p>
<p>If you hand-code links you&#8217;re likely to get the path relative to the root site wrong. Even worse, if the the filename of an application page is changed, e.g. from DispForm.aspx to DispFormNew.aspx, your links will surely break.</p>
<p>&nbsp;</p>
<p><strong>The application pages</strong></p>
<p>Generally, a SharePoint list contains the following application pages:</p>
<ul>
<li>AllItems.aspx<br /><em>Shows all items in the list</em></li>
<li>DispForm.aspx<br /><em>Displays a read-only version of a list item</em></li>
<li>NewForm.aspx<br /><em>Form for creating a new list item</em></li>
<li>EditForm.aspx<br /><em>Form for editing an existing list item</em></li>
</ul>
<p>More applications pages exist but these are the ones most commonly used.</p>
<p><strong></strong>&nbsp;</p>
<p><strong>Ensuring unbroken links programmatically</strong></p>
<p>The <a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.pagetype.aspx" target="_blank">PAGETYPE Enumeration</a> gives you access to the application pages and enables you to build links that always work.</p>
<p>Assuming you have already created your <a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splist.aspx" target="_blank">SPList</a> and <a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splistitem.aspx" target="_blank">SPListItem</a> objects the below snippet builds a link to the correct DispForm:</p>
<p><img style="border-bottom:0;border-left:0;border-top:0;border-right:0;" border="0" alt="list.Forms[PAGETYPE.PAGE_DISPLAYFORM].ServerRelativeUrl.ToString();" src="http://sharepointsharpener.files.wordpress.com/2009/05/image.png?w=614&#038;h=45" width="614" height="45"></p>
<p>Of course, the same applies to NewForm and EditForm.</p>
<p>&nbsp;</p>
<p><strong>Linking to the default view of a list</strong></p>
<p>Below a list of elements you may wish to link to the underlying list&#8217;s default view. In many cases this will be the AllItems.aspx page but what happens if a user changes the default view in the settings of the list? If you&#8217;ve hardcoded a link to AllItems.aspx you may be lucky that the link still works but if AllItems.aspx has been renamed or removed, you&#8217;re out of luck.</p>
<p>Instead of hardcoding the link you should use PAGE_DEFAULTVIEW, like this:</p>
<p><img style="border-bottom:0;border-left:0;border-top:0;border-right:0;" border="0" alt="list.Forms[PAGETYPE.PAGE_DEFAULTVIEW].ServerRelativeUrl.ToString();" src="http://sharepointsharpener.files.wordpress.com/2009/05/image1.png?w=482&#038;h=33" width="482" height="33"> </p>
<p>Simple, isn&#8217;t it?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointsharpener.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointsharpener.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointsharpener.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointsharpener.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointsharpener.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointsharpener.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointsharpener.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointsharpener.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointsharpener.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointsharpener.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=108&subd=sharepointsharpener&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointsharpener.wordpress.com/2009/05/16/how-to-always-link-to-the-right-application-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0dfb315d39c37443371df076767fa665?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thomassondergaard</media:title>
		</media:content>

		<media:content url="http://sharepointsharpener.files.wordpress.com/2009/05/image.png" medium="image">
			<media:title type="html">list.Forms[PAGETYPE.PAGE_DISPLAYFORM].ServerRelativeUrl.ToString();</media:title>
		</media:content>

		<media:content url="http://sharepointsharpener.files.wordpress.com/2009/05/image1.png" medium="image">
			<media:title type="html">list.Forms[PAGETYPE.PAGE_DEFAULTVIEW].ServerRelativeUrl.ToString();</media:title>
		</media:content>
	</item>
		<item>
		<title>Groove is now SharePoint Workspace 2010</title>
		<link>http://sharepointsharpener.wordpress.com/2009/05/15/groove-is-now-sharepoint-workspace-2010/</link>
		<comments>http://sharepointsharpener.wordpress.com/2009/05/15/groove-is-now-sharepoint-workspace-2010/#comments</comments>
		<pubDate>Fri, 15 May 2009 21:11:28 +0000</pubDate>
		<dc:creator>Thomas Sondergaard</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[groove]]></category>
		<category><![CDATA[workspace]]></category>

		<guid isPermaLink="false">http://sharepointsharpener.wordpress.com/2009/05/15/groove-is-now-sharepoint-workspace-2010/</guid>
		<description><![CDATA[According to the Groove dev team&#8217;s blog, Microsoft Groove is to be integrated more tightly with SharePoint and in the process be given a new name.
SharePoint Workspace 2010 is the new official name for Groove.
I wonder how many more products Microsoft will collect under the SharePoint umbrella before the next release? It seems like Microsoft [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=105&subd=sharepointsharpener&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>According to the <a href="http://blogs.msdn.com/groove_development_team/archive/2009/05/13/makeover-for-groove-sharepoint-workspace-2010.aspx" target="_blank">Groove dev team&#8217;s blog</a>, Microsoft Groove is to be integrated more tightly with SharePoint and in the process be given a new name.</p>
<p><em>SharePoint Workspace 2010</em> is the new official name for Groove.</p>
<p>I wonder how many more products Microsoft will collect under the SharePoint umbrella before the next release? It seems like Microsoft are aiming to capitalise on the SharePoint name and rebrand some of their lesser known products and even roll them into SharePoint.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointsharpener.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointsharpener.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointsharpener.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointsharpener.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointsharpener.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointsharpener.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointsharpener.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointsharpener.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointsharpener.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointsharpener.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=105&subd=sharepointsharpener&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointsharpener.wordpress.com/2009/05/15/groove-is-now-sharepoint-workspace-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0dfb315d39c37443371df076767fa665?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thomassondergaard</media:title>
		</media:content>
	</item>
		<item>
		<title>Programmatically Checking if a SharePoint Element is Published</title>
		<link>http://sharepointsharpener.wordpress.com/2009/03/26/programmatically-checking-if-a-sharepoint-element-is-published/</link>
		<comments>http://sharepointsharpener.wordpress.com/2009/03/26/programmatically-checking-if-a-sharepoint-element-is-published/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 18:25:27 +0000</pubDate>
		<dc:creator>Thomas Sondergaard</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[spfilelevel]]></category>
		<category><![CDATA[splistitem]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[versioning]]></category>
		<category><![CDATA[versions]]></category>

		<guid isPermaLink="false">http://sharepointsharpener.wordpress.com/2009/03/26/programmatically-checking-if-a-sharepoint-element-is-published/</guid>
		<description><![CDATA[Here&#8217;s a quick tip for you: How to check if the latest version of an element in a SharePoint list is published.
Once you&#8217;ve got hold of an SPListItem, you can check the Versions property (an array containing all the versions of the element).
In this block of code IsPublished becomes True if the latest version is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=103&subd=sharepointsharpener&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s a quick tip for you: How to check if the latest version of an element in a SharePoint list is published.</p>
<p>Once you&#8217;ve got hold of an <a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splistitem.aspx" target="_blank">SPListItem</a>, you can check the <a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splistitem.versions.aspx" target="_blank">Versions</a> property (an array containing all the versions of the element).</p>
<p>In this block of code IsPublished becomes True if the latest version is published:</p>
<p><img style="border-bottom:0;border-left:0;border-top:0;border-right:0;" border="0" alt="bool IsPublished = TheItem.Versions[0].Level == SPFileLevel.Published ? true : false;" src="http://sharepointsharpener.files.wordpress.com/2009/03/image5.png?w=701&#038;h=51" width="701" height="51"></p>
<p>&nbsp;</p>
<p> That&#8217;s it.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointsharpener.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointsharpener.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointsharpener.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointsharpener.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointsharpener.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointsharpener.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointsharpener.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointsharpener.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointsharpener.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointsharpener.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=103&subd=sharepointsharpener&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointsharpener.wordpress.com/2009/03/26/programmatically-checking-if-a-sharepoint-element-is-published/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0dfb315d39c37443371df076767fa665?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thomassondergaard</media:title>
		</media:content>

		<media:content url="http://sharepointsharpener.files.wordpress.com/2009/03/image5.png" medium="image">
			<media:title type="html">bool IsPublished = TheItem.Versions[0].Level == SPFileLevel.Published ? true : false;</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScript Tips for SharePoint</title>
		<link>http://sharepointsharpener.wordpress.com/2009/03/23/javascript-tips-for-sharepoint/</link>
		<comments>http://sharepointsharpener.wordpress.com/2009/03/23/javascript-tips-for-sharepoint/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 23:31:37 +0000</pubDate>
		<dc:creator>Thomas Sondergaard</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[clientside]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://sharepointsharpener.wordpress.com/2009/03/23/javascript-tips-for-sharepoint/</guid>
		<description><![CDATA[I&#8217;ve gatherered a few productive tips for using JavaScript within SharePoint. The below commands can be used within webparts etc. or directly in the browser&#8217;s address field while you&#8217;re on a SharePoint page, like this:
 
Putting javascript: in front of your script snippet will fire it right there and then.
These commands are neither terribly advanced [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=99&subd=sharepointsharpener&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve gatherered a few productive tips for using JavaScript within SharePoint. The below commands can be used within webparts etc. or directly in the browser&#8217;s address field while you&#8217;re on a SharePoint page, like this:</p>
<p><img style="border-width:0;" height="229" alt="" src="http://sharepointsharpener.files.wordpress.com/2009/03/image.png?w=434&#038;h=229" width="434" border="0"> </p>
<p>Putting <em>javascript:</em> in front of your script snippet will fire it right there and then.</p>
<p>These commands are neither terribly advanced nor applicable on all pages, but they make for a useful reference all the same. I aim to continually update this page with new content so if you have any JavaScript tips, feel free to drop them in the comments.</p>
<p>&nbsp;</p>
<p><strong>Edit an application page: MSOLayout_ToggleLayoutMode()</strong></p>
<p>This enables edit mode on SharePoint&#8217;s application pages, like EditForm.aspx, DispForm.aspx etc. so you can insert web parts above or below the normal content:</p>
<p><img style="border-width:0;" height="325" alt="" src="http://sharepointsharpener.files.wordpress.com/2009/03/image1.png?w=676&#038;h=325" width="676" border="0"> </p>
<p>&nbsp;</p>
<p><strong>Pop-up an alert with the User ID og the logged-in user: alert(_spUserId)</strong></p>
<p><img style="border-width:0;" height="244" alt="" src="http://sharepointsharpener.files.wordpress.com/2009/03/image2.png?w=465&#038;h=244" width="465" border="0"> </p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Enable the Edit toolbar: javascript:__doPostBack(&#8216;ctl00$PlaceHolderTopNavBar$SiteActionsMenuMain$ctl00$wsaShowMenu_CmsActionControl&#8217;,'reviewPage&#8217;)</strong></p>
<p>Simply enables the toolbar where you can access the page edit functions:</p>
<p><img style="border-width:0;" height="247" alt="" src="http://sharepointsharpener.files.wordpress.com/2009/03/image3.png?w=536&#038;h=247" width="536" border="0"> </p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Hide the Edit toolbar: __doPostBack(&#8216;ctl00$PlaceHolderTopNavBar$SiteActionsMenuMain$ctl00$wsaHideMenu_CmsActionControl&#8217;,'exitMenu&#8217;)</strong></p>
<p>No prizes for guessing this one.</p>
<p>&nbsp;</p>
<p><strong>Show help: TopHelpButtonClick(&#8216;NavBarHelpHome&#8217;)</strong></p>
<p>Pops up the built-in help page. Interestingly, you can try this on Microsoft&#8217;s SharePoint Conference <a href="http://www.mssharepointconference.com/" target="_blank">web site</a>:</p>
<p><img style="border-width:0;" height="432" alt="" src="http://sharepointsharpener.files.wordpress.com/2009/03/image4.png?w=695&#038;h=432" width="695" border="0"></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointsharpener.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointsharpener.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointsharpener.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointsharpener.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointsharpener.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointsharpener.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointsharpener.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointsharpener.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointsharpener.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointsharpener.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=99&subd=sharepointsharpener&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointsharpener.wordpress.com/2009/03/23/javascript-tips-for-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0dfb315d39c37443371df076767fa665?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thomassondergaard</media:title>
		</media:content>

		<media:content url="http://sharepointsharpener.files.wordpress.com/2009/03/image.png" medium="image" />

		<media:content url="http://sharepointsharpener.files.wordpress.com/2009/03/image1.png" medium="image" />

		<media:content url="http://sharepointsharpener.files.wordpress.com/2009/03/image2.png" medium="image" />

		<media:content url="http://sharepointsharpener.files.wordpress.com/2009/03/image3.png" medium="image" />

		<media:content url="http://sharepointsharpener.files.wordpress.com/2009/03/image4.png" medium="image" />
	</item>
		<item>
		<title>Travel with the Experts to the SharePoint Conference</title>
		<link>http://sharepointsharpener.wordpress.com/2009/03/02/travel-with-the-experts-to-the-sharepoint-conference/</link>
		<comments>http://sharepointsharpener.wordpress.com/2009/03/02/travel-with-the-experts-to-the-sharepoint-conference/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 12:56:29 +0000</pubDate>
		<dc:creator>Thomas Sondergaard</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[danish]]></category>
		<category><![CDATA[event]]></category>

		<guid isPermaLink="false">http://sharepointsharpener.wordpress.com/2009/03/02/travel-with-the-experts-to-the-sharepoint-conference/</guid>
		<description><![CDATA[Last year PeopleNet gathered more than 30 Danish SharePoint enthusiasts for a series of events at the SharePoint Conference in Seattle.
The events went down a storm and the Danish delegation benefitted a great deal from the networking facilitated by PeopleNet.
&#160;
Next stop Las Vegas
This year, we are taking things a step further &#8211; we are putting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=92&subd=sharepointsharpener&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Last year PeopleNet gathered more than 30 Danish SharePoint enthusiasts for a series of events at the SharePoint Conference in Seattle.</p>
<p>The events went down a storm and the Danish delegation benefitted a great deal from the networking facilitated by PeopleNet.</p>
<p>&nbsp;</p>
<p><strong>Next stop Las Vegas</strong></p>
<p>This year, we are taking things a step further &#8211; we are putting together a complete conference package which includes:</p>
<ul>
<li>Return airline ticket (Copenhagen &#8211; Las Vegas)</li>
<li>Hotel (Mandalay Bay)</li>
<li>Conference pass</li>
<li>Special events during the week of the conference</li>
</ul>
<p>This way, SharePoint stakeholders from different Danish organisations get to travel with like-minded people instead of going to the conference alone.</p>
<p>&nbsp;</p>
<p>For more info (in Danish), <a href="http://www.peoplenet.dk/index.asp?p=3&amp;n=21&amp;d=464" target="_blank">click here</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointsharpener.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointsharpener.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointsharpener.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointsharpener.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointsharpener.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointsharpener.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointsharpener.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointsharpener.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointsharpener.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointsharpener.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=92&subd=sharepointsharpener&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointsharpener.wordpress.com/2009/03/02/travel-with-the-experts-to-the-sharepoint-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0dfb315d39c37443371df076767fa665?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thomassondergaard</media:title>
		</media:content>
	</item>
		<item>
		<title>Hardening Your MOSS 2007 WCM Application</title>
		<link>http://sharepointsharpener.wordpress.com/2009/02/18/hardening-your-moss-2007-wcm-application/</link>
		<comments>http://sharepointsharpener.wordpress.com/2009/02/18/hardening-your-moss-2007-wcm-application/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 09:54:47 +0000</pubDate>
		<dc:creator>Thomas Sondergaard</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Optimisation]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hardening]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[lockdown]]></category>
		<category><![CDATA[wcm]]></category>

		<guid isPermaLink="false">http://sharepointsharpener.wordpress.com/2009/02/18/hardening-your-moss-2007-wcm-application/</guid>
		<description><![CDATA[This is a re-post of a still relevant post from my old blog at SharePointBlogs.com:
&#8212;
Today Last year at the SharePoint Conference in Berlin, Ben Robb of cScape Ltd gave a talk about configuring internet-facing web sites running MOSS 2007/WCM.
He brought up some interesting points about securing the application against unauthorised content editing and attacks from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=88&subd=sharepointsharpener&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is a re-post of a still relevant post from my old blog at SharePointBlogs.com:
<p>&#8212;
<p><strike>Today</strike> Last year at the SharePoint Conference in Berlin, Ben Robb of cScape Ltd gave a talk about configuring internet-facing web sites running MOSS 2007/WCM.
<p>He brought up some interesting points about securing the application against unauthorised content editing and attacks from hackers.
<p>Make sure your installation check list contains a least the following items:
<p><strong>1. Enable firewalls and standard network security</strong><br />Fairly standard stuff, but necessary all the same.
<p><strong>2. Disable SMTP and incoming mail</strong><br />In essence, you shouldn&#8217;t be running services on the server that aren&#8217;t necessary for MOSS. Also, close any ports that MOSS doesn&#8217;t need.
<p><strong>3. Secure the Central Administration site</strong><br />Surprisingly, it is very common to leave this entry point wide open. The admin site should be accessible only via an SSL connection .
<p><strong>4. Use lockdown mode<br /></strong>Use this stsadm command to activate lockdown mode:<br />stsadm –o activatefeature –url &lt;url&gt; -filename ViewFormPagesLockdown\feature.xml<br /><a href="http://sharepointsharpener.wordpress.com/2008/08/28/viewformpageslockdown-does-not-kick-in/">Read more</a> about ViewFormPagesLockdown.
<p><strong>5. Restricted reader role</strong><br />The anonymous user should have a restricted reader role which only enables viewing of pages, documents and images.
<p><strong>6. Policies<br /></strong>Constrain the maximum access per web application and deny all write access via <a href="http://sitename:80">http://sitename:80</a>.
<p><strong>7. Content deployment</strong><br />Use different servers for authoring and the actual internet-facing web application. Content generated on the authoring server (typically within the intranet) should be pushed out to the public site using scheduled content deployment jobs.
<p>&#8230;
<p>To many administrators the above bullets merely point out the obvious and do feel free to leave comments if you have any additions to the list.
<p>Thanks to Ben Robb for providing 99% of the info for this post.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointsharpener.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointsharpener.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointsharpener.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointsharpener.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointsharpener.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointsharpener.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointsharpener.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointsharpener.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointsharpener.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointsharpener.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointsharpener.wordpress.com&blog=4068218&post=88&subd=sharepointsharpener&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointsharpener.wordpress.com/2009/02/18/hardening-your-moss-2007-wcm-application/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0dfb315d39c37443371df076767fa665?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thomassondergaard</media:title>
		</media:content>
	</item>
	</channel>
</rss>