<?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>TomDoepker.com &#187; Sites I Have Done</title>
	<atom:link href="http://tomdoepker.com/category/sites-i-have-done/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomdoepker.com</link>
	<description>The web development portfolio of Tom Doepker, web site designer, developer and team lead</description>
	<lastBuildDate>Thu, 26 Jan 2012 15:31:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Upgrading Windows SharePoint Services 3.0 to SharePoint Foundation 2010</title>
		<link>http://tomdoepker.com/2012/01/26/upgrading-windows-sharepoint-services-3-0-to-sharepoint-foundation-2010/</link>
		<comments>http://tomdoepker.com/2012/01/26/upgrading-windows-sharepoint-services-3-0-to-sharepoint-foundation-2010/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 12:00:56 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Clermont County]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Sites I Have Done]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=558</guid>
		<description><![CDATA[The time had come to upgrade Windows SharePoint Services 3.0 (WSS 3.0) to SharePoint Foundation 2010. Our server team was planning the migration to SQL Server 2008 and 64-bit servers. While this plan is scheduled to take place over the course of this year, I decided to upgrade now instead of waiting to be pressed [...]]]></description>
			<content:encoded><![CDATA[<p>The time had come to upgrade Windows SharePoint Services 3.0 (WSS 3.0) to SharePoint Foundation 2010. Our server team was planning the migration to SQL Server 2008 and 64-bit servers. While this plan is scheduled to take place over the course of this year, I decided to upgrade now instead of waiting to be pressed for time.</p>
<p style="padding-left: 30px;">At this point, you might be asking why we were still running WSS 3.0. Simple, it met user needs and worked well. While full-blown SharePoint offers a lot of rich features, the bulk of our demand was for a robust document library and workspace and project sites. The free version of SharePoint accomplishes all of that. I could not justify the cost.</p>
<p>What I will be recommending is the in-place upgrade of SharePoint Foundation 2010. There are alternatives and I encourage you to <a title="Read more" href="http://technet.microsoft.com/en-us/library/cc303420.aspx" target="_blank">read up on them</a>, but what I needed was a smooth migration of my existing document libraries, sites and user rights. The in-place upgrade accomplishes all of this with the only downside being that the production site has to be down during the upgrade. The entire upgrade itself can easily be done in an hour, so schedule two to be safe.</p>
<h2>The Tough Part – Getting everything to a 2008, 64-bit server</h2>
<p>My instance of WSS 3.0 was using a Server 2008, 64-bit server as the application server, but a Server 2003 server with SQL 2005. In order for a smooth in-place upgrade, you will want your WSS 3.0 instance running on all 2008, 64-bit machines.</p>
<p>This means testing. If you are already on a fully 2008, 64-bit environment, go ahead and skip this part.</p>
<p><strong>What you will need:</strong></p>
<ol>
<li>A workable installation of WSS 3.0, but they are out there on the Internet. <a title="Visit MSDN" href="http://msdn.microsoft.com/" target="_blank">I was able to find it on MSDN</a>. This was the trickiest part! Small version differences will mean that your back up will not restore to this version.</li>
<li>Download Microsoft SharePoint Foundation 2010, also from MSDN.</li>
<li>2008, 64-bit servers to test with. Do your best to duplicate your production environment.</li>
<li>A copy of a recent back up of SharePoint.</li>
</ol>
<p><strong>If you are not backing up your current SharePoint instance, stop here</strong>. Get your production environment backing up immediately. This is not only good practice, but you will need the backups to complete this migration.</p>
<p>Moving on, I created a duplicate of my application server (I cannot recommend virtual servers enough!) and then used the new database server. I installed WSS 3.0 and restored from my back up, <a title="Migrating SharePoint" href="http://tomdoepker.com/2009/04/28/migrating-sharepoint/">which I have detailed here</a>. This gave me an exact replica of the environment I would be using.</p>
<h2>Measure Twice, Cut Once</h2>
<p>Here’s what we will be doing, first in the test environment and then production:</p>
<ol>
<li>Verifying that we have a valid backup of our data</li>
<li>Uninstalling our current version of SharePoint</li>
<li>Re-installing WSS 3.0, but this time to the all 2008 environment</li>
<li><a title="Migrating SharePoint" href="http://tomdoepker.com/2009/04/28/migrating-sharepoint/" target="_blank">Restore your data from your back up</a></li>
<li>Installing the SharePoint Foundation 2010 prerequisites. This will add components that would have been installed had you upgraded to SharePoint 2007.</li>
<li>Run the SharePoint Foundation 2010 in-place upgrade</li>
</ol>
<p>I ran through this process several times. I wanted to be comfortable with the process and to beat it up a bit to see what shook loose. Happily, it’s a pretty straightforward process. Move to your production environment when you are ready.</p>
<h2>Post-installation instructions</h2>
<p>I ran into two issues after my installation: search did not immediately work and I needed to create a backup job.</p>
<p><strong>Assign the site to an indexer to get search to work</strong><br />
<a title="Read more" href="http://tomdoepker.com/2012/01/11/track-qr-codes/" target="_blank">This blog post explains it very well</a>.</p>
<p><strong>Use Powershell to back up the farm</strong><br />
Create a job using Powershell to back up your data. <a title="Read more" href="http://goo.gl/bSH0M" target="_blank">Details on creating the backup are on Technet</a> and from there, you <a title="Read more" href="http://goo.gl/FrRb" target="_blank">schedule your Powershell code to run by creating a job</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2012/01/26/upgrading-windows-sharepoint-services-3-0-to-sharepoint-foundation-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everything Always Happens at Once</title>
		<link>http://tomdoepker.com/2011/07/08/everythingatonce/</link>
		<comments>http://tomdoepker.com/2011/07/08/everythingatonce/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 12:30:23 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Clermont County]]></category>
		<category><![CDATA[Sites I Have Done]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=494</guid>
		<description><![CDATA[&#160; Everything always happens at once. That rule continues to prove itself. This week, we added three new sites to the Clermont County network. Clermont Citizen Corps We inherited this site from a team of volunteers and it really was not getting frequently updated. The first step was to determine an in-house team to manage [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-495" title="Three new websites delivered this week!" src="http://tomdoepker.com/wp-content/uploads/2011/07/threesites.jpg" alt="" width="540" height="361" /></p>
<p>&nbsp;<br />
Everything always happens at once. That rule continues to prove itself. This week, we added three new sites to the Clermont County network.</p>
<p><a title="Visit their site" href="http://www.clermontcitizencorps.org/"><strong>Clermont Citizen Corps</strong></a><br />
We inherited this site from a team of volunteers and it really was not getting frequently updated. The first step was to determine an in-house team to manage the site and we then tied it to FEMA’s “Resolve to be Ready in 2011” campaign to help build momentum.</p>
<p><a title="Visit their site" href="http://bugs.clermontcountyohio.gov/"><strong>Insect Issues</strong></a><br />
Recent outbreaks of issues with the Asian Longhorn beetle, bed bugs and the Emerald Ash Borer have spurred a lot of questions from the public. In an effort to make finding information easier, we created a new site at Bugs.ClermontCountyOhio.gov that will serve as both a source of new information as well as a resource to our other sites.<strong></strong></p>
<p><a title="Visit their site" href="http://tasc.clermontcountyohio.gov/"><strong>Treatment Alternatives for Street Crimes</strong></a><br />
The TASC team had been talking about putting up a website for months. Once they had a bit of content together, I convinced them that it was better to launch a small site and get the ball rolling than to continue to debate what would be on a potential, abstract site. The ball is rolling!</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2011/07/08/everythingatonce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Tools for the Recorder&#8217;s site</title>
		<link>http://tomdoepker.com/2010/08/13/recorder/</link>
		<comments>http://tomdoepker.com/2010/08/13/recorder/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 12:00:10 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Clermont County]]></category>
		<category><![CDATA[Sites I Have Done]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=292</guid>
		<description><![CDATA[The Recorder's website has been redesigned and redeveloped to include several new tools.]]></description>
			<content:encoded><![CDATA[<p><a href="http://recorder.clermontcountyohio.gov/"><img class="aligncenter size-full wp-image-293" title="The new color scheme for the Recorder" src="http://tomdoepker.com/wp-content/uploads/2010/08/rec.jpg" alt="" width="540" height="797" /></a></p>
<p>The recent revamping of the Recorder’s website includes a redesign to include her favorite colors and a logo she designed herself.</p>
<p>I took the opportunity to help craft a new direction for their online content, using statistics and feedback to deliver something more in tune with what users need. A combination of existing county images as well as a photo shoot I arranged added a more personal touch to the site. I was able to identify several methods of eliminating paperwork to deliver solutions entirely online as well as to develop simple tools that will help users <a title="See the calculator" href="http://recorder.clermontcountyohio.gov/Calculator.aspx">calculate cost</a> and to figure out proper formatting for their documents (<a title="Download the PDF" href="http://recorder.clermontcountyohio.gov/Margins.pdf">See the PDF we developed</a>). We then added a <a title="Sign up on the Recorder's email list" href="http://recorder.clermontcountyohio.gov/newsletter.aspx">custom-built email tool</a> that will allow them another means of communication with frequent users and the public at large.</p>
<p>Find out more in the <a title="Read more" href="http://www.clermontcountyohio.gov/nr0810recorder.aspx">official press release</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2010/08/13/recorder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Marketing, New Look</title>
		<link>http://tomdoepker.com/2010/03/05/new-marketing-new-look/</link>
		<comments>http://tomdoepker.com/2010/03/05/new-marketing-new-look/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 12:00:15 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Clermont County]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Sites I Have Done]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=213</guid>
		<description><![CDATA[In conjunction with an upcoming marketing campaign, we have redesigned ClermontForKids.org. I worked with the team to design a look that worked within the new brand image.]]></description>
			<content:encoded><![CDATA[<p><a title="See the new design" href="http://www.clermontforkids.org/" target="_self"><img class="aligncenter size-full wp-image-214" title="The redesigned ClermontForKids.org" src="http://tomdoepker.com/wp-content/uploads/2010/03/C4K-2010-HomePage.jpg" alt="The redesigned ClermontForKids.org" width="540" height="784" /></a></p>
<p>In conjunction with an upcoming marketing campaign, we have redesigned <a title="See the new design" href="http://www.clermontforkids.org/"><strong>ClermontForKids.org</strong></a>. I worked with the team to design a look that worked within the new brand image.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2010/03/05/new-marketing-new-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplified Reporting</title>
		<link>http://tomdoepker.com/2010/01/29/simplified-reporting/</link>
		<comments>http://tomdoepker.com/2010/01/29/simplified-reporting/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 12:00:30 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Clermont County]]></category>
		<category><![CDATA[Sites I Have Done]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=192</guid>
		<description><![CDATA[The county commissioners have fourteen offices that report to them. Each department would submit a report every week to report on their progress, but of course these all came in through various means and formats. Our internal application delivered the following: A consistent and concise (we limit how much and what can be input) final [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tomdoepker.com/wp-content/uploads/2010/01/WR-HomePage.jpg" rel="lightbox[192]"><img class="aligncenter size-full wp-image-191" title="Weekly Reports Home Page" src="http://tomdoepker.com/wp-content/uploads/2010/01/WR-HomePage.jpg" alt="The home page of the internal Weekly Reports tool" width="540" height="502" /></a></p>
<p>The county commissioners have fourteen offices that report to them. Each department would submit a report every week to report on their progress, but of course these all came in through various means and formats.</p>
<p>Our internal application delivered the following:</p>
<div>
<ul>
<li>A consistent and concise (we limit how much and what can be input) final report that is automatically generated upon the week-end deadline.</li>
<li>Three different levels of depth at which the final report can be viewed and printed, depending on needs.</li>
<li>A review method that generates the rough draft of meeting agenda items for the commissioners during the next week of business.</li>
<li>Fully searchable past reports.</li>
</ul>
</div>
<p>I am happy to report that the tool has been very well-received, referred to as “an immense time saver” by all in the commissioners’ office. They were so pleased that they asked us to begin work on streamlining another reporting process.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2010/01/29/simplified-reporting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.372 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-06 01:43:08 -->

