<?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; Clermont County</title>
	<atom:link href="http://tomdoepker.com/category/clermont-county/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>Social Media Presentation</title>
		<link>http://tomdoepker.com/2011/05/10/social-media-presentation/</link>
		<comments>http://tomdoepker.com/2011/05/10/social-media-presentation/#comments</comments>
		<pubDate>Tue, 10 May 2011 12:00:22 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Clermont County]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[ProjectManagement]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=476</guid>
		<description><![CDATA[One of the bigger projects I have been working on for the past few months is developing and implementing a social media policy for the County. I have had a basic thesis of what the policy should be, so the work lately has been translating an idea into an actionable, enforceable reality. My favorite strategy [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="540" height="400" src="http://www.youtube.com/embed/X90Axda1wLo#t=1h56m09s" frameborder="0" allowfullscreen></iframe><br />
<br />
One of the bigger projects I have been working on for the past few months is developing and implementing a social media policy for the County. I have had a <a title="The basic idea" href="http://tomdoepker.com/2011/02/10/social-media-policies/">basic thesis of what the policy should be</a>, so the work lately has been translating an idea into an actionable, enforceable reality.</p>
<p>My favorite strategy for getting my ideas implemented successfully is to get buy-in from the “thought leaders”, people in positions of power whether in terms of the organization or as <a title="Content ambassadors" href="http://tomdoepker.com/2011/02/18/working-with-content-ambassadors/">power users who can set a great example</a>. Nothing builds momentum like the people considered to be “in the know” advocating your idea.</p>
<p>Early on in the process of developing a social media policy, a couple of things became clear:</p>
<ul>
<li>There are not a lot of good examples in existence to base ours on.</li>
<li>There is a lot of confusion about what social media is and how to use it properly.</li>
</ul>
<p>So I developed a clear, easily understood message (http://tomdoepker.com/2011/02/10/social-media-policies/), and then used an opportunity presenting to over sixty of the elected officials, department heads and technical leads during a records retention training to cover the importance of having a policy in place and how it could be used successfully.</p>
<p>The above video is of that presentation. (<strong>Note</strong>: Pressing play will skip you to my portion of the presentation, which was the final piece of a two hour training.) While I am not the world’s greatest presenter, it really has served to get the County on board with our policy as well as to bring in new agencies with some exciting new ideas as to how we can better use social media to communicate with the public.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2011/05/10/social-media-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sheriff Survey</title>
		<link>http://tomdoepker.com/2010/12/20/sheriff-survey/</link>
		<comments>http://tomdoepker.com/2010/12/20/sheriff-survey/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 12:00:41 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Clermont County]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=342</guid>
		<description><![CDATA[Moving paperwork online in an effort to gain more and better feedback for the Sheriff's Office.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.clermontsheriff.org/survey.aspx"><img class="aligncenter size-full wp-image-349" title="Sheriff Survey" src="http://tomdoepker.com/wp-content/uploads/2010/12/HomePage-SHFSurvey1.png" alt="" width="540" height="1421" /></a></p>
<p>Working with the Sheriff’s Office’s software development team, I developed an <a title="Check out the survey" href="http://www.clermontsheriff.org/survey.aspx">online survey</a>. Officers enter their report into the system and then reports are randomly flagged to request feedback from the complainant. The complainant receives an email with a custom-generated link, which takes them to this page, where I collect the report information as well as their feedback and submit that to the sheriff’s office. The survey can also be filled out by any complainant, so long as they have a valid report number.</p>
<p>Another example of working to move paper processes online.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2010/12/20/sheriff-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can Google Apps Replace Microsoft Office?</title>
		<link>http://tomdoepker.com/2010/11/19/google-apps/</link>
		<comments>http://tomdoepker.com/2010/11/19/google-apps/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 12:00:07 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Clermont County]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[ProjectManagement]]></category>
		<category><![CDATA[SocialMedia]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=322</guid>
		<description><![CDATA[Can Google Apps effectively replace Microsoft Office? Here's what I know so far.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-323" title="Google Apps" src="http://tomdoepker.com/wp-content/uploads/2010/11/GoogleApps-HomePage.png" alt="" width="540" height="400" /></p>
<p>I attended the Google Apps Summit recently and was definitely impressed with what I saw, though I am fully aware that I was at a sales pitch. All the same, their team made some really strong and interesting points deserving of further review.</p>
<p>My organization is considering a switch from being a Microsoft house to introducing some of Google’s services and I have been named to the analysis committee, which means that I have some research ahead of me.</p>
<p>Here are the highlights from my notes during the initial seminar:</p>
<h2>Interesting Points from the Sales Pitch</h2>
<ul>
<li>New features and releases are immediately available</li>
<li>Access from any device, anywhere</li>
<li>80% of current IT resources are spent simply maintaining a “digital dial tone” (this was a Gartner Group statistic the Google Sales Team cited) instead of actively pursuing new initiatives</li>
<li>Cost. I am not sure of the cost per user to provide Exchange Services (their estimates were $300-600) and Google offers their email and other apps at $60/user/year.</li>
<li>Scanned documents can be added to the cloud and would be searchable.</li>
<li>Data would not exist on machines, but in the cloud. Laptops can be stolen, servers destroyed and all data would still be accessible from any PC, tablet or smartphone with a data connection.</li>
<li>Security features. I would recommend further, more specific talks with the Google representatives, but the high-level overview of their security, additional features from their Postini offerings as well as offerings from outside vendors sounded promising.</li>
<li>Interoperability. Works with Exchange (can with import PST email archives or even use an Outlook front-end), Active Directory, Cisco phones, Blackberry and more.</li>
<li>A large and easily scalable amount of storage. Google’s base offerings are very generous in terms of storage space (i.e. Email users get 25GB of email storage) and additional space can easily be purchased and seamlessly added.</li>
</ul>
<h2>Other Interesting Points</h2>
<ul>
<li>New college graduates are geared to cloud computing and it seems like a solid bet that technology will shift to it with the advent of tablets and smartphones. It is of course still accessible via laptops and desktops.</li>
<li>Adopting Google Apps would mean that we would be entirely reliant on Google’s survival as a company, but we are already that way with Microsoft.</li>
<li>Google does not collect business user information, more at <a title="Find out more" href="http://www.DataLiberation.org">www.DataLiberation.org</a></li>
<li>Two-factor security authentication is available if desired, though from a third-party.</li>
<li>The Google Apps marketplace offers a resource akin to the Android or iTunes Apps stores, and it seems likely that some very helpful solutions will emerge from here.</li>
</ul>
<h2>Doubts</h2>
<ul>
<li>How well does it really integrate with an existing Microsoft set up?</li>
<li>I have heard bad things about the “Groups”, that isn’t all that it should be. If you’ve got an opinion, <a title="Let me know" href="http://tomdoepker.com/contact/">let me know</a>! My specific interest would be something I could use as a document library and knowledge base.</li>
</ul>
<p>While it seems like a really viable replacement for Exchange-based email, I’m not yet ready to sign off on it as a replacement for Office. If you have experience using Google Apps in your organization, please <a title="Let me know" href="http://tomdoepker.com/contact/">let me know what you think of it</a>.</p>
<h2>Update</h2>
<p>November 23, 2010: Google now offers an add-on that will allow you to sync your Microsoft Office documents into Google Docs. (via <a title="Mashable's article on Google Cloud Connect" href="http://mashable.com/2010/11/22/google-cloud-connect/">Mashable</a>)</p>
<blockquote><p>Launching in beta today, Google Cloud Connect is an add-on for Office that syncs documents, spreadsheets and presentations from Office 2003, 2007 and 2010 with the “Google (Google) cloud.” In other words, it takes data on the desktop and makes a backup copy in Google Docs (Google Docs), gives it a unique URL and constantly syncs the data with anybody else that might be sharing the same document.</p></blockquote>
<p>That&#8217;s pretty big, in many ways a very viable replacement for using something like SharePoint as a document library.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2010/11/19/google-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.370 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-06 01:41:18 -->

