<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://bloggingabout.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Harold van de Kamp .NET Blog</title><subtitle type="html" /><id>http://bloggingabout.net/blogs/harold/atom.aspx</id><link rel="alternate" type="text/html" href="http://bloggingabout.net/blogs/harold/default.aspx" /><link rel="self" type="application/atom+xml" href="http://bloggingabout.net/blogs/harold/atom.aspx" /><generator uri="http://communityserver.org" version="4.0.30619.63">Community Server</generator><updated>2008-05-19T19:58:00Z</updated><entry><title>Submitting an ASP.NET form by pressing the Enter key results in a Page Not Found error</title><link rel="alternate" type="text/html" href="/blogs/harold/archive/2008/11/12/submit-an-asp-net-form-by-pressing-the-enter-key.aspx" /><id>/blogs/harold/archive/2008/11/12/submit-an-asp-net-form-by-pressing-the-enter-key.aspx</id><published>2008-11-12T20:42:50Z</published><updated>2008-11-12T20:42:50Z</updated><content type="html">&lt;p&gt;For a SharePoint website I was developing user controls that inherit from the ASP.NET 2.0 Membership controls. Submitting the custom login and password recovery controls by clicking the submit button worked as expected. However, submitting the controls by pressing the Enter key on my keyboard resulted in an unexpected &amp;quot;Page not found&amp;quot; error.
&lt;/p&gt;&lt;p&gt;The problem was that the default button for the form was not referencing the submit button of the user control. Bind the UniqueID of the submit button to the page form&amp;#39;s DefaultButton property. Don&amp;#39;t use the ID string directly; use the UniqueID property instead, because ASP.NET automatically created unique ID values. 
&lt;/p&gt;&lt;p&gt;An example of assigning the DefaultButton property of the page form:
&lt;/p&gt;&lt;p&gt;&lt;span style="color:black;font-family:Courier New;font-size:10pt;"&gt;Page.Form.DefaultButton = YourSubmitButton.UniqueID;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=476903" width="1" height="1"&gt;</content><author><name>hvdkamp</name><uri>http://bloggingabout.net/members/hvdkamp/default.aspx</uri></author><category term="Forms" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Forms/default.aspx" /><category term="ASP.NET" scheme="http://bloggingabout.net/blogs/harold/archive/tags/ASP.NET/default.aspx" /></entry><entry><title>Ramp Up learning program</title><link rel="alternate" type="text/html" href="/blogs/harold/archive/2008/11/10/ramp-up-learning-program.aspx" /><id>/blogs/harold/archive/2008/11/10/ramp-up-learning-program.aspx</id><published>2008-11-10T20:46:29Z</published><updated>2008-11-10T20:46:29Z</updated><content type="html">&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/rampup/default.aspx"&gt;Ramp Up&lt;/a&gt; is a new learning program on the MSDN website. 
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;About Ramp Up:
&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;&lt;em&gt;&lt;strong&gt;Introduction&lt;br /&gt;&lt;/strong&gt;Take the Next Step on Your Career Path&lt;br /&gt;Ramp Up is a free, online, community-based learning program, with a number of different tracks that will help you build your portfolio of professional development skills. Ramp Up has a solid foundation of premium technical content from subject-matter gurus, and provides easy-to-access content in a variety of forms that guide you in learning the important skills. Join Ramp Up (it&amp;#39;s free!) and help advance your career - click on a track now to start!&lt;strong&gt;
					&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;&lt;em&gt;&lt;strong&gt;Benefits&lt;br /&gt;&lt;/strong&gt;Take the Next Step on Your Career Path&lt;br /&gt;Ramp Up is a free, online, community-based learning program, with a number of different tracks that will help you build your portfolio of professional development skills. Ramp Up has a solid foundation of premium technical content from subject-matter gurus, and provides easy-to-access content in a variety of forms that guide you in learning the important skills. Join Ramp Up (it&amp;#39;s free!) and help advance your career - click on a track now to start!&lt;strong&gt;
					&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;At the moment you can focus on the tracks: SharePoint for developers (part 1), Visual Studio 2008, Aspiring Developer, Java Developer, Visual Sudio 6.0 Developer, Visual Studio 2002/2003 Developer.
&lt;/p&gt;&lt;p&gt;Good to see a SharePoint track already. Part 1 of the SharePoint developers track is focused on:
&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;&lt;em&gt;As a developer, would you like to learn more about Microsoft Office SharePoint Server (MOSS)? MOSS is based on Microsoft Windows SharePoint Services, which gives developers the opportunity to get more problems solved with less effort. Windows SharePoint Services 3.0 takes full advantage of Microsoft ASP.NET and the Microsoft .NET runtime. The new features and added programmability support in MOSS provide a wealth of development opportunities. This course will immerse you in many of the developer-centric capabilities of Microsoft Office SharePoint Server.
&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;&lt;em&gt;&lt;strong&gt;Level 1: Web Parts&lt;/strong&gt;&lt;br /&gt;Did you know that in SharePoint you can build pages as easy as in ASP.NET – and allow end users to create dashboards? Web parts allow for creating components of Web user interface that can be reused on multiple Web pages. These are introduced in ASP.NET and built on in SharePoint where they can be added to pages by end users and managed by IT Professionals. In this topic you will learn about building simple Web parts for SharePoint and how to connect them back to SharePoint site data.
&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;&lt;em&gt;&lt;strong&gt;Level 2: Data Lists&lt;/strong&gt;&lt;br /&gt;Did you know that SharePoint developers can work with data from lists that users get access to too? Data lists provide data storage for end users in SharePoint. End users can create lists with schema all through the SharePoint user interface and they can create, edit, and view the data. All of this data can be programmatically accessed by developers and this topic is all about that.
&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;&lt;em&gt;&lt;strong&gt;Level 3: Event Handlers&lt;/strong&gt;&lt;br /&gt;Did you know that SharePoint developers can automatically process data that your users upload via a spreadsheet? Event handlers (or event receivers) are custom code that runs on the SharePoint server in response to something that happens on the server. Event handlers can be useful for running business logic in response to data being added to the site. This topic shows how to create simple event handlers and investigates ways that event handlers can be used in SharePoint.
&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;&lt;em&gt;&lt;strong&gt;Level 4: Workflow&lt;/strong&gt;&lt;br /&gt;Did you know that you can write WF workflows in SharePoint without having to worry about storage, persistence, or how to interact with the user? Workflow in SharePoint allows for implementation of processes that require interaction such as email approvals or form completion by people in your organization. This topic shows you how to create simple workflows in SharePoint using Visual Studio that involve approvals from people by email and for meeting room resource bookings with an administrator.
&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-size:10pt;"&gt;&lt;em&gt;&lt;strong&gt;Level 5: Silverlight Web Parts&lt;/strong&gt;&lt;br /&gt;Did you know that you can build rich Internet applications with SharePoint? Silverlight is a new Web user interface technology from Microsoft that allows for each implementation of animations and videos. This topic shows how a SharePoint user interface can be enhanced by using Silverlight in Web parts as part of a SharePoint site.&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=476805" width="1" height="1"&gt;</content><author><name>hvdkamp</name><uri>http://bloggingabout.net/members/hvdkamp/default.aspx</uri></author><category term="Silverlight" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Silverlight/default.aspx" /><category term="Visual Studio 2008" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Visual+Studio+2008/default.aspx" /><category term="SharePoint 2007" scheme="http://bloggingabout.net/blogs/harold/archive/tags/SharePoint+2007/default.aspx" /><category term="eLearning" scheme="http://bloggingabout.net/blogs/harold/archive/tags/eLearning/default.aspx" /></entry><entry><title>Windows Azure Tools for Microsoft Visual Studio and SDK October 2008 CTP</title><link rel="alternate" type="text/html" href="/blogs/harold/archive/2008/10/27/windows-azure-tools-for-microsoft-visual-studio-and-sdk-october-2008-ctp.aspx" /><id>/blogs/harold/archive/2008/10/27/windows-azure-tools-for-microsoft-visual-studio-and-sdk-october-2008-ctp.aspx</id><published>2008-10-27T20:31:42Z</published><updated>2008-10-27T20:31:42Z</updated><content type="html">&lt;p&gt;Microsoft released the Windows Azure Tools for Microsoft Visual Studio October 2008 CTP, available at the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=63D0D248-1B08-4F7D-ABDE-62EB75CB1E69&amp;amp;displaylang=en"&gt;Microsoft Download Center&lt;/a&gt;. The Windows Azure Software Development Kit October 2008 CTP is available also at &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=BB893FB0-AD04-4FE8-BB04-0C5E4278D3E9&amp;amp;displaylang=en"&gt;Microsoft&amp;#39;s Download Center&lt;/a&gt;.
&lt;/p&gt;&lt;p&gt;Although they have just released the &lt;a href="http://bloggingabout.net/blogs/harold/archive/2008/10/27/visual-studio-2010-and-net-framework-4-0-ctp.aspx"&gt;Visual Studio 2010 and .NET Framework 4.0 CTP&lt;/a&gt;, notice the Windows Azure Tools CTP is for Visual Studio 2008 SP1.
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;Windows Azure has been announced at the Microsoft PDC08 event, it is a new type of operation system which runs in the cloud. You host your Web applications in Microsoft data centers. Visit the &lt;a href="http://msdn.microsoft.com/en-us/azure/cc994380.aspx"&gt;Windows Azure Services Platform Developer Center&lt;/a&gt; website and &lt;a href="http://blogs.msdn.com/cloud/"&gt;Cloud Computing blog&lt;/a&gt;, for more information. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=476262" width="1" height="1"&gt;</content><author><name>hvdkamp</name><uri>http://bloggingabout.net/members/hvdkamp/default.aspx</uri></author><category term="Visual Studio 2008" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Visual+Studio+2008/default.aspx" /><category term="Windows Azure" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Windows+Azure/default.aspx" /><category term="PDC2008" scheme="http://bloggingabout.net/blogs/harold/archive/tags/PDC2008/default.aspx" /><category term="Cloud computing" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Cloud+computing/default.aspx" /></entry><entry><title>Visual Studio 2010 and .NET Framework 4.0 CTP</title><link rel="alternate" type="text/html" href="/blogs/harold/archive/2008/10/27/visual-studio-2010-and-net-framework-4-0-ctp.aspx" /><id>/blogs/harold/archive/2008/10/27/visual-studio-2010-and-net-framework-4-0-ctp.aspx</id><published>2008-10-27T20:11:45Z</published><updated>2008-10-27T20:11:45Z</updated><content type="html">&lt;p&gt;Microsoft has released a public CTP version of Visual Studio 2010 and .NET Framework 4.0. They are the next generation development tools and platform for Windows Vista, the 2007 Office System and the web.
&lt;/p&gt;&lt;p&gt;The CTP is only available as a Virtual PC image and is designed to experience the new development tools and platform. It is not a feature complete product. Download the CTP from the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=922B4655-93D0-4476-BDA4-94CF5F8D4814&amp;amp;displaylang=en"&gt;Microsoft Download Center&lt;/a&gt;.
&lt;/p&gt;&lt;p&gt;For more information about Visual Studio 2010 and .NET Framework 4.0 visit the &lt;a href="http://msdn.microsoft.com/en-us/vs2008/products/cc948977.aspx"&gt;Microsoft MSDN Visual Studio&lt;/a&gt; website for an overview. Don´t forget to post your feedback on the related &lt;a href="https://connect.microsoft.com/VisualStudio/content/content.aspx?ContentID=9790"&gt;Microsoft Connect&lt;/a&gt; website.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=476261" width="1" height="1"&gt;</content><author><name>hvdkamp</name><uri>http://bloggingabout.net/members/hvdkamp/default.aspx</uri></author><category term="Visual Studio 2010" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Visual+Studio+2010/default.aspx" /><category term="Community Technology Preview" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Community+Technology+Preview/default.aspx" /><category term=".NET Framework 4.0" scheme="http://bloggingabout.net/blogs/harold/archive/tags/.NET+Framework+4.0/default.aspx" /></entry><entry><title>Getting SharePoint 2007 SP1 language packs to work on Windows Server 2008</title><link rel="alternate" type="text/html" href="/blogs/harold/archive/2008/10/20/getting-sharepoint-2007-sp1-language-packs-to-work-on-windows-server-2008.aspx" /><id>/blogs/harold/archive/2008/10/20/getting-sharepoint-2007-sp1-language-packs-to-work-on-windows-server-2008.aspx</id><published>2008-10-20T20:35:00Z</published><updated>2008-10-20T20:35:00Z</updated><content type="html">&lt;p&gt;If you normally would like to install a language pack for the Microsoft Office SharePoint Server 2007 service pack 1 product, you have to make sure you both install the retail version related language pack and the service pack related language pack. You can automate this process by slipstreaming the service pack language packs.
&lt;/p&gt;
&lt;p&gt;On Windows Server 2008 this slipstream process for Service Pack 1 does not work. &lt;a href="http://blogs.officezealot.com/mauro/archive/2008/08/12/21139.aspx"&gt;Mauro Cardelli&lt;/a&gt; summed up a nice install list how to get it working:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;Download the appropriate files.
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;For MOSS, you will need the MOSS and WSS files. Remember there are specific 64bit versions
&lt;/li&gt;
&lt;li&gt;On each of the download pages, change the language in the selector to the language pack you want, here are your download links:
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:black;"&gt;WSS Language pack &lt;/span&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=36EE1BF0-652C-4E38-B247-F29B3EEFA048&amp;amp;displaylang=en &lt;span style="color:black;"&gt;&amp;nbsp; &lt;/span&gt;
						&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:black;"&gt;WSS Language pack SP1&amp;nbsp; &lt;/span&gt;http://www.microsoft.com/downloads/details.aspx?familyid=EF93E453-75F1-45DF-8C6F-4565E8549C2A&amp;amp;displaylang=e&lt;span style="color:black;"&gt;n &lt;/span&gt;
						&lt;/li&gt;
&lt;li&gt;&lt;span style="color:black;"&gt;MOSS&amp;nbsp;Language pack &lt;/span&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=2447426B-8689-4768-BFF0-CBB511599A45&amp;amp;displaylang=en 
&lt;/li&gt;
&lt;li&gt;&lt;span style="color:black;"&gt;MOSS Language pack SP1 &lt;/span&gt;http://www.microsoft.com/downloads/details.aspx?familyid=1F5C7D10-B4F9-482D-B0E5-9547A7F508E5&amp;amp;displaylang=en 
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Install the file. The install wizard will be in the language of the language pack&amp;hellip; so know how to say &amp;#39;Next&amp;#39; in that language!... or practice on the English version. Follow these steps:&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;Install WSS Language Pack (don&amp;#39;t run the MOSS Configuration Wizard) &lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Install MOSS Language Pack (don&amp;#39;t run the MOSS Configuration Wizard)&lt;/li&gt;
&lt;li&gt;Install WSS Language Pack SP1 (don&amp;#39;t run the MOSS Configuration Wizard)&lt;/li&gt;
&lt;li&gt;Install MOSS Language Pack SP1&lt;/li&gt;
&lt;li&gt;Run the MOSS Configuration Wizard (choose to not disconnect from farm)
&lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Test
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Create a new site; you should see a drop down for Language which includes your newly installed language
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Go to the new site and learn how to say &amp;#39;Site Actions, &amp;#39;Edit Page&amp;#39; in a foreign language!
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also see a &lt;a href="http://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/baece739-b8a1-4373-a51a-83f26518687b"&gt;post&lt;/a&gt; on Microsoft TechNet Forums for more information.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=475765" width="1" height="1"&gt;</content><author><name>hvdkamp</name><uri>http://bloggingabout.net/members/hvdkamp/default.aspx</uri></author><category term="Office SharePoint Server 2007" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Office+SharePoint+Server+2007/default.aspx" /><category term="Windows Server 2008" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Windows+Server+2008/default.aspx" /><category term="Language Packs" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Language+Packs/default.aspx" /></entry><entry><title>Windows Server 2008 is Windows Server 2008 Service Pack 1</title><link rel="alternate" type="text/html" href="/blogs/harold/archive/2008/10/19/windows-server-2008-is-windows-server-2008-service-pack-1.aspx" /><id>/blogs/harold/archive/2008/10/19/windows-server-2008-is-windows-server-2008-service-pack-1.aspx</id><published>2008-10-19T14:34:35Z</published><updated>2008-10-19T14:34:35Z</updated><content type="html">&lt;p&gt;I just read a post announcing the &lt;a href="http://www.neowin.net/news/main/08/10/17/microsoft-sends-vista-sp2-invites---beta-release-in-4-weeks"&gt;availability of Windows Server 2008 Service Pack 2 beta&lt;/a&gt; in a few weeks to selected testers. 
&lt;/p&gt;&lt;p&gt;SP2 for Windows Server 2008, have I missed Service Pack 1? No, Windows Server 2008 is released as Windows Server 2008 Service Pack 1, see Ian McDonalds &lt;a href="http://blogs.msdn.com/iainmcdonald/archive/2008/02/15/windows-server-2008-is-called-sp1-adventures-in-doing-things-right.aspx"&gt;blog post&lt;/a&gt;.
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;span style="font-size:10pt;"&gt;Windows Server 2008 is Windows Server 2008 Service Pack 1&lt;/span&gt;
	&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=475723" width="1" height="1"&gt;</content><author><name>hvdkamp</name><uri>http://bloggingabout.net/members/hvdkamp/default.aspx</uri></author><category term="Windows Server 2008" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Windows+Server+2008/default.aspx" /><category term="Service Packs" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Service+Packs/default.aspx" /></entry><entry><title>Microsoft products and development posters</title><link rel="alternate" type="text/html" href="/blogs/harold/archive/2008/10/17/microsoft-products-and-development-posters.aspx" /><id>/blogs/harold/archive/2008/10/17/microsoft-products-and-development-posters.aspx</id><published>2008-10-17T20:57:58Z</published><updated>2008-10-17T20:57:58Z</updated><content type="html">&lt;p&gt;Last year I&amp;#39;ve come across a lot of posters related to .NET / Office / SharePoint development. They give you a nice overview of the development possibilities of each related product. This post contains a list of those posters.
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;&lt;strong&gt;SharePoint posters
&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;See the &lt;a href="http://sharepoint.microsoft.com/sharepoint/Documents/Forms/AllItems.aspx?RootFolder=http%3a%2f%2fsharepoint%2emicrosoft%2ecom%2fsharepoint%2fDocuments%2fStsadm%20posters&amp;amp;FolderCTID=0x012000663B25691235B44EA22424D807184C2D"&gt;SharePoint Community Portal&lt;/a&gt;
	&lt;/p&gt;&lt;p&gt;Stsadm parameters poster for Microsoft Office SharePoint Server 2007:
&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://sharepoint.microsoft.com/sharepoint/Documents/STSADM%20Posters/Stsadm_Cmd-Line_MOSS_2007.jpg" target="_blank"&gt;JPG format (1,214 KB)&lt;/a&gt;
		&lt;/li&gt;&lt;li&gt;&lt;a href="http://sharepoint.microsoft.com/sharepoint/Documents/STSADM%20Posters/Stsadm_Cmd-Line_MOSS_2007.png" target="_blank"&gt;PNG format (861 KB)&lt;/a&gt;
		&lt;/li&gt;&lt;li&gt;&lt;a href="http://sharepoint.microsoft.com/sharepoint/Documents/STSADM%20Posters/Stsadm_Cmd-Line_MOSS_2007.vsd" target="_blank"&gt;Visio format (769 KB)&lt;/a&gt;
		&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Stsadm parameters poster for Windows SharePoint Services 3.0:
&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://sharepoint.microsoft.com/sharepoint/Documents/STSADM%20Posters/Stsadm_Cmd-Line_WSS_3.jpg" target="_blank"&gt;JPG format (944 KB)&lt;/a&gt;
		&lt;/li&gt;&lt;li&gt;&lt;a href="http://sharepoint.microsoft.com/sharepoint/Documents/STSADM%20Posters/Stsadm_Cmd-Line_WSS_3.png" target="_blank"&gt;PNG format (719 KB)&lt;/a&gt;
		&lt;/li&gt;&lt;li&gt;&lt;a href="http://sharepoint.microsoft.com/sharepoint/Documents/STSADM%20Posters/Stsadm_Cmd-Line_WSS_3.vsd" target="_blank"&gt;Visio format (578 KB)&lt;/a&gt;
		&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Record Repository: &lt;a href="http://www.officezealot.com/downloads/moss/OfficialFileConceptualBeta2.pdf"&gt;Using Record Repository Features in Windows SharePoint Services (version 3) and SharePoint Server 2007&lt;/a&gt;
	&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;&lt;strong&gt;2007 Office System Document: Developer Posters
&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;See the &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=771AEB45-9D27-4D1F-ACD1-9B950637D64E&amp;amp;displaylang=en"&gt;Microsoft Download page for the 2007 Office System Document: Developer Posters&lt;/a&gt;
	&lt;/p&gt;&lt;p&gt;It contains:
&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Developer Roadmap for the 2007 Microsoft Office System. Download this poster to view a developer roadmap for the 2007 Microsoft Office system programs, tools, services, and servers. 
&lt;/li&gt;&lt;li&gt;Microsoft Office InfoPath 2007 Managed Object Model Poster. Download this poster and get a deep dive into some of the new and enhanced objects in the InfoPath 2007 managed object model. 
&lt;/li&gt;&lt;li&gt;Developer Map for SharePoint Products and Technologies Poster. Download this poster and discover the developer roadmap for Microsoft SharePoint Products and Technologies. 
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;&lt;strong&gt;2007 Office System Document: Open XML Developer Map
&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;See the &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=134BCB91-DD7B-4209-AC94-2699B9366874&amp;amp;displaylang=en"&gt;Microsoft Download page for the 2007 Office System Document: Open XML Developer Map&lt;/a&gt;
	&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Visual C# / Basic 2008 Keybinding Reference Posters
&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;See the Microsoft Download page for the:
&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=E5F902A8-5BB5-4CC6-907E-472809749973&amp;amp;displaylang=en"&gt;Visual C# 2008 Keybinding Reference Poster&lt;/a&gt;
		&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=255b8cf1-f6bd-4b55-bb42-dd1a69315833&amp;amp;displaylang=en"&gt;Visual Basic 2008 Keybinding Reference Poster&lt;/a&gt;
		&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;It contains a wall chart showing useful keyboard shortcuts for Visual C#/Basic programming language for Visual C#/Basic in Visual Studio 2008 and Visual C#/Basic 2008 Express Edition
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;&lt;strong&gt;.NET Framework 3.5 Common Namespaces and Types Poster
&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;See the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7b645f3a-6d22-4548-a0d8-c2a27e1917f8&amp;amp;DisplayLang=en"&gt;Microsoft Download page for the .NET Framework 3.5 Common Namespaces and Types Poster&lt;/a&gt;
	&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Silverlight 2 Developer Poster
&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;See &lt;a href="http://blogs.msdn.com/brada/archive/2008/03/16/silverlight-2-developer-poster.aspx"&gt;Brad Abrams blog&lt;/a&gt;
	&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://brad_abrams.members.winisp.net/Projects/Mix08SL2Poster/Silverlight2PosterMIX08.jpg"&gt;JPG format&lt;/a&gt; 5.8MB
&lt;/li&gt;&lt;li&gt;&lt;a href="http://brad_abrams.members.winisp.net/Projects/Mix08SL2Poster/Silverlight2PosterMIX08.png"&gt;PNG format&lt;/a&gt; 6.5MB
&lt;/li&gt;&lt;li&gt;&lt;a href="http://brad_abrams.members.winisp.net/Projects/Mix08SL2Poster/Silverlight2PosterMIX08.tif"&gt;TIF format&lt;/a&gt; 19.9 MB
&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/jstegman/archive/2008/03/11/deep-zoom-version-of-silverlight-2-developer-reference-poster.aspx"&gt;Joe Stegman&lt;/a&gt;&amp;#39;s &lt;a href="http://joestegman.members.winisp.net/DeepZoom/"&gt;Deep Zoom Browser version&lt;/a&gt;
		&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/results.aspx?freetext=Poster&amp;amp;productID=&amp;amp;categoryId=&amp;amp;period=&amp;amp;sortCriteria=popularity&amp;amp;nr=20&amp;amp;DisplayLang=en"&gt;Other Microsoft posters&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=475669" width="1" height="1"&gt;</content><author><name>hvdkamp</name><uri>http://bloggingabout.net/members/hvdkamp/default.aspx</uri></author><category term="Development" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Development/default.aspx" /><category term="Posters" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Posters/default.aspx" /></entry><entry><title>Using resolution 1920x1200 on a Virtual PC environment</title><link rel="alternate" type="text/html" href="/blogs/harold/archive/2008/10/13/using-resolution-1920x1200-on-a-virtual-pc-environment.aspx" /><id>/blogs/harold/archive/2008/10/13/using-resolution-1920x1200-on-a-virtual-pc-environment.aspx</id><published>2008-10-12T22:12:02Z</published><updated>2008-10-12T22:12:02Z</updated><content type="html">&lt;p&gt;On my host PC I am using the 1920x1200 widescreen resolution and on my Virtual PC guest PC I would like to use the same resolution in fullscreen mode. By default if I go to the guest Virtual PC environment and switch to fullscreen, black bars are shown at the left and right side of the screen. This happens also with the virtual machine additions installed on the guest PC.
&lt;/p&gt;&lt;p&gt;Microsoft Virtual PC supports at maximum the 1600x1200 resolution via the Virtual Machine additions S3 Trio 32/64 driver on  a guest PC. If you are running a not supported resolution on your host PC and switch your guest PC to fullscreen, it shows black bars at the screen sides. 
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Using Remote Desktop to display your guest PC environment
&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;By connecting to your virtual PC via a Remote Desktop connection you can show your guest PC in fullscreen mode normally. Connect on your Host PC to your Guest PC. 
&lt;/p&gt;&lt;p&gt;Make sure you have Remote Desktop enabled on your guest PC. The steps to enable Remote Desktop on a Windows Server 2008 guest PC are:
&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Open Control Panel
&lt;/li&gt;&lt;li&gt;Go to Device Information
&lt;/li&gt;&lt;li&gt;Go to Remote Settings
&lt;/li&gt;&lt;li&gt;Allow Remote Desktop connection
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;This is a workaround, but works fine for me.
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Modify the VPC video driver
&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;You can try to modify the S3 Trio 32/64 driver so it supports your host PC resolution. With &lt;a href="http://entechtaiwan.net/util/ps.shtm"&gt;PowerStrip&lt;/a&gt; you can modify the driver. 
&lt;/p&gt;&lt;p&gt;Please note that I haven´t tried this myself, I´m using the remote desktop option.
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=475480" width="1" height="1"&gt;</content><author><name>hvdkamp</name><uri>http://bloggingabout.net/members/hvdkamp/default.aspx</uri></author><category term="Screen resolution 1920x1200" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Screen+resolution+1920x1200/default.aspx" /><category term="Virtual PC" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Virtual+PC/default.aspx" /></entry><entry><title>Index PDF documents on SharePoint using Adobe PDF IFilter 9</title><link rel="alternate" type="text/html" href="/blogs/harold/archive/2008/10/02/index-pdf-documents-on-sharepoint-using-adobe-pdf-ifilter-9.aspx" /><id>/blogs/harold/archive/2008/10/02/index-pdf-documents-on-sharepoint-using-adobe-pdf-ifilter-9.aspx</id><published>2008-10-02T13:30:00Z</published><updated>2008-10-02T13:30:00Z</updated><content type="html">&lt;p&gt;Using the SharePoint Search you can find documents based on their filename, metadata or content within a document. By default the content of Office documents is indexed by the SharePoint crawler, but PDF files are not crawled. To add support for PDF files you have to add an IFilter which the SharePoint crawler uses to read through PDF files and add the information to the search index. &lt;/p&gt;
&lt;p&gt;To obtain an IFilter for PDF you can purchase the &lt;a href="http://www.foxitsoftware.com/pdf/ifilter/"&gt;Foxit PDF IFilter&lt;/a&gt; from Foxit Software. There is also a free PDF IFilter available from Adobe which does exactly what you need and what this post is all about. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Getting Adobe IFilter 9 to work with SharePoint &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In earlier days you were required to download Adobe&amp;#39;s IFilter as a separate file. Since Adobe 8.0 it is included within the Adobe Acrobat and Adobe Reader products. The current version of Adobe Reader is 9.0 includes an IFilter that is compatible with the latest PDF implementations. &lt;/p&gt;
&lt;p&gt;To enable PDF indexing use the following steps: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Download Adobe Reader 9.0, which includes IFilter 9.0.0.0, from &lt;a href="http://www.adobe.com/products/acrobat/"&gt;http://www.adobe.com/products/acrobat/&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;Download the Acrobat PDF Picture, to display in front of PDF search result items, from &lt;a href="http://www.adobe.com/misc/linking.html"&gt;http://www.adobe.com/misc/linking.html&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Add the PDF file type to the Extensions List for WSS search by editing the registry &lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Start regedit &lt;/li&gt;
&lt;li&gt;Open the key&amp;nbsp;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Applications\{Random GUID}\Gather\Search\Extensions\ExtensionList&lt;/li&gt;
&lt;li&gt;Add PDF to the list as a new String Value. Use a new high value e.g. if 37 is the highest value, use &amp;quot;38&amp;quot; as the key with the value &amp;quot;pdf&amp;quot; &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Add the Acrobat PDF picture to the SharePoint templates directory. Copy the Acrobat PDF picture called pdficon_small.gif in the 12 Hive\TEMPLATE\IMAGES folder, e.g. %programfiles%\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\IMAGES. &lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Bind the Acrobat PDF picture to the PDF file type &lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Open the 12 Hive\TEMPLATE\XML\DOCICON.XML file &lt;/li&gt;
&lt;li&gt;Find the &amp;lt;DocIcons.ByExtension&amp;gt; part &lt;/li&gt;
&lt;li&gt;Add the following mapping:&lt;br /&gt;&amp;lt;mapping Key=&amp;quot;pdf&amp;quot; Value=&amp;quot;pdficon_small.gif&amp;quot; OpenControl=&amp;quot;&amp;quot; /&amp;gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;span style="color:#333333;"&gt;Change IFilter mapping in registry&lt;/span&gt; &lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Start regedit&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Open the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Add (or modify) the .pdf key&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Add a Multi-String value with value {E8978DA6-047F-4E3D-9C78-CDBE46041603} or modify if another GUID value already exists.&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Open the key&amp;nbsp;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Add (or modify) the .pdf key&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Add a Multi-String value with value {E8978DA6-047F-4E3D-9C78-CDBE46041603} or modify if another GUID value already exists.&lt;/span&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;span style="color:#333333;"&gt;Add the Adobe Reader folder to the environment path variable&lt;/span&gt; &lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Right Click on My Computer&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Open Properties&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Open the Advanced tab&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Go to the Environment variables&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Edit the Path variable&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Add your Reader folder to the Path list, e.g. C:\Program Files\Adobe\Reader 9.0\Reader&lt;/span&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;span style="color:#333333;"&gt;Restart the Search service by restarting your server or executing the following commands:&lt;/span&gt; &lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Run: net stop osearch&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Run: net start osearch&lt;/span&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;span style="color:#333333;"&gt;Crawl the PDF documents&lt;/span&gt; &lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Existing PDF documents that were crawled before the Adobe PDF IFilter has been installed are not indexed during an incremental crawl. You have to edit each existing PDF file to trigger the crawler to reindex the file during an incremental crawl. It&amp;acute;s easier to run a full crawl after you have installed the Adobe PDF IFilter.&lt;/span&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now all PDF documents are crawled you can query on content inside a PDF document. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=475003" width="1" height="1"&gt;</content><author><name>hvdkamp</name><uri>http://bloggingabout.net/members/hvdkamp/default.aspx</uri></author><category term="PDF" scheme="http://bloggingabout.net/blogs/harold/archive/tags/PDF/default.aspx" /><category term="SharePoint 2007" scheme="http://bloggingabout.net/blogs/harold/archive/tags/SharePoint+2007/default.aspx" /><category term="Adobe PDF IFilter" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Adobe+PDF+IFilter/default.aspx" /></entry><entry><title>View list of IIS7 running application pools </title><link rel="alternate" type="text/html" href="/blogs/harold/archive/2008/09/25/view-list-of-iis7-running-application-pools.aspx" /><id>/blogs/harold/archive/2008/09/25/view-list-of-iis7-running-application-pools.aspx</id><published>2008-09-25T15:00:00Z</published><updated>2008-09-25T15:00:00Z</updated><content type="html">&lt;p&gt;While doing some SharePoint 2007 development on Windows Server 2008, I noticed the IISAPP command doesn&amp;acute;t exist anymore. The command does not exist in IIS7 anymore. &lt;/p&gt;
&lt;p&gt;The syntax to view a list of IIS7 running application pools is: &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;%windir%\system32\inetsrv\appcmd.exe list wp &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks to &lt;a href="http://weblogs.asp.net/steveschofield/archive/2008/01/23/iis7-post-61-where-did-my-iisapp-script-go.aspx"&gt;Steve Schofield&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=474824" width="1" height="1"&gt;</content><author><name>hvdkamp</name><uri>http://bloggingabout.net/members/hvdkamp/default.aspx</uri></author><category term="Windows Server 2008" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Windows+Server+2008/default.aspx" /><category term="IIS7" scheme="http://bloggingabout.net/blogs/harold/archive/tags/IIS7/default.aspx" /><category term="Application pool" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Application+pool/default.aspx" /></entry><entry><title>Internet Explorer 8 Beta 2</title><link rel="alternate" type="text/html" href="/blogs/harold/archive/2008/08/27/internet-explorer-8-beta-2.aspx" /><id>/blogs/harold/archive/2008/08/27/internet-explorer-8-beta-2.aspx</id><published>2008-08-27T20:39:11Z</published><updated>2008-08-27T20:39:11Z</updated><content type="html">&lt;p&gt;Today Microsoft released beta 2 of Internet Explorer 8. While Beta 1 was focused on developers to early test their websites, beta 2 is for anyone who browses the internet.
&lt;/p&gt;&lt;p&gt;For more information and a feature overview, see the &lt;a href="http://blogs.msdn.com/ie/default.aspx"&gt;IEBlog&lt;/a&gt;´s &lt;a href="http://blogs.msdn.com/ie/archive/2008/08/27/internet-explorer-8-beta-2-now-available.aspx"&gt;announcement&lt;/a&gt; today.
&lt;/p&gt;&lt;p&gt;You can download IE8 beta 2 from &lt;a href="http://www.microsoft.com/ie8"&gt;http://www.microsoft.com/ie8&lt;/a&gt;
	&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=473780" width="1" height="1"&gt;</content><author><name>hvdkamp</name><uri>http://bloggingabout.net/members/hvdkamp/default.aspx</uri></author><category term="Internet Explorer 8" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Internet+Explorer+8/default.aspx" /></entry><entry><title>AJAX Enable SharePoint using Ajaxify MOSS</title><link rel="alternate" type="text/html" href="/blogs/harold/archive/2008/06/30/ajax-enable-sharepoint-using-ajaxify-moss.aspx" /><id>/blogs/harold/archive/2008/06/30/ajax-enable-sharepoint-using-ajaxify-moss.aspx</id><published>2008-06-30T19:59:00Z</published><updated>2008-06-30T19:59:00Z</updated><content type="html">&lt;p&gt;Running websites on Microsoft Office SharePoint Server 2007 and you would like to give the end-user a richer user experience by using AJAX? &lt;/p&gt;
&lt;p&gt;To AJAX enable your MOSS site collection, several steps need to done as described by Mike Ammerlaan&amp;#39;s &lt;a href="http://sharepoint.microsoft.com/blogs/mike/Lists/Posts/Post.aspx?ID=3"&gt;&lt;em&gt;Integrating ASP.NET AJAX with SharePoint&lt;/em&gt;&lt;/a&gt; blog post. All those steps needed to modify the web.config can be done with one easy action by using &lt;a href="http://www.codeplex.com/ajaxifymoss"&gt;Ajaxify MOSS&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To AJAX enable the website &lt;a href="http://myMossEnvironment/"&gt;http://myMossEnvironment&lt;/a&gt; install Ajaxify MOSS and run: &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;stsadm -o addajax -url http://myMossEnvironment &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It supports both ASP.NET AJAX 1.0 and the ASP.NET AJAX build-into ASP.NET 3.5. Make sure you have MOSS Service Pack 1 installed. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;More information on the &lt;a href="http://www.codeplex.com/ajaxifymoss"&gt;Ajaxify MOSS CodePlex site&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=461857" width="1" height="1"&gt;</content><author><name>hvdkamp</name><uri>http://bloggingabout.net/members/hvdkamp/default.aspx</uri></author><category term="Office SharePoint Server 2007" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Office+SharePoint+Server+2007/default.aspx" /><category term="ASP.NET AJAX" scheme="http://bloggingabout.net/blogs/harold/archive/tags/ASP.NET+AJAX/default.aspx" /></entry><entry><title>Microsoft DevDays 2008 PowerPoint Presentations</title><link rel="alternate" type="text/html" href="/blogs/harold/archive/2008/06/23/microsoft-devdays-2008-powerpoint-presentations.aspx" /><id>/blogs/harold/archive/2008/06/23/microsoft-devdays-2008-powerpoint-presentations.aspx</id><published>2008-06-23T21:21:00Z</published><updated>2008-06-23T21:21:00Z</updated><content type="html">&lt;p&gt;This year I visited the Dutch Microsoft DevDays 2008 event. It&amp;#39;s an event for Microsoft developers which targets several developer related subjects. I focused on SharePoint, Silverlight and Visual Studio Team System, and have seen interesting presentations on these subjects.
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you haven&amp;#39;t been to the Developer Days  before, make sure you don&amp;acute;t miss it next time.
&lt;/p&gt;
&lt;p&gt;The presentations are available on the Microsoft &lt;a href="http://www.devdays.nl/powerpoints/index2.html"&gt;DevDays Presentations&lt;/a&gt; website. General information about the DevDays can be found at &lt;a href="http://www.devdays.nl"&gt;Devdays.nl&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=461150" width="1" height="1"&gt;</content><author><name>hvdkamp</name><uri>http://bloggingabout.net/members/hvdkamp/default.aspx</uri></author><category term="Silverlight" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Silverlight/default.aspx" /><category term="Microsoft.NET" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Microsoft.NET/default.aspx" /><category term="Visual Studio Team System" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Visual+Studio+Team+System/default.aspx" /><category term="DevDays" scheme="http://bloggingabout.net/blogs/harold/archive/tags/DevDays/default.aspx" /><category term="SharePoint" scheme="http://bloggingabout.net/blogs/harold/archive/tags/SharePoint/default.aspx" /></entry><entry><title>Windows Server 2008 Desktop Experience feature and SharePoint</title><link rel="alternate" type="text/html" href="/blogs/harold/archive/2008/05/19/windows-server-2008-desktop-experience-feature-and-sharepoint.aspx" /><id>/blogs/harold/archive/2008/05/19/windows-server-2008-desktop-experience-feature-and-sharepoint.aspx</id><published>2008-05-19T18:28:00Z</published><updated>2008-05-19T18:28:00Z</updated><content type="html">&lt;p&gt;When running SharePoint on Windows Server 2008, make sure you activate the Desktop Experience server feature. &lt;/p&gt;
&lt;p&gt;Without activating this feature you can&amp;#39;t save documents directly from your Microsoft Office application into a SharePoint Document Library. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=459133" width="1" height="1"&gt;</content><author><name>hvdkamp</name><uri>http://bloggingabout.net/members/hvdkamp/default.aspx</uri></author><category term="Office SharePoint Server 2007" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Office+SharePoint+Server+2007/default.aspx" /><category term="Desktop Experience feature" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Desktop+Experience+feature/default.aspx" /><category term="Windows Server 2008" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Windows+Server+2008/default.aspx" /></entry><entry><title>Microsoft Certification policy changed</title><link rel="alternate" type="text/html" href="/blogs/harold/archive/2008/05/19/microsoft-certification-policy-changed.aspx" /><id>/blogs/harold/archive/2008/05/19/microsoft-certification-policy-changed.aspx</id><published>2008-05-19T17:58:00Z</published><updated>2008-05-19T17:58:00Z</updated><content type="html">&lt;p&gt;Microsoft has changed their certification policy, so the MCITP or MCPD credentials don&amp;#39;t need recertification every three years. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Today I received the following e-mail: &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Dear Microsoft Certified Professional, &lt;/p&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;
&lt;p&gt;We are pleased to inform you about a recent Microsoft Certification policy change that affects your Microsoft Certified IT Professional (MCITP) or Microsoft Certified Professional Developer (MCPD) credential. &lt;/p&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;
&lt;p&gt;In response to customer feedback, Microsoft has eliminated the requirement to recertify, or refresh, your MCITP or MCPD certification every three years. This is&amp;nbsp;good news for you; there is no action required to maintain the certifications you hold today. &lt;/p&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The certification lifecycle&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;The Microsoft Certified Technology Specialist (MCTS), MCITP, and MCPD credentials&amp;mdash;Microsoft certifications for new technologies&amp;mdash;are aligned with the Microsoft product lifecycle, and will retire when Microsoft discontinues mainstream support for the underlying technology. When a certification that you have earned retires, the record of your certification remains on your transcript, allowing you to retain documentation of your certification history. &lt;/p&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/learning/mcp/newgen/lifecycle/default.mspx"&gt;&lt;span style="font-family:Verdana;font-size:8pt;"&gt;Learn more about the certification lifecycle policy&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Verdana;font-size:8pt;"&gt; &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/trika/archive/2008/03/07/i-think-you-will-like-this.aspx"&gt;&lt;span style="font-family:Verdana;font-size:8pt;"&gt;Join the conversation in this MSDN blog&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Verdana;font-size:8pt;"&gt; &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;span style="font-family:Verdana;font-size:8pt;"&gt;&lt;strong&gt;Your contact information &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;span style="font-family:Verdana;font-size:8pt;"&gt;To make sure that you receive important information from us about your investment in Microsoft Certification, please visit the MCP Profile Center on the Microsoft Certification member site to update your contact preferences. &lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://mcp.microsoft.com/mcp/benefits/profile/default.mspx"&gt;&lt;span style="font-family:Verdana;font-size:8pt;"&gt;Visit the MCP Profile Center&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Verdana;font-size:8pt;"&gt; &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;
&lt;p&gt;We appreciate your interest in Microsoft technologies and Microsoft Certification. &lt;br /&gt;&lt;br /&gt;Sincerely, &lt;br /&gt;&lt;br /&gt;The Microsoft Certification program team&lt;/p&gt;
&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=459131" width="1" height="1"&gt;</content><author><name>hvdkamp</name><uri>http://bloggingabout.net/members/hvdkamp/default.aspx</uri></author><category term="MCITP" scheme="http://bloggingabout.net/blogs/harold/archive/tags/MCITP/default.aspx" /><category term="Certification" scheme="http://bloggingabout.net/blogs/harold/archive/tags/Certification/default.aspx" /><category term="MCPD" scheme="http://bloggingabout.net/blogs/harold/archive/tags/MCPD/default.aspx" /></entry></feed>