<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-22957328</id><updated>2024-06-27T19:05:25.542-07:00</updated><title type='text'>The Wymanator</title><subtitle type='html'>Miscellaneous thoughts on the design, development and operation of information systems.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://wymanator.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default?alt=atom'/><link rel='alternate' type='text/html' href='http://wymanator.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Mike Wyman</name><uri>http://www.blogger.com/profile/10766989798739516849</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>11</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-22957328.post-115444273805780443</id><published>2006-08-01T07:03:00.000-07:00</published><updated>2006-08-01T07:52:45.736-07:00</updated><title type='text'>When Your Code Doesn&#39;t Work, Make It the End-User&#39;s Problem</title><content type='html'>I had occasion to use the &lt;a href=&quot;http://www.americanheart.org&quot;&gt;American Heart Association&lt;/a&gt;&#39;s Web site to make donation in the name of a former colleague who had passed away. I was somewhat taken aback when I arrived at the &lt;a href=&quot;https://donate.americanheart.org/ecommerce/donation/acknowledgement_info.jsp;jsessionid=HWNSVL5SLCCQFCU1SCAQ?campaignId=&amp;site=Heart&amp;amp;itemId=prod20007&quot;&gt;donation page&lt;/a&gt; and saw the following:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://photos1.blogger.com/blogger/4230/2343/1600/aha.jpg&quot;&gt;&lt;img style=&quot;DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center&quot; alt=&quot;&quot; src=&quot;http://photos1.blogger.com/blogger/4230/2343/320/aha.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The instructions for including a personal message states &quot;Do not use special characters such as #, $, or &amp; as they will harm the printing of your note.&quot; Is it that the American Heart Association has been the recipient of a bunch of donated, dysfunctional printers which choke on special characters?&lt;br /&gt;&lt;br /&gt;Not really. The underlying problem is that special characters passed between programs frequently require &quot;escaping&quot; using a protocol which both programs must implement. If one end implements the protocol and the other end doesn&#39;t, then strange things will happen. A little bit of experimentation with the donation page showed that use of a # or &amp;amp; would truncate the message at the point of the special character. This was obvious on the &quot;preview&quot; page -- no printing was necessary!&lt;br /&gt;&lt;br /&gt;So obviously, the implementers of the Association&#39;s donation application hadn&#39;t a clue as to the proper way to handle special characters. I can just imagine the following conversation:&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Head of Solicitations:&lt;/em&gt; We&#39;ve been getting complaints from donors about their personal messages being incomplete.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Programmer:&lt;/em&gt; By any chance did they use any special characters in their message?&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Head:&lt;/em&gt; How should I know?&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Programmer:&lt;/em&gt; Well, they shouldn&#39;t. This is a known problem with the &lt;em&gt;XYZ for Java Package&lt;/em&gt; and there&#39;s nothing we can do about it. [Notice the deft shift of the blame to a third party].&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Head:&lt;/em&gt; Well then we at least ought to tell our donors not to use the characters.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Programmer:&lt;/em&gt; Ok, I&#39;ll get right on it and change the instructions on our Web site.&lt;br /&gt;&lt;br /&gt;So we&#39;ve now shifted the burden to fixing the problem onto the customer.</content><link rel='replies' type='application/atom+xml' href='http://wymanator.blogspot.com/feeds/115444273805780443/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/22957328/115444273805780443' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/115444273805780443'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/115444273805780443'/><link rel='alternate' type='text/html' href='http://wymanator.blogspot.com/2006/08/when-your-code-doesnt-work-make-it-end.html' title='When Your Code Doesn&#39;t Work, Make It the End-User&#39;s Problem'/><author><name>Mike Wyman</name><uri>http://www.blogger.com/profile/10766989798739516849</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-22957328.post-115205428103559832</id><published>2006-07-04T16:00:00.000-07:00</published><updated>2006-07-10T08:43:38.006-07:00</updated><title type='text'>This Works - Thermos Gas Grill Parts</title><content type='html'>I was dreading having to assemble a newly purchased gas grill. This is the fourth gas grill I have purchased in my lifetime. The last grill came already assembled and more or less easily fit in our Honda Odyssey. Having since down-sized to a Honda Fit I knew that there was no way I was going to be able to get an already assembled grill home.  So I bit the bullet and purchased an unassembled one.  For those of you who have not enjoyed(?) the experience of assembling one&#39;s own grill, let me tell you it is not fun. One of the most dreadful aspects of the experience is that one has to deal with lots of screws, washers and nuts, all of which are different sizes, with weird designations like &quot;#4 flat washer&quot;.&lt;br /&gt;&lt;br /&gt;I was pleasantly surprised when I got home and unpacked my new Thermos grill. There, neatly arranged in a blister pack was all the hardware, organized and clearly labeled. Nice job, Thermos!&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://photos1.blogger.com/blogger/4230/2343/1600/000_0001.jpg&quot;&gt;&lt;img style=&quot;DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: pointer; TEXT-ALIGN: center&quot; alt=&quot;&quot; src=&quot;http://photos1.blogger.com/blogger/4230/2343/320/000_0001.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://wymanator.blogspot.com/feeds/115205428103559832/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/22957328/115205428103559832' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/115205428103559832'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/115205428103559832'/><link rel='alternate' type='text/html' href='http://wymanator.blogspot.com/2006/07/this-works-thermos-gas-grill-parts.html' title='This Works - Thermos Gas Grill Parts'/><author><name>Mike Wyman</name><uri>http://www.blogger.com/profile/10766989798739516849</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-22957328.post-115038072405718535</id><published>2006-06-15T06:51:00.000-07:00</published><updated>2006-06-19T06:34:30.343-07:00</updated><title type='text'>Florida to Allow Citizens to Freeze Credit Reports</title><content type='html'>This story from the &lt;em&gt;Sun Sentinel&lt;/em&gt;, &lt;a href=&quot;http://www.sun-sentinel.com/business/custom/consumer/sfl-zcreditfreeze14jun14,0,6999047.story?coll=sfla-news-letters&amp;amp;track=mostemailedlink&quot;&gt;You can chill identity theft with a credit freeze starting July 1&lt;/a&gt;, details a newly passed Florida state bill which allows a citizen to freeze their credit report. For a fee of $10 and sufficient proof of identity (a DNA test?), one will be able to &quot;lock&quot; their credit report. If a credit grantor wants to see your report, they can only do so if you specifically unlock the report (for another $10 fee).&lt;br /&gt;&lt;br /&gt;From the article:&lt;br /&gt;&lt;blockquote&gt;Credit bureaus caution that consumers might not like a freeze because the process will involve sending certified letters to each credit bureau and proof of identification.&lt;br /&gt;&lt;br /&gt;Once it is in place, a credit freeze is a complete block that could hamper your own access to your report. With a frozen credit report, you might not be able to take out a loan or get instant credit at a retail store or obtain a cell phone contract. &lt;/blockquote&gt;&lt;p&gt;So the credit bureaus think this is a bad idea because it will make it difficult for you, the consumer, to get credit in your own name. Instead, the bureaus would prefer the current system where it is very easy for not only you, but anyone else who knows some information about you, to get credit in your name. Credit bureaus make money by selling credit reports. If you freeze your report, they won&#39;t be able to sell it. It is obviously in the bureaus&#39; best interest to make the freezing process as painful as possible.&lt;/p&gt;&lt;p&gt;I, for one, would certainly like to excercise more control over who sees my credit report. The current system, with its heavy reliance on the Social Security Number (SSN) as the &quot;key&quot; to granting credit in your name, is very much broken. Permitting you to freeze your credit account, requiring better security in those systems which store personal identifying information about you and requiring disclosure if your personally identifying information has been compromised don&#39;t address the real issue.&lt;/p&gt;&lt;p&gt;How might one fix the system? Well, how about automatically giving each consumer a PIN as the key to their credit bureau account. This PIN, when combined with the other identifying information, would allow a credit grantor to view the consumer&#39;s credit history. For added security, this PIN could be made &quot;single-use&quot;. That is, it would expire after a single credit grantor employed it. Even without the single-use feature, merely being able to issue a new PIN, much the same way you are issued a new credit card number if your card is lost or stolen, should minimize fraud.&lt;/p&gt;&lt;p&gt;Or, better yet, why not turn over the whole identity management process to a credit card company? They have certainly proven themselves adept at managing fraud. The primary reason, of course, is that they are held liable for fraudulent card use (or at least that in excess of $50). Until the credit bureaus and credit grantors are held similarly liable, they are under no incentive to &quot;fix&quot; the current system.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://wymanator.blogspot.com/feeds/115038072405718535/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/22957328/115038072405718535' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/115038072405718535'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/115038072405718535'/><link rel='alternate' type='text/html' href='http://wymanator.blogspot.com/2006/06/florida-to-allow-citizens-to-freeze.html' title='Florida to Allow Citizens to Freeze Credit Reports'/><author><name>Mike Wyman</name><uri>http://www.blogger.com/profile/10766989798739516849</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-22957328.post-114770617217386926</id><published>2006-05-15T08:11:00.000-07:00</published><updated>2006-05-15T08:16:12.183-07:00</updated><title type='text'>Quote of the Day</title><content type='html'>Having spent a fair amount of time dealing which large corporate legal departments, I had to chuckle when I read the following from &lt;a href=&quot;http://blog.guykawasaki.com/2006/05/the_top_ten_lie.html&quot;&gt;Guy Kawasaki:&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;There are two kinds of legal departments in large companies: (a) the kind that automatically says, “No,” when asked, “Can we do this?” (b) and the kind that automatically says, “No,” when asked, “Can we do this?”&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;I&#39;ve also heard such departments referred to as the &quot;Sales Prevention Team&quot;.</content><link rel='replies' type='application/atom+xml' href='http://wymanator.blogspot.com/feeds/114770617217386926/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/22957328/114770617217386926' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/114770617217386926'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/114770617217386926'/><link rel='alternate' type='text/html' href='http://wymanator.blogspot.com/2006/05/quote-of-day.html' title='Quote of the Day'/><author><name>Mike Wyman</name><uri>http://www.blogger.com/profile/10766989798739516849</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-22957328.post-114735520603922298</id><published>2006-05-11T06:40:00.000-07:00</published><updated>2024-06-27T19:04:53.167-07:00</updated><title type='text'>Google Search Result Page Navigation - What Were They Thinking of?</title><content type='html'>Here&#39;s a classic case of a user interface designed by someone who thinks like a programmer as opposed to an end user: &lt;img style=&quot;DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center&quot; alt=&quot;&quot; src=&quot;http://photos1.blogger.com/blogger/4230/2343/320/google.jpg&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;Now to a programmer this is an intuitively obvious interface. Google&#39;s back end supports the ability to display search results starting with any random page, so why not expose this capability to the end user?&lt;br /&gt;&lt;br /&gt;Unfortunately, from the end user&#39;s perspective, this makes no sense whatsoever. Google presents its search results ordered by how likely they are to be of interest to the user. If a user doesn&#39;t find what they need on page 1 they typically will follow one of two courses of action:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Re-phrase their search terms and repeat the search (the approach I use 90% of the time)&lt;/li&gt;&lt;li&gt;Go to page 2 to view the next most relevant set of search results&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;No user in their right mind would say to themselves &quot;Hmmm, I didn&#39;t find what I was looking for on page 1. Let me see what&#39;s on page 4.&quot; But this is exactly what the Google interface supports.&lt;/p&gt;&lt;p&gt;The only navigation controls needed here are Next, Previous and First page. &lt;/p&gt;&lt;p&gt;Microsoft&#39;s &lt;a href=&quot;http://www.live.com/#q=google%20search%20result%20page%20navigation&amp;amp;offset=1&quot;&gt;Windows Live search &lt;/a&gt;(boy do I hate that name), does an excellent job of finessing this whole issue by supporting an &quot;infinite scroll&quot; feature. As the user scrolls through the result set using either the mouse wheel or scroll bar, the next search result set is automatically retrieved under the covers. This is very much analogous to how Google Maps supports panning which, compared to other map services which required page reloads to effect panning, represented a quantum leap in the interface.&lt;/p&gt;&lt;p&gt;Of course, Google&#39;s search thrives on light weight and speed -- something which has never concerned Microsoft -- so it&#39;s not clear if it makes sense for Google to apply heavy weight Ajax technology to their bread and butter.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://wymanator.blogspot.com/feeds/114735520603922298/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/22957328/114735520603922298' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/114735520603922298'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/114735520603922298'/><link rel='alternate' type='text/html' href='http://wymanator.blogspot.com/2006/05/google-search-result-page-navigation.html' title='Google Search Result Page Navigation - What Were They Thinking of?'/><author><name>Mike Wyman</name><uri>http://www.blogger.com/profile/10766989798739516849</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-22957328.post-114554124122613884</id><published>2006-04-20T06:31:00.000-07:00</published><updated>2006-04-20T06:54:01.236-07:00</updated><title type='text'>Windows Live - Are the Inmates Running the Asylum?</title><content type='html'>Maybe it&#39;s just me, but I don&#39;t &quot;get&quot; &lt;a href=&quot;http://www.live.com&quot;&gt;Windows Live.&lt;/a&gt; Check out the following:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://photos1.blogger.com/blogger/4230/2343/1600/wl1.jpg&quot;&gt;&lt;img style=&quot;DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center&quot; alt=&quot;&quot; src=&quot;http://photos1.blogger.com/blogger/4230/2343/320/wl1.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; This is horribly reminiscent of the ill-fated MSN Version 1 which Microsoft released back in 1995.  For those of you who don&#39;t remember it, Microsoft attempted to &quot;seamlessly&quot; merge an online service with Windows.  This was accomplished by organizing MSN into folders which were grouped with the user&#39;s hard-disk folders in Windows Explorer.  All of this was tremendously cool from a technical perspective, but was extremely naive when it came to catering to the customer.  Normal users just don&#39;t relate well to the Explorer view of the world.&lt;br /&gt;&lt;br /&gt;Looking at the above home page, I haven&#39;t a clue where to start or what I can do.  The user interface was obviously designed by a committee of programmers who were operating without adult supervision.&lt;br /&gt;&lt;br /&gt;This is another example where it would help to follow Wyman&#39;s fourth law (see &lt;a href=&quot;http://www.wymanator.com/wymanslaws.html&quot;&gt;Wyman&#39;s Laws&lt;/a&gt;): If you can&#39;t think like a customer, you shouldn&#39;t be designing systems for them.</content><link rel='replies' type='application/atom+xml' href='http://wymanator.blogspot.com/feeds/114554124122613884/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/22957328/114554124122613884' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/114554124122613884'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/114554124122613884'/><link rel='alternate' type='text/html' href='http://wymanator.blogspot.com/2006/04/windows-live-are-inmates-running.html' title='Windows Live - Are the Inmates Running the Asylum?'/><author><name>Mike Wyman</name><uri>http://www.blogger.com/profile/10766989798739516849</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-22957328.post-114463059422159850</id><published>2006-04-09T17:22:00.000-07:00</published><updated>2006-04-10T06:35:44.456-07:00</updated><title type='text'>User Interface Lessons from a Spaghetti Box</title><content type='html'>I love to cook. Not only does cooking satisfy my engineering bias to create things, it also satisfies my need to eat. My wife, on the other hand hates to cook. As a consequence I am the one who cooks in our family.&lt;br /&gt;&lt;br /&gt;One of the staples on our menu is pasta. Over the years, the brand of pasta I used was, for the most part, irrelevant. For the past several years I have been using only De Cecco pasta. Supposedly, its bronze dies make for a superior pasta, to which sauce has a propensity to stick.&lt;br /&gt;&lt;br /&gt;Tonight, it dawned on me that De Cecco has another attribute which makes it superior: its packaging. The three most important things I look for on a box of pasta are:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;The brand -- I certainly don&#39;t want to buy Guido&#39;s no-name pasta&lt;/li&gt;&lt;li&gt;The type -- if I&#39;m making linquine with clam sauce, I don&#39;t want cappelini&lt;/li&gt;&lt;li&gt;How long to cook it -- pasta needs to be cooked &quot;al dente&quot;, which requires accurate timing&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;br /&gt;Look at your average box of pasta. You&#39;ll certainly have no trouble identifying the brand. Not only is it printed prominently on the box, the coloring and graphics make it a no-brainer.&lt;br /&gt;&lt;br /&gt;Most pasta types have standard names. Occasionally, you&#39;ll find obscure names, like tortiglioni. All pastas seem to have the name printed all over the box. De Cecco, and some others, also have a window which allows one to see the actual product. Thereby satisfying both the left and right brainers among us.&lt;br /&gt;&lt;br /&gt;Finally, De Cecco seems to be unique in telling the user how long to cook the product. Look on most pasta boxes and the cooking directions are buried among recipes for obscure dishes, nutritional details and company history. De Cecco, on the other hand has the cooking time right on the front of the box, in large type. One cannot possibly miss it.&lt;/p&gt;&lt;p&gt;So what does this have to do with user interfaces?  Simple - if the most frequently used information and controls do not stand out, you are interfering with the user&#39;s ability to get the job done.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://wymanator.blogspot.com/feeds/114463059422159850/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/22957328/114463059422159850' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/114463059422159850'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/114463059422159850'/><link rel='alternate' type='text/html' href='http://wymanator.blogspot.com/2006/04/user-interface-lessons-from-spaghetti.html' title='User Interface Lessons from a Spaghetti Box'/><author><name>Mike Wyman</name><uri>http://www.blogger.com/profile/10766989798739516849</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-22957328.post-114227838513026031</id><published>2006-03-13T11:29:00.000-08:00</published><updated>2006-03-13T14:34:45.570-08:00</updated><title type='text'>SAT Scoring Problems and The Three Wyman Questions</title><content type='html'>The recently reported problems with erroneous scores on SATs (see &lt;a href=&quot;http://www.nytimes.com/2006/03/10/education/10sat.html?_r=1&amp;oref=slogin&quot;&gt;SAT Errors Raise New Qualms About Testing&lt;/a&gt;) should raise more than just qualms. One has to call into question the whole issue of quality control at Pearson Educational Measurement. It seems this incident offers a perfect opportunity to explore &lt;em&gt;The Three Wyman Questions&lt;/em&gt;.&lt;br /&gt;&lt;br /&gt;The Three Wyman Questions are a methodology which I have developed for effectively dealing with service problems. When a service anomaly occurs, I have found that unless all three questions are answered, you are leaving yourself open for further service problems. These questions are all obvious, but you would be surprised at the number of times they aren&#39;t asked.&lt;br /&gt;&lt;br /&gt;So what are the questions?&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;1. What went wrong?&lt;/strong&gt;&lt;br /&gt;This is the most obvious question and more often than not it does get asked (and answered). However, I&#39;m sure we&#39;ve all encountered the situation where a computer system hung and the remedy was to restart the system. If and when the question gets asked, the response is generally &quot;I don&#39;t know, but restarting the system fixed the problem.&quot; Wrong answer. The problem has not been fixed. In Pearson&#39;s case they appeared to identify excess moisture and light marks as the problem. So far, so good.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;2. How do we prevent the problem from happening again?&lt;br /&gt;&lt;/strong&gt;Obviously, unless question one was answered, it makes no sense to attempt to answer this question. Assuming that this is not the first time this problem has occurred for Pearson, they obviously didn&#39;t answer it the first time around. While the full details of the Pearson problem are not clear, one naive answer to this question could have been &quot;We&#39;ll add registration marks to the form to be scanned and if the marks are not found where expected, we&#39;ll assume the form did not get scanned properly.&quot;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;3. Should the problem recur, how can we detect it before our customer does?&lt;/strong&gt;&lt;br /&gt;It&#39;s never a good idea to expect your customers to do quality assurance for you. First of all, they are extremely fickle. They&#39;ll just as soon tell their friends how bad your service is as opposed to letting you know. Also you&#39;ll look very stupid when your customer tells you about a problem you don&#39;t know about. Frequently, a service provider will assume that as long as question two has been addressed, the problem has been resolved and will never occur again. This is a fatal mistake. There&#39;s no such word as &quot;never&quot; when it comes to problems recurring.&lt;br /&gt;&lt;br /&gt;By now, you are saying that all this is nothing more than common sense.  Of course it is.  But please tell me why these questions go unaddressed so frequently?</content><link rel='replies' type='application/atom+xml' href='http://wymanator.blogspot.com/feeds/114227838513026031/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/22957328/114227838513026031' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/114227838513026031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/114227838513026031'/><link rel='alternate' type='text/html' href='http://wymanator.blogspot.com/2006/03/sat-scoring-problems-and-three-wyman.html' title='SAT Scoring Problems and The Three Wyman Questions'/><author><name>Mike Wyman</name><uri>http://www.blogger.com/profile/10766989798739516849</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-22957328.post-114105241283708153</id><published>2006-02-27T06:37:00.000-08:00</published><updated>2006-02-27T07:00:13.396-08:00</updated><title type='text'>Wyman&#39;s Third Law</title><content type='html'>Wyman&#39;s third law (see &lt;a href=&quot;http://www.wymanator.com/laws.html&quot;&gt;Wyman&#39;s Laws&lt;/a&gt;) states:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;When things go wrong, your customers are the first to know but the last to tell you.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;This law actually has two messages: &lt;/p&gt;&lt;ol&gt;&lt;li&gt;You should have in place appropriate mechanisms to know when something goes wrong &lt;em&gt;before&lt;/em&gt; your customer does. You can&#39;t rely on your customer to be the canary in the coal mine.&lt;/li&gt;&lt;li&gt;If, for some reason, you don&#39;t know that something has gone wrong, you should make it very easy for the customer to let you know they have a problem.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;This &lt;em&gt;New York Times&lt;/em&gt; article, &lt;a href=&quot;http://www.nytimes.com/2006/02/26/business/yourmoney/26mgmt.html?ei=5090&amp;en=1e711387985c2289&amp;amp;ex=1298610000&amp;partner=rssuserland&amp;amp;emc=rss&amp;amp;pagewanted=all&quot;&gt;Your Call Should Be Important to Us, but It&#39;s Not&lt;/a&gt;, brings the second point home. &lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://wymanator.blogspot.com/feeds/114105241283708153/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/22957328/114105241283708153' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/114105241283708153'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/114105241283708153'/><link rel='alternate' type='text/html' href='http://wymanator.blogspot.com/2006/02/wymans-third-law.html' title='Wyman&#39;s Third Law'/><author><name>Mike Wyman</name><uri>http://www.blogger.com/profile/10766989798739516849</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-22957328.post-114079846465713009</id><published>2006-02-24T08:18:00.000-08:00</published><updated>2006-02-24T08:43:08.193-08:00</updated><title type='text'>Why Can&#39;t Blogger Spell Blog?</title><content type='html'>Well here I am just having completed my first post. Wanting to create a good impression, I ran the post through Blogger&#39;s spell checker. What is this!? Blogger doesn&#39;t think &quot;blog&quot; is a word! I can understand it not recognizing &quot;cathartic&quot; -- that&#39;s a pretty big word for a dumb old computer programmer like myself. But &quot;blog&quot;?</content><link rel='replies' type='application/atom+xml' href='http://wymanator.blogspot.com/feeds/114079846465713009/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/22957328/114079846465713009' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/114079846465713009'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/114079846465713009'/><link rel='alternate' type='text/html' href='http://wymanator.blogspot.com/2006/02/why-cant-blogger-spell-blog.html' title='Why Can&#39;t Blogger Spell Blog?'/><author><name>Mike Wyman</name><uri>http://www.blogger.com/profile/10766989798739516849</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-22957328.post-114079612069452025</id><published>2006-02-24T07:35:00.000-08:00</published><updated>2006-02-24T11:18:06.393-08:00</updated><title type='text'>Why This Blog?</title><content type='html'>I&#39;ve managed to put off blogging for quite some time now. It&#39;s not that I didn&#39;t have anything to say. I can be quite outspoken at times. It&#39;s not that I don&#39;t think I have useful things to say. Many people think my observations are right on target. It&#39;s not that I&#39;m a poor writer. I&#39;ve been told I can be quite articulate at times (for someone who went to an engineering school).&lt;br /&gt;&lt;br /&gt;It&#39;s just that I&#39;ve reached the stage in my life where I&#39;m starting to realize there&#39;s a bunch of stuff I&#39;d like to do and damn little time to do it. I figure, if I&#39;m lucky, I&#39;ve got about 20 &lt;em&gt;good&lt;/em&gt; years of work left in me. That&#39;s after over 40 &lt;em&gt;great&lt;/em&gt; years of work. Here I&#39;ve got all this good stuff rattling around in my head and it&#39;s about time that I spread it further than my workmates.&lt;br /&gt;&lt;br /&gt;So here I am. Forty years ago I was a brash young kid who &lt;em&gt;thought&lt;/em&gt; he knew it all. After forty years of experience, I&#39;m an old codger who &lt;em&gt;knows&lt;/em&gt; he knows it all. Well, not exactly all -- but a heck of a lot more than I did then.&lt;br /&gt;&lt;br /&gt;So hopefully, this will be a cathartic experience for me and, perhaps, an interesting one for those of you who happened to stumble on this site. Enjoy!</content><link rel='replies' type='application/atom+xml' href='http://wymanator.blogspot.com/feeds/114079612069452025/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/22957328/114079612069452025' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/114079612069452025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/22957328/posts/default/114079612069452025'/><link rel='alternate' type='text/html' href='http://wymanator.blogspot.com/2006/02/why-this-blog.html' title='Why This Blog?'/><author><name>Mike Wyman</name><uri>http://www.blogger.com/profile/10766989798739516849</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>