<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Raised By Turtles</title>
	<atom:link href="http://raisedbyturtles.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://raisedbyturtles.org</link>
	<description>None of the News that's Fit to Print</description>
	<lastBuildDate>Wed, 09 May 2012 01:51:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Change CNAME Record to run Google Apps on Your Domain at Moniker</title>
		<link>http://raisedbyturtles.org/cname-record-for-google-apps/</link>
		<comments>http://raisedbyturtles.org/cname-record-for-google-apps/#comments</comments>
		<pubDate>Wed, 09 May 2012 01:44:35 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=737</guid>
		<description><![CDATA[The Moniker.com interface is a bit confusing, so here's a step-by-step instruction on how to change the CNAME record for a domain at Moniker]]></description>
			<content:encoded><![CDATA[<p>I know this seems like a pretty obscure topic, but if you have a domain that you&#8217;re using for a website, but want to also be able to use it for Google Apps, you need to edit the CNAME record at your registrar. I found this rather inobvious at Moniker, so after I figured it out, I created a Google Knol about this. It seemed to be appreciated, but Google closed down the whole Knol system so I figured I would just copy it here so it&#8217;s still available somewhere. </p>
<ol>
<li>Log in to your account at <a href="http://moniker.com">Moniker.com</a>.</li>
<li>Go to the <b>My Domains</b> page (i.e. your domain manager)</li>
<li>Select the <b>check box</b> for the domain you want to set up for Google Apps</li>
<li>On the domain management menu, click <b>IP</b> (third tab from the left in current layout)</li>
<li>Click on <b>Template Manager</b></li>
<li>Click on <b>Create New Template</b> and name it something like Google Apps</li>
<li>Delete all selections for that template by clicking the check box next to each entry and saving the template. This gives a blank slate to work with.</li>
<li>Under <b>Add Template Records</b> -&gt; <b>Select Record Type</b> choose to add a CNAME record.</li>
<li>Your <b>hostname </b>will be the verification code Google gave you (something like googleffffffffab123456) and your address will be that code appended to the Google domain (so in this example googleffffffffab770727.google.com). Note that there is no <i>http </i>or anything like that.</li>
<li>Go to the <a href="http://www.google.com/support/a/bin/answer.py?hl=en&amp;answer=47283">Google help page on creating a CNAME record</a> and scroll down to the <b>Check the status of your CNAME record</b> and enter the address with no http prefix (again googleffffffffab770727.google.com in this example). It should verify in a couple of hops if it&#8217;s working right.</li>
<li>Go back to your Google Apps admin panel and verify your domain.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/cname-record-for-google-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thinking about URLs and Overthinking about URLs</title>
		<link>http://raisedbyturtles.org/urls-slashes-dynamic-site/</link>
		<comments>http://raisedbyturtles.org/urls-slashes-dynamic-site/#comments</comments>
		<pubDate>Tue, 01 May 2012 19:02:16 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=733</guid>
		<description><![CDATA[A discussion about trailing slashes on URLs for "listing" pages got me thinking about what a URL is and should be. Yeah, this post is a bit obsessive.]]></description>
			<content:encoded><![CDATA[<p>Rethinking URLs and Trailing Slashes</p>
<p>There is a level a geekiness beyond which few will tread. This likely crosses that frontier. I&#8217;m prompted to write this as a result of a discussion on WebmasterWorld about which URLs should and should not have a trailing slash. One person threw out the idea that URLs for files should not have slashes and URLs for directories should. While that seems sensible, when talking about the architecture of a website, that terminology makes no sense anymore in the context of dynamic websites. In that case, we would be better off to speak of <a href="http://en.wikipedia.org/wiki/Graph_(mathematics)">vertices or nodes and edges</a> or, if the site is strongly hierarchical, we could think in terms of <a href="http://en.wikipedia.org/wiki/Tree_(data_structure)">branch nodes and leaf nodes</a>. In the latter case, we might (or might not) consider branch nodes to be &#8220;directories&#8221; or &#8220;folders&#8221; and leaf nodes to be &#8220;files&#8221;, even though the URLs no longer bear any relation to some underlying structure on a hard disk.</p>
<p>So all of this got me thinking about the characteristics of a modern URL and what it means for thinking about site structure and the implications that has for building listing pages that are good for the user first and foremost and good for search engine optimization as a consequence. Of course, in my usual elliptical way, it will take me 2,000 words to cycle back around to that point.</p>
<p>Before I go into all that, to stave off pedantic comments about URLs versus URIs, a URL is simply &#8220;a type of URI that identifies a resource via a representation of its primary access mechanism (e.g., its network &#8216;location&#8217;), rather than by some other attributes it may have&#8221; according to the <a href="">W3C report on the subject</a> (see also <a href="http://danielmiessler.com/study/url_vs_uri/">Dan Meissler&#8217;s summary</a>). Translation: what you see in your browser address bar is always a URL and all URLs are URIs (actually Chrome breaks this by omitting the protocol identifier, but close enough). A URL was once considered a specific subset of URIs, but can now be considered a colloquial but useful (as per the W3C report) rather than a technical term.</p>
<h2>URLs Are Abstract</h2>
<p>In the old days, it was usual for URLs to reveal something about server architecture, and you still see this on some sites (especially ASP sites on Windows servers). Examples are URLs like:</p>
<ol>
<li>http://example.com/page.html</li>
<li>http://example.com/page.php</li>
<li>http://example.com/category/</li>
<li>http://example.com/index.php?p=123</li>
</ol>
<p>In the first two examples, the file extension suggests that the URL is pointing at a file, and that #1 is a simple HTML file that will be fed directly to the client (i.e. browser) as it exists on the server, while #2 is a PHP file, which needs to be evaluated by the PHP processor on the server, which will then feed the actual data to the client. In #3, especially since it is on the same domain as the others, we assume because of the trailing slash that it points to a directory, that is a collection of files on the server hard disk. In the final example, the URL suggests that it points to a file and that file is getting a parameter passed to it and the variable &#8220;p&#8221; will have the value &#8220;123&#8243;. </p>
<p>Now of course, this could all be wrong. We&#8217;re making an assumption that the URL indicates something about the server. However, early on Tim Berners-Lee proposed the <em>Axiom of Opacity of URIs</em> which states simply:</p>
<blockquote><p>The only thing you can use an identifier for is to refer to an object. When you are not dereferencing, you should not look at the contents of the URI string to gain other information.</p></blockquote>
<p>source: Tim Berners-Lee, <a href="http://www.w3.org/DesignIssues/Axioms.html">Universal [<em>sic</em>] Resource Identifiers — Axioms of Web Architecture</a>, 1996.</p>
<p><em>Dereferencing</em> is just a tech geek way of saying <a href="http://www.w3.org/2001/tag/doc/httpRange-14/2007-05-31/HttpRange-14#sec-information-resources">retrieving the resource</a> which is a tech geek way of saying displaying the page or image.</p>
<p>So in other words, the URL should only tell you and only does tell you how to locate the thing you&#8217;re looking for. It should not and ultimately does not expose the underlying system that is finding that thing. This axiom was usually ignored in the early days of the web because it was so easy to make a URL point to a file or a directory on the hard drive of the server. So out of laziness, URLs betrayed a lot about the server architecture, but this was a consequence of laziness, not an inherent and certainly not a desirable characteristic of a URL.</p>
<p>In my own case, like all beginners at the time, I started with simple URLs that mapped directly to specific files using the actual file names, including file extensions. One of the reason I started building my own content management system (CMS), though, was that the lack of abstraction bothered me. I hadn&#8217;t read any of this stuff by Tim Berners-Lee, but I just felt that storage location and addressing should not be so tightly tied to each other. </p>
<p>As a former programmer, I believed in having an abstraction layer between the user interface and the underlying technology. However, at the time I built my first pages, I was writing my dissertation in history. As a scholar, having URLs point to the host, directory, subdirectory and file location was like having call numbers point to the building, floor, shelf and shelf position of a book, rather than some abstract naming scheme like the <a href="http://www.loc.gov/catdir/cpso/lcco/">Library of Congress classification</a>. We do not expect the call number of a book to reveal anything about the architecture of the storage facility and I could see no reason why the URL of the &#8220;resource&#8221; would betray anything about the architecture of the server. Rather, the LC call number is based on the <em>information architecture</em> of the LC system without reference to the <em>physical architecture</em> of the building holding the books. It seemed only natural to me that my site URLs should be based on the information architecture of the site, without reference to the server setup.</p>
<p>This observation set me on the path of creating my own content management systems where the page content was split among as many database tables as necessary and the URL was simply an entry in yet another table. The URL table had a column with the URL and that was keyed to some number or whatever that told the program how to put together the page. At this point, the URL was a pure abstraction. </p>
<p>Eventually, I began looking for an open-source alternative to my custom CMS, which as a spare-time project of one guy had substantial limitations. One of the things that initially attracted me to <a href="http://drupal.org">Drupal</a> was that it offered complete URL abstraction, using a lookup table as I was doing in my custom CMS. Now, ten years later, Drupal remains my CMS of choice, even though WordPress and many others now have similarly convenient URL abstraction (yes, this blog is on WordPress — I like it for blogging or very simple brochure sites; I like Drupal for almost everything else).</p>
<p>In 1997, to get good URL abstraction, I needed to build a system that had URL abstraction as a basic component and for that I had to know a programming language and be able to interface with a database. Most people were still hand-coding HTML at the time. Only a small number of people, either through reading or just thinking about it, knew about the Axiom of URI Opacity or, as I conceived it, URL Abstraction. Those that did, often did not have the technical means to achieve it. So we came to think of URLs as being somehow related to server technology. And we came to think of branch and leaf nodes in terms of directories and files, and we differentiated directories from files by the presence of absence of trailing slashes and file extensions.</p>
<p>Flash forward to 2012. Beginners are now more likely to install WordPress than to learn to hand code HTML. And WordPress and most other CMS now have very convenient URL Abstraction built in. So I now see abstract URLs, that is URLs that are simply a lookup column in a database, as the norm. The old-school URLs that tell you something about the machine architecture are a dying breed. And good riddance. by implication, the idea that a URL should differentiate a directory or listing from a file or page becomes problematic, as we&#8217;ll see.</p>
<h2>URLs As API</h2>
<p>If URLs are abstract and are just a lookup column in a table, what does that mean? Among other things, it means that they no longer are a server hardware interface, they are a sort of Application Programming Interface. They are a means not simply of looking up a resource, but of interacting with the underlying program through an abstracted interface. I say the interface is abstract because I don&#8217;t know what a given URL does once captured by the program (because URI Opacity is a fundamental principle), only that it does <em>stuff</em>. But as a Drupal developer, I can grab any part of the URL and create very different results, routing data through one template or another based on the second or third or fourth term of the URL. </p>
<p>In effect, when I build a site in a system like Drupal with abstract URLs, I can make any part of the URL fire any sort of action, in effect exposing an API to users and designers. Yes, the URL still tells the server how to &#8220;dereference a resource&#8221; but the underlying program can treat any and all parts of the URL as a parameter and in arbitrary ways (i.e. any part can have any meaning/implication). This is a natural consequence of opacity and abstraction.</p>
<h2>URLs are Content</h2>
<p>This may stretch the definition of content a bit, but think about what an abstract URL becomes. It is a column in a lookup table, which means that from an information storage point of view, it is identical to the meta title, the H1 tag content, the nagivation menu items and the body of the page, the latter of which may be assembled from many different tables. </p>
<p>We will commonly use the URL as the key to figure out which item to look up in the other tables, but I may decide to list all pages of a certain taxonomic category, in which case the category is the lookup criteria and the URL is simply data.</p>
<p>Is it content? I would say that ideally it is in the sense that it contains actual information that tells the user, search engines and site editors what the page is about. If it is stored like any other data and it conveys information about the page like any other data, is it not page-specific content? If you&#8217;re paying attention, it might appear that passing information about the page through the URL violates the axiom of URI opacity. However, URI opacity refers to how the user agent is to treat the URI, not whether or not it can convey information to a reader about the meaning and content of the resource that is referenced. In the case of a web page served via HTTP to a browser, it means that the browser is not to make assumptions about how to handle the page based on any component of the URL (file extension, presence/absence of a query string). It is, rather, the job of the HTTP headers to pass this information and the browser to do what it&#8217;s told. So URI opacity means opaque to the user agent, not necessarily to the user!</p>
<h2>Directories Are Abstract</h2>
<p>Since URLs are abstract, opaque and serve as API and content, what then is the distinction between &#8220;directory&#8221; and &#8220;file&#8221;. In the discussion that prompted this, someone said that directories are lists of pages. I can see that definition working on a classic server setup where when you have a URL that points to a directory and you allow the user to have the &#8220;index view&#8221;. In that case you get a list of files in that directory. In that case, we typically want (and depending on server setup may even need) a trailing slash to indicate what we&#8217;re looking at. But such a view is a gross violation of the principle of abstaction. It&#8217;s fine for a file server, but not for a website. </p>
<p>If we switch to a dynamic site built on Drupal (and to a much lesser extent WordPress), we quickly lose all sense of listing pages as directories. To take a very simple example, my <a href="http://yosemiteexplorer.com/nature/flowers">Yosemite flower identifier page</a> is what would be a classic &#8220;listing&#8221; page. And yet, what do we find there?</p>
<ul>
<li><strong>Rich Structured Data</strong>. What&#8217;s here is being pulled from several different database tables to put together a list, yes, but not really a mere list of pages and certainly not a list of files. It has a photo, the common name (which is the only part linked to the page for that specific flower), the Latin name (genus and species) and the Family name. This is not merely a listing or link to the page, but a subset of data on the page. This particular page does not have any introductory content, but it could easily prepend a 30,000 word discourse on the native plants of Yosemite to the listing. In which case, is it primarily a <em>list</em> or primarly a <em>page</em>? And what possible meaning do those terms then have? In any case, the terms &#8220;directory&#8221; and &#8220;file&#8221; have no meaning at all here.</li>
<li><strong>Arbitrary Data Collections: Infinite <em>Directories</em> for a Given Set of <em>Pages</em></strong>. The structured data presented here is arbitrary. I could list these same pages and have the strucutred data show as paragraphs rather than columns, I could have columns with color and number of petals rather than taxonomy. I can have a virtually infinite number of presentations for this same listing of pages. Because we have abstracted URLs, collections of pages are arbitrary, abstract themselves and blur the line between listing and page. The distinction between branch nodes and leaf nodes still makes sense, but both become &#8220;pages&#8221; (though in Drupal parlance only leaf nodes are &#8220;nodes&#8221;).</li>
<li><strong>The URL is an API</strong>. The user has access to various select boxes to create a custom listing page. This is simply offering the user a convenient means to hack the URL, which is to say, the API for this list. Again, thinking in terms of a URL that points to a directory loses all meaning.</li>
</ul>
<h2>Who Cares?</h2>
<p>So who cares whether or not URLs are abstract and whether or not a trailing slash is added to a URL? More to the point, what does this have to do with anything practical? I would say there are substantial implications here for the design of pages, specifically branch node pages. The most important of them is this: if the distinction between directories and files is meaningless, between listings and pages has become inobvious, and if we see all page-specific parts of the page as &#8220;content&#8221;, this suggest something to us about site architecture. </p>
<p>The main thing it suggests is that we need to look for the &#8220;value add&#8221; that a listing has. If it is a mere listing, does it help the user or merely add one click layer to her quest to find relevant information? The value add might be a nice introduction and guide to the category, with most popular and best pages highlighted. In the case of my flower finder page, the value add over a straight list is that people can filter by characteristics they know in order to get a small set of photos from which they can, perhaps, visually identify the flower.</p>
<p>All of this has me thinking in terms of paying more attention to the content of my branch nodes, as it were. It has me thinking that laziness and sloth lead me to create simple listing pages, but these have little value to the user and they also make it harder for the search engines to differentiate one collection of pages from another. So ideally, every branch node becomes a significant content page, a guide to both user and search engine and, I would say, to site editor to sharpen her sense of the information architecture of the site. As you can see, sadly, the organizational principle of Raised By Turtles is basically to put things in the blender and then pour… but that&#8217;s work for another day.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/urls-slashes-dynamic-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ownership</title>
		<link>http://raisedbyturtles.org/ownership/</link>
		<comments>http://raisedbyturtles.org/ownership/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 17:48:10 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Leadership]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=731</guid>
		<description><![CDATA[Why do some people take ownership of problems that others pass by without a response? I don't have an answer, but if you do, please add a comment.]]></description>
			<content:encoded><![CDATA[<p>Are you an owner? I&#8217;m not thinking of whether or not you&#8217;re in the 99% or the 1%, a homeowner or a renter. I&#8217;m thinking more of taking ownership of issues and problems. I&#8217;m not particularly an owner. More than some people, but not as much as people I really admire. I was thinking recently about this because a friend just got promoted to district ranger in one of the busiest national parks. The district ranger is still under the superintendent, but for the most part, he or she has the main responsibility for running the district. It occurred to me that at that level, I think I would feel real ownership. It also made me think of my dad, the former athletic director of the University of Vermont. My dad loved the place and he had a tremendous sense of ownership over the athletic program and, to a lesser extent, the university.</p>
<p>What does that mean? For my dad, it meant that he ultimately felt responsible for all sorts of things that weren&#8217;t, strictly speaking, his job. He used to joke that he was the only NCAA Division I athletic director in America who got called a 9pm when someone was locked out of the building. Yet he did and he&#8217;d go up there with his keys even if it was security&#8217;s job. But security maybe wouldn&#8217;t know the person and it would get messy, so he would shoot over (only a quarter mile from the house). Not that he occuppied himself with the details per se, but he couldn&#8217;t walk by a piece of garbage, a broken doorknob or anything like that without taking ownership. Every semester, he looked over the grade report for every single athlete — and they had 26 varsity sports teams. If an athlete was getting low grades, he had a meeting with the athletic director. If there&#8217;s something that marks the person who takes ownership, it&#8217;s the desire to take on things simply because you see the problem as your problem, even if nobody else does.</p>
<p>I have a bit of this in me, but not a lot (I&#8217;ll come back to what I mean by a lot in second). One time my boss at the ski area asked me to do something &#8220;Because you&#8217;re a take charge kind of guy.&#8221; I thought he was joking, because I didn&#8217;t seem myself that way. When I laughed, he said, &#8220;No, seriously, you are.&#8221; I found this so odd and amusing that I told my wife about it that evening. She said &#8220;Well, it&#8217;s true. You are.&#8221; And that really confused me. I said, &#8220;But I don&#8217;t like to be in charge. I&#8217;m just impatient. I only take charge when something isn&#8217;t happening that should and nobody&#8217;s doing anything about it.&#8221; She laughed and said &#8220;Exactly. And how often does that happen?&#8221; </p>
<p>It slowly dawned on me that everyone has a certain reluctance to take ownership, but we all have our threshhold. Mine is somewhere in the middle and there are enough people around who are at the bottom, that in some contexts, that makes me a take charge kind of guy. In some cases, our threshhold is triggered by impatience or civic duty or fear. In some cases, ownership goes with the job. I can excuse myself from a lot of high-level problems, because I&#8217;m not the high-level guy. That&#8217;s my boss&#8217;s boss. That&#8217;s the governor or the president. He owns that problem. </p>
<p>Some people take ownership of things they have no real need or compulsion to own. Bill Gates decided to take ownership of the problem of vaccination in poor countries. Of course, I still have my excuses because I would do something big like that if I had his resources, right? But then there are the remarkable people who give lie to our excuses. People with no more resources than us for the most part, who make the biggest problems of the world their problem. <a href="http://www.rachelcarson.org/">Rachel Carson</a> took ownership of the national pollution problem. <a href="http://www.pbs.org/wgbh/pages/frontline/shows/mandela/revolution/">Nelson Mandela</a> took ownership of both apartheid and post-apartheid reconcilation, waging a violent campaign to end apartheid and then turning himself into one of the great peacemakers of all time. <a href="http://www.helencaldicott.com/">Helen Caldicott</a> took ownership of global nuclear proliferation. <a href="http://www.muhammadyunus.org/">Mohammed Yunus</a> took ownership of poverty in India and now much further afield, with the <a href="http://www.grameen-info.org/index.php?option=com_content&#038;task=view&#038;id=19&#038;Itemid=114">Grameen Bank</a>.</p>
<p>Now I&#8217;m wondering, what&#8217;s so different about them? What makes these people of unexceptional means have the audacity to take on the world&#8217;s most intractable problems and then feel a duty and responsibility to do so. For me, it&#8217;s impulsive and automatic to take ownership of the problem if I see a guest at the ski area who is having a bad time or I see a dangerous obstacle on the slope. Some employees would ski right by, but as an employee at the ski area, I couldn&#8217;t. That seems natural to me. Somehow, though, as a citizen of the world and a human being, I can ski right by poverty, children dying of diseases for which they can easily be vaccinated, nuclear proliferation, gross pollution problems and let someone else take ownership.  It seems petty and small. It seems shameful. And of course, it is.</p>
<p>And so I wonder, what accounts for the difference between Mohammed Yunus and people like me?</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/ownership/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Things the Real World Can Learn from the Ivory Tower</title>
		<link>http://raisedbyturtles.org/three-things-the-real-world-can-learn-from-the-ivory-tower/</link>
		<comments>http://raisedbyturtles.org/three-things-the-real-world-can-learn-from-the-ivory-tower/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 19:19:28 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[Decision Making]]></category>
		<category><![CDATA[Leadership]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=727</guid>
		<description><![CDATA[Supposedly, the Ivory Tower has nothing to teach business people, but here are three lessons business could learn by looking a bit more closely.]]></description>
			<content:encoded><![CDATA[<p>First off, I do not believe in either The Ivory Tower or The Real World. I&#8217;ve mentioned before that I remember being threatened with The Real World beginning in about third grade (see #4 in <a href="http://raisedbyturtles.org/ice-cream-for-dinner/">Ice Cream for Dinner: A Graduation Speech</a>). In this first case, The Real World was manifested in the ominous form of fifth grade where we would begin getting letter grades. For most people, this abuse ends with their first job, but if you embark on a life of scholarship, it never ends because you, poor Dorothy, have entered The Ivory Tower, a place where The Real World is held comfortably at bay while you laze around in a semi-unreality free from accountability, results and discipline. Denizens of The Ivory Tower may be able to teach mostly useless and impractical things to America&#8217;s youth, but they have little or nothing to teach the hard-nosed business people in The Real World.</p>
<p>And yet, my experiences in The Real World have shown me that there are some things that scholars consistently do better than business and government and that failure to see that can have severe deliterious effects on the bottom line and the lives of their employees and citizens. Three that come to mind (or perhaps two and a corollary).</p>
<h2>1. Continuous Evaluation from Varied Perspectives.</h2>
<p>In The Real World, I have been evaluated by my boss either annually or on the day I quit in the case of seasonal jobs. I have never once been asked to evaluate my boss and very few people I know have been asked. If companies do &#8220;360 Reviews&#8221; it&#8217;s a rare event and often very poorly conducted. In the unreal world of The Ivory Tower, faculty are evaluated:</p>
<ul>
<li><strong>By students</strong>. In the abstract, the professor is of course the employee of the student, but everyone knows that the power relation is the reverse and the professor has a relationship to students more like boss to employee. Full-time faculty are evaluated by those &#8220;under&#8221; them two or three times per year, and typically those reviews number in the hundreds. Furthermore, some students go the extra step to review professors <em>publicly </em>at various websites. I don&#8217;t know any low-level manager who gets that level of feedback from her employees.</li>
<li><strong>By fellow faculty members in their department</strong>, peers and department heads, from high-stakes tenure review to reviews for promotion and perhaps (or perhaps not) annual reviews. These reviews include teaching performance, but also include all other aspects of the person&#8217;s performance.</li>
<li><strong>By peers at other institutions</strong> who evaluate and review books and articles for publication and reviewers who review books after publication. This is a completely different type of review that, flawed as it may be, holds the scholar&#8217;s research to certain standards.</li>
</ul>
<p>Below the CEO and Board level, how many people in The Real World are reviewed so often and in such varied contexts? </p>
<p>But so what, why bother? A quick personal story. My first ever teaching evaluations came back and out of about 120 students, two mentioned in the comments that they did not like my sarcasm in the classroom. It&#8217;s a small number, but it was a shocker to me. I didn&#8217;t intend to be sarcastic in any way, but I failed to understand the power relationship at play and the fact that students took things in ways I did not intend or expect. I wanted to create a comfortable environment so I paid close attention to my mouth. Soon the mentions of sarcasm disappeared. And then over time, something else appeared. The last time I taught a course, about one third to one half of the students mentioned in free form comments (thus completely unprompted) that my classroom was one of the most supportive they had known, that though my course material was challenging and difficult, they were not afraid to speak up and be wrong, that because of that comfort, they could push themselves. It is what I had always imagined my classroom would be like, but without the reality check of evaluations at the end of every single course, would I have gotten there? I think the clear answer is no.</p>
<p>Meanwhile, out in The Real World, I see managers who are good at schmoozing up the ladder and get great reviews from above, but fail to motivate those below because they have no feedback on their bad habits and, perhaps even more importantly, they have not been trained to see the value of frequent, anonymous evaluations from those below as well as those above. And if they maintain a good smokescreen, the people above them have no clue that the manager is killing morale. My limited Real World experience has shown me that this one difference is a tremendous drag on productivity in the workplace.</p>
<h2>2. Truth versus Proof</h2>
<p>Every good scholar understands that there is a difference between what is true and what is proven. If I were going to come up with a single definition of a scholar, I would say that a scholar is someone who spends the first five years finding an answer and the next five years looking for contradictory evidence. It&#8217;s not enough to be sure. I need to be able to make others sure. I&#8217;m certain that at some point in his long life Socrates uttered the ancient Greek equivalent of &#8220;I don&#8217;t care.&#8221; I have no doubt. But I have no proof. </p>
<p>Scholars spend their lives juggling conflicting evidence and holding opposing viewpoints in their minds. This can be paralyzing. It is the number one thing that makes scholarly writing so bloody boring. It also contributes to the Ivory Tower stereotype. But consider the contrary, which we find behind so many of our scandals and debacles. If more people on Wall Street, in Enron, in Fannie Mae and in Freddie Mac had interrogated the evidence more, had actively sought out contradictory evidence, would we be in the economic mess we&#8217;re in? If we had people with the minds of scholars rather than Bush, Cheney and Rumsfeld looking at the evidence for weapons of mass destruction in Iraq, would we be in the military and fiscal mess we&#8217;re in? Decisions in business and government may be made in real time and with incomplete evidence, but just a nod to the scholarly mind could save us tremendous heartache and reap long-term efficiencies.</p>
<h2>3. The Power of Evidence</h2>
<p>This is a corollary of #2. Scholars are often accused of not having common sense. But let me be the first genius to tell you that <a href="http://raisedbyturtles.org/problem-with-common-sense/">common sense is overrated</a>. That post quotes the most intellectually important single thing anyone said to me in grad school. I was telling some story about something I had seen and said &#8220;You&#8217;ll never believe this.&#8221; Andrew Pettegrew responded with &#8220;I’m a scholar. I’m trained to believe the unbelievable.&#8221; This, I think, shows the true power of scholarly training. If I were to hazard a second definition of a scholar, I would say that a scholar is a person equipped to believe or disbelieve anything given enough evidence. In the previous point, I argued that scholars need sufficient evidence before they will accept something as proven. This is the corollary that follows from that: a scholar is someone who, presented with enough evidence, can discard deeply held opinions and &#8220;facts&#8221; in the pursuit of that ever-elusive truth.</p>
<p>I&#8217;ll be the first to admit that scholars, being human, regularly fail in this. In some cases, they fail spectacularly. However, they at least understand the pitfalls of <a href="http://en.wikipedia.org/wiki/Confirmation_bias">confirmation bias</a> and in their better moments put it to the test. One place where we see both the need to change one&#8217;s thinking in the face of evidence and a demonstration of the inability to live up to that standard is the &#8220;crisis&#8221; in scholarly publishing. The crisis has been long in coming and is reaching a breaking point, yet hidebound scholars wedded to old models of publishing and old criteria for evaluating faculty performance have been unable to cast it aside. </p>
<p>But the failure of scholars to live up to the standards they set in their research and act on this one particular business problem is more the proof of the value of a scholarly mindset for business, rather than proof to the contrary.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/three-things-the-real-world-can-learn-from-the-ivory-tower/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAMP Server Debugging Tips</title>
		<link>http://raisedbyturtles.org/wamp-server-debugging-tips/</link>
		<comments>http://raisedbyturtles.org/wamp-server-debugging-tips/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 17:30:54 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=717</guid>
		<description><![CDATA[My brother was having trouble getting WAMP Server running on his machine. This is the process I took him through to get it running. These tips apply equally to XAMPP or any other install of an Apache server on Windows. If you don&#8217;t know, WAMP and XAMPP are installers that let you set up a [...]]]></description>
			<content:encoded><![CDATA[<p>My brother was having trouble getting <a href="http://www.wampserver.com/en/">WAMP Serve</a>r running on his machine. This is the process I took him through to get it running. These tips apply equally to <a href="http://www.apachefriends.org/en/xampp.html">XAMPP</a> or any other install of an Apache server on Windows. If you don&#8217;t know, WAMP and XAMPP are installers that let you set up a webserver quickly and easily on a Windows machine, usually for testing or whatnot (in this case, to give my brother a sandbox to play in to test out WordPress). These are pretty basic tips — if you&#8217;ve set up WAMP before and run virtual hosts and all that, this is probably not worth more than a quick skim. It&#8217;s oriented at people struggling with the most common, basic problems (locating document root, making sure port 80 is available and things like that).</p>
<p>First things first. <strong>Reboot</strong> of your computer after install (not just a standby/hibernate). Though rare, it can happen that the http server can&#8217;t access port 80 and therefore can&#8217;t start (port 80 is the default for webservers). If you don&#8217;t know what that means, that&#8217;s fine. Just read on.</p>
<p>So now you&#8217;ve rebooted and it&#8217;s still not working, so we want to find out whether it&#8217;s on the WordPress end or the server end.</p>
<ul>
<li>Can you <strong>access a text file</strong> through your browser using http (i.e. not opening the file directly, but through the server)? Let&#8217;s say you have a <em>readme.txt</em> on your local server. If you go to <em>http://localhost/readme.txt</em> (assuming that exists), will that come up? If that works, than your http server is fine and the issue is with WordPress. </li>
<li>If you get a <strong>Page Not Found</strong> error (also known as a 404), that means the server is running, but it doesn&#8217;t have a file named readme.txt in the root directory. If you think it does, you&#8217;ll need to figure out which directory WAMP sees as your server root. To figure this out, find out where WAMP is on your computer. Typically, unlike most applicationsm, WAMP installs to <em>C:\wamp</em>, but it could be in your <em>Program Files</em> directory depending on how you installed it. There you want to find your <em>httpd.conf</em> file which is going to be in a location similar to <em>C:\wamp\bin\apache\Apache2.2.11\conf</em>. In the httpd/conf file, look for places where DocumentRoot is set. It will have one global setting and <em>may</em> have additional settings depending on how things are set up (if you have additional virtual hosts set up). The first one should be where localhost runs. So <strong>verify that DocumentRoot points to where your files are actually stored</strong>. Now try to load the readme.txt file<br />
    again. </li>
<li>If that works we can now <strong>make sure that PHP</strong> is up and running right. Create a file that has just this one line in it:<br />
  &lt;?php phpinfo(); ?&gt;<br />
  Now save that to something like <em>info.php</em> in your server root and just go to <em>http://localhost/info.php</em>. That should bring up a long page of output about your PHP setup. If you are just getting a blank white page when you go somewhere you expect to open a PHP file, that means WAMP is running, but you have either errors or no content in your application. That&#8217;s a whole different debugging process.</li>
</ul>
<h2>Assuming you can&#8217;t bring up a simple text file.</h2>
<p>So you&#8217;ve done all that, and things just don&#8217;t happen when you try to open http://localhost. I&#8217;ve had this happen fairly often because I&#8217;ve had Windows (especially Vista) turn on Microsoft&#8217;s IIS server after automatic updates. When this happens, IIS grabs port 80, it&#8217;s not available for Apache and your web server can&#8217;t start. So you run automatic updates and suddenly Apache and WAMP and all that go away. So we need to get rid of IIS and open up port 80.</p>
<ul>
<li> Via the Control Panel
<ul>
<li> Open up Programs and Features</li>
<li> Select Turn Windows Features on or off</li>
<li> Navigate to IIS (Internet Information Services) and just turn all that junk off. Deselect it all.</li>
<li> Restart</li>
</ul>
</li>
<li>Via the Services Manager
<ul>
<li> in the Start menu, type Services. This should bring up the Services icon. Click it to open</li>
<li> Scroll down to Windows Web Publishing Service and right click and choose properties</li>
<li> Change the startup behavior from Automatic to Disabled.</li>
<li>reboot</li>
</ul>
</li>
</ul>
<p>If you&#8217;ve rebooted and you still can&#8217;t get Apache started, check that something else isn&#8217;t blocking port 80. So from the Windows command prompt (go to Run and type <em>cmd</em>) type:</p>
<p>&gt; netstat -aon</p>
<p>then check for a line that has port 80 appended to an IP address, for example:</p>
<p>TCP 255.255.165.21<strong>:80</strong> 0.0.0.0:0 LISTENING 832</p>
<p>This tells us that Process 832 is using port 80. Go the task Manager to check the PID of 832 and terminate it if it&#8217;s not WAMP. Now try to start WAMP. If it does, you have figured out the problem, but you will want to figure out why that process is starting up and whether you can either stop it from launching when you boot or get it to use another port. I&#8217;ve found that Skype is common offender and it has a setting in the Skype options to make sure it does not use port 80.</p>
<p>As with any complex application, there is room for all sorts of other things to go wrong, but in practice I&#8217;ve found that in most simple cases, this will get you up and running.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/wamp-server-debugging-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keyword Fail Part II</title>
		<link>http://raisedbyturtles.org/keyword-fail-part-ii/</link>
		<comments>http://raisedbyturtles.org/keyword-fail-part-ii/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 16:29:42 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=714</guid>
		<description><![CDATA[This one is not as much fun as my Testimonial Fail post that earned a mention by Brad Geddes. This one comes from someone advertising on Weather.com. Obviously this is a cheap spammy ad no matter where you are. But in this case, it takes Yosemite National Park as my city, and then tells me [...]]]></description>
			<content:encoded><![CDATA[<p>This one is not as much fun as my <a href="http://raisedbyturtles.org/testimonial-fail/" title="The Greatest {keyword} My Family Ever Bought!">Testimonial Fail</a> post that earned a <a href="http://certifiedknowledge.org/blog/links-for-2009-10-19/">mention by Brad Geddes</a>. This one comes from someone advertising on Weather.com.</p>
<p><img src="http://raisedbyturtles.org/wp-content/uploads/keyword-fail-weather-com.png" alt="" title="Keyword Fail" width="421" height="441" class="aligncenter size-full wp-image-715" /></p>
<p>Obviously this is a cheap spammy ad no matter where you are. But in this case, it takes Yosemite National Park as my city, and then tells me that banks in Yosemite National Park are waiting to refi my loan. Since there are no banks in Yosemite…. It&#8217;s one of those small benefits of living in a national park — quick spam detection!</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/keyword-fail-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filter or Amplifier?</title>
		<link>http://raisedbyturtles.org/filter-or-amplifier/</link>
		<comments>http://raisedbyturtles.org/filter-or-amplifier/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 20:05:21 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Leadership]]></category>
		<category><![CDATA[noise]]></category>
		<category><![CDATA[signal]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=712</guid>
		<description><![CDATA[I was doing something the other day (I forget what it was) that involved filters for reducing line noise and amplifiers for boosting signal. Or roughly that, because I forget the situation exactly. But it suddenly struck me that people can either be amplifiers or filters, and which one you are at a given moment [...]]]></description>
			<content:encoded><![CDATA[<p>I was doing something the other day (I forget what it was) that involved filters for reducing line noise and amplifiers for boosting signal. Or roughly that, because I forget the situation exactly. But it suddenly struck me that people can either be amplifiers or filters, and which one you are at a given moment defines who you are. The best among us consistently amplify the signal and filter the noise. The worst among us consistently filter the signal and amplify the noise. Most of us are all over the board. </p>
<p>That idea has given me a useful mental tool for thinking about what I say and do. I&#8217;m not saying I&#8217;m <em>good</em> at it. I&#8217;m not one of those that consistently amplifies signal and filters noise. All I am is <em>better</em> at it. </p>
<p>What&#8217;s noise? Noise is gossip, negativity, criticism aimed at bringing someone down, complaining for complaining sake, pointless discussions about Charlie Sheen or Kim Kardashian (I still can&#8217;t figure out why anyone cares). Noise is anything that diverts the people around me from being happier, smarter, more confident, more efficient, more joyful.</p>
<p>What&#8217;s signal? Signal is the latest, greatest, coolest thing you&#8217;ve learned. Signal is news about the cause, the candidate you believe in and, possibly, useful, actionable news about the cause and candidate you oppose. Signal is the good word about the best mechanic in town or the friendliest cafe. Signal may be criticism, but well-placed criticism aimed at raising your friend to the next level, at helping her over a hump. It may not be easy for the person to hear, but neither is smoke alarm going off in your house. It&#8217;s still signal. Anything that makes the people around me happier, healthier, smarter, more confident is signal. And, yes, as unpleasant as a piercing smoke alarm or some truly thoughtful criticism may be, they can do any and all of those things.</p>
<p>So we always have a choice — do we boost signal or do we boost noise? Do we pass on the latest negative gossip about an co-worker? Do we repeat inanities about celebrities we&#8217;ll never meet (or buy magazines that do so, thus ensuring they continue to sit in the supermarket checkout aisle)? Do we tout our favorite cafe (Cool Beans in Oakhurst, California) or merely complain about Starbucks taking over the world? Do we pass along unhelpful criticism for the sake of passing it along (thus amplifying noise) or do we fail to pass along praise because we get distracted (thus filtering signal)?</p>
<p>If we&#8217;re going to live to our fullest, we need to be both filters and amplifiers, but each one at the right time. Now that I have that thought in my head, it gives me a tool to use (in my rare better moments) where I can ask myself before speaking &#8220;Am I amplifying signal or noise?&#8221; or &#8220;What signal do I want to amplify <em>right now</em>?&#8221; and redirect my conversation to something more useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/filter-or-amplifier/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tax Time: Getting Sales and Shipping Data out of Ubercart</title>
		<link>http://raisedbyturtles.org/sales-tax-shipping-data-ubercart/</link>
		<comments>http://raisedbyturtles.org/sales-tax-shipping-data-ubercart/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 03:53:47 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[ubercart]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=703</guid>
		<description><![CDATA[We needed to grab a special report in time for tax season. Fortunately, with a bit of SQL it's easy t grab pretty much anything you want from Ubercart]]></description>
			<content:encoded><![CDATA[<p>A client needed to know how much he had charged in sales tax in the state of California in 2011, the total for those orders, and the amount charged to the customer for shipping. This is because, as it turns out, shipping is not taxable by the state of California, but any amount over and above the actual amount paid to the shipper <em>is taxable</em>. So in other words, if UPS charges you $2 to ship the package, but you charged $4 for shipping, the second two dollars is taxable. This is a bit of problem in this case because the client uses a flat rate for shipping, which means in California, the cost of shipping is probably high on most orders, and therefore taxable.</p>
<p>You can pull this data from Ubercart simply enough but it requires a few subqueries to get all the data you need. This is because both the sales data and shipping are in the same table, namely <em>uc_order_line_items</em>. So you need to pull each line item from the table as a separate subquery.</p>
<p>There&#8217;s one other gotcha. Ubercart carries tax through to four decimal places in the database, so you need to round that to the nearest penny, as Ubercart does on checkout. This gives you a spreadsheet with all the values you need, minus the actual amount paid for shipping, which you&#8217;ll have to pull from Quickbooks or whereever.</p>
<p>It&#8217;s possible, also, that you&#8217;ll have to adjust for your server time if your server is in another time zone. In other words, you may need to adjust the timestamp to take that into account. And of course, Ubercart stores your order dates and times as Unix timestamps, so we have to take that into account when we do whatever conversions we need. Fortunately MySQL handles Unix timestamps with no problem.</p>
<p>When all is said and done, we end up with the following query:</p>
<pre class="brush: sql; title: ; notranslate">
SELECT FROM_UNIXTIME(o.created,&quot;%Y-%m-%d&quot;) AS 'Date', o.order_id AS 'Order ID',
    tax.sales_tax AS `Sales Tax`, shipping.shipping AS 'Shipping Charged',
    o.order_total AS 'Order Total', o.billing_postal_code AS 'Zip Code', o.billing_city AS 'City', z.zone_name AS 'State'
FROM
    (SELECT ROUND(amount,2) AS sales_tax, order_id FROM uc_order_line_items WHERE TYPE LIKE 'tax') AS tax,
    (SELECT amount AS shipping, order_id FROM uc_order_line_items WHERE TYPE LIKE 'shipping') AS shipping,
    uc_orders AS o,
    uc_zones AS z
WHERE o.order_status LIKE 'completed'
    AND tax.order_id LIKE o.order_id AND shipping.order_id LIKE o.order_id
    AND o.created &gt; UNIX_TIMESTAMP('2010-12-31 23:59:59') AND o.created &lt; UNIX_TIMESTAMP('2012-01-01 00:00:00')
    AND z.zone_id LIKE o.billing_zone
    AND o.billing_zone LIKE '12'
ORDER BY o.billing_postal_code;
</pre>
<p>Notice that we are ordering by billing postal code. This is because in many ways, this is our most relevant piece of information. Many of the client&#8217;s customers order while on the road, so the billing address is the one that counts for tax purposes (the same as for a gift purchase or whatever). The postal code typically determines the tax rate, so it allows us to effectively sort by location. Once exported into an Excel spreadsheet, though, we can of course sort and hash however we want.</p>
<p>Here&#8217;s a sample of the final output in SQLYog (a Windows MySQL client):</p>
<div id="attachment_707" class="wp-caption alignright" style="width: 310px"><a href="http://raisedbyturtles.org/wp-content/uploads/ubercart-data.png" rel="lightbox[703]" title="SQLYog Screenshot"><img src="http://raisedbyturtles.org/wp-content/uploads/ubercart-data-300x82.png" alt="sample output" title="SQLYog Screenshot" width="300" height="82" class="size-medium wp-image-707" /></a><p class="wp-caption-text">Sample Output from SQLYog</p></div>
<p>Enjoy!</p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/sales-tax-shipping-data-ubercart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mega Menus: SEO Concerns and Usability Pros and Cons (Intro)</title>
		<link>http://raisedbyturtles.org/mega-menus-seo-concerns-and-usability-pros-and-cons/</link>
		<comments>http://raisedbyturtles.org/mega-menus-seo-concerns-and-usability-pros-and-cons/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 05:27:08 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[mega menus]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=667</guid>
		<description><![CDATA[After a much-mentioned article by Jakob Nielsen, "mega menus" became all the rage, but there are some serious issues to consider before diving in. The can create serious usability issues and negatively impact your site information architecture and, ultimately how you are found, ranked and categorized by the search engines.]]></description>
			<content:encoded><![CDATA[<p>In current parlance, a <em>mega menu</em> is usually displayed as a horizontal navigation bar that expands when hovering over it with the cursor. Unlike a normal, hierarchical dropdown, a mega menu dropdown has multiple columns, lots of links and shows all subcategory menu links to the user on first view. I was previously thinking about using mega menus on a couple of sites and took a few <a href="http://raisedbyturtles.org/drupal-mega-menu-ideas/" title="Drupal Mega Menu ideas">random notes on mega menus in Drupal</a>, but there weren&#8217;t any particularly compelling Drupal modules at the time. </p>
<p>Since my first explorations, a handful of modules have made great progress and you can achieve full-featured mega menus with the excellent <a href="http://drupal.org/project/megamenu">Megamenu module</a>. There are also some other now-mature projects like <a href="http://drupal.org/project/nice_menus">Nice Menus</a>, and the <a href="http://drupal.org/project/superfish">Superfish module</a>, which includes mega menu support. Upon further reflection, though, I became increasingly troubled by various usability drawbacks and SEO concerns. My notes on the topic got rather long, so I&#8217;ve divided them into a series that sums up some thoughts on the <a href="http://raisedbyturtles.org/usability-advantages-disadvantages-mega-menus">usability advantages and disadvantages of mega menus</a> and then looks at the <a href="http://raisedbyturtles.org/mega-menus-and-seo-concerns-and-solutions-mega-menus">SEO concerns with mega menus</a>. You can see an example here from the <a href="http://yosemitepark.com">new YosemitePark.com</a> site (click to view full size):</p>
<div id="attachment_669" class="wp-caption aligncenter" style="width: 310px"><a href="http://raisedbyturtles.org/wp-content/uploads/yosemite-park-mega-menu.jpg" rel="lightbox[667]" title="YosemitePark.com mega menu"><img src="http://raisedbyturtles.org/wp-content/uploads/yosemite-park-mega-menu-300x179.jpg" alt="Screenshot" title="YosemitePark.com mega menu" width="300" height="179" class="size-medium wp-image-669" /></a><p class="wp-caption-text">Lots of Options!</p></div>
<p>You might be able to see some potential problem areas there, but let&#8217;s take a look at the good, bad and ugly of mega menus in the next post. Read on about <a href="http://raisedbyturtles.org/usability-advantages-disadvantages-mega-menus" title="Usability advantages and problems with mega menus">Mega Menus and usability ——»</a></p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/mega-menus-seo-concerns-and-usability-pros-and-cons/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<series:name><![CDATA[Mega Menus Usability and SEO]]></series:name>
	</item>
		<item>
		<title>Usability Advantages and Disadvantages of Mega Menus (Mega Menus Part 1)</title>
		<link>http://raisedbyturtles.org/usability-advantages-disadvantages-mega-menus/</link>
		<comments>http://raisedbyturtles.org/usability-advantages-disadvantages-mega-menus/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 05:27:03 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[mega menus]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=678</guid>
		<description><![CDATA[Mega menus have been heralded as a usability enhancement, but they can also result in serious usability challenges. It's not a simple yes or no. It's quite easy to end up with navigation that is difficult, occasionally impossible, for the user to actually navigate.]]></description>
			<content:encoded><![CDATA[<p>In 2009, usability expert Jakob Nielsen argued that, when done right, <a href="http://www.useit.com/alertbox/mega-dropdown-menus.html" title="Jakob Nielsen's Useit article on mega menus">mega menus could enhance usability</a>. Mega menus have a few notable advantages over traditional, hierarchical dropdowns or more spare navigation, but they also have some serious drawbacks as we&#8217;ll see in a second.</p>
<h2>Usability Advantages of Mega Menus</h2>
<ul>
<li><strong>All options visible</strong>. A traditional dropdown menu hides almost all options from the user until she hovers over the parent category. If the user does not think with the same hierarchy as the designer, she will have to play Treasure Hunt, hovering over many parent items to find an item. This can lead to frustration too if the dropdown keeps disappearing when the user is not asbolutely precise with the cursor. In theory, mega menus can solve that problem.</li>
<li><strong>Organizing options</strong>. Mega menus allow friendly and visual grouping of options into logical groups. A traditional dropdown becomes completely dizzying when the number of options gets too large.</li>
<li><strong>Images and Icons</strong>. Often, mega menus are designed to have images or icons that correspond to, and quickly confirm for the visitor, the content of the menu. So the Contact category might be illustrated with an address book or telephone icon or some such thing.</li>
</ul>
<h2 id="usability-minus">Usability Concerns</h2>
<p>So mega menus are a no-brainer right? What could go wrong? As it turns out, plenty. Jakob Nielsen has highlighted <a href="http://www.useit.com/alertbox/mega-menus-wrong.html" title="Jakob Nielsen: Mega Menus Gone Wrong (Useit article)">a few mega menu usability issues</a>. Usability expert Jared Spool noted early on that mega menus could get you into trouble in his article on <a href="http://www.uie.com/articles/mega_menus" title="View Spool's article on UIE.com">6 Epic Forces Battling Your Mega Menus</a>. Usability aside, Spool explains the sudden popularity of mega menus thus:</p>
<blockquote><p>Mega menus seem like such a good idea. After all, they make the marketing team happy, as they remove all that nasty navigation away from the prime real estate of the home page, leaving room for the team’s messaging goodness. At the same time, the mega menu gives the design team a rich sandbox to play in, with much flexibility on how they display the site&#8217;s main links.</p></blockquote>
<p>He lays out his six arguments against mega menus, most of which are in fact <a href="http://blogs.perficient.com/spark/2011/08/24/mega-menus-spool-vs-nielsen/" title="Molly Malsam discusses Spool versus Nielsen">not unique to mega menus</a> at all and I don&#8217;t find them inherently problematic (not that germane here; scroll to the bottom of the article for some <a href="#six-problems">thoughts on Spool&#8217;s six problems</a>). He notes that Amazon, a rigorous conversion optimizer, tried mega menus for a year and dropped them. Spool concludes:</p>
<blockquote><p>If your design would benefit in some desperate manner from this navigation cliché, go ahead and use it. However, you probably want to watch it real close. Make sure you’re watching your users and your key performance indicators (especially revenue, if you’re an e-commerce concern).</p></blockquote>
<p>I wouldn&#8217;t go so far as that, but the it&#8217;s easy to see some of the issues that might arise with mega menus.</p>
<ol>
<li><strong>Forest of Options Obscures the Trees</strong>. I know, that metaphor usually runs the other way around, but with mega menu, you often see a pretty forest, but have trouble finding the tree you want. You can see in my screenshot from the <a href="http://raisedbyturtles.org/mega-menus-seo-concerns-and-usability-pros-and-cons" title="Mega Menus intro">introduction</a>, there is a temptation to make the mega menu into a sitemap (cick image to enlarge).
<div id="attachment_669" class="wp-caption aligncenter" style="width: 310px"><a href="http://raisedbyturtles.org/wp-content/uploads/yosemite-park-mega-menu.jpg" rel="lightbox[678]" title="YosemitePark.com mega menu"><img src="http://raisedbyturtles.org/wp-content/uploads/yosemite-park-mega-menu-300x179.jpg" alt="Screenshot" title="YosemitePark.com mega menu" width="300" height="179" class="size-medium wp-image-669" /></a><p class="wp-caption-text">Lots of Options!</p></div>
<p>Since you <em>can</em> throw in every imaginable option, you <em>do</em>. As a result, the user is presented with a dizzying array of options and, one might guess, becomes <a href="http://video.google.com/videoplay?docid=6127548813950043200#">paralyzed by the number of options</a>. It creates an easy out for designers and site architects who don&#8217;t want to make choices. Now, I don&#8217;t want to get into the old saw about only presenting users with seven choices in menus. It is <a href="http://uxmyths.com/post/931925744/myth-23-choices-should-always-be-limited-to-seven" title="UX Myths article debunking the Seven Items myth with lots of citations and quotes">not true now and never was</a>, but at a certain point, the number of options becomes visually distracting and difficult to read, and it seems to me quite common to see mega menus cross that line simply because they can.</li>
<li><strong>Screen Size problems</strong>. This is not unique to mega menus. This can be a problem with options dropdowns (i.e. <em>select boxes</em>) that have long options or standard dropdown menus if they get big enough. The problem is that the mega menu is, well, <em>mega</em>, so this is a lot more common. You can see from this screenshot that mega menus can become completely non-functional if the window is narrow, as on a mobile device, or short, as on a netbook (click images to see full-sized):
<div id="attachment_670" class="wp-caption aligncenter" style="width: 310px"><a href="http://raisedbyturtles.org/wp-content/uploads/yosemite-park-mega-menu-oops.jpg" rel="lightbox[678]" title="Usability Advantages and Disadvantages of Mega Menus (Mega Menus Part 1)"><img src="http://raisedbyturtles.org/wp-content/uploads/yosemite-park-mega-menu-oops-300x286.jpg" alt="screenshot of cut off mega menu" title="" width="300" height="286" class="size-medium wp-image-670" /></a><p class="wp-caption-text">Oops! A not-so-mega menu</p></div>
<div id="attachment_679" class="wp-caption aligncenter" style="width: 310px"><a href="http://raisedbyturtles.org/wp-content/uploads/yosemite-park-mega-menu-short.jpg" rel="lightbox[678]" title="Short window mega menu screenshot"><img src="http://raisedbyturtles.org/wp-content/uploads/yosemite-park-mega-menu-short-300x116.jpg" alt="Short window mega menu screenshot" title="Short window mega menu screenshot" width="300" height="116" class="size-medium wp-image-679" /></a><p class="wp-caption-text">Oops! Short window problems</p></div>
<p>You can see that the mega menu is cut off on a narrow or a short screen. Anything that sticks out past the browser window is missing. With most types of content, this isn&#8217;t a big deal. Sure, the user has to scroll right to see it, which is annoying, but it can be done. <strong>With a mega menu, however, the user cannot scroll!</strong> Why? Because it only stays displayed when the mouse is hovering over the menu. Move the cursor down to the scroll bar, and the mega menu disappears. Scroll, and the link goes off screen. You literally cannot use the mega menu on a narrow screen.</p>
<p>The Yosemite Park site solves this by allowing you to click on the root term and be taken to an index page, where the sub-options are displayed by default. That&#8217;s a pretty good solution, but it means the user needs to know, or guess, that the root term is a link and is clickable. It would be interesting to track visitors and see how they ultimately use this navigation.</li>
</ol>
<p>This was part of what ultimately took the blush off mega menus for me personally. I just found that you compound implementation problems and if you&#8217;re not careful and don&#8217;t test on a lot of platforms, you have a high chance of letting a significant usability problem creep in. In addition, I was also concerned with the <a href="http://raisedbyturtles.org/mega-menus-and-seo-concerns-and-solutions-mega-menus" title="Mega Menu SEO Problems">SEO impacts of mega menus (next section) ——»</a>.</p>
<hr />
<h2 id="six-problems">Addendum: Spool&#8217;s issues with mega menus</h2>
<p>If you&#8217;re really interested in Jared Spool&#8217;s Six Epic Problems, here&#8217;s a quick rundown, but it&#8217;s really more the <a href="http://raisedbyturtles.org/mega-menus-and-seo-concerns-and-solutions-mega-menus/" title="Mega Menus and SEO Concerns and Solutions (Mega Menus Part 3)">SEO issues</a> that you should read about next. Anyway, I&#8217;m not all that concerned with most of these issues, but here are some supplementary thoughts on Spool&#8217;s Six Epic Problems.</p>
<ol>
<li><em>Menus are not Buttons. Since a menu isn&#8217;t a button, users don&#8217;t know they have to do something to make it expand</em>. Realistically, they may simply not know it expands and will go there to click, only to see more options revealed. It&#8217;s better than not expanding.</li>
<li><em>Missing Trigger Words. In other words, since most options are hidden, users can&#8217;t see that they exist.</em> But short of the navigation taking up the whole page as a sitemap, you&#8217;re not going to change this, and a mega menu at least gets you half way, though as you&#8217;ll see in the next part on the <a href="http://raisedbyturtles.org/mega-menus-and-seo-concerns-and-solutions-mega-menus/" title="Mega Menus and SEO Concerns and Solutions (Mega Menus Part 3)">SEO problems with mega menus</a>, that halfway solution is often a result of a bad information architecture decision.</li>
<li><em>Category Names not always inherently sensible</em>. Well, of course not. This is a problem with any navigation and, again, is an information architecture problem more than a user interface problem.</li>
<li><em>Users Wait Before Moving Their Mouse. In other words, if they can&#8217;t see what they want, users sit there paralyzed and won&#8217;t click anything at all</em>. Again, mega menus aren&#8217;t the root problem. If the design only allows, say, seven navigation links, then that&#8217;s what there is and they may not always have enough <a href="http://www.useit.com/alertbox/20030630.html" title="Jakob Nielsen on Information Scent and Information Foraging">information scent</a> to get the user to click, whether on hover those menu items reveal nothing (i.e. it&#8217;s a single-level menu hierarchy), reveals a cascade of hierarchical dropdowns (classic model) or is a mega menu. Realistically, the mega menu at least removes a one or more decision points vis-à-vis the classic hierarchical dropdown, where the user will have the &#8220;pause&#8221; problem at every level, instead of just at the root level.</li>
<li><em>Mega menus hide the information that&#8217;s under them. That&#8217;s a problem when the user accidently hovers over the menu while trying to read the content, which suddenly get&#8217;s hidden</em>. That can be annoying, but in a minimally usable design, the mega menu should disappear simply on mousing out and most users today will know this. I find this a much less problematic usability issue than the one I noted where in a small screen, parts of the mega menu are not visible, clickable or usable at all.</li>
<li>P<em>roblems with hoverless devices. As we move to devices that don&#8217;t have cursors and mouses, they can have trouble triggering the menu expansion</em>. Of course, this again is not unique to mega menus, but concerns anything that uses hover behavior as a trigger. This has become so ubiquitous that I think this is largely solved by most devices these days, though I am an iPad virgin, so I can&#8217;t say for sure.</li>
</ol>
<p>Read on about the <a href="http://raisedbyturtles.org/mega-menus-and-seo-concerns-and-solutions-mega-menus" title="Mega Menu SEO Problems">SEO impacts of mega menus (next section) ——»</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/usability-advantages-disadvantages-mega-menus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Mega Menus Usability and SEO]]></series:name>
	</item>
		<item>
		<title>Mega Menus and SEO Concerns and Solutions (Mega Menus Part 2)</title>
		<link>http://raisedbyturtles.org/mega-menus-and-seo/</link>
		<comments>http://raisedbyturtles.org/mega-menus-and-seo/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 05:27:02 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[mega menus]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=683</guid>
		<description><![CDATA[Search engines have made a lot of progress in terms of figuring out what your page is about, but large numbers of navigation links muddy the signal you send to the search engines, both about your page and about the rest of your site. There are lots of possible solutions, but the real solution is getting the information architecture right.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve already reviewed some of the <a href="http://raisedbyturtles.org/usability-advantages-disadvantages-mega-menus" title="Mega Menus and usability">usability problems with mega menus</a>, but the SEO problems are another source of concern. There are a variety of solutions thrown out around the web, but most of them are aimed at masking the problems rather than truly solving them. So first let&#8217;s look at the nature of those problems, then we&#8217;ll look at some <a href="#fixing-mega-menu-seo">solutions to the mega menu problem</a>. In brief, though, this is ultimately not a design or technology problem, but an information architecture problem, so the best solutions lie with better architecure.</p>
<h2 id="mega-menu-seo-problems">Mega Menus and Search Engine Optimization Problems</h2>
<p>Ultimately, it wasn&#8217;t the usability questions that brought me up short with respect to mega menus. It was the SEO concerns. Mega menus end up putting <strong>lots</strong> of links at the top of the page, sometimes hundreds. Google itself says <a href="http://support.google.com/webmasters/bin/answer.py?hl=en&#038;answer=35769#1" title="Google Content guidelines">in its Webmaster Guidelines</a> that webmasters should &#8220;Keep the links on a given page to a reasonable number.&#8221; Google&#8217;s official <a href="http://www.google.com/webmasters/docs/search-engine-optimization-starter-guide.pdf" title="PDF Download">Search Engine Optimization Starter Guide</a> (PDF) recommends that webmasters should avoid &#8220;creating complex webs of navigation links, e.g. linking every page on your site to every other page&#8221; (p. 12). When the mega menu gets truly large, it effectively ends up doing just that or very nearly.</p>
<p>Few voices in the Search Engine Optimization community are more respected, experienced, and authoritative than Ted Ulle. Back in 2008, Ted had a number of clients with <a href="http://www.webmasterworld.com/google/3354323.htm">-950 penalties</a> and one of the common characteristics that jumped out was a <a href="http://www.webmasterworld.com/google/3687528.htm">tendency to have site navigation with tons of links</a>. In internet years, 2008 is a while ago, but Ted continued to see this problem in 2010 and 2011, as we&#8217;ll see. Also, in 2010, <a href="http://www.seomoz.org/qa/view/41165/mega-dropdown-menus-mega-nav-link-dilution">Jane Copland of SEOMoz said</a> that in her opinion &#8220;massive drop-downs certainly aren&#8217;t adhering to SEO best practices.&#8221; </p>
<p>So why would a large collection of links in the page templage create problems? There are a number of possible reasons. Unlike some of the usability issues, none of these are unique to menus <em>formatted</em> as classic mega menus. Instead, they are a simple function of the number of links, but I do believe that once the mega menu tool is available to the design team, the number of links tends to explode. So it is more an enabler than a cause <em>per se</em>. </p>
<ol>
<li><strong>Confused Relevancy Signals</strong>. It helps the search engines determine what a page is about if you keep it laser-focussed on the topic at hand. Normal navigation adds a handful of keywords that can confuse the signal a bit, but it compensates by helping focus the search engine&#8217;s understanding of overall site content and spotlight the most important pages. Mega menus, on the other hand, can add hundreds of keywords that confuse the signal. In information theory, the keywords in the mega menu are &#8220;noise&#8221; and it make it harder for the search engines to figure out the &#8220;signal&#8221; (page topic) and therefore figure out relevancy of the page to a given search.
<p>Google <em>is</em> getting better at ignoring navigation and boilerplate content. <a href="http://econsultancy.com/us/forums/best-practice/mega-menu-s-and-seo#forum_post_12821">Some people contend</a> that, therefore, this is not a problem. But Ted Ulle stated in January 2011 that he still believed that a <a href="http://www.webmasterworld.com/google/4258045.htm#msg4258115" title="Tedster weighs in">large number of links in the page template is problematic for relevancy</a>. In brief, you are challenging the search engine by adding this much noise to the signal and you have to ask whether or not you really want to depend on the strength of the Google or Bing algorithm to sort out your &#8220;<a href="http://www.webmasterworld.com/google/4052542.htm#msg4052628">semantic chaos</a>&#8221; as Ted calls it.</li>
<li><strong>Link Equity Dilution</strong>. This is similar to the semantic confusion caused by the forest of anchor text in your navigation. Each page has a certain strength and each link passes some of that page rank to the pages it links to. You can stop passing that equity by using the <em>nofollow</em> attribute on your link, but you can&#8217;t preserve the link equity this way. When you add a <em>nofollow</em> attribute to the link, it still <a href="http://searchenginewatch.com/article/2052219/Google-Further-Clarifies-Nofollow-and-PageRank-Sculpting" title="Matt Cutts clarifies the use of the nofollow attribute">leaks equity from the source page</a>, it just doesn&#8217;t add it to the target page. So no matter how you cut it, they massive number of links are diluting the link strength of the page and tending to make it harder for the engines to figure out which parts of the site are important.</li>
<li><strong>Crawl Challenges</strong>. This was more of an issue in the old days when search engines crawled only the first 100KB of code or so, but even with improvements, you&#8217;re putting a bigger challenge before the search engine.</li>
<li><strong>Page Load Times</strong>. Again, this is a minor issue, but a massive collection of links in the navigation will slow down load times and rendering. Of course, one decent image or a large CSS file will quickly outweigh this, but we do know that load times are or soon will be taken into account in the Google algorithm at least, and we can expect other engines to follow suit.</li>
</ol>
<h2 id="fixing-mega-menu-seo">Fixing the Mega Menu Problem</h2>
<p>So what is an enterprising webmaster to do? You have a number of options, some better than others.</p>
<ol>
<li><strong>Reduce the number of links.</strong>good results with clients by reducing navigation from over 60 links down to 22. By tracking click patterns, Ted and his team found that a single link accounted for 60% of the clicks from the front page and the top ten links accounted for 99% of all clicks. So with some serious thinking about information architecture and some good analytics, you can simply reduce the number of links which will also improve usability. If you can get buy in, this is the preferred solution of course, but buy in will be difficult in any large organization unless you have the data and a strong case. And even then, some doorkeeper with a love of the current layout may block any and all arguments, no matter how reasonable.</li>
<li><strong>Source-Ordered Content</strong>It is quite possible to put your menu at the end of your code and get your main page content at the top, but then display the page with the header (and thus the navigation) at the top. This is relatively easy to implement and I used to do it systematically (less so now), but of course, the links are still on your page. So though it mitigates the effects of having all that anchor text and links high on the page, the noise is still there.</li>
<li><strong>iframe for navigation</strong>. I&#8217;ve never actually done this, but some people recommend it for boilerplate content in the site footer. The problem with doing this for the navigation is that you&#8217;ve entirely removed the navigation as an on-page factor for relevancy and so forth. So yes, you get rid of the noise in the signal, but you also get rid of a lot of the signal and your ability to build link flow throw the site. It seems like a collossally bad idea.</li>
<li><strong>Use HTML 5 and hope the search engines understand</strong>. The HTML 5 spec includes the ability to specifically denote part of your document as navigation <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-nav-element">using the nav element</a>. Of course, this is bleeding edge, so it&#8217;s rather early to expect the search engines to be smart enough to understand this and act appropriately. But let&#8217;s just assume it&#8217;s 2015 and they all &#8220;get&#8221; this. You still have the fundamental problem that your navigation is a key tool in telling the search engine what your site is about, and by including a massive number of links, you&#8217;ve given up your chance to provide signal to help the search engine cut through noise. In other words, at a certain number of links, you&#8217;re still adding noise rather than adding signal. So, again, it may mitigate the ill effects of the design, but it still misses out on a great opportunity.</li>
<li><strong>Lazy Loading</strong>. Lazy loading is where delay loading content until the user wants it. So you images that are low on the page, for example, don&#8217;t get loaded until the user scrolls down. There are some excellent <a href="http://www.appelsiini.net/projects/lazyload">JQuery lazy loader plugins</a> that let you implement this simply enough. So that would keep it out of the search engines, but the navigation needs to be responsive and readily available to the user, so load on demand seems like a terrible solution in this case.</li>
</ol>
<p>So in short, it seems like the best alternative is to use your navigation like a lens to focus the search engine on the main points of your site, and you do that by making hard choices. As I mentioned at the outset of this series, in the end, I found great solutions for mega menus in Drupal , but for all the reasons detailed here, have tended to avoid mega menus if possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/mega-menus-and-seo/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<series:name><![CDATA[Mega Menus Usability and SEO]]></series:name>
	</item>
		<item>
		<title>The Reset Button.What&#8217;s Yours?</title>
		<link>http://raisedbyturtles.org/the-reset-button/</link>
		<comments>http://raisedbyturtles.org/the-reset-button/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 19:25:57 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Jimmy Buffet]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[sabbatical]]></category>
		<category><![CDATA[vacation]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=583</guid>
		<description><![CDATA[I&#8217;ve been thinking a lot lately about the reset button. Most computer problems can be solved by rebooting. Our heater was malfunctioning and until the repairman could get there, I could keep it going by hitting the reset button. I started thinking about forest fires. We used to think fire was bad, but now that [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking a lot lately about the reset button. Most computer problems can be solved by rebooting. Our heater was malfunctioning and until the repairman could get there, I could keep it going by hitting the reset button. I started thinking about forest fires. We used to think fire was bad, but now that we understand forest ecology, we know that a good fire is a like the reset button for the forest, like rebooting the computer. It clears out a lot of pests and cruft and makes the forest healthier.</p>
<p>To be healthy humans, we need a reset button too. But we need lots of reset buttons, small, medium and large. We need to hit the small reset button a couple times every day, the medium button a few times per year, and the big reset button… well that&#8217;s the interesting one.</p>
<p>The small reset button can be anything. It&#8217;s the little breaks we offer ourselves every day and it can be anything. For me it can be a workout, some chocolate, a movie, a cup of tea and a book, lunch with a friend, or any of those little things we do just to have a little break. They do a couple of things for us. They give us some rest and set us up to tackle the challenges we have ahead of us. They can also be the things that give us meaning &#8211; lunch with a friend, movie with my wife, some volunteer work. It can be about creating a little space to be human and feel alive. No matter how much we love or hate our work, it&#8217;s essential to hit the small reset button a few times every day just to take stock. The musican Jimmy Buffet <a href="http://www.youtube.com/watch?v=_P-F0FHzMbY" title="Musicians @Google Jimmy Buffet show/interview">said, at 26:52 in this video</a>: &#8220;Somehow I was lucky enough to get my thumb on the pulse of some people&#8217;s idea that <strong>they needed a little vacation every day of their lives</strong>.&#8221; That&#8217;s what the little reset button is. A little vacation every day of your life.</p>
<p>The medium reset button is the least interesting of the three. It&#8217;s like the small button, just more — the vacations we take, the visits home to family, that special concert we go to, things like that. It&#8217;s the least interesting not because I dislike vacations and concerts, but because the medium reset button is the one that people tend to spend the most time thinking and talking about. The ever-so-important small reset button is often unconscious or for too many people, absent entirely. It goes underappreciated while they think about the medium reset button. The BIG BUTTON is the one you think about languidly on the beach during a medium reset, but then the margarita wears off (I have Jimmy Buffet on the mind) and you get back to &#8220;reality.&#8221;</p>
<p>The BIG reset button is something that only comes along once in a while for most of us. It can be an extended sabbatical off from the same job, or it can be working eighty hours per week at two jobs while making a transition to something totally different. I&#8217;ve done the eight-month leave of absence to bum around, but it was really just a long version of the medium button. It was an extra long vacation, nothing more. Fantastic, but not a big reset. Neither it&#8217;s purpose nor it&#8217;s effect was the big reset. The big reset comes along, sometimes when you expect and sometimes when you don&#8217;t. Many people think they want to hit the BIG BUTTON but can&#8217;t. The opportunities for the big reset are actually plentiful, but we run from it screaming most of the time. I certainly have. If it isn&#8217;t scary, it&#8217;s probably not the BIG BUTTON.</p>
<p>I&#8217;ve hit the BIG BUTTON a couple of times. When I went to grad school or moved to Switzerland, those were major transitions, but not the BIG RESET. Mentally I was already there. Those were transitions from one thing to the other, without killing the power switch. The big resets were more open-ended and sometimes way smaller events to outside observers. I drove out of my programming job at MITRE with no idea what I would do with my future (aside from finish college in the short term, but not in computer science), but the greatest feeling of exhiliration imagineable. After college, I went to Alaska to work the fish processing plants because it was as far away from home as I could get without needing a work visa and it was as far away from Magna Cum Laude, Phi Beta Kappa, blah blah blah university culture. That particular adventure was less about hitting my own reset button than it was about hitting everyone else&#8217;s. After graduating with various honors and such, people kept implying that I was supposed to continue on that path. I had never cared excessively about grades in college. I was just passionate and so I got good grades. Though it wasn&#8217;t true, I&#8217;m sure, to my 22 year-old mind it seemed to me that I needed to reset everyone&#8217;s expectations about what I would do. So I went and worked the fish processing plants and delivered pizzas until people quit asking what I was really going to do with my life. Now I&#8217;m probably less susceptible to outside influence, but then I felt like I needed everyone to know that I was going to do what I wanted to do, not what they wanted me to do (and I must say, my parents were NOT part of the problem; they were the rare adults in my life who didn&#8217;t really care what I did as long as I was happy and making some contribution, whether that was cleaning fish or saving the world).</p>
<p>Most recently, after 20 years as a historian, I hit the BIG button and spent the summer as a National Park Ranger. Again, less dramatic than moving to a new country or embarking on my doctoral studies, but it was consciously aimed at hitting a button, though I wasn&#8217;t sure ahead of time whether or not it would be the BIG BUTTON. It was a great job, but mostly I&#8217;ve only had great jobs over the past twenty years. So it was less of a dream job for me than for other people (and in any case, I don&#8217;t dream about jobs!). But it was a huge reset. My historian job involves day after day alone in a room with just a computer. I can easily go three or four days and talk to nobody but my wife if I don&#8217;t make a solid effort. That might be fine for an introvert, but I genuinely like people. I rarely meet someone I dislike. As a ranger, it was out with the public all day long (less nature, more public than most people think). On average, I would spent about three hours per day talking to crowds, a total of 100–200 people per day. And then I spent a lot more time talking to people singly or in small groups. I spent almost no time with a computer and little time truly alone. And I realized that the solitary life of a scholar is not really my strength, I realized I&#8217;m actually a good public speaker, that I have the ability to inform entertain and occasionally even <em>move</em> people. A lot of friends said &#8220;Of course. You knew that before you started obviously.&#8221; But no, I did not. That was not how I saw myself. It is now. I&#8217;m a different person than before not because I&#8217;ve changed so much, but because I see myself differently. I set it up to go back to my old job after the ranger season, but one of the fundamental characteristics of the BIG BUTTON is that there is no going back. The big button changes you, so the job might be the same, but you are not.</p>
<p>The small reset button gives you some breathing room, it makes your bad situations palatable and, ideally lets you see your good situations. It helps keep you comfortable. </p>
<p>The BIG BUTTON makes you <em>uncomfortable</em>. It&#8217;s the one you hit when you are <em>too</em> comfortable, when your creativity and productivity have stagnated on the cushy couch of your mind, when you&#8217;ve been doing the same thing for a long time and it doesn&#8217;t do it for you anymore, when the challenges of the past have become the routine tasks of today. The BIG BUTTON takes you out of the comfort zone, teaches you about who you are, shows you new strengths and weaknesses, shows you your potential, for good or ill. It isn&#8217;t a breather on the path, it&#8217;s the fork in the road, the resets that divide your life into before and after. It&#8217;s the <em>Phoenix Button</em>.</p>
<p>When is the last time you hit the reset button, large or small? What did it do for you?</p>
<p>[And this is for Mark and Ping, who just dropped everything in the professional careers, sold the house, moved to Taiwan. There's no going back from hitting the Phoenix Button]</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/the-reset-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Review of Garmin Forerunner 210 GPS Heart Rate Monitor</title>
		<link>http://raisedbyturtles.org/my-review-of-garmin-forerunner-210-gps-heart-rate-monitor/</link>
		<comments>http://raisedbyturtles.org/my-review-of-garmin-forerunner-210-gps-heart-rate-monitor/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 19:20:39 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Consumer Chronicles]]></category>
		<category><![CDATA[garmin forerunner 210]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/my-review-of-garmin-forerunner-210-gps-heart-rate-monitor/</guid>
		<description><![CDATA[I was excited by the features the Garmin 210 offered, but the reality was a HUGE disappointment. Between terrible signal acquisition and a heartrate monitor that broke almost immediately, I cannot recommend this.]]></description>
			<content:encoded><![CDATA[<p>[This was originally written on REI.com and used their cool autopost feature to post my review here. It has been edited a bit since writing the original]</p>
<div class="hreview">
<div class="item">
<div>
<p><img class="photo" style="margin: 0 0.5em 0 0;" src="http://images.powerreviews.com/images_products/09/68/10045996_100.jpg" alt="" align="left" /></p>
<p style="margin-top: 0;"><strong>The Garmin Sales Pitch</strong></p>
<p style="margin-top: 0;">The Garmin Forerunner 210 GPS heart rate monitor maintains the user-friendly features of the popular Forerunner 110 and gives you more ways to track performance to help you reach your fitness goals.</p>
</div>
<p><a class="url fn" style="display: none;" href="http://www.rei.com/mp/rc/product/810801"><span class="fn">Garmin Forerunner 210 GPS Heart Rate Monitor</span></a></p>
<p>&nbsp;</p>
</div>
<p><strong class="summary">Complete Disappointment!</strong></p>
<div>By <strong>Yosemite Explorer</strong> from <strong>Yosemite National Park, CA</strong> on <strong><abbr class="dtreviewed" style="border: none; text-decoration: none;" title="2011124T1200-0800">12/4/2011</abbr></strong></div>
<div class="prStars prStarsSmall" style="margin: 0.5em 0; height: 15px; width: 83px; background-image: url('http://images.powerreviews.com/images/stars_small.gif'); background-position: 0px -36px;"></div>
<div style="display: none;"><span class="rating">1</span>out of 5</div>
<p><strong>Pros: </strong>Fun when it works</p>
<p><strong>Cons: </strong>Heartrate monitor broke after a few uses. Terrible signal acquisition. Pace readout strange. No coordinate display. Battery life.</p>
<p><strong>Best Uses: </strong>Running. Day hikes as long as they are not too long. Cross-country and backcountry skiing.</p>
<p><strong>Describe Yourself: </strong>Trail runner, skier, hiker, climber.</p>
<p><strong>Was this a gift?: </strong>No</p>
<p class="description" style="margin-top: 1em;">Okay, I&#8217;ve wanted one of these toys for years and finally settled on this one. It was on sale at REI, but was available cheaper elsewhere. However, after twenty years as a member and knowing how strong the customer service is at REI, I decided to buy there to support my coop and in case something went wrong. Good decision!</p>
<p>I had read reviews complaining about slow signal acquisition and about the heartrate monitor going bad very quickly. I was not prepared for anything like this piece of junk though.</p>
<p><strong>1. Signal acquisition is ABYSMAL.</strong></p>
<p>There have been times when I&#8217;ve gone for a run and gotten decent tracking, then gone out and done the same run under clear skies and gone for 30 minutes without getting a signal. This has been true in dense forest in Yosemite where I live,  but also in more open areas in Yosemite, as well as running along the open road by fields and meadows in Vermont, and along a hilltop road in Minnesota. Once, I ran to the top of a hill in Yosemite and stood in an open area for 3 minutes with the thing above my head and got no signal. Then, a few minutes later, while bushwhacking in dense underbrush, I suddenly saw it was tracking!</p>
<p>One thing that&#8217;s frustrating is how it says &#8220;Acquiring satelites&#8221; and shows a progress bar, which progresses across the screen, getting tantalizingly close, making you think it almost has the satelites. Then, with one pixel left to go on the bar, it resets back to the middle. So it&#8217;s not actually a measure of the number of satelites it has, just a measure of the amount of time it has spent trying to acquire a signal.</p>
<p>It is incredible how bad this is. I have noticed that with a 100% full charge, I can often pick up satelites quickly, but anything less and it won&#8217;t get them at all. Example. Yesterday I ran from my house for 3.5 miles. It took about three minutes to get a signal (good for the Garmin) and tracked me perfectly through the forest. The watch was on for about 30 minutes, so drained a little, but not a lot. Three hours later, I decided to run to my lunch appointment. The first half mile was along the same route, then I veered into open meadows (where signals should be better) and still, after over a mile of running, I had no signal. Strangely, after lunch, I stood stock still in an open area and it eventually picked up a signal and tracked me home.</p>
<p><strong>2. Heartrate Monitor Really Is &lt;em&gt;That Bad&lt;/em&gt;</strong></p>
<p>I had read complaints where people said the heartrate monitor twinked out after a month. I think mine literally lasted three uses. I thought the battery had gone bad, but today I tried not one, but two new batteries and could not get the watch to recognize the heartrate monitor.</p>
<p><strong>3. No coordinates display.</strong></p>
<p>On those rare occasions this has worked, it is a fun toy. It&#8217;s a toy only, of course, because of the extreme unreliability. I knew of course this was not going to have maps and all that like a GPS, but I didn&#8217;t imagine it wouldn&#8217;t even let you display the coordinates, which might be pretty handy if you want to use this on longer trail runs and backcountry ski tours.</p>
<p><strong>4. Average pace readings.</strong></p>
<p>These are pretty weird and all over the place. They use some averaging algorithm that seems to average over about a minute (but it&#8217;s more complex than that; hard to get a bead on really), so you don&#8217;t have an instantaneous display and, play with the averaging settings as you will, I couldn&#8217;t get anything that seemed to respond quickly enough to make sense for doing quarter mile intervals. If you want to do intervals where you, for example, stay above a certain pace, you can&#8217;t really do that because of the substantial lag time in the display (even when you say not to average things).</p>
<p><strong>5. Battery life.</strong></p>
<p>10 hours and you&#8217;re done. You lose your GPS. You lose your watch. If you&#8217;re doing something longer and want to know what time it is, you need a backup watch. This is just the nature of GPS devices because of the power draw, so nothing against Garmin on that point. Just saying.</p>
<p><strong>Bottom line:</strong></p>
<p>When it works, it&#8217;s a pretty cool toy, but it doesn&#8217;t work so often, you just have to take it as a bonus if you actually can use it. Given how unreliable it is and the fact that the HR monitor appears to be broken, I&#8217;ll be returning this.</p>
<p>If you&#8217;ve gotten this far and you&#8217;re still thinking of buying this, good luck! Let me say one more thing. I read the reviews like you&#8217;re doing now and knew that people had problems with the signal acquisition. I said &#8220;Well, what&#8217;s the big deal if I wait a minute or two for a signal or miss the first two minutes of my run?&#8221; I read the reports where people said the HR monitor broke almost immediately. I said &#8220;Well, any piece of equipment can fail, it&#8217;s a small percentage though, right?&#8221;</p>
<p>In short, I thought it would be a ton of fun to have device that does what the Garmin does (and when it works, it is), so I allowed myself to discount all the negative reviews and charge on with the purchase in the face of the evidence. Sure, REI has a great return policy and I&#8217;ll get my money back. No problem there. But it is a pain in the butt for me (and REI), and it&#8217;s just been a frustrating experience.</p>
<p>I must say, ten years ago I had a Garmin eTrex Legend and it, also, was an utter piece of junk, with terrible signal acquisition. I thought that GPS units had improved a lot in the intervening years. I&#8217;m sure they have, but I will not be buying any more Garmin products.</p>
<p style="margin-top: 0.5em;">(<a href="http://www.powerreviews.com/legal/terms_of_use.html" rel="license">legalese</a>)</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/my-review-of-garmin-forerunner-210-gps-heart-rate-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Farmers and Miners</title>
		<link>http://raisedbyturtles.org/farmers-and-miners/</link>
		<comments>http://raisedbyturtles.org/farmers-and-miners/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 22:16:23 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Decision Making]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=604</guid>
		<description><![CDATA[You&#8217;ve all seen the bumper sticker: &#8220;If it ain&#8217;t grown, it&#8217;s mined.&#8221; I realized some years ago that this is a powerful metaphor for many things in life and I started to divide people into farmers and miners. I came to this realization when I watched how our neighbor, who owns 23 vacation rentals, maintained [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve all seen the bumper sticker: &#8220;If it ain&#8217;t grown, it&#8217;s mined.&#8221; I realized some years ago that this is a powerful metaphor for many things in life and I started to divide people into farmers and miners. I came to this realization when I watched how our neighbor, who owns 23 vacation rentals, maintained his property like a miner. That is to say he focuses on extracting value, not on growing something of value. The once-beautiful log house he has next to us is falling down. You can give it a swift kick and break off the butt end of a log. It should be worth a million dollars, but it is unsellable because of its condition. </p>
<p>In addition, one of the main products of his business is disgruntled guests. Employees tell me that a very high percentage demand a refund because of the condition of the units. In other words, he&#8217;s a miner. He takes the income he can out of the house and and the customer and puts none of it back. Like a miner who&#8217;s done with the land, it has less value than when he first arrived there. </p>
<p>In the real world, miners mine because you can&#8217;t get beryllium any other way. They mine it because they can&#8217;t grow it. But in the metaphoric world, it&#8217;s often a choice between a mining approach and a farming approach, extracting value or cultivating value, making it worse or making it better. We have our own <a href="http://yosemitehouse.com" title="Alpine Escape Yosemite Rental">yosemite vacation rental</a>, but we like to think of ourselves more as farmers. Our house is more modest than the log castle, but we put the effort in to make it better. We try to turn our rental income back into the house to give people a great experience. We want to build long term value in the building and we also want to build long-term relations with our customers. We essentially get no complaints, because we think of our transactions as cultivating a relationship, not exploiting one.</p>
<p>But since I first started thinking of our neighbor as a miner, I find it a useful heuristic for looking at all sorts of things. It&#8217;s a question I can ask myself (is this miner or farmer behavior?). It&#8217;s a screen for looking at all sorts of decisions, actions, relationships and so forth.</p>
<p>So are you a farmer or a miner?</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/farmers-and-miners/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Number</title>
		<link>http://raisedbyturtles.org/the-number/</link>
		<comments>http://raisedbyturtles.org/the-number/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 16:28:29 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Decision Making]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=602</guid>
		<description><![CDATA[You want to buy a new car, take a new job, volunteer at the food bank — how can you ensure that you're making the right decision?]]></description>
			<content:encoded><![CDATA[<p>A decision is always going to be easier and more likely to achieve success if you can boil it down to the right number. Not all decisions can be assigned a number — &quot;I hate this place and want to move to a new city.&quot; There might not be a relevant, simple number in a case like that. But in many cases, the decision crystallizes when you find <em>The Number</em>. Take the example of the move to a new city. I might be able to boil it down like this:</p>
<ul>
<li>My expenses will rise by $500 per month.</li>
<li>My income will drop by $500 per month.</li>
<li>That’s $12,000 per year difference. With an extra $12,000 per year I could:</li>
</ul>
<ul>
<li>Retire eight years earlier.</li>
<li>Take the family on a couple of major trips per year.</li>
<li>Make the difference between my mom being able to afford to stay in her house or having to move into an apartment.</li>
</ul>
<p>The key thing about finding The Number is that it allows you to see more clearly the tradeoffs you’re making. If I know the shortfall in my mom&#8217;s income and I know the amount I&#8217;m giving up for the move, I can use the The Number to decide. It might not be a dollar figure. It could be hours. If it&#8217;s four hours per week that I&#8217;m going to volunteer at the food shelf, I need to find four hours in my schedule. Maybe I&#8217;ll give up the four hours I spend watching televsion (actually, I don&#8217;t even receive a broadcast signal at my house, so that&#8217;s just a hypothetical, but then we don&#8217;t have a local food shelf either). Maybe I&#8217;ll have to give up two days per week of exercise. Well, I&#8217;d like to be noble and volunteer, but I really like my exercise. At least now I have The Number. It&#8217;s still a question of values and what&#8217;s important to me, but at least I know which important thing, if any, I&#8217;m trading for.</p>
<p> I find that people frequently make their decisions without finding The Number. I don&#8217;t mean they don&#8217;t &quot;run the numbers.&quot; I mean they don&#8217;t find The Number, which is to say the figure that allows them to really crystallize the decision, really understand the tradeoffs, really see the impact. To do that, The Number needs to be related to other things, the things you&#8217;re giving up because time or money are finite. This is the step that people often miss. A couple of examples. </p>
<p>When we lived in the Bay Area, people were always saying they were buying a 4WD vehicle “because we like to go to Tahoe sometimes.” Quite often 2WD cars are required to put tire chains on, while 4WD cars are allowed on the roads without chains and they hated putting chains on in the snow during these occasional trips to the mountains. These friends were always dismayed, and sometimes a bit angry, when I would run them through the numbers. Let’s say I’ll keep the car for ten years and these are the costs of owning that car versus a small, highly fuel-efficient 2WD vehicle (say 35mpg versus 25mpg @12,000 miles per year and $4/gallon) :</p>
<ul>
<li>Extra cost to bump up to a 4WD vehicle: $2000.</li>
<li>Lifetime extra cost of insurance: $1500.</li>
<li>Lifetime extra cost of gasoline: $5486.</li>
</ul>
<p>There are other costs, like you are likely to spend more on tires over the life of the car and things like that, so we’ll round up a bit and say the lifetime cost over 10 years is an extra $9,000 or $900 per year. Now, most of these people I was talking to would go to Tahoe about ten times over the course of a winter (every other weekend, Thanksgiving to Easter). Fewer than half of those times would the highways be under chain controls. So about three times per year, they would be putting chains on their car. That means that they are <em>effectively paying $300 per time</em> they avoid having to get down in the snow and put chains on their cars.</p>
<p>As it turns out, typically there are chain installers at the checkpoints in the Tahoe area. So for <em>only $40</em>, you can <em>pay someone else</em> to put tire chains on your little fuel efficient car. But not a single one of these friends had ever ponied up $40 to avoid getting down in the snow and putting the chains on themselves because it was <em>too expensive</em>. In other words, when faced with paying an extra $9000 over ten years for their car, they had no problem doing so. But when it can to paying $40 to avoid ten minutes of unpleasantness in the snow, the thought it was too expensive. And yet it is <em>$260 per incident cheaper</em> than buying the 4WD car. So somehow it was not worth paying $40 to avoid having to put chains on, but it was worth $300. Just to get the cost down to the price of hiring a chain installer, you would need to chain up 22 times per year, but remember, when faced with paying that cost in the moment, none of them would do it. If asked how much they would pay, I bet the<br />
  number would be around $10 per incident. For us, when we moved to the mountains and spent most of the winter under chain controls, it became absolutely worth it — not only are we down under $10 per incident, we were burning through $300 worth of chains every winter, or $3000 over ten years, which takes a substantial chunk out of the $9000. </p>
<p>This comes up today, because I’m looking at snowblowers. The track-driven Honda is $3000. The wheel-driven Sears blower is $1000. The Honda is a better machine, but for the price difference I can have new skis for me and my wife (in which case The Number is $2000). Looked at another way, we have a couple of storms per year that will overwhelm any blower. If the Sears is overwhelmed an extra two times per year, I’m still ahead, because I can pay someone with bigger equipment to clear my driveway for $50. So I’m still $100 ahead for that year (in this case, The Number is $200/year over ten years). Or looked at yet another way, the Honda is maybe better built and will last longer.<br />
  But it has to last three times as long (in this case The Number is 3, the price ratio between one and the other).</p>
<p>The key to making The Number work for you is to use it to avoid buyer’s remorse. This is simple. Every time you’re down in the snow getting wet, freezing your hands, putting on chains, remind yourself that you are effectively being “paid” $300 for that. Ask yourself: “On a night like tonight, if someone said ‘Hey buddy, I’ll pay you $300 to put my chains on,’ would I do it?” I know if I could get $300 to put chains on, I’d be doing it all the time. This winter when I’m out manhandling the Sears blower out of the gutter between the driveway and the road (the one place where the wheel-drive blowers often get stuck), I will remind myself how excited I am to have new skis. And I&#8217;m writing this so that as I wrestle, fume and swear when that wheel-drive blower gets stuck in the gutter, I&#8217;ll have a record of why I chose the cheap one!</p>
<p>In other words, the key is not simply doing the analysis and finding The Number, but then translating that to what else it gets you and then, every time you feel remorse that you didn’t buy the nicer model, take the other job, volunteer for a good cause, watch another four hours of television, move to the new city or whatever, remind yourself what you gained by making your decision.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/the-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uniformity, creativity and the employee handbook</title>
		<link>http://raisedbyturtles.org/uniformity-creativity-and-the-employee-handbook/</link>
		<comments>http://raisedbyturtles.org/uniformity-creativity-and-the-employee-handbook/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 21:35:06 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[Leadership]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[creativity]]></category>
		<category><![CDATA[hartzog]]></category>
		<category><![CDATA[leadership]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=591</guid>
		<description><![CDATA[George Hartzog, the greatest leader of National Park Service understood that creativity can be crushed in the name of "standards." He killed the employee handbooks and set his people free.]]></description>
			<content:encoded><![CDATA[<p>Lately I&#8217;ve been reading the autobiography of George Hartzog (<em>Battling for the National Parks</em>, 1988), perhaps the greatest leader of the National Park Service ever (director, 1963–1972). That&#8217;s the judgement of Park Service historian Robert Utley (in <a href="http://www.nytimes.com/2008/07/17/us/17hartzog.html" title="Hartzog obituary">New York Times</a>), though some might pick founding director Stephen Mather. P.J. Ryan took it a step further and said (quoted in Hartzog, p. 156) that Hartzog &#8220;was perhaps the most formidable agency chief since <a href="http://en.wikipedia.org/wiki/John_Wesley_Powell" title="Wikipedia article on Powell">John Wesley Powell</a>&#8221; not to mention him being &#8220;the cigar industry&#8217;s answer to aerobics.&#8221; Hartzog was a man of tremendous vision who oversaw the largest expansion of the park system in history and completely revamped the way our parks are run. He did so with courage and strategy. He cut through bureaucracy and wrote his own rules, sometimes paying the price, sometimes bringing home big wins for the National Parks. </p>
<p>When hippies rioted in Yosemite and the Park Service was looking for ways to keep them out of the parks, Hartzog went to investigate the situation. Arriving in the park, he put on old clothes and went out to the hippy campsite and just sat around the fire for several hours listening. He held an all-Valley meeting the next day and invited all questions. He then completely revamped how the parks were run, splitting the rangers into law enforcement and interpreters (who interpret nature and history, not languages), hiring new interpreters and tasking them with creating programs for young people. Hartzog had the vision to realize that a strategy that hinged on excluding young people would end in the utter destruction of the parks over time. So rather than focusing on keeping hippies out of the park, he focused on getting them <em>in</em>. In doing so, one might say he literally saved the parks.</p>
<p>I&#8217;ve always loved the riot story, but I found one I might like even more in his autobiography and illustrates his free-wheeling leadership.</p>
<blockquote><p>The National Park Service had the most educated, talented, innovative cadre of people I have ever known — in or out of government…. I wanted to turn them loose. I told the regional director that I thought the handbooks which, for the most part, told you how to do your job were stifling our field people. They disagreed; so I appointed a committee of them to look at the situation and make recommendations. Soon, the committee reported the handbooks were needed to insure uniformity. That did it!</p>
<p>My objective was not uniformity, but creativity and productivity. I abolished fifty-six volumes of handbooks, including the three I had written, and substituted instead objectives, goals, program and personal performance standards. Man-o-life did I catch hell, one would have though I had repudiated the King James version of the Holy Scriptures!<br />
  ——Hartzog, p. 152—53.
</p></blockquote>
<p>It&#8217;s yet another example of how he didn&#8217;t enter the debate, he didn&#8217;t even reframe the debate. He threw the debate out, opened things up to personal initiative, unleashed that talent. Hartzog himself, before becoming director of the Park Service, passed the bar and became a lawyer despite never attending college let alone law school. And then went on to be accepted to the bar of the Supreme Court. It&#8217;s no surprise that he was willing to ride a bit free and wild and was willing to encourage those in his agency to do the same. </p>
<p>I certainly don&#8217;t see anyone like that in Park Service, probably not in all of government today. I wonder though how Hartzog would be taking on the challenges of today. I think it&#8217;s safe to say he&#8217;d be making people a lot more uncomfortable, but a lot more engaged.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/uniformity-creativity-and-the-employee-handbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Of youth, parking lots and the end of the university</title>
		<link>http://raisedbyturtles.org/youth-parking-lots-universities/</link>
		<comments>http://raisedbyturtles.org/youth-parking-lots-universities/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 04:48:16 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[opportunity cost]]></category>
		<category><![CDATA[tuition]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=586</guid>
		<description><![CDATA[At over $50,000 a year for an Ivy League education, wouldn't most kids be better off doing something else with their money? As Mario Botta said, "What are universities, but parking lots for youth?"]]></description>
			<content:encoded><![CDATA[<p>Two quotes, both rough approximations. The first from an interview I once read, around 1993 I would say (while I was living in Geneva anyway, so 1992-1995) with Mario Botta, the great Swiss architect. Botta was explaining that he did not go to university right away, but worked for some years to make sure he knew what he wanted out of university before he went. He was a draftsman for several years before deciding to go to university around the age of 30. By that time, he had already developed clear ideas about his style and vision and was able to make the most of his time as a student. He argued that young people should not go to university right away, but should wait until they were ready and had a clear reason for going, but in practice most of them go straight out of high school and do nothing but mark time. He asked something along the lines of </p>
<blockquote><p><strong>&#8220;What are universities, but parking lots for youth&#8221;</strong></p></blockquote>
<p>(the interview was in French and I recall the quote as something like &#8220;Quelles sont les universités que les parkings de la jeunesse.&#8221; In other words, universities to Botta are the place we put youth because we don&#8217;t know what else to do with them. We don&#8217;t have good jobs for most eighteen year-olds, so we put them in universities to grow up for a few years and, if they get the education they deserve, well that&#8217;s an accidental by-product.</p>
<p>The second quote comes from my major professor, Bob Kingdon. I believe he was quoting George Mosse, the great scholar of German nationalism, but it may have been Garrett Mattingly, the great scholar of Renaissance diplomacy. Mosse was Kingdon&#8217;s predecessor at Wisconsin and Mattingly was Kingdon&#8217;s major professor. No matter, the quote was (again, roughly): </p>
<blockquote><p><strong>&#8220;Classes are for mediocre students. Good students would learn more by spending an hour at the library.&#8221;</strong></p></blockquote>
<p>You might debate either of these quotes, but for a long time I&#8217;ve been thinking that the university system is becoming unsustainable. State legislators are givign up on higher education, but in a very real way, I think educators gave up on education first. How so? When my father started at the University of Vermont, a standard teaching load was five courses per semester. When he left, it was five courses per year. Yes, it&#8217;s true that tuition has risen in part because <a href="http://www.washingtonmonthly.com/magazine/septemberoctober_2011/features/administrators_ate_my_tuition031641.php?page=all&#038;print=true">university administrators now outnumber university faculty</a>, but it&#8217;s also because universities gave up on education as their primary role and came to see research as their primary role. Let&#8217;s face it, cutting the number of classes professors teach in half at a school like UVM, which not so long ago was an undergraduate school with no graduate programs, has had a lot to do with raising the cost of tuition as well. </p>
<p>Meanwhile, faculty have a &#8220;pull the ladder up after us&#8221; mentality, by which I mean that the vast majority consider themselves liberal and pro-labor, yet universities have terrible labor practices, often employing adjunct teachers at starvation wages and no benefits. If faculty taught, on average, one additional course, that would save more money than hiring adjuncts. Of course it would mean many of those adjuncts would not work in university teaching, but I&#8217;m not at all sure they would be worse for it. But since academics as a whole are rarely known for their courage, don&#8217;t expect to see action on this front soon.</p>
<p>And there are other aspects to the rising tuition as well. Universities increasingly resemble Club Med with deluxe rec sports facilities and other amenities that are ultimately rolled into tuition in the name of attracting better students. All of this costs money and if the goal is actually educating people for their futures, we should save these frill for those students who are willing to pay for membership in a private gym or movie club or whatever (spoken as someone who spent more time than most at the gym and the campus movie club during my student days — these are great things; they should just be optional, not rolled into tuition).</p>
<p>I&#8217;m thinking of this after successive conversations with my brother about the crushing cost of college and after looking up the costs of some universities. My alma mater is now $48,000 per year for an out of state student (I had a full tuition remission when I went, so I don&#8217;t really know what the cost was, but it was a lot less than that). I remember as recently as 10 years ago my brother-in-law was at Cal Tech, then the most expensive school in the country at $35,000. Now that&#8217;s a bargain. Saint John&#8217;s, the liberal arts school with a &#8220;great works&#8221; curriculum is around $55,000 per year. </p>
<p>Let&#8217;s be real. How can it possibly be worth $55,000 a year to have someone guide you through the reading of Aristotle? If you have two children at Saint John&#8217;s, you&#8217;d be better off hiring a couple of out-of-work PhDs to come to your house and home school your kids through university. And by the way, that cost doesn&#8217;t even count opportunity cost from four years of lost labor. Let&#8217;s assume an average of $10 per hour for four years. That means the true cost is actually 75,000 dollars per year!</p>
<p>But this is where I get back to the quotes from Botta and Mosse. Three hundred thousand dollars is a lot of money to spend on parking your kid for four years and, if the kid is going to Saint John&#8217;s he will graduate with no identifiable skill, no preparation for a job that would remotely prepare him for repaying that money. </p>
<p>Am I a calous philistine? Well, yes, but not because of what I just said. Let me take on some imagined counter arguments.</p>
<p><strong>1. It&#8217;s a worthwhile long-term investment.</strong></p>
<p>This is what the Ivy League schools used to say, because their grads made so much more money. Some research suggests this may not be so. Kids who were similar to those (SAT, rank in class, GPA) as those who went to Ivy League schools but who did not themselves go Ivy, had similar income to those who got Ivy League educations. Furthermore, Ivy grads had <em>lower</em> job satisfaction ten years after graduation than those who went to more modest schools (see <a href="http://www.nytimes.com/2010/12/19/weekinreview/19steinberg.html?_r=1&#038;pagewanted=all">NYT article</a>). All of this makes me wonder whether you would see a similar phenomenon if you tracked highly motivated kids who could have gotten into Ivy League schools but chose not to go to college at all. We know that some who never graduated have done pretty well for themselves. I&#8217;m thinking of college dropouts like Steve Jobs, Bill Gates, Mark Zuckerberg, Michael Dell and Larry Ellison (these are the proof cases for Mosse&#8217;s comment that the brightest students don&#8217;t need classes). But I could also be thinking of the guy who did our tile work who makes $60 per hour without a single college course to his name (and he can&#8217;t keep up with the demand on his services, even working weekends quite often, out-earning all the humanities PhDs I know who are within 15 years of his age).</p>
<p>The second thing I would say is that if someone gave me $300,000 right now, I could within four years leverage that into a rental business that would be self-sustaining and support me for the rest of my life with plenty of time to read Aristotle. I wouldn&#8217;t even have to start a computer revolution or lay tile.</p>
<p><strong>2. The value of a liberal education can&#8217;t be calculated in dollars. It&#8217;s about broadening kids and teaching them to think.</strong></p>
<p>Fair enough, but there is always an opportunity cost and dollars allow us to see what it is. We know that for Saint John&#8217;s that cost is $300,000. Frankly, on that much money, I could travel around the world for ten years, visiting probably every country on the planet, learning two or three languages well, learning customs of far off lands, seeing countless new things and, by the way, having plenty of free time to read Aristotle should I so desire. I don&#8217;t think anyone could argue that a university education is broadening on that scale. </p>
<p>When I see tuition prices that really are only affordable to the ruling elite or America, when I see <a href="http://www.politico.com/news/stories/1011/66347.html">unpaid student loan debt crest one trillion dollars</a>, when I see students graduating with English degrees owing $800 per month on their loans, when I see an educational system that <a href="http://www.ted.com/talks/ken_robinson_says_schools_kill_creativity.html">tends to stifle creativity rather than encourage it</a>, it makes me wonder if the whole costly edifice is about to crumble. I think the answer is yes. The university system as we know it, primarily a product of the nineteenth century, is poised for a major change and, for many in education, major pain. But I believe the financial burden of the system as it exists is no longer warranted by the benefits. I also think that such changes tend to be slow, which means that my friends in academia will mostly all be fine. They&#8217;ve got the ladder up after them and can breathe a sigh of relief. But if I were a parent now, I would seriously consider what else I could do with my money. If I were a student, I would be putting together &#8220;grant&#8221; proposals and business plans to get &#8220;angel investors&#8221; (i.e. mom and dad) to fund my Great Adventure (think of the <a href="http://en.wikipedia.org/wiki/Grand_Tour">Grand Tour</a> of the seventeenth century) or my startup. And if I were a young person considering grad school with an eye toward university teaching, I would look upon the venture more carefully than ever.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/youth-parking-lots-universities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Offline GMail is back and adds Calendar support! And GMail has a new look</title>
		<link>http://raisedbyturtles.org/offline-gmail-is-back-and-adds-calendar-support-and-gmail-has-a-new-look/</link>
		<comments>http://raisedbyturtles.org/offline-gmail-is-back-and-adds-calendar-support-and-gmail-has-a-new-look/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 19:21:42 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Software and Computing]]></category>
		<category><![CDATA[gmail]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=581</guid>
		<description><![CDATA[Lately, the GMail team has been sort of pissing me off, with various things. Recent versions of GMail didn&#8217;t work on Chrome on one of my computers (yes, didn&#8217;t work on their own browser on my computer). They got rid of the Offline version. Well, I don&#8217;t always have connectivity and it felt like Google [...]]]></description>
			<content:encoded><![CDATA[<p>Lately, the GMail team has been sort of pissing me off, with various things. Recent versions of GMail didn&#8217;t work on Chrome on one of my computers (yes, didn&#8217;t work on their own browser on my computer). They got rid of the Offline version. Well, I don&#8217;t always have connectivity and it felt like Google employees working in their little always-on bubble didn&#8217;t realize that we&#8217;re not all connected all the time. I was getting aggravated.</p>
<p>Today, they rolled out the <a href="http://gmailblog.blogspot.com/2011/11/gmails-new-look.html" title="Official Google post on the new look">new look for GMail</a> (at least I got my first look today). The new look is a mixed bag. I generally find it less readable. The layout of messages is much harder for me to navigate. I find it harder to see what&#8217;s going on in a message thread, because in the past I had collapsed versions of all messages in the top of the screen and I could expand and contract them as I wished. I still haven&#8217;t figured out what the organizational principle is for the new layout and, from a usability point of view, any interface that you can&#8217;t figure out after an hour is rather a usability failure.</p>
<p>But, just after firing off an email to Google to explain why I found their new interface so difficult to navigate, I was poking around the settings and realized that G<a href="http://gmailblog.blogspot.com/2011/08/using-gmail-calendar-and-docs-without.html" title="Official GMail team announcement">Mail Offline is finally back</a> and now inlcudes offline access to Calendar and Documents! It is currently only integrated with Chrome as a sort of standalone app (<a href="https://chrome.google.com/webstore/detail/ejidjjhkpiempkbhmpbfngldlkglhimk" title="Download the Chrome GMail Offline app">download for GMail</a> or <a href="https://chrome.google.com/webstore/detail/ejjicmeblgpmajnghnpcppodonldlgfn" title="Chrome app for Calendar">Calendar</a> and <a href="https://chrome.google.com/webstore/detail/apdfllckaahabafndbhieahigkjlhalf" title="Download Docs offline">Google Docs</a>). </p>
<p>This is what the GMail offline app looks like:<div id="attachment_612" class="wp-caption aligncenter" style="width: 310px"><a href="http://raisedbyturtles.org/wp-content/uploads/gmailoffline.png" rel="lightbox[581]" title="GMail Offline"><img src="http://raisedbyturtles.org/wp-content/uploads/gmailoffline-300x168.png" alt="GMail Offline screenshot" title="GMail Offline" width="300" height="168" class="size-medium wp-image-612" /></a><p class="wp-caption-text">GMail Offline Interface</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/offline-gmail-is-back-and-adds-calendar-support-and-gmail-has-a-new-look/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress Debugging with the wp-pear-debug plugin</title>
		<link>http://raisedbyturtles.org/wordpress-debugging-with-wp-pear-debug-plugin/</link>
		<comments>http://raisedbyturtles.org/wordpress-debugging-with-wp-pear-debug-plugin/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 06:12:56 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=577</guid>
		<description><![CDATA[The wp-pear-debug brings a few handy debugging tools to Worpdress. If you're not working in an IDE with full-fledged debugging, this is a must have for any Wordpress developer.]]></description>
			<content:encoded><![CDATA[<p>The awesome wp_pear_debug brings the power of pear_debug to WordPress. What&#8217;s that mean? It means that hundreds of system variables are at your fingertips, that your GET and POST data can be easily viewed without needing to add any special debug code, and that with just a line of code, you can output any variable, including arrays and objects, to appear in a nice little dropdown. Very handy.</p>
<p>The video shows it in use. I apologize for the terrible audio that goes in and out of sync and has a lot of noise &#8211; I did this on my slow old laptop with the mike built into my cheapo headset. The video is a bit disorganized, but hopefully it&#8217;s enough to show you the power of wp_pear-debug. See below the video for some useful links.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/oguD2eqAmFw?hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/oguD2eqAmFw?hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>The common methods available in php_debug are listed here:<br />
<a href="http://www.php-debug.com/www/docs/V2.0.0/PHP_Debug/Debug.html">http://www.php-debug.com/www/docs/V2.0.0/PHP_Debug/Debug.html</a></p>
<p>That page is surprisingly hard to find from the php_debug home page, so make a note of it.</p>
<p>Plugin Home Page<br />
<a href="http://www.communitymodder.com/Released-wordpress-plugins/wp-pear-debug-wordpress-plugin.html">http://www.communitymodder.com/Released-wordpress-plugins/wp-pear-debug-wordpress-plugin.html</a> &#8211; nice description, screenshots, and help on how to install and use the plugin.</p>
<p>The official <a href="http://wordpress.org/extend/plugins/wp-pear-debug/">WordPress.org Plugin download page</a></p>
<p>In the video, I call the dump() method using the direct invocation:<br />
wp_pear_debug::dump($defaults, &#8216;Defaults1&#8242;);</p>
<p>Since I&#8217;m not doing much, this was simpler than creating a new object and invoking it as</p>
<p>$debugObject = wp_pear_debug::get();<br />
$debugObject->dump($default);</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/wordpress-debugging-with-wp-pear-debug-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Secure Alternatives to Dropbox</title>
		<link>http://raisedbyturtles.org/secure-alternatives-to-dropbox/</link>
		<comments>http://raisedbyturtles.org/secure-alternatives-to-dropbox/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 23:39:42 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Software and Computing]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[free stuff]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[spider oak]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=571</guid>
		<description><![CDATA[Dropbox has come under fire for not being as secure as we've perhaps been led to believe, but Secret Sync and Spider Oak promise more secure alternatives.]]></description>
			<content:encoded><![CDATA[<p>So there&#8217;s been a lot of talk lately about how Dropbox, which promised that it was encrypting our files, actually is only doing so server side and employees and possibly hackers if sophisticated enough could get access to your files. In the comments to a Business Insider article, reps from two companies posted their solutions. I&#8217;m sure there are more, but just so I don&#8217;t forget these guys, they are</p>
<ol>
<li><a href="http://getsecretsync.com/ss/">Secret Sync</a> &#8211; this is an add-on that encrypts files on your computer, using a key that nobody at Dropbox has, so even if someone gets into your Dropbox account, they can&#8217;t read your files. It&#8217;s free, but they plan to roll out a &#8220;pro&#8221; model with additional features.</li>
<li><a href="https://spideroak.com/pricing">Spider Oak</a> offers client-side encryption built in, so it&#8217;s essentially the same as Dropbox + Secret Sync and is, like Dropbox, free for 2GB.</li>
</ol>
<p>Secret Sync (or actually, I think it&#8217;s SecretSync as one word), being a different company entirely from Dropbox, means that your DB and SS passwords are not shared between companies, so that should be as secure as your passwords.</p>
<p>Spider Oak is one company, but they claim a higher level of privacy than Dropbox:</p>
<blockquote><p>At SpiderOak we have created a true &#8216;zero-knowledge environment&#8217; meaning that no one including the SpiderOak employees will ever know what you are storing on your SpiderOak Network. We can maintain this environment because at no time will anybody know your password (or the answer to your password hint) except you. </p></blockquote>
<p>I still haven&#8217;t decided whether to switch. I&#8217;m pretty pissed off at Dropbox for the misleading statements they make on their site (saying all files are AES 256 encrypted &#8211; essentially unbreakable &#8211; but neglecting to say that they have the keys and with certain forms of attack the hackers could have them too!). Still, one of the things about Dropbox is it is very bandwidth efficient and I am bandwidth limited because I&#8217;m often connected over satellite. Dropbox tries to upload just the pieces of a file that have changed (based on filesystem sectors?) and to not even upload common files that a lot of people share (very popular songs). Once you switch to full encryption, I would think that changing a single period in a document would result in a completely different encrypted file, like if you were doing a hash, and require a full upload. </p>
<p>Spider Oak says no:</p>
<blockquote><p>SpiderOak will scan the file and find only the changes, and store new data blocks for those areas of the file. This means that SpiderOak is able to store all historical versions of a document using little additional space.</p>
<p>For example, if you&#8217;re working on a research paper, and add new sections, charts, and other information to it as you go along, SpiderOak just stores these additional items. So, SpiderOak will be able to store all of the historical versions of your research paper using about the same amount of space as would be needed to only store the most recent version.</p></blockquote>
<p>So it would probably be worth it to switch, but we turtles don&#8217;t do anything fast!</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/secure-alternatives-to-dropbox/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

