<?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</title>
	<atom:link href="http://tomdoepker.com/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>Brandwash Your Website</title>
		<link>http://tomdoepker.com/2011/11/25/brandwash-your-website/</link>
		<comments>http://tomdoepker.com/2011/11/25/brandwash-your-website/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 12:00:58 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Book Review]]></category>
		<category><![CDATA[Branding]]></category>
		<category><![CDATA[UserExperience]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=533</guid>
		<description><![CDATA[Martin Lindstrom takes the consumer’s side in Brandwashed, detailing the tricks and practices used by today’s marketers. He builds from elementary psychology tools that have been used for ages to the aggressive data mining used by today’s online powerhouses. The data mining portion is as fascinating as it is scary; covering all ways we unwittingly [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://amzn.to/j2C92g"><img class="aligncenter size-full wp-image-535" title="Brandwashed" src="http://tomdoepker.com/wp-content/uploads/2011/11/bw-big1.jpg" alt="" width="540" height="857" /></a></p>
<p>Martin Lindstrom takes the consumer’s side in <a title="Buy the book on Amazon.com" href="http://amzn.to/j2C92g"><strong><em>Brandwashed</em></strong></a>, detailing the tricks and practices used by today’s marketers. He builds from elementary psychology tools that have been used for ages to the aggressive data mining used by today’s online powerhouses.</p>
<p>The data mining portion is as fascinating as it is scary; covering all ways we unwittingly allow marketers information about ourselves. He adds a lighthearted touch by outlining a hypothetical shopping trip in which he deceives the store’s data mining strategies by tricking them into thinking that a white male from Denmark is a black woman, simply by purchasing things he’ll never use. It’s a nice way to bring the reader back after scaring us with the knowledge that some stores use tracking chips on their shopping carts to plot customer’s paths. (By doing so, they can figure out how to slow us down, therefore making impulse buys more likely.)</p>
<p>Not to discount the importance of data mining in site development, I was also struck by how many of the methods discussed could easily be implemented through solid user experience design.</p>
<h2>Somatic Markers</h2>
<p>A “somatic marker” is a short cut the brain makes to cut down on excess thinking. It’s a hypothesis put forward by neuroscientist Antonio Damasio that is essentially the same thing as a <a title="I discussed this in an earlier post" href="http://tomdoepker.com/2011/07/15/the-social-animal/">heuristic</a> ; a well-worn path in the mind that is repeatedly used because of its past success in decision-making.</p>
<p>In much the same way we tend to have a favorite dish at a restaurant or we always fold towels the same way, we know what works and have to challenge ourselves to try the process differently. There’s a reason that successful websites share a lot of the same traits: they work.</p>
<h2>Bestseller lists make decisions easy</h2>
<p>Remember the first time you walked in to one of the big box book stores? The immense amount of books they had was overwhelming. While it was great that all these books were on hand, where would you possibly start?</p>
<p>That’s the point of bestseller lists, Lindstrom explains. He details how he had the employees of one such book store remove all but one table of books from the front of the store. They were allowed to put a dozen different titles – stuff that they liked or was popular – on that table. The result was a two percent (which he assures us is a big number in book sales) increase in sales.</p>
<p>Bestseller lists are an analogy to &#8220;top links&#8221; on a website. The idea is to display a mix of what is popular and what we want to push at the user. It’s why Amazon lists things like “People who looked at this ultimately bought…” and “People who looked at this also looked at…” Whether it helps us navigate the wealth of options or simply allows us to do what everyone else is doing, these short cuts make the user’s experience easier.</p>
<h2>A smaller box</h2>
<p>In a similar story, Lindstrom discusses a focus group he ran in which he asked participants to choose a chocolate, either from a box of thirty or from a box of six. They overwhelmingly chose to pick from the box of six, again because they were not overwhelmed by options and could more easily eliminate some options and come to a decision.</p>
<p>I took this as an excellent analogy for the importance of taxonomy on a website. Following Steve Krug’s rule that a user will click as many times as necessary as long as they feel like they are on the right path, it is important to remember to do the hard work of organizing our content. It’s easy to slack off when there is a search box on the site. The goal should be to have the search box as the safety net, with user testing and thoughtful content analysis as the preferred path.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2011/11/25/brandwash-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How the Mind Works with the Web</title>
		<link>http://tomdoepker.com/2011/11/18/how-the-mind-works-with-the-web/</link>
		<comments>http://tomdoepker.com/2011/11/18/how-the-mind-works-with-the-web/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 12:00:50 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Book Review]]></category>
		<category><![CDATA[UserExperience]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=519</guid>
		<description><![CDATA[Writing a book called How the Mind Works is an ambitious undertaking, and Steven Pinker has definitely succeeded. In a thick and dense book, Pinker puts forth a rigorously researched theory that the mind works much like a computer does, with current items (what you are thinking about right now) up on a “desktop” and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://amzn.to/voeCKb"><img class="aligncenter size-full wp-image-524" title="How the Mind Works" src="http://tomdoepker.com/wp-content/uploads/2011/11/htmw.jpg" alt="" width="540" height="867" /></a></p>
<p>Writing a book called<em><strong> <a title="Buy the book on Amazon.com" href="http://amzn.to/voeCKb">How the Mind Works</a></strong></em> is an ambitious undertaking, and Steven Pinker has definitely succeeded. In a thick and dense book, Pinker puts forth a rigorously researched theory that the mind works much like a computer does, with current items (what you are thinking about right now) up on a “desktop” and other items available in the “hard drive” (the sum total of your knowledge). His evolutionary model explains how the mind came to be and how the “programs” our mind uses can even be strengthened through repeated use in the same way that a muscle will grow if you lift weights. He then continues with the evolutionary model to show that our mind is adapted to a world of foraging hunter-gatherers but is now saddled with trying to make sense of today’s information overload.</p>
<p>The book is entertaining, engrossing and incredibly educational. Here are three things that really struck me in terms of how the mind relates to websites.</p>
<h2>Geons.</h2>
<p>How does the human brain recognize objects? If you had only seen a photo of a suitcase exactly from the side, would you only recognize suitcases in profile? If it was lying on its side, would you still recognize it?</p>
<p>In addition to some neat tricks like being able to mentally flip and rotate a shape in your mind, a prevailing theory also states that we compose every object we see as a collection of some basic shapes, called geons. Several of these geons (see below) can come together to form anything: from a suitcase to a car. In much the same way the letters of the alphabet can be combined in countless ways to form every word or sound imaginable, geons can construct a mental object in our minds.</p>
<p style="padding-left: 30px;">The psychologist Irv Beiderman has fleshed out&#8230;.an inventory of simple geometric parts that he calls “geons”&#8230;Beiderman proposes twenty-four geons altogether. Geons can be assembled into objects with a few attachment relations like “above”, “beside”, etc. [In much the same way words are built from the 26 letters in the alphabet, shapes can be built from the building blocks of the 24 geons.] p. 270</p>
<p><a href="http://bit.ly/rO7Ig9"><img class="aligncenter size-full wp-image-529" title="Examples of geons" src="http://tomdoepker.com/wp-content/uploads/2011/11/Geon21.png" alt="" width="500" height="421" /></a></p>
<p>People can make complex things out of a group of small, basic parts. Why would a web page be any different? Search boxes are usually at the top right, logos usually the top left, etc.</p>
<p>With this in mind, we can see that everything from a suitcase to a website is simply a collection of parts. For our user to recognize them, they simply have to follow a general pattern that the user has already noted on countless other sites. It&#8217;s not at the framework level that we should look to engage our users, they need to be in an environment they are comfortable to explore.</p>
<h2>Everyone basically believes that they are right.</h2>
<p>Call it irrational optimism, but humans are hardwired to believe that we are right by default. This mindset has allowed mankind to survive through dim circumstances and to accomplish things others did not think possible.</p>
<p>But it has a drawback: when we always think we are right, we quickly become discouraged when that assumption is challenged. This is the driving force of all usability because the user always has to feel like what they are doing is correct. Steve Krug touches on this in Don’t Make Me Think: it matters less how many times a user has to click as long as they feel like they are on the right path.</p>
<p>I challenge the notion of not making people think. My goal when designing a website is not to dumb it down to the lowest common denominator, that’s unrealistic. Instead, make it easy to use and encourage the user to become a bit more immersed in the site. As long as the small challenges I provide easily enough mesh with an average users’ sense of how the site should work, the site will be successful. I will have engaged the user.</p>
<h2>Thinking is Hard</h2>
<p>Steven Pinker likes to bake bread. At one point, he was dissatisfied with the bread he had been baking, so he tweaked a few things. The resulting batch was much better, so he was happy. Did he go back and rigorously research which of his tweaks had made the difference between good and bad bread? No. He just ate the good bread.</p>
<p>The mind is powerful because it is ruthlessly efficient. Do you remember every word from the last conversation you had? No. But you do remember the point of the conversation and any outcome it may have had. The brain does not waste energy on things it does not need to spend time computing, if it did, we would be overwhelmed as soon as we woke up. Instead of just checking the time on the alarm clock, you would be enthralled with its color, how it works and more.</p>
<p>After the invention of the telegraph, there were people who claimed that the short messages would be the death of thoughtful communication, which they claimed were hand-written letters. Similarly, there are those who bemoan writing content for the web. They want to write a detail-packed essay and it’s my job to convince these writers that web readers will be looking for succinctly written copy that is broken up with sub headings to make skimming it easy. (As mentioned above, of course we both think our conflicting methods are the right one.)</p>
<p>The goal needs to be to engage users thoughtfully. Give details for dense information, but maybe break it up into a bulleted list. Don’t bury a phone number in the middle of a paragraph. Evaluate the message you want to convey, and then determine how to present it in a concise form.</p>
<p>To imply that we do not want the user to think is too simplistic. We just do not want the experience to be too complicated. We want to engage the user. This does involve a bit of thinking, we just need to make sure that they can get the information they will be thinking about in as easy a process as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2011/11/18/how-the-mind-works-with-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Social Animal as a User Experience Manual</title>
		<link>http://tomdoepker.com/2011/07/15/the-social-animal/</link>
		<comments>http://tomdoepker.com/2011/07/15/the-social-animal/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 12:00:04 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Book Review]]></category>
		<category><![CDATA[SocialMedia]]></category>
		<category><![CDATA[UserExperience]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=501</guid>
		<description><![CDATA[David Brooks’ great new book The Social Animal argues that psychology is missing a lot by only focusing on an individual’s mind. He presents a strong argument that we’re missing a vast amount of important information by not paying attention to two other key drivers of a person’s mind: Their social interactions The messy and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/Social-Animal-Sources-Character-Achievement/dp/140006760X"><img class="aligncenter size-full wp-image-502" title="David Brooks’ The Social Animal " src="http://tomdoepker.com/wp-content/uploads/2011/07/HomePage-SocialAnimal.jpg" alt="" width="540" height="854" /></a></p>
<p>David Brooks’ great new book <a title="Buy the book on Amazon.com" href="http://www.amazon.com/Social-Animal-Sources-Character-Achievement/dp/140006760X"><em>The Social Animal</em></a> argues that psychology is missing a lot by only focusing on an individual’s mind. He presents a strong argument that we’re missing a vast amount of important information by not paying attention to two other key drivers of a person’s mind:</p>
<ol>
<li>Their social interactions</li>
<li>The messy and more abstract nature of the unconscious mind</li>
</ol>
<p>The conscious mind is like a general watching a battle from on top of a hill, while the unconscious mind is like thousands of scouts reporting back important information. Too often, we overlook the importance of our unconscious mind as well as the importance of our relationships with others. A human is more than cold logic, they are the ambiguous and messy collection of subconscious thoughts and relationships that cannot be neatly summarized.</p>
<p>Instead of a GPS, the mind is an EPS, emotional positioning system. All previous experience and knowledge act as the maps, coloring your possible choices with excitement, fear or nervousness based on the ways your mind wants you to react.</p>
<p>Here are three points in which the book shows us how it could help guide user experience with the web.</p>
<h2>Reinforcing the Argument of Heuristics</h2>
<p>A heuristic is the well-worn path our minds will always try to revert to in order to solve a problem. It&#8217;s a comfortable groove for our thought to travel along. Every time I go to the grocery store, I park in the same basic section of the lot. I do not even have to consciously plan to guide the car there any more, it’s that ingrained. Years ago, it occurred to me that if my car is always in the same area, I would save myself the embarrassment of wandering around the parking lot with a cart full of groceries.</p>
<p>That is a heuristic: a repeated, experience-based process that I can mindlessly follow in order to get a desired result.</p>
<p>The more neural networks perform the same activity &#8211; driving a car, brushing your teeth &#8211; the stronger they become. And of course, we find it easier to rely on the stronger connections, so we use them more, which reinforces and strengthens them further.</p>
<p>Domain-specific learning is often the easiest for us. This is any learning that is done within the context of an area in which you already have a good deal of expertise, where a professional chef would have a much easier time figuring out a complicated recipe than the average person would.</p>
<p>Brooks cites a study in which chess grand masters are given quick glimpses at a chess board, and then asked to describe where each piece was. They were remarkably accurate. Does this mean that a chess grand master has a photographic memory? No. They were able to reconstruct the boards by placing them in the context of a game, another example of a heuristic.</p>
<p>When the boards were flashed at the grand masters with the pieces in a totally random order, which would in no way correlate to a chess match, the masters’ ability to reproduce the board dropped off significantly.</p>
<p style="padding-left: 30px;">“The mind stores certain &#8216;if…then…&#8217; rules of thumb, which get activated by context and can be trotted out and applied in appropriate or near-appropriate circumstances.”</p>
<p>He goes on to detail how children need to feel that they can explore with the comfort of a safety net of security at home with the parents. A parents’ job then is to match discipline with warmth, depending on the need of the situation. He then subtly points out that these learned traits do not really change much as we grow up, implying that there is still a lot of truth in the idea that we will only tentatively explore new ideas as long as we have a secure safety net.</p>
<p>As a designer, it’s really pretty dull to always have the search box on the top right corner of your site, but that’s where people are going to look for it. When I was immediately out of college, design for its own sake was my goal, but I have learned that a truly successful website is the one your users enjoy. And I still believe that you can break the mold a bit, enough to challenge and engage your user.</p>
<h2>As a Social Media Strategy Guide</h2>
<p>All of us would like to think that we are rational and intelligent people, but we would also have to admit that we continue to do inexplicably dumb things. Brooks discusses the “rational animal” that the Enlightenment wanted humans to be, but points out that we’re just not a bunch of Spock-like creatures.  Instead, what separates man from animals is our ability to understand, relate to and empathize with each other. He quotes scientist Ulric Neisser , who thinks he has identified an anatomic distinction in humans:</p>
<p style="padding-left: 30px;">&#8220;It is worth noting that, anatomically, the human cerebrum appears to be the sort of diffuse system in which multiple processes would be at home. In this respect it differs from the nervous system of lower animals. Our hypothesis leads us to the radical suggestion that the critical difference between the thinking of human beings and of lower animals lies not in the existence of consciousness but in the capacity for complex processes outside of it.&#8221;</p>
<p>He goes on to explain that we really cannot help but be drawn in:</p>
<p style="padding-left: 30px;">&#8220;Your unconscious wants to entangle you in the thick web of relations that are the essence of human flourishing.&#8221;</p>
<p>How to use all of this to advantageously market to people via social media is really much better summed up in the different people involved in a <a title="Buy the book on Amazon.com" href="http://www.amazon.com/Tipping-Point-Little-Things-Difference/dp/0316346624">Malcolm Gladwell <em>Tipping Point</em></a>, what this book adds is a deeper understanding of <em>why</em> we want to connect with others online, even through superficial relationships like Facebook friends.</p>
<p>Brooks argues (though I am not entirely sold) that Americans are an individualistic but basically trusting society. The point he seems to be driving home is that humans all have a basic belief that other people are generally good. My issue with this is that there seems to have been a big backlash against “faceless corporations” lately, at least from the rational, conscious part of people’s minds. This leads me to think that there is an innate distrust of any company or organization, especially since the recent recession.</p>
<p>So what do we as social media and web planners do? My argument would be to humanize our brand as much as possible by emphasizing great customer service that makes users really feel like we care. Secondary goals would be the focus on “putting a face” on the brand through the use of photos and videos that capture the happy experience of using that brand.</p>
<h2>Not So Easy a Caveman Can Use It</h2>
<p>In the book, Brooks makes a somewhat controversial use of characters that we can at times relate to and other times dislike, but they serve as his narrative means of bringing the reader through all of his findings.</p>
<p>The main character is Harold, whom he covers from his inception to his death. While Harold is in high school, Brooks discusses the stages of learning.</p>
<ol>
<li>Mastering the material, in which Harold basically just reads up on his subject and does what he can to master the facts.</li>
<li>Processing what you have learned. Here, Harold goes through a journal-writing exercise in order to straighten out his thoughts and to either solidify or discard weak connections.</li>
<li>Revising, Harold continues to muddle through what he has learned.</li>
<li>Making everything coherent, the final stage in which Harold lays out all that he has learned. It is here one would make a final point about what they have learned.</li>
</ol>
<p>There’s a great quote by designer Joshua Davis:</p>
<p style="padding-left: 30px;">“We shouldn’t assume that the general viewing public is an idiot. We should try to evolve the medium by making intuitive systems that educate the user &#8211; not design to what level we think they can handle”</p>
<p>By knowing <em>how</em> people learn – the process, that a safety net of known options leads them to be more comfortable trying out some new things – is where user interface design can really continue to evolve well. It’s so easy to get caught up in the idea of making sure that your site or app looks the same on a variety of screens that we often forget that our goal is to make it so awesome that a user <em>wants</em> to use it.</p>
<p>Every website, social media property or web app has a goal: get the customer to buy something or learn about what you are trying to do. Our job then is to take that goal, put it in an enticingly-challenging situation and to continue to adapt to make sure that we are meeting our goals by helping the user meet theirs.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2011/07/15/the-social-animal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.397 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-06 01:31:51 -->

