<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SPMike.Blog()</title>
	<atom:link href="http://sharepointmike.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://sharepointmike.com</link>
	<description>SPMike.Blog()</description>
	<lastBuildDate>Sat, 14 Aug 2010 04:10:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Migrating MOSS 2007 SSP/MySites to SharePoint 2010 in a database attach scenario</title>
		<link>http://sharepointmike.com/?p=393</link>
		<comments>http://sharepointmike.com/?p=393#comments</comments>
		<pubDate>Sat, 14 Aug 2010 01:39:36 +0000</pubDate>
		<dc:creator>Mike Stevens</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[MySites]]></category>
		<category><![CDATA[Service Applications]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Server]]></category>
		<category><![CDATA[SP2010]]></category>
		<category><![CDATA[SSP]]></category>
		<category><![CDATA[User Profiles]]></category>

		<guid isPermaLink="false">http://sharepointmike.com/?p=393</guid>
		<description><![CDATA[So you have decided to upgrade your MOSS 2007 farm to SharePoint 2010.&#160; You’ve reviewed the two supported migration techniques and decided to start fresh with a new SharePoint 2010 farm on new hardware and/or VMs and use the database attach method… using the new SharePoint 2010 Mount-SPContentDatabase PowerShell cmdlet in the SharePoint 2010 Management [...]]]></description>
			<content:encoded><![CDATA[<p>So you have decided to upgrade your MOSS 2007 farm to SharePoint 2010.&#160; You’ve reviewed the <a href="http://technet.microsoft.com/en-us/library/cc263447.aspx" target="_blank">two supported migration techniques</a> and decided to start fresh with a new SharePoint 2010 farm on new hardware and/or VMs and use the <a href="http://technet.microsoft.com/en-us/library/cc262483.aspx#section2" target="_blank">database attach method</a>… </p>
<p> using the new SharePoint 2010 <a href="http://technet.microsoft.com/en-us/library/ff607581.aspx" target="_blank">Mount-SPContentDatabase</a> PowerShell cmdlet in the SharePoint 2010 Management Shell, you will be attaching and upgrading your old 2007 content dbs following the straight forward <a href="http://technet.microsoft.com/en-us/library/ee748633.aspx" target="_blank">TechNet documentation</a> …</p>
<p>…<strong><em>but how do you migrate your Shared Service Provider user profiles and your MySites to SharePoint 2010 in the database attach scenario now that the SSP has been replaced by service applications?</em></strong></p>
<p>The documentation <a href="http://technet.microsoft.com/en-us/library/ee731990.aspx" target="_blank">is there</a>, but is not explicit, on TechNet(!)&#160; Here are some more detailed steps on how to migrate your old MOSS 2007 SSP User Profiles and MySites to your new SharePoint 2010 farm:</p>
<ol>
<li>Backup your existing MySites content database(s) on your MOSS 2007 farm SQL Server</li>
<li>Back up existing SSP database on MOSS 2007 farm SQL Server</li>
<li>Move both database .BAK files to the new SQL Server</li>
<li>Restore the SSP database from .BAK as database named Profile_DB on your new SQL Server</li>
<li>Restore the MySites database from .BAK as database named WSS_Content_MySites on your new SQL Server</li>
<li>Create a new Web Application in your SharePoint 2010 Central Administration site to host your migrated MySites content (e.g. <a href="http://mysites">http://mysites</a>)</li>
<li>Attach and upgrade the restored 2007 MySites database (i.e. WSS_Content_MySites) using the SharePoint 2010 Management Shell</li>
<ol>
<li>SP-MountContentDatabase –Name WSS_Content_MySites –WebApplication <a href="http://mysites">http://mysites</a></li>
</ol>
<li>Turn off the following services in your SharePoint 2010 Central Administration site&#160;
<ol>
<li>User Profile Service</li>
<li>User Profile Synchronization Service</li>
</ol>
</li>
<li>Delete existing User Profile Service Application(s) if they already exist [Central Administration -&gt; Application Management -&gt; Manage Service Applications]
<ol>
<li>Make sure to check the box for delete associated data/content</li>
</ol>
</li>
<li>Reset IIS</li>
<li>Create a new User Profile Service Application in Central Administration [Central Administration –&gt; Manage Service Applications –&gt; New]
<ol>
<li>Name = User Profile Service Application</li>
<li>Create New App Pool
<ol>
<li>“User Profile Service Application”</li>
<li>DOMAIN\farm_account</li>
</ol>
</li>
</ol>
<ol>
<li>Use the restored 2007 SSP database as the &quot;Profile Database Name&quot; (Profile_DB)</li>
<li>Accept all other default database names</li>
<li>Enter the newly created MySites web application url (e.g. <a href="http://mysites">http://mysites</a>) as the default MySites location for the new User Profile Service Application</li>
</ol>
</li>
<li>Go to &quot;Administrators&quot; in the ribbon menu for the User Profile Service Application and verify that DOMAIN\farm_account has &quot;Full Control&quot; rights</li>
<li>Start the User Profile Service in Central Administration [Central Administration –&gt; Application Management –&gt; Manage Services on Server]</li>
<li>
<p>Start the User Profile Synchronization service in Central Administration [Central Administration –&gt; Application Management –&gt; Manage Services on Server] </p>
<ol>
<li>Use DOMAIN\farm_account credentials</li>
</ol>
</li>
<ol>
<li><em><strong>This will take a few minutes…</strong></em></li>
<li><em><strong>Follow progress in </strong><a href="http://code.msdn.microsoft.com/ULSViewer" target="_blank"><strong>ULSViewer.exe</strong></a><strong> if you are concerned it is failing &amp; filter by Category=&quot;User Profile&quot;</strong></em></li>
</ol>
<li>Reset IIS</li>
<li>In service.msc on your Central Administration host server (i.e. “App Server”), verify the two ForeFront Identity Management Windows services
<ol>
<li>Services are started</li>
<li>set to startup &quot;Automatic&quot; </li>
<li>Running as DOMAIN\farm_account</li>
</ol>
</li>
<li>Setup Profile Import [Central Administration -&gt; Manage Service Applications -&gt; User Profile Service Application - click on title]</li>
<li>Click on the link to &quot;Add New Synchronization Connection” [see examples below]
<ol>
<li>Name = DOMAIN</li>
<li>Forest Name = sub.domain.local</li>
<li>Specify a DC = dc.sub.domain.local</li>
<li>Authentication = Windows Authentication</li>
<li>Account Name = DOMAIN\ad_sync_account</li>
<ol>
<li>Make sure your chosen account has “Replicating Changes” rights in AD [<a href="http://technet.microsoft.com/en-us/library/ee721049.aspx" target="_blank">for more details refer to this article</a>]</li>
</ol>
<li>Click &quot;Populate Containers&quot;</li>
<li>Click &quot;Select All&quot;</li>
<li>&quot;OK&quot;</li>
</ol>
</li>
<li>Run a Full Import
<ol>
<li>Central Administration –&gt; Manage Service Applications&quot; -&gt; &quot;User Profile Service Application&quot; -&gt; &quot;Start Profile Synchronization&quot; -&gt; select Full Import radio button option</li>
</ol>
</li>
<ol>
<li><em><strong>This will take a few minutes..</strong></em></li>
</ol>
<li>Setup Profile Sync schedules [Central Administration –&gt; Monitoring –&gt; Timer Jobs]</li>
<li>Test the MySites site with a domain user account…success!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmike.com/?feed=rss2&amp;p=393</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting orphaned service (web) application pools in SharePoint 2010</title>
		<link>http://sharepointmike.com/?p=372</link>
		<comments>http://sharepointmike.com/?p=372#comments</comments>
		<pubDate>Fri, 13 Aug 2010 18:23:16 +0000</pubDate>
		<dc:creator>Mike Stevens</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint; SharePoint Server; SP2010; SharePoint 2010; Service Applications; User Profile; PowerShell]]></category>

		<guid isPermaLink="false">http://sharepointmike.com/?p=372</guid>
		<description><![CDATA[This has come up for me twice this week.&#160; During an initial install a typo or a service application reinstall (I’m looking at you, User Profile service application!), web applications remain in the drop down list when creating new service applications. Oddly, the web application pools do not show up in IIS 7.0, but you [...]]]></description>
			<content:encoded><![CDATA[<p>This has come up for me twice this week.&#160; During an initial install a typo or a service application reinstall (I’m looking at you, User Profile service application!), web applications remain in the drop down list when creating new service applications.</p>
<p>Oddly, the web application pools do not show up in IIS 7.0, but you can still inadvertently select them for new service applications..and they are just clutter/remnants.</p>
<p>In the SharePoint 2010 Management shell (PowerShell), you will still see them listed if you run the Get-SPServiceApplicationPool cmdlet:</p>
<p><strong>&gt; Get-SPServiceApplicationPool | select Id, Name</strong></p>
<p>Here is how you can remove them:</p>
<p><b>&gt; Remove-SPServiceApplicationPool -Identity &quot;Your Orphaned SharePoint Service Application Pool Name&quot;</b></p>
<p>(or below if you want to step through the process)</p>
<p><b>&gt; $apppool = Get-SPServiceApplicationPool -Identity &quot;Your Orphaned SharePoint Service Application Pool Name”</b></p>
<p><b>&gt; $apppool</b><b>     <br />&gt; Remove-SPServiceApplicationPool $apppool</b><b>     <br />&gt; Get-SPServiceApplicationPool </b></p>
<p>Notice here that the -Identity is looking for the “Name” of the application pool and not the “Id” value! To be clear (as mud):</p>
<ul>
<li>Identity != Id</li>
<li>Identity = Name</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmike.com/?feed=rss2&amp;p=372</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Workstation 7</title>
		<link>http://sharepointmike.com/?p=284</link>
		<comments>http://sharepointmike.com/?p=284#comments</comments>
		<pubDate>Wed, 02 Dec 2009 23:27:20 +0000</pubDate>
		<dc:creator>Mike Stevens</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SP2010]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://sharepointmike.com/2009/12/vmware-workstation-7/</guid>
		<description><![CDATA[Over the past couple of years, I have used VMWare Workstation to setup, provision, and develop SharePoint development instances.&#160; I am still on version 6.5, but will be looking to upgrade to v 7.0 to accommodate my recent switch to Windows 7.&#160; I have played around with Hyper-V and can honestly say it is a [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past couple of years, I have used <a href="http://www.vmware.com/products/workstation/" target="_blank">VMWare Workstation</a> to setup, provision, and develop SharePoint development instances.&#160; I am still on version 6.5, but will be looking to upgrade to v 7.0 to accommodate my recent switch to Windows 7.&#160; I have played around with Hyper-V and can honestly say it is a solid solution, but I cannot give up <a href="http://www.vmware.com/products/workstation/" target="_blank">VMWare Workstation</a>.&#160; The tool is simply awesome and I can’t imagine going back to developing on <a href="http://www.microsoft.com/windows/virtual-pc/" target="_blank">VirtualPC</a> or using another product like <a href="http://www.virtualbox.org/" target="_blank">VirtualBox</a> for SharePoint virtualization and development (since <a href="http://www.microsoft.com/windows/virtual-pc/" target="_blank">VirtualPC</a> won’t currently support the 64bit operating systems required to run <a href="http://msdn.microsoft.com/en-us/sharepoint/ee514561.aspx" target="_blank">SharePoint 2010</a>!).&#160; I won’t bore you with my gushing and rambling on about the product (<a href="http://www.vmware.com/products/workstation/resources.html" target="_blank">for more info go here</a>)…but I do feel compelled to share this “Cyber Monday” gem that fortuitously landed in my inbox:</p>
<p>&#160;</p>
<p><a href="http://sharepointmike.com/wp-content/uploads/2009/12/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://sharepointmike.com/wp-content/uploads/2009/12/image_thumb.png" width="395" height="697" /></a></p>
<p><a title="http://store.vmware.com/store/vmware/pd/productID.165308800/Currency.USD/?src=EM2_09Q4_VMW_OTHER_WS-CYBER-MONDAY-NORAM" href="http://store.vmware.com/store/vmware/pd/productID.165308800/Currency.USD/?src=EM2_09Q4_VMW_OTHER_WS-CYBER-MONDAY-NORAM">http://store.vmware.com/store/vmware/pd/productID.165308800/Currency.USD/?src=EM2_09Q4_VMW_OTHER_WS-CYBER-MONDAY-NORAM</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmike.com/?feed=rss2&amp;p=284</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Channel 9 SharePoint 2010 Developer Videos</title>
		<link>http://sharepointmike.com/?p=257</link>
		<comments>http://sharepointmike.com/?p=257#comments</comments>
		<pubDate>Tue, 10 Nov 2009 19:01:35 +0000</pubDate>
		<dc:creator>Mike Stevens</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Channel 9]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[SP2010]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://sharepointmike.com/2009/11/channel-9-sharepoint-2010-developer-videos/</guid>
		<description><![CDATA[Channel 9 SharePoint 2010 Developer Videos]]></description>
			<content:encoded><![CDATA[<p>There are some great SP2010 Development rampup videos out on Channel 9 to help you get started.  Here is a link to the newly posted videos:  <a title="http://channel9.msdn.com/learn/courses/SharePoint2010Developer/" href="http://channel9.msdn.com/learn/courses/SharePoint2010Developer/">http://channel9.msdn.com/learn/courses/SharePoint2010Developer/</a> </p>
<p>In the weeks following <a title="Microsoft SharePoint Conference 2009" href="http://www.mssharepointconference.com" target="_blank">SPC2009</a>, I am beginning to feel like I have spent most of my waking hours watching videos on SP2010.  I saw a post about 2010 developer videos on <a href="http://channel9.msdn.com" target="_blank">Channel 9</a> on twitter a couple of weeks ago, but couldn’t muster up the energy to add them to my pile of recorded conference sessions <img src='http://sharepointmike.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I finally got around to watching some of them this weekend a found them to be quite good as deeper dives into some of the new features/capabilities in SharePoint 2010.  They are all dev focused, too, so the content is not “dumbed down” for admins (j/k)!</p>
<p><a href="http://sharepointmike.com/wp-content/uploads/2009/12/image6.png"><img style="display: inline; border: 0px;" title="image" src="http://sharepointmike.com/wp-content/uploads/2009/12/image6_thumb.png" border="0" alt="image" width="419" height="83" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmike.com/?feed=rss2&amp;p=257</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contribute to the SharePoint 2010 SDK!</title>
		<link>http://sharepointmike.com/?p=253</link>
		<comments>http://sharepointmike.com/?p=253#comments</comments>
		<pubDate>Mon, 02 Nov 2009 23:43:13 +0000</pubDate>
		<dc:creator>Mike Stevens</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[SP2010]]></category>

		<guid isPermaLink="false">http://sharepointmike.com/2009/11/contribute-to-the-sharepoint-2010-sdk/</guid>
		<description><![CDATA[Anyone who worked with MOSS 2007 and WSS 3.0 in its early release state noticed a lack of documentation in the SDK and in the usual Microsoft sites (MSDN, TechNet).&#160; Often times you would run into issues or questions that simply had not been fleshed out or even addressed in the SDK. This time around [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who worked with MOSS 2007 and WSS 3.0 in its early release state noticed a lack of documentation in the SDK and in the usual Microsoft sites (MSDN, TechNet).&#160; Often times you would run into issues or questions that simply had not been fleshed out or even addressed in the SDK.</p>
<p>This time around with SharePoint 2010, you will have the opportunity to access and submit feedback on code samples and snippets to be included in the SDK as they are released.&#160; Additionally, you will be able to submit your own code samples for inclusion in the RTM SDK! Submitters will get full credit for their contributions…and we will all reap the benefit of having a more complete, consolidated collection of samples to get started building the next generation of killer apps on the SharePoint 2010 platform!</p>
<p>Here is the original post from <a href="http://blogs.msdn.com/user/Profile.aspx?UserID=3182" target="_blank">Andrew May</a> on the <a href="http://blogs.msdn.com/sharepointdeveloperdocs/">Microsoft SharePoint Developer Documentation Team Blog</a>:</p>
<blockquote><h4>Got Code? </h4>
<p><b>Contribute a Code Sample and Get Your Name in the SharePoint 2010 SDK</b></p>
<p>We’re looking for experienced SharePoint developers to share their skill and technical expertise with the SharePoint community. You’ll help your fellow SharePoint developers, and receive full attribution in the SharePoint SDK for doing so! </p>
<p>What we’re looking for are short code samples, what we on documentation teams tend to think of as ‘snippets’. A handful of lines that illustrate a discreet task or show how to exercise a specific piece of the object model, rather than a full-blown solution that addresses an entire scenario. Basically, the short code samples you’d find in a typical reference topic like <a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splist(office.14).aspx">this one</a>. </p>
<p>In particular, we’re on the hunt for code samples that do one or more of the following:</p>
<p>· Show developers how to accomplish common SharePoint tasks programmatically</p>
<p>· Illustrate best coding practices in using the SharePoint object model</p>
<p>· Demonstrate how to avoid pitfalls when using lesser-known areas of the SharePoint object model</p>
<p>· Or otherwise show off the power and flexibility of developing SharePoint solutions</p>
<p>If you’re an experienced SharePoint developer, you probably have a toolbox of code snippets like these already; sections of code that you use over and over to perform the same routine tasks, or pieces of code that you’re particularly proud of having come up with as work-arounds for some of the, um, “eccentricities” of the SharePoint object model.</p>
<p>What we’re asking is that you share your hard-won knowledge by letting us publish your code samples in our SDK reference topics. In return, we want to make sure you get full credit, by giving you attribution right in the topic where the code sample appears. This includes a link to your company site. You can see an early example of this in this reference topic for the <a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.workflowactions.createtaskwithcontenttype(office.14).aspx">CreateTaskWithContentType</a> class.</p>
<p>The SDK gets more real-world code samples, and you get increased visibility within the larger SharePoint developer community.</p>
<p>To submit a code sample, just shoot us an email including your code sample(s) at <a href="mailto:gotcode@microsoft.com">gotcode@microsoft.com</a>. Include a short description of what each code sample does, or what task you would use the code sample to accomplish. Oh, and if there are any prerequisites that need to be specified for your code sample to run successfully, that’d be great to know as well. (For example, the code sample on the <a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splist(office.14).aspx">SPList class topic</a> lists a few <b>using</b> directives, and the existence of an .aspx page containing a label control, as prerequisites.)</p>
<p>I’ve attached a zip with our code sample guidelines and some sample data to this post. These are the best practices for writing code samples that we give our external partners who write samples for us. For the best chance of getting your sample included in the SDK, take a look at the best practices for code snippets (the guidelines are really short, and won’t take more than a few minutes to review, I promise.)</p>
<p>Now, since the SharePoint 2010 Betas aren’t due out until November, for now we’re talking about code snippets written against the WSS 3.0 or MOSS 2007 object models. Go ahead and send them our way. And once you’ve worked with the SharePoint 2010 Betas a bit, you’ll undoubtedly create some useful or illuminating code samples in fairly short order. Send those our way as well. You could end up with a byline in the SharePoint SDK!</p>
<p>Any questions, feel free to ping <a href="mailto:gotcode@microsoft.com">gotcode@microsoft.com</a>, or leave a comment.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmike.com/?feed=rss2&amp;p=253</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a simple interactive image using jQuery/javascript</title>
		<link>http://sharepointmike.com/?p=197</link>
		<comments>http://sharepointmike.com/?p=197#comments</comments>
		<pubDate>Sat, 31 Oct 2009 02:56:00 +0000</pubDate>
		<dc:creator>Mike Stevens</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Content Editor Web Part]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[onmouseout]]></category>
		<category><![CDATA[onmouseover]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://sharepointmike.com/?p=197</guid>
		<description><![CDATA[In spite of my rudimentary javascript skills, I’ve been using jQuery for just about anything I can think of lately to spruce up the MOSS 2007/WSS user experience.&#160; Yesterday I threw together a simple interactive image element using the jQueryUI library.&#160; I wanted to display info dialog/modal windows when the user moved the mouse over [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sharepointmike.com/wp-content/uploads/2009/12/image8.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://sharepointmike.com/wp-content/uploads/2009/12/image8_thumb.png" width="412" height="91" /></a></p>
<p>In spite of my rudimentary javascript skills, I’ve been using <a href="http://www.jquery.com" target="_blank">jQuery</a> for just about anything I can think of lately to spruce up the MOSS 2007/WSS user experience.&#160; Yesterday I threw together a simple interactive image element using the <a href="http://www.jqueryui.com/" target="_blank">jQueryUI</a> library.&#160; I wanted to display info dialog/modal windows when the user moved the mouse over a region on the image.&#160; Using some old school HTML and simple javascript I was able to throw some neat content up very quickly.</p>
<p>Click here for the <a href="http://www.mwstevens.com/demos/jQuery01/default.htm" target="_blank">demo</a></p>
Note: There is a file embedded within this post, please visit this post to download the file.
<p>Again no ground-breaking stuff here for you javascript gurus, but I was pleased with the results for the minimal amount of effort I put into it.&#160; Here is what I did:</p>
<p>1) Created a barebones html page and with an &lt;img&gt; element and created an associated <a href="http://www.w3schools.com/TAGS/tag_map.asp" target="_blank">image map</a> (aka “hot spot” for those of us willing to admit we ever used FrontPage…)</p>
<p><span style="font-family: cou">&lt;html&gt;     <br />&#160;&#160;&#160; &lt;head&gt;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;title&gt;jQueryUI Dialog Test&lt;/title&gt;      <br />&#160;&#160;&#160; &lt;/head&gt;      <br />&#160;&#160;&#160; &lt;body&gt;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;img src=&quot;images/map.png&quot; alt=&quot;&quot; usemap=&quot;#atl_map&quot; border=&quot;0&quot;&gt;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;map name=&quot;atl_map&quot;&gt; </span></p>
<p><span style="font-family: cou">&#160;&#160;&#160; &lt;!&#8211; coords=&quot;left, top, right, bottom &quot;&#8211;&gt;     <br />&#160;&#160;&#160; &lt;area&#160;&#160;&#160;&#160; shape=&quot;rect&quot; coords=&quot;150,40,180,70&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; href=&quot;#&quot; alt=&quot;&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOver=&quot;$(northwest).dialog(&#8216;open&#8217;)&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOut=&quot;$(northwest).dialog(&#8216;close&#8217;)&quot;&gt;      <br />&#160;&#160;&#160; &lt;area&#160;&#160;&#160;&#160; shape=&quot;rect&quot; coords=&quot;440,200,470,234&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; href=&quot;#&quot; alt=&quot;&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOver=&quot;$(northeast).dialog(&#8216;open&#8217;)&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOut=&quot;$(northeast).dialog(&#8216;close&#8217;)&quot;&gt;      <br />&#160;&#160;&#160; &lt;area&#160;&#160;&#160;&#160; shape=&quot;rect&quot; coords=&quot;50,295,80,325&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; href=&quot;#&quot; alt=&quot;&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOver=&quot;$(southwest).dialog(&#8216;open&#8217;)&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOut=&quot;$(southwest).dialog(&#8216;close&#8217;)&quot;&gt;      <br />&#160;&#160;&#160; &lt;area&#160;&#160;&#160;&#160; shape=&quot;rect&quot; coords=&quot;225,390,255,420&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; href=&quot;#&quot; alt=&quot;&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOver=&quot;$(southeast).dialog(&#8216;open&#8217;)&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOut=&quot;$(southeast).dialog(&#8216;close&#8217;)&quot;&gt;      <br />&lt;/map&gt; </span></p>
<p><span style="font-family: cou">&#160;&#160;&#160; &lt;/body&gt;     <br />&lt;/html&gt;</span></p>
<p>2) Loaded the <a href="http://www.jquery.com" target="_blank">jQuery</a> and <a href="http://www.jqueryui.com/" target="_blank">jQueryUI</a> libraries from Google’s CDN by adding some lines to the &lt;head&gt; of my new page and linked to the <a href="http://www.jqueryui.com/" target="_blank">jQueryUI</a> theme .css file (not well documented, I might add!)</p>
<p><span style="font-family: cou">&lt;script src=&quot;</span><a href="http://www.google.com/jsapi&quot;"><span style="font-family: cou">http://www.google.com/jsapi&quot;</span></a><span style="font-family: cou">&gt;&lt;/script&gt; &lt;script&gt; google.load(&quot;jquery&quot;, &quot;1.3.2&quot;); google.load(&quot;jqueryui&quot;, &quot;1.7.2&quot;); &lt;/script&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;</span><a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2"><span style="font-family: cou">http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2</span></a><span style="font-family: cou"> /themes/smoothness/jquery-ui.css&quot; type=&quot;text/css&quot; /&gt;</span></p>
<p>3) Added &lt;div&gt; elements for my dialog windows to the &lt;body&gt; tag in the html</p>
<p><span style="font-family: cour">&lt;!&#8211; dialog windows &#8211;&gt;     <br />&lt;div id=&quot;northwest&quot; class=&quot;modal&quot; title=&quot;NW Atlanta&quot;&gt;Woodstock, Smyrna, etc.&lt;/div&gt;      <br />&lt;div id=&quot;northeast&quot; class=&quot;modal&quot; title=&quot;NE Atlanta&quot;&gt;Duluth, Lawrenceville, etc.&lt;/div&gt;      <br />&lt;div id=&quot;southwest&quot; class=&quot;modal&quot; title=&quot;SW Atlanta&quot;&gt;Douglasville, PTC, etc.&lt;/div&gt;      <br />&lt;div id=&quot;southwest&quot; class=&quot;modal&quot; title=&quot;SE Atlanta&quot;&gt;Stockbridge, McDonough, etc.&lt;/div&gt;</span></p>
<p>4) Added some javascript using jQuery and jQueryUI libraries to call dialog windows and added the onmouseover and onmouseout elements to my &lt;area&gt; tags for the image map.&#160; Note the e.pageX and e.pageY coordinates in the script below.&#160; These are the current mouse coordinates on the initial mouseover event.&#160; I am using these values to place the dialog box content.&#160; I referred to to the <a href="http://jqueryui.com/demos/dialog/" target="_blank">jQueryUI dialog demo documentation</a> for the available options for dialogs.</p>
<p><span style="font-family: cour">&lt;script type=&quot;text/javascript&quot;&gt;     <br />var coordinates = []      <br />$().mousemove(function(e){ </span></p>
<p><span style="font-family: cour">&#160;&#160;&#160; coordinates[0] = e.pageX;     <br />&#160;&#160;&#160; coordinates[1] = e.pageY;      <br />&#160;&#160;&#160; return true;      <br />}); </span></p>
<p><span style="font-family: cour">$.ui.dialog.defaults.bgiframe = true;     <br />$.ui.dialog.defaults.autoOpen = false;      <br />$.ui.dialog.defaults.resizable = false;      <br />$.ui.dialog.defaults.hide =&#8217;slide&#8217;;      <br />$.ui.dialog.defaults.show = &#8216;slide&#8217;;      <br />$.ui.dialog.defaults.position = coordinates;      <br />$(function() {      <br />&#160; $(northwest).dialog();      <br />&#160; $(northeast).dialog();      <br />&#160; $(southwest).dialog();      <br />&#160; $(southeast).dialog();      <br />});      <br />&lt;/script&gt;</span></p>
<p>…</p>
<p><span style="font-family: cou">&lt;img src=&quot;images/map.png&quot; alt=&quot;&quot; usemap=&quot;#atl_map&quot; border=&quot;0&quot;&gt;     <br />&lt;map name=&quot;atl_map&quot;&gt;      <br />&#160;&#160;&#160; &lt;area&#160;&#160;&#160;&#160; shape=&quot;rect&quot; coords=&quot;0,0,304,234&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; href=&quot;#&quot; alt=&quot;&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOver=&quot;$(northwest).dialog(&#8216;open&#8217;)&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOut=&quot;$(northwest).dialog(&#8216;close&#8217;)&quot;&gt;      <br />&#160;&#160;&#160; &lt;area&#160;&#160;&#160;&#160; shape=&quot;rect&quot; coords=&quot;305,0,610,234&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; href=&quot;#&quot; alt=&quot;&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOver=&quot;$(northeast).dialog(&#8216;open&#8217;)&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOut=&quot;$(northeast).dialog(&#8216;close&#8217;)&quot;&gt;      <br />&#160;&#160;&#160; &lt;area&#160;&#160;&#160;&#160; shape=&quot;rect&quot; coords=&quot;0,235,304,469&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; href=&quot;#&quot; alt=&quot;&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOver=&quot;$(southwest).dialog(&#8216;open&#8217;)&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOut=&quot;$(southwest).dialog(&#8216;close&#8217;)&quot;&gt;      <br />&#160;&#160;&#160; &lt;area&#160;&#160;&#160;&#160; shape=&quot;rect&quot; coords=&quot;305,235,610,469&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; href=&quot;#&quot; alt=&quot;&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOver=&quot;$(southeast).dialog(&#8216;open&#8217;)&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOut=&quot;$(southeast).dialog(&#8216;close&#8217;)&quot;&gt;      <br />&lt;/map&gt;</span></p>
<p><span style="color: #333333">5) Finally, I added some styles to the header to hide the dialog close button and play around with the look of the dialog box</span></p>
<p><span style="font-family: cour">&lt;style type=&quot;text/css&quot;&gt;     <br />.modal      <br />{      <br />&#160;&#160;&#160; font-size:x-small;      <br />}      <br />.ui-dialog-titlebar-close      <br />{      <br />&#160;&#160;&#160; visibility:hidden;      <br />}      <br />.ui-widget-header      <br />{      <br />&#160;&#160;&#160; color:#0033CC;      <br />&#160;&#160;&#160; font-size:small;      <br />}      <br />&lt;/style&gt;</span></p>
<p><span style="color: #333333">Here is the full page (see below). </span><span style="color: #333333">To add something like this quick and dirty to a SharePoint page, you would just need to strip out the &lt;html&gt;, &lt;head&gt;, and &lt;body&gt; tags and cut and paste the HTML into the “Source” for a Content Editor web part (also below)</span></p>
<p><strong>HTML:</strong></p>
<p><span style="font-family: cour">&lt;html&gt;     <br />&lt;head&gt;      <br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;      <br />&lt;title&gt;jQueryUI Dialog Test&lt;/title&gt;      <br />&lt;script src=&quot;</span><a href="http://www.google.com/jsapi&quot;"><span style="font-family: cour">http://www.google.com/jsapi&quot;</span></a><span style="font-family: cour">&gt;&lt;/script&gt;     <br />&lt;script&gt;      <br />&#160;&#160;&#160; google.load(&quot;jquery&quot;, &quot;1.3.2&quot;);      <br />&#160;&#160;&#160; google.load(&quot;jqueryui&quot;, &quot;1.7.2&quot;);      <br />&lt;/script&gt;      <br />&lt;link rel=&quot;stylesheet&quot;      <br />href=&quot;</span><a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/smoothness/jquery-ui.css&quot;"><span style="font-family: cour">http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/smoothness/jquery-ui.css&quot;</span></a><span style="font-family: cour">     <br />type=&quot;text/css&quot; &gt; </span></p>
<p><span style="font-family: cour">&lt;style type=&quot;text/css&quot;&gt;     <br />.modal      <br />{      <br />&#160;&#160;&#160; font-size:x-small;      <br />}      <br />.ui-dialog-titlebar-close      <br />{      <br />&#160;&#160;&#160; visibility:hidden;      <br />}      <br />.ui-widget-header      <br />{      <br />&#160;&#160;&#160; color:#0033CC;      <br />&#160;&#160;&#160; font-size:small;      <br />}      <br />&lt;/style&gt; </span></p>
<p><span style="font-family: cour">&lt;/head&gt;     <br />&lt;body&gt;      <br />&lt;!&#8211; jQueryUI dialog &#8211;&gt;      <br />&lt;script type=&quot;text/javascript&quot;&gt;      <br />var coordinates = []      <br />$().mousemove(function(e){ </span></p>
<p><span style="font-family: cour">&#160;&#160;&#160; coordinates[0] = e.pageX;     <br />&#160;&#160;&#160; coordinates[1] = e.pageY;      <br />&#160;&#160;&#160; return true;      <br />}); </span></p>
<p><span style="font-family: cour">$.ui.dialog.defaults.bgiframe = true;     <br />$.ui.dialog.defaults.autoOpen = false;      <br />$.ui.dialog.defaults.resizable = false;      <br />//$.ui.dialog.defaults.hide =&#8217;slide&#8217;;      <br />//$.ui.dialog.defaults.show = &#8216;slide&#8217;;      <br />$.ui.dialog.defaults.position = coordinates;      <br />$(function() {      <br />&#160; $(northwest).dialog();      <br />&#160; $(northeast).dialog();      <br />&#160; $(southwest).dialog();      <br />&#160; $(southeast).dialog();      <br />});      <br />&lt;/script&gt;      <br />&lt;font face=&quot;calibri, arial, helvetica&quot; color=&quot;navy&quot;&gt;&lt;strong&gt;Move your mouse cursor over the pushpins for a dialog window&lt;/strong&gt;&lt;/font&gt;      <br />&lt;br /&gt;      <br />&lt;!&#8211; dialog windows &#8211;&gt;      <br />&lt;div id=&quot;northwest&quot; class=&quot;modal&quot; title=&quot;Northwest Atlanta&quot;&gt;Woodstock, Smyrna,      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; etc.&lt;/div&gt;      <br />&lt;div id=&quot;northeast&quot; class=&quot;modal&quot; title=&quot;Northeast Atlanta&quot;&gt;Duluth,      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Lawrenceville, etc.&lt;/div&gt;      <br />&lt;div id=&quot;southwest&quot; class=&quot;modal&quot; title=&quot;Southwest Atlanta&quot;&gt;Douglasville,      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Peachtree City, etc.&lt;/div&gt;      <br />&lt;div id=&quot;southeast&quot; class=&quot;modal&quot; title=&quot;Southeast Atlanta&quot;&gt;Stockbridge,      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; McDonough, etc.&lt;/div&gt; </span></p>
<p><span style="font-family: cour">&lt;img src=&quot;images/map.png&quot; alt=&quot;&quot; usemap=&quot;#atl_map&quot; border=&quot;0&quot;&gt;     <br />&lt;map name=&quot;atl_map&quot;&gt;      <br />&#160;&#160;&#160; &lt;!&#8211; coords=&quot;left, top, right, bottom &quot;&#8211;&gt;      <br />&#160;&#160;&#160; &lt;area&#160;&#160;&#160;&#160; shape=&quot;rect&quot; coords=&quot;150,40,180,70&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; href=&quot;#&quot; alt=&quot;&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOver=&quot;$(northwest).dialog(&#8216;open&#8217;)&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOut=&quot;$(northwest).dialog(&#8216;close&#8217;)&quot;&gt;      <br />&#160;&#160;&#160; &lt;area&#160;&#160;&#160;&#160; shape=&quot;rect&quot; coords=&quot;440,200,470,234&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; href=&quot;#&quot; alt=&quot;&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOver=&quot;$(northeast).dialog(&#8216;open&#8217;)&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOut=&quot;$(northeast).dialog(&#8216;close&#8217;)&quot;&gt;      <br />&#160;&#160;&#160; &lt;area&#160;&#160;&#160;&#160; shape=&quot;rect&quot; coords=&quot;50,295,80,325&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; href=&quot;#&quot; alt=&quot;&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOver=&quot;$(southwest).dialog(&#8216;open&#8217;)&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOut=&quot;$(southwest).dialog(&#8216;close&#8217;)&quot;&gt;      <br />&#160;&#160;&#160; &lt;area&#160;&#160;&#160;&#160; shape=&quot;rect&quot; coords=&quot;225,390,255,420&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; href=&quot;#&quot; alt=&quot;&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOver=&quot;$(southeast).dialog(&#8216;open&#8217;)&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOut=&quot;$(southeast).dialog(&#8216;close&#8217;)&quot;&gt;      <br />&lt;/map&gt; </span></p>
<p><span style="font-family: cour">&lt;/body&gt;     <br />&lt;/html&gt;</span></p>
<p><strong>Content Editor Web Part snippet:</strong></p>
<p><span style="font-family: cour">&lt;script src=&quot;</span><a href="http://www.google.com/jsapi&quot;"><span style="font-family: cour">http://www.google.com/jsapi&quot;</span></a><span style="font-family: cour">&gt;&lt;/script&gt;     <br />&lt;script&gt;      <br />&#160;&#160;&#160; google.load(&quot;jquery&quot;, &quot;1.3.2&quot;);      <br />&#160;&#160;&#160; google.load(&quot;jqueryui&quot;, &quot;1.7.2&quot;);      <br />&lt;/script&gt;      <br />&lt;link rel=&quot;stylesheet&quot;      <br />href=&quot;</span><a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/smoothness/jquery-ui.css&quot;"><span style="font-family: cour">http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/smoothness/jquery-ui.css&quot;</span></a>    <br /><span style="font-family: cour">type=&quot;text/css&quot; &gt; </span></p>
<p><span style="font-family: cour">&lt;style type=&quot;text/css&quot;&gt;     <br />.modal      <br />{      <br />&#160;&#160;&#160; font-size:x-small;      <br />}      <br />.ui-dialog-titlebar-close      <br />{      <br />&#160;&#160;&#160; visibility:hidden;      <br />}      <br />.ui-widget-header      <br />{      <br />&#160;&#160;&#160; color:#0033CC;      <br />&#160;&#160;&#160; font-size:small;      <br />}      <br />&lt;/style&gt; </span></p>
<p><span style="font-family: cour">&lt;!&#8211; jQueryUI dialog &#8211;&gt;     <br />&lt;script type=&quot;text/javascript&quot;&gt;      <br />var coordinates = []      <br />$().mousemove(function(e){ </span></p>
<p><span style="font-family: cour">&#160;&#160;&#160; coordinates[0] = e.pageX;     <br />&#160;&#160;&#160; coordinates[1] = e.pageY;      <br />&#160;&#160;&#160; return true;      <br />}); </span></p>
<p><span style="font-family: cour">$.ui.dialog.defaults.bgiframe = true;     <br />$.ui.dialog.defaults.autoOpen = false;      <br />$.ui.dialog.defaults.resizable = false;      <br />//$.ui.dialog.defaults.hide =&#8217;slide&#8217;;      <br />//$.ui.dialog.defaults.show = &#8216;slide&#8217;;      <br />$.ui.dialog.defaults.position = coordinates;      <br />$(function() {      <br />&#160; $(northwest).dialog();      <br />&#160; $(northeast).dialog();      <br />&#160; $(southwest).dialog();      <br />&#160; $(southeast).dialog();      <br />});      <br />&lt;/script&gt;      <br />&lt;font face=&quot;calibri, arial, helvetica&quot; color=&quot;navy&quot;&gt;&lt;strong&gt;Move your mouse cursor over the pushpins for a dialog window&lt;/strong&gt;&lt;/font&gt;      <br />&lt;br /&gt;      <br />&lt;!&#8211; dialog windows &#8211;&gt;      <br />&lt;div id=&quot;northwest&quot; class=&quot;modal&quot; title=&quot;Northwest Atlanta&quot;&gt;Woodstock, Smyrna,      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; etc.&lt;/div&gt;      <br />&lt;div id=&quot;northeast&quot; class=&quot;modal&quot; title=&quot;Northeast Atlanta&quot;&gt;Duluth,      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Lawrenceville, etc.&lt;/div&gt;      <br />&lt;div id=&quot;southwest&quot; class=&quot;modal&quot; title=&quot;Southwest Atlanta&quot;&gt;Douglasville,      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Peachtree City, etc.&lt;/div&gt;      <br />&lt;div id=&quot;southeast&quot; class=&quot;modal&quot; title=&quot;Southeast Atlanta&quot;&gt;Stockbridge,      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; McDonough, etc.&lt;/div&gt; </span></p>
<p><span style="font-family: cour">&lt;img src=&quot;images/map.png&quot; alt=&quot;&quot; usemap=&quot;#atl_map&quot; border=&quot;0&quot;&gt;     <br />&lt;map name=&quot;atl_map&quot;&gt;      <br />&#160;&#160;&#160; &lt;!&#8211; coords=&quot;left, top, right, bottom &quot;&#8211;&gt;      <br />&#160;&#160;&#160; &lt;area&#160;&#160;&#160;&#160; shape=&quot;rect&quot; coords=&quot;150,40,180,70&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; href=&quot;#&quot; alt=&quot;&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOver=&quot;$(northwest).dialog(&#8216;open&#8217;)&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOut=&quot;$(northwest).dialog(&#8216;close&#8217;)&quot;&gt;      <br />&#160;&#160;&#160; &lt;area&#160;&#160;&#160;&#160; shape=&quot;rect&quot; coords=&quot;440,200,470,234&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; href=&quot;#&quot; alt=&quot;&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOver=&quot;$(northeast).dialog(&#8216;open&#8217;)&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOut=&quot;$(northeast).dialog(&#8216;close&#8217;)&quot;&gt;      <br />&#160;&#160;&#160; &lt;area&#160;&#160;&#160;&#160; shape=&quot;rect&quot; coords=&quot;50,295,80,325&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; href=&quot;#&quot; alt=&quot;&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOver=&quot;$(southwest).dialog(&#8216;open&#8217;)&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOut=&quot;$(southwest).dialog(&#8216;close&#8217;)&quot;&gt;      <br />&#160;&#160;&#160; &lt;area&#160;&#160;&#160;&#160; shape=&quot;rect&quot; coords=&quot;225,390,255,420&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; href=&quot;#&quot; alt=&quot;&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOver=&quot;$(southeast).dialog(&#8216;open&#8217;)&quot;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; onMouseOut=&quot;$(southeast).dialog(&#8216;close&#8217;)&quot;&gt;      <br />&lt;/map&gt;</span></p>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmike.com/?feed=rss2&amp;p=197</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>October 2009 Cumulative Update Packages for SharePoint Server 2007 and Windows SharePoint Services 3.0</title>
		<link>http://sharepointmike.com/?p=204</link>
		<comments>http://sharepointmike.com/?p=204#comments</comments>
		<pubDate>Fri, 30 Oct 2009 23:51:11 +0000</pubDate>
		<dc:creator>Mike Stevens</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Cumulative Update]]></category>
		<category><![CDATA[Hotfix]]></category>
		<category><![CDATA[MOSS2007]]></category>
		<category><![CDATA[WSS3.0]]></category>

		<guid isPermaLink="false">http://sharepointmike.com/2009/10/october-2009-cumulative-update-packages-for-sharepoint-server-2007-and-windows-sharepoint-services-3-0/</guid>
		<description><![CDATA[The Microsoft SharePoint team has released cumulative updates for SharePoint for the month of October. Remember that you have to have either SP1 and/or SP2 installed prior to loading the cumulative updates.&#160; Also be sure to get good farm backups prior to the update. From the Microsoft SharePoint Team Blog: The server-packages of October 2009 [...]]]></description>
			<content:encoded><![CDATA[<p>The Microsoft SharePoint team has released cumulative updates for SharePoint for the month of October. Remember that you have to have either SP1 and/or SP2 installed prior to loading the cumulative updates.&#160; Also be sure to get good farm backups prior to the update.</p>
<p>From the <a href="http://blogs.msdn.com/sharepoint/" target="_blank">Microsoft SharePoint Team Blog</a>:</p>
<blockquote><table border="0" cellpadding="0">
<tbody>
<tr>
<td>
<p>The server-packages of October 2009 Cumulative Update for Microsoft Office SharePoint Server 2007 and Windows SharePoint Services 3.0 are ready for download. October 2009 Cumulative Updates introduce more rules on Pre-Upgrade Checker, which can help customers to prepare the upgrade of their SharePoint farm to SharePoint 2010. </p>
<p><strong>Download Information</strong></p>
<p>Windows SharePoint Services 3.0 October 2009 cumulative update package              <br /><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=974989">http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=974989</a></p>
<p>Office SharePoint Server 2007 October 2009 cumulative update package              <br /><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=974988">http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=974988</a></p>
<p><strong>Detail Description</strong></p>
<p>Description of the Windows SharePoint Services 3.0 October 2009 cumulative update package              <br /><a href="http://support.microsoft.com/kb/974989">http://support.microsoft.com/kb/974989</a> (link may not be live yet) </p>
<p>Description of the Office SharePoint Server 2007 October 2009 cumulative update package              <br /><a href="http://support.microsoft.com/kb/974988">http://support.microsoft.com/kb/974988</a> (link may not be live yet) </p>
<p><strong>Installation Recommendation for a fresh SharePoint Server</strong></p>
<p>To keep all files in a SharePoint installation up-to-date, the following sequence is recommended. </p>
<ol>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=79BADA82-C13F-44C1-BDC1-D0447337051B&amp;displaylang=en">Service Pack 2 for Windows SharePoint Services 3.0</a> and <a href="http://www.microsoft.com/downloads/details.aspx?familyid=085E5AC8-58F6-4CF9-8012-33B95EE36C0F&amp;displaylang=en">language packs</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=B7816D90-5FC6-4347-89B0-A80DEB27A082&amp;displaylang=en">Service Pack 2 for Office SharePoint Server 2007</a> and <a href="http://www.microsoft.com/downloads/details.aspx?familyid=01C6A3E8-E110-4956-903A-AD16284BF223&amp;displaylang=en">language packs</a></li>
<li><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=974989">October 2009 Cumulative Update package for Windows SharePoint Services 3.0</a></li>
<li><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=974988">October 2009 Cumulative Update package for Office SharePoint Server 2007</a></li>
</ol>
<p>Please note: Start from April 2009 Cumulative Update, the packages will no longer install on a farm without a service pack installed. You must have installed either Service Pack 1 (SP1) or SP2 prior to the installation of the cumulative updates. </p>
<p>After applying the preceding updates, run the SharePoint Products and Technologies Configuration Wizard or “psconfig -cmd upgrade -inplace b2b -wait” in command line. This needs to be done on every server in the farm with SharePoint installed. </p>
<p>The version of content databases should be 12.0.6520.5000 after successfully applying these updates. </p>
<p>You can also refer to <a href="http://blogs.msdn.com/sharepoint/archive/2009/05/13/april-cumulative-update-packages-ready-for-download.aspx">April Cumulative Update post</a> for deployment guides, slipstream how-to links and FAQs. </p>
<p>Jie Li </p>
<p>Technical Product Manager, SharePoint</p>
<p><img border="0" src="http://blogs.msdn.com/aggbug.aspx?PostID=9914834" width="1" height="1" /></p>
</td>
</tr>
</tbody>
</table>
<p><a href="http://blogs.msdn.com/sharepoint/archive/2009/10/29/october-2009-cumulative-update-packages-for-sharepoint-server-2007-and-windows-sharepoint-services-3-0.aspx">View article&#8230;</a></p>
</blockquote>
<p>Here is the list up the latest fixes included in the update:</p>
<p><strong>WSS 3.0:</strong></p>
<li>You use a tool that calls the <b>GetChanges()</b> method in a loop in order to obtain a list of changes from a Windows SharePoint Services (WSS) 3.0 site. You notice that this tool takes a long time to obtain changes from the WSS 3.0 site. </li>
<li>You use the Check Names feature in Windows SharePoint Service (WSS) 3.0.The feature resolves names very slowly. This issue occurs when WSS 3.0 checks names from NT4.0 domains. </li>
<li>In a Discussion list, you delete a list item. The attachment that is related to the list item is not deleted in the back-end database. </li>
<li>When the Content Approval feature is enabled, only users who can approve items can receive alerts for minor version documents. After you apply this update, users who can also read items can receive alerts for minor version documents.    <br /><b>Note</b> Draft Item Security determines whether users can read items or approve items. </li>
<li>You use the Content Deployment feature to transfer a site collection to another target. You cannot create new sites on the site collection after you transfer it. This issue occurs because the variation system does not propagate pages correctly. This issue also occurs because the wrong Content Types are used. </li>
<li>You perform the incremental deployment in the French version of Microsoft Office SharePoint Server 2007.When you perform the incremental deployment, the user information list has columns that are duplicated. </li>
<li>You propagate a Web page by using variation systems. The <b>SPListItem.ForwardLinks</b> property is not updated until the page is published in the target variation sites. </li>
<li>You have a sub-site that contains a lookup column that refers to a list in the root Web site. When you do an incremental content deployment, the deployment succeeds. However, you receive a warning message:
<p>Unable to find a lookup list /sites/PublishingSite/RootDocLib. The list is not part of the exported package and does not exist in the destination site collection.</p>
<p>The lookup column is not deployed and the value for the column is not set. Additionally, the lookup value list is empty. </p>
</li>
<li>The SharePoint domain has a trust relationship with a remote domain. A user in the remote domain can access a Microsoft Office SharePoint Services (MOSS) site by using a domain local security group. A profile is created for the user at the site collection level. Then, the profile is stored in the UserInfo table that is in the content database. Information about user access is stored in the tp_ExternalToken column of the database table.   <br />When the tp_ExternalToken column is updated by the timer job incorrectly, alerts are not sent. Additionally, the alerts would be security trimmed. </li>
<li>When you try to restore a site collection that contains content whose URL path length will be longer than 260 characters, the restoration fails. Additionally, you receive the following error message:
<p>One or more files in the restored site collection will exceed the maximum supported path length. Please select a shorter destination site address and try again. </p>
<p>After you install this update, restoration will complete if your site URL path length is less than or equal to the original site URL path length. However, you will only be able to access content in the restored site that is within the maximum supported path length of 260 characters. </p>
</li>
<li>You use the <b>–includeusersecurity</b> option to import a site from a .cab file to a SharePoint site. Then, you see a list of deleted users when you click <strong>All People</strong> in the SharePoint site. However, you do not expect to see this list.    <br />The following is a sample code that uses the <b>–includeusersecurity</b> option to import a site from a .cab file:
<p><code></code>
<pre>Stsadm.exe –o import –url &lt;siteURL&gt; -f c:\sub1.cab –includeusersecurity</pre>
</p>
</li>
<li>When you click <strong>X more items</strong> in a SharePoint calendar, the calendar view does not display all the items that it contains. </li>
<li>You create an ASPX page and then add a Dataformwebpart Web part in SharePoint Designer. When you try to delete the list items that have contributor rights in the Web part, you receive an &quot;Access Denied&quot; error. However, the list items are deleted. </li>
<li>When you upload oversized files to a Discussion Board, you receive the following error message:
<p>One or more attachment file is over sized…</p>
<p>Additionally, five discussion topic items are duplicated. </p>
</li>
<li>You experience the performance regression that was detected in the 2009 August cumulative update (CU). </li>
<li>You open a UNC-based Web folder in an attachment folder of an Issue Tracking list item. When you drag a file attachment to the attachment folder, four duplicate comments are created for each item that is added. </li>
<li>You experience slow performance when you access a pages library that is deployed through the Content Deployment feature. </li>
<li>In a list, you have a folder that is based on a customer folder content type. The customer folder has a multiple value lookup column. When you rename the folder, the multiple value lookup values are lost. </li>
<li>You create a custom field that derives from the <b>SPFieldLookup</b> class. You add this field to a document library and then enable the field to have multiple values. After you add some values to the column, you run the Content Deployment feature. None of the values for the custom field is transferred successfully to the target farm. </li>
<li>When you run a SharePoint site in a .Net Framework 4.0 process, the site causes .Net Framework 4.0 assembly references to be written to the SharePoint configuration database. Then, you experience failures when you run the SharePoint site in the .Net Framework 2.0.This issue occurs because the .Net Framework 2.0 cannot resolve assembly references in the .Net Framework 4.0.<br />
  <br /><b>Note</b> The .Net Framework 4.0 release is planned for March 2010. </li>
<li>You create a data view Web part that uses SQL databases as a data source. When you try to enable the filtering functionality and the sorting functionality, the Web part generates drop-down menus. However, the Web part does not filter or sort.<br />
  <br />This issue does not occur when you use SharePoint Lists or SharePoint Library as data sources. </li>
<li>You upload files to a SharePoint site and mark them as &quot;allow everyone to read.&quot; &quot;Everyone&quot; is defined as &quot;all authenticated users.&quot;For multiple sites that share the same host, such as SharePoint Online, users from one site (Site A) are &quot;authenticated users&quot; on another site (Site B). Therefore, certain files from Site B are visible to users from Site A. </li>
<li>You input values in a page and then submit the page. When information for a mandatory field is missing, you receive the following validation error message:
<p>You must specify a value for this required field.</p>
<p>Then, the lookup column does not keep the values that were changed during the editing process. </p>
</li>
<li>You have a multiple value lookup column. You also have a column that contains values that are calculated from another text column. If you use the multiple value lookup column and the calculated column together, you cannot open the Version History page. The Version History page fails, and you receive an unknown error. </li>
<li>Before you install a Microsoft Office SharePoint Server 2007 update, you detach the content databases and then install the 2009 August CU for the 2007 Microsoft Office system. When you try to reattach the databases, you receive the following error message:
<p>Index was outside the bounds of the array </p>
</li>
<li>After you install this update, reporting rules for the pre-upgrade checker utility will be updated.</li>
<p><strong>MOSS 2007:</strong></p>
<li>The content deployment stsadm command <b>RunContentDeplymentJob -deploysincetime</b> does not work correctly. </li>
<li>The Colleague Tracker Web part shows raw HTML when changes are displayed for an HTML profile property. However, you expect the Web part to interpret the HTML. </li>
<li>The table of contents Web part does not display all nodes in Windows SharePoint Services 3.0. </li>
<li>You have two zones for a Web application: a default zone and an alternative zone. You find that the search scope for the alternative zone returns no item counts. </li>
<li>The SharePoint spelling checker cannot recognize keywords that are updated in the &quot;Custom Dictionary.txt&quot; file. </li>
<li>You perform a search on a property that is mapped to the date/time column of a SQL Server database through Business Data Catalog (BDC).The search returns a date/time value that is incorrect. The day value that is returned differs from the correct value by one day. The time value that is returned is also incorrect. </li>
<li>You cannot edit an existing crawl schedule if the schedule description contains characters that have accents. </li>
<li>If you enable the Page Expiration feature, you receive an e-mail that contains two links when the page is about to expire. However, the second link in the e-mail is invalid. </li>
<li>After you install this update, the profile synchronization feature will be changed so that you can synchronize content databases even if the database status is &quot;Offline.&quot; </li>
<li>You enable the publishing feature and change the site logo before the first content deployment. However, the new site logo is not deployed on the first content deployment. </li>
<li>You have two variation labels, a source label and a destination label. If you rename a sub-site in the destination label, the variation propagation fails. Then, you receive the following error message:
<p>A new page did not get created under Label fr by the variation system for source page &lt;URL&gt;. The list item &lt;ItemName&gt; cannot be imported because its parent web does not exist.</p>
</li>
<li>Consider the following scenario. You have two host-named site collections. Each site collection has an image that is called Logo.gif. Additionally, the blobcache is enabled. In this scenario, you browse the first site collection, and then the Logo.gif image is put in the blobcache. When you browse the second site collection, the Logo.gif image from the first site collection is displayed. However, you expect to see the Logo.gif image from the second site collection. </li>
<li>&quot;All sites,&quot; &quot;People,&quot; and &quot;This site&quot; search scopes are available only for English language sites. Sites that are written in other languages show only the &quot;This site&quot; search scope. </li>
<li>You click <strong>View My Site</strong> in Microsoft Office Outlook. The site that you want to access belongs to a user who has an apostrophe in his e-mail address. Then, you receive the following error message:
<p>User not found. </p>
</li>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmike.com/?feed=rss2&amp;p=204</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MOSS 2007 OTB Usage Reports</title>
		<link>http://sharepointmike.com/?p=160</link>
		<comments>http://sharepointmike.com/?p=160#comments</comments>
		<pubDate>Thu, 29 Oct 2009 00:10:54 +0000</pubDate>
		<dc:creator>Mike Stevens</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Governance]]></category>
		<category><![CDATA[MOSS2007]]></category>
		<category><![CDATA[OTB]]></category>
		<category><![CDATA[Reporting]]></category>
		<category><![CDATA[Reports]]></category>

		<guid isPermaLink="false">http://sharepointmike.com/2009/10/moss-2007-otb-usage-reports/</guid>
		<description><![CDATA[A colleague asked last week if anyone on the team had a definitive list of the out of the box usage reports for MOSS 2007.&#160; I could recall a lot of them from memory, but did not have a complete list.&#160; After a little fishing, I found this list on TechNet: After usage reporting is [...]]]></description>
			<content:encoded><![CDATA[<p>A colleague asked last week if anyone on the team had a definitive list of the out of the box usage reports for MOSS 2007.&#160; I could recall a lot of them from memory, but did not have a complete list.&#160; After a little fishing, I found this list on <a href="http://technet.microsoft.com/en-us/library/cc262541.aspx" target="_blank">TechNet:</a></p>
<blockquote><p>After usage reporting is enabled, site administrators and site collection administrators can view site usage summary pages that have the following information for their sites and site collections: </p>
<p>· Requests and queries in the last day and the last 30 days. </p>
<p>· Average number of requests per day over the last 30 days. </p>
<p>· A chart of requests per day over the last 30 days. </p>
<p>· A list of the top page requests over the last 30 days. </p>
<p>· A list of top users over the last 30 days. </p>
<p>· A chart of top referring hosts over the last 30 days. </p>
<p>· A chart of top referring pages over the last 30 days. </p>
<p>· A list of top destination pages over the last 30 days. </p>
<p>· Top queries for the last 30 days (if search usage reporting is enabled). </p>
<p>· Search results top destination pages (if search usage reporting is enabled). </p>
<p>SSP administrators for the search service can view a search usage reports page that tracks the following information. </p>
<p>· Number of queries per day over the previous 30 days. </p>
<p>· Number of queries per month over the previous 12 months. </p>
<p>· Top queries over the previous 30 days. </p>
<p>· Top site collections originating queries over the previous 30 days. </p>
<p>· Queries per search scope over the previous 30 days. </p>
<p>Site collection administrators for the SSP site can view a usage summary page that tracks the following information: </p>
<p>· Total amount of storage used by the site collection. </p>
<p>· Percent of storage space used by Web Discussions. </p>
<p>· Maximum storage space allowed. </p>
<p>· Number of users for all sites in the hierarchy. </p>
<p>· Total hits and recent bandwidth usage across all sites. </p>
<p>Site collection administrators can also view a site usage report that includes monthly and daily page hit totals filtered by the following criteria: </p>
<p>· Page </p>
<p>· User </p>
<p>· Operating system </p>
<p>· Browser </p>
<p>· Referrer URL</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmike.com/?feed=rss2&amp;p=160</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Links and Resources</title>
		<link>http://sharepointmike.com/?p=141</link>
		<comments>http://sharepointmike.com/?p=141#comments</comments>
		<pubDate>Mon, 26 Oct 2009 18:54:13 +0000</pubDate>
		<dc:creator>Mike Stevens</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePointServer]]></category>
		<category><![CDATA[SP2010]]></category>
		<category><![CDATA[SPC09]]></category>

		<guid isPermaLink="false">http://sharepointmike.com/2009/10/sharepoint-2010-links/</guid>
		<description><![CDATA[Here are some SharePoint 2010 links I’ve collected so far…]]></description>
			<content:encoded><![CDATA[<p>Here are some SharePoint 2010 links I’ve collected so far…</p>
<p><a href="http://sharepointmike.com/wp-content/uploads/2009/12/image13.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointmike.com/wp-content/uploads/2009/12/image13_thumb.png" border="0" alt="image" width="421" height="46" /></a></p>
<ul>
<li><strong><a href="http://www.mssharepointconference.com/pages/videohighlights.aspx#7 " target="_blank">SPC09 Video Highlights (including keynotes from Steve Ballmer and Jeff Teper)</a></strong></li>
<li><strong><a href="http://sharepoint2010.microsoft.com/Pages/default.aspx " target="_blank">Microsoft SharePoint 2010 Landing page (running on 2010 beta!)</a></strong></li>
<li><strong><a href="http://sharepoint2010.microsoft.com/Pages/videos.aspx " target="_blank">2010 Demo Videos</a></strong></li>
<li><strong><a href="http://msdn.microsoft.com/en-us/sharepoint/ee514557.aspx " target="_blank">SharePoint 2010 Upgrade Resource Center</a></strong></li>
<li><strong><a href="http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/threads " target="_blank">SharePoint 2010 General Questions and Answers</a></strong></li>
<li><strong><a href="http://technet.microsoft.com/en-us/sharepoint/ee518660.aspx " target="_blank">TechNet Getting Started with SharePoint 2010 (Beta)</a></strong></li>
</ul>
<p><a href="http://sharepointmike.com/wp-content/uploads/2009/10/image2.png"><img style="display: inline; border-width: 0px;" title="image" src="http://sharepointmike.com/wp-content/uploads/2009/10/image_thumb2.png" border="0" alt="image" width="27" height="23" /></a><strong><span style="font-size: medium;">  <span style="font-size: x-small;">Development</span></span></strong></p>
<ul>
<li><strong><a href="http://www.microsoft.com/downloads/details.aspx?familyid=04BA41FD-F088-4D7C-A86E-3855C16E23A2&amp;displaylang=en " target="_blank">SharePoint 2010: SharePoint Developer Platform Wall Poster</a></strong></li>
<li><strong><a href="http://msdn.microsoft.com/en-us/sharepoint/ee514561.aspx " target="_blank">MSDN SharePoint 2010 Developer Center</a></strong></li>
<li><strong><a href="http://msdn.microsoft.com/en-us/sharepoint/ee513147.aspx " target="_blank">Get Started Developing on SharePoint 2010</a> (</strong><a href="http://mssharepointdeveloper.com"><strong>http://mssharepointdeveloper.com</strong></a><strong>)</strong></li>
<li><strong><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=94afe886-3b20-4bc9-9a0d-acd8cd232c24 " target="_blank">SharePoint Products and Technologies: 2010 (Technical Preview) Developer Documentation</a></strong></li>
<li><strong><a href="http://msdn.microsoft.com/en-us/library/ee557253(office.14).aspx " target="_blank">SharePoint 2010 SDK</a></strong></li>
<li><strong><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ac9a3851-c298-4f4f-b7f0-63d756d2bde9&amp;displaylang=en " target="_blank">SharePoint 2010: Developer and IT Professional Learning Plan</a></strong></li>
<li><strong><a href="http://www.microsoft.com/downloads/details.aspx?familyid=C010FC68-B47F-4DB6-B8A8-AD4BA33A35C5&amp;displaylang=en " target="_blank">SharePoint 2010: Getting Started with Development on SharePoint 2010 Hands-on Labs in C# and Visual Basic</a></strong></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmike.com/?feed=rss2&amp;p=141</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install SharePoint Server 2007 on Windows Server 2008 R2</title>
		<link>http://sharepointmike.com/?p=134</link>
		<comments>http://sharepointmike.com/?p=134#comments</comments>
		<pubDate>Mon, 05 Oct 2009 16:01:23 +0000</pubDate>
		<dc:creator>Mike Stevens</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[MOSS2007]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[WSS3]]></category>

		<guid isPermaLink="false">http://sharepointmike.com/2009/10/install-sharepoint-server-2007-on-windows-server-2008-r2/</guid>
		<description><![CDATA[I ran across this issue building out a MOSS2007/Win2008R2 VM the other day and wish I had read this post on the Microsoft SharePoint Team Blog by Jie Li first! Starting from Service Pack 2, Windows SharePoint Services 3.0 and SharePoint Server 2007 support Windows Server 2008 R2 and Windows Server 2008 SP2. When you [...]]]></description>
			<content:encoded><![CDATA[<table border="0" cellpadding="0">
<tbody>
<tr>
<td>I ran across this issue building out a MOSS2007/Win2008R2 VM the other day and wish I had read <a href="http://blogs.msdn.com/sharepoint/archive/2009/10/02/install-sharepoint-server-2007-on-windows-server-2008-r2.aspx" target="_blank">this post</a> on the <a href="http://blogs.msdn.com/sharepoint/default.aspx" target="_blank">Microsoft SharePoint Team Blog</a> by Jie Li first!</p>
<blockquote><p>Starting from Service Pack 2, Windows SharePoint Services 3.0 and SharePoint Server 2007 support Windows Server 2008 R2 and Windows Server 2008 SP2. When you try to install SharePoint bits on Windows Server 2008 R2 directly, you may see the following dialogue:</p>
<p><a href="http://blogs.msdn.com/blogfiles/sharepoint/WindowsLiveWriter/InstallSharePointServer2007onWindowsServ_DDC9/snap0011_2.png"><img title="snap0011" src="http://blogs.msdn.com/blogfiles/sharepoint/WindowsLiveWriter/InstallSharePointServer2007onWindowsServ_DDC9/snap0011_thumb.png" border="0" alt="snap0011" width="378" height="185" /></a></p>
<p>This is because Windows SharePoint Services 3.0 and SharePoint Server 2007 bits without SP2 slipstreamed are not supported on Windows Server 2008 R2. The KB article 962935 is not live on the web site yet.</p>
<p>To install on Windows Server 2008 R2, for Windows SharePoint Services 3.0 you can download the slipstream builds here:</p>
<p>Windows SharePoint Services 3.0 with SP2 (x86)<br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=EF93E453-75F1-45DF-8C6F-4565E8549C2A&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyId=EF93E453-75F1-45DF-8C6F-4565E8549C2A&amp;displaylang=en</a></p>
<p>Windows SharePoint Services 3.0 with SP2 (x64)<br />
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=9FB41E51-CB03-4B47-B89A-396786492CBA&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=9FB41E51-CB03-4B47-B89A-396786492CBA&amp;displaylang=en</a></p>
<p>For SharePoint Server 2007, you can follow <a href="http://technet.microsoft.com/en-us/library/cc261890.aspx">Create an installation source that includes software updates (Office SharePoint Server 2007)</a> to create one. Or you can also read on, we will go through the complete steps to create a new slipstream build for SharePoint Server 2007.</p>
<p><strong>Installation Steps</strong></p>
<p>1. Copy the content of SharePoint Server 2007 setup files from the installation media to a folder on your hard drive.</p>
<p>2. Delete everything inside <strong>Updates</strong> folder.</p>
<p>3. Download <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=79bada82-c13f-44c1-bdc1-d0447337051b">Windows SharePoint Services 3.0 SP2</a> and <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=b7816d90-5fc6-4347-89b0-a80deb27a082">Office SharePoint Server 2007 SP2</a> to a folder.</p>
<p>Make sure your Office SharePoint Server 2007 SP2 is downloaded after July 29<sup>th</sup>.</p>
<p><a href="http://blogs.msdn.com/blogfiles/sharepoint/WindowsLiveWriter/InstallSharePointServer2007onWindowsServ_DDC9/snap0013_2.png"><img title="snap0013" src="http://blogs.msdn.com/blogfiles/sharepoint/WindowsLiveWriter/InstallSharePointServer2007onWindowsServ_DDC9/snap0013_thumb.png" border="0" alt="snap0013" width="273" height="143" /></a></p>
<p>4. Open a command prompt,  change directory to the folder you put the downloaded patches, and run the following two commands:</p>
<p>wssv3sp2-kb953338-x64-fullfile-en-us.exe /extract:<strong>[Path to installation bits]</strong>\Updates /quiet</p>
<p>officeserver2007sp2-kb953334-x64-fullfile-en-us.exe /extract:<strong> [Path to installation bits]</strong>\Updates /quiet</p>
<p>Change <strong>[Path to installation bits] </strong>to where you put the bits. These will extract all the content from the two packages to <strong>Updates</strong> folder. SharePoint installation program will automatically read this folder to apply the patches.</p>
<p>5. Delete <strong>wsssetup.dll</strong>. This is a very important step so please don’t miss it.</p>
<p>6. If you also need the Cumulative Updates to be applied when install SharePoint, download the latest Windows SharePoint Services 3.0 and SharePoint Server 2007 Cumulative Update packages and extract them into <strong>Updates</strong> folder like step 4.</p>
<p>7. Your slipstream build of SharePoint Server 2007 is done!</p>
<p>8. Go and install it on your Windows Server 2008 R2 box, after the installation, the site version will show <strong>12.0.0.6421 </strong>or possibly a higher version if you added additional cumulative update files.</p>
<p><a href="http://blogs.msdn.com/blogfiles/sharepoint/WindowsLiveWriter/InstallSharePointServer2007onWindowsServ_DDC9/snap0012_2.png"><img title="snap0012" src="http://blogs.msdn.com/blogfiles/sharepoint/WindowsLiveWriter/InstallSharePointServer2007onWindowsServ_DDC9/snap0012_thumb.png" border="0" alt="snap0012" width="364" height="138" /></a></p>
<p>Jie Li<br />
Technical Product Manager, SharePoint</p></blockquote>
<p><img src="http://blogs.msdn.com/aggbug.aspx?PostID=9902616" border="0" alt="" width="1" height="1" /></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmike.com/?feed=rss2&amp;p=134</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
