<?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; Best Practices</title>
	<atom:link href="http://tomdoepker.com/category/best-practices/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>How to Track the Success of a QR Code</title>
		<link>http://tomdoepker.com/2012/01/11/track-qr-codes/</link>
		<comments>http://tomdoepker.com/2012/01/11/track-qr-codes/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 12:00:31 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Branding]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[SocialMedia]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=547</guid>
		<description><![CDATA[As someone who’s had to type a long web address into a smart phone, I’m a big fan of using a QR code as a short cut. So if you’re the business owner, how do you track the usage of the QR codes you generate? By creating specific “dummy” URLs that can specify the source, [...]]]></description>
			<content:encoded><![CDATA[<p>As someone who’s had to type a long web address into a smart phone, I’m a big fan of using a QR code as a short cut. So if you’re the business owner, how do you track the usage of the QR codes you generate? By creating specific “dummy” URLs that can specify the source, medium and advertising campaign. You then use Google Analytics (or another web traffic tool) to see how traffic was driven to each URL.</p>
<h2>Create a “dummy address” for your campaign</h2>
<p>Notice that you can be pretty specific when creating the new URL.</p>
<ol>
<li>Use the Google URL Builder &#8211; <a title="Google's URL Building Tool" href="http://support.google.com/googleanalytics/bin/answer.py?hl=en&amp;answer=55578" target="_blank">http://support.google.com/googleanalytics/bin/answer.py?hl=en&amp;answer=55578</a></li>
<li>Fill in each of the required (*) fields, for a unique web address</li>
<li>Click “Generate URL”</li>
<li>This gives you something like<br />
“http://www.YourWebSite.com/?utm_source=<strong>QR</strong>&amp;utm_medium=<strong>MarchNewsletter</strong>&amp;utm_campaign=<strong>NewCampaign</strong>”<br />
(Notice that your “source” is a QR code, “medium” is the March newsletter and the “campaign” is “NewCampaign”)</li>
<li>Highlight and copy your new link</li>
</ol>
<h2>Create Your QR Code</h2>
<ol>
<li>Shorten the link using either <a title="Shorten your URL" href="http://goo.gl/" target="_blank">http://goo.gl/</a> or <a title="Shorten your URL" href="https://bitly.com/" target="_blank">https://bitly.com/</a></li>
<li>Copy your new, shortened link</li>
<li>Use <a title="Create a QR code" href="http://createqrcode.appspot.com/" target="_blank">http://createqrcode.appspot.com/</a> or your favorite QR code generator to create your code.</li>
</ol>
<h2>Monitor in Your Web Tracking Software</h2>
<p>I’m a big fan of Google Analytics, but whatever tool you use, look into your page visits to see which pages got the most hits and which did not. From there, it’s a matter of tweaking your marketing campaign.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2012/01/11/track-qr-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Lessons from Web Analytics: An Hour a Day</title>
		<link>http://tomdoepker.com/2011/04/06/web-analytics-an-hour-a-day/</link>
		<comments>http://tomdoepker.com/2011/04/06/web-analytics-an-hour-a-day/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 12:00:06 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Book Review]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=460</guid>
		<description><![CDATA[I was surprised at the depth that Avinash Kaushik&#8217;s Web Analytics: An Hour a Day provided in terms of detailing the entire analytics landscape. I had really expected the book to be geared for the entrepreneur looking to optimize their online business – which it did address – but it was definitely more geared to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tomdoepker.com/wp-content/uploads/2011/04/WebAnalytics.jpg" rel="lightbox[460]"><br />
</a><a href="http://amzn.to/15pzE"></a><a href="http://amzn.to/15pzE"><img class="aligncenter size-full wp-image-473" title="Web Analytics: An Hour a Day by Avinash Kaushik" src="http://tomdoepker.com/wp-content/uploads/2011/04/WebAnalytics.jpg" alt="" width="540" height="701" /></a></p>
<p>I was surprised at the depth that Avinash Kaushik&#8217;s <em><strong><a title="Buy the book on Amazon" href="http://amzn.to/15pzE">Web Analytics: An Hour a Day</a></strong></em> provided in terms of detailing the entire analytics landscape. I had really expected the book to be geared for the entrepreneur looking to optimize their online business – which it did address – but it was definitely more geared to large organizations.</p>
<p>The book’s real successes come from being easy to skim for whatever you need help with as well as his tone, which is not the data “quant” you might expect, but someone who wisely focuses on using the data for a desired outcome. The data is simply a record of what has happened and he does a great job of reiterating the importance of using it to make intelligent decisions about the future. How do we shape all the data we can collect into something useful?</p>
<p>Here are three things worth noting from the book:</p>
<h2>Customer Centricity</h2>
<p>Time and again, Kaushik cautions that web analytics offer tons of data that can easily swallow you. His term “customer centricity” means to keep the focus on what customers want, not what management thinks customers want.</p>
<p>This approach offers a more holistic view of your site users (he states that only 15-25% of visitors to an ecommerce website are there to make a purchase, so imagine all the visitors you are not accounting for) and gives you a more realistic way of affecting positive change using analytics.</p>
<h2>Competitive Data</h2>
<p>It’s too easy to get focused on the avalanche of data you can collect on your own site and it’s worth the reminder that getting data on your competitors is perhaps the most effective way to gain a strategic advantage.</p>
<p>Success or failure for your web properties does not exist in a vacuum, you need the ecosystem context: what is happening in the landscape that could have caused these outcomes vs. what you are causing?</p>
<p>This competitive intelligence is key to helping you understand your performance in the greater web ecosystem and whether results have been caused by trends, your actions or your lack of actions. It can help you:</p>
<ul>
<li>Exploit market trends</li>
<li>Build off the success of your competitors</li>
<li>Optimize your SEO program</li>
</ul>
<h2>Use Site Overlays to Communicate Important Ideas to the Big Stakeholders</h2>
<p>This was a great insight: anyone in your organization can understand a site overlay. They can see the data. So the key here is to make sure that you really understand what your reports are saying, where focus needs to go, and to then use those overlays to publicize your goals.</p>
<p>In the end, Kaushik has written a very actionable and detailed book I would recommend to anyone looking get a solid understanding about website analysis.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2011/04/06/web-analytics-an-hour-a-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Does Your Website Exist?</title>
		<link>http://tomdoepker.com/2011/03/04/why-does-your-website-exist/</link>
		<comments>http://tomdoepker.com/2011/03/04/why-does-your-website-exist/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 12:00:58 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[ProjectManagement]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=391</guid>
		<description><![CDATA[That was the question I asked during a recent meeting about migrating a website into the content management system my team and I have built. The existing site has been around for years and it recently came under new ownership. They had a lot of ideas on how to personalize the site, but they and [...]]]></description>
			<content:encoded><![CDATA[<p>That was the question I asked during a recent meeting about migrating a website into <a title="Find out more about the system we built" href="/2009/08/12/what-is-the-content-management-system/">the content management system my team and I have built</a>. The existing site has been around for years and it recently came under new ownership. They had a lot of ideas on how to personalize the site, but they and their team had really not considered it much further.</p>
<h2>Existing Websites</h2>
<p>A website that has been around for some time is a bit easier to define; you can get a better sense of what has worked and what has not. Ideally, you would have some analytic tools and reports that could at least tell you what was popular and what was not, hopefully even more.</p>
<p>In this case, the reports were pretty spare, but the team had a great relationship with their audience. We were able to conduct some informal surveys with potential users as well as staff members who had worked in the office for some time to figure out what was likely to be the driving forces of the website.</p>
<p>Without that relationship, the lack of analytic reports would have led me to replicate the site as best as possible in our system, where we would be able to track it moving forward. Usually, there is either someone who has at least gotten some informal feedback that can point you in a direction to focus.</p>
<h2>New Websites</h2>
<p>It’s surprising how many times the answer to “why will this website exist?” is because they have to have a website. Having your own website is now more common than having your own office, but the focus of the site will drive everything from the initial design and content development to the long-term goal tracking and site maintenance.</p>
<p>Some suggestions:</p>
<ul>
<li>Lead generation for sales prospecting and/or creating an email database</li>
<li>Reducing support costs by providing self-help information</li>
<li>Providing required forms or research materials</li>
<li>Creating a customer experience that reinforces your brand</li>
<li>To sell products online</li>
</ul>
<h2>Simple</h2>
<p>I know it sounds really simplistic, but it works. There&#8217;s a great Jack Welch quote: “In real life, strategy is actually very straightforward. You pick a general direction and implement like hell.” Now the team knows where to focus their time and effort. We have been able to develop short-, medium- and long-term goals to measure against because we know what is strong, what needs work and how to incorporate other goals for the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2011/03/04/why-does-your-website-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Lessons from The Art of Woo</title>
		<link>http://tomdoepker.com/2011/02/25/three-lessons-from-the-art-of-woo/</link>
		<comments>http://tomdoepker.com/2011/02/25/three-lessons-from-the-art-of-woo/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 12:00:06 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Book Review]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=382</guid>
		<description><![CDATA[This book is not just about selling; it’s about getting your ideas implemented!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.theartofwoo.com/"><img class="aligncenter size-full wp-image-384" title="The Art of Woo: Using Strategic Persuasion to Sell Your Ideas by G. Richard Shell and Mario Moussa" src="http://tomdoepker.com/wp-content/uploads/2011/02/HomePage-Woo.png" alt="" width="540" height="871" /></a></p>
<p>This book is not just about selling; it’s about getting your ideas implemented!</p>
<p>I am a little embarrassed to admit that <a title="Visit the book's website" href="http://www.theartofwoo.com/"><em><strong>The Art of Woo: Using Strategic Persuasion to Sell Your Ideas by G. Richard Shell and Mario Moussa</strong></em></a> sat on the “to read” section of my bookshelf for a few months. The reviews I had read were obviously good enough to get me to buy the book, but I could not get over the idea that this is a “how to sell” book.</p>
<p>And it is a sales book, but what you are selling are your ideas. This book gives thorough, step-by-step guidance on how to get your ideas implemented. They quote Lee Iacocca, &#8220;you can have brilliant ideas, but if you can&#8217;t get them across, your ideas won&#8217;t get you anywhere.&#8221;</p>
<p>It&#8217;s a shame that I waited so long to read such a great book. Here are three things that really stood out to me:</p>
<h2>Meet face to face as much as possible. Call if necessary and use email and IM as a last resort.</h2>
<p>This one is tough for me. Sure, I can fall back on the excuse that I work on the web, but that’s just an excuse. They give great examples and a lot of detailed research supporting the simple importance of a face to face conversation. No excuses!</p>
<h2>The PCAN Model &#8211; Problem, Cause, Answer and Net Benefits.</h2>
<p>Just having the idea is only the first step. You have to work to polish that idea to perfection and – because you never know when you’ll really have a great chance to convince someone else how great it is – you need to be able to deliver it like an elevator pitch.</p>
<p>The PCAN Model is a simple way to do it. You develop a concise statement that defines the problem or need that your idea solves. You give a brief explanation of the cause of the problem itself, state your solution and then explain why your solution is the best available.</p>
<p>I love books that provide actionable advise and this terse method is the best I have heard since <a href="http://www.manager-tools.com/forums-614">the SEER technique</a>. (And no, I am not the “Tom” in this forum thread.)</p>
<h2>Secure Your Commitments</h2>
<p style="padding-left: 30px;">In order to safeguard the longtime success of a persuasive decision, it is vital to deal with politics at both the individual and organizational level.</p>
<p>This might be the most helpful part of the book. Buy in today does not mean implementation tomorrow, so the authors offer great advice and ways to ensure that all your hard work does not go to waste. Yes, it involves a little office politics, but as they point out: the good politicians are usually the ones who get their agendas pushed through.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2011/02/25/three-lessons-from-the-art-of-woo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.387 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-06 01:39:13 -->

