<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>andedam.org</title>
	<atom:link href="http://andedam.org/feed/" rel="self" type="application/rss+xml" />
	<link>https://andedam.org/</link>
	<description></description>
	<lastBuildDate>Fri, 16 Feb 2018 19:33:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://andedam.org/wordpress/wp-content/uploads/2018/02/cropped-pnx-duck-1-32x32.png</url>
	<title>andedam.org</title>
	<link>https://andedam.org/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>7 Reasons to Start Publically Documenting Your Product</title>
		<link>https://andedam.org/2018/02/16/product-documentation-dammit/</link>
					<comments>https://andedam.org/2018/02/16/product-documentation-dammit/#respond</comments>
		
		<dc:creator><![CDATA[Jorunn]]></dc:creator>
		<pubDate>Fri, 16 Feb 2018 19:33:52 +0000</pubDate>
				<category><![CDATA[Development Process]]></category>
		<category><![CDATA[Technical Communications]]></category>
		<guid isPermaLink="false">http://writer.andedam.org/?p=431</guid>

					<description><![CDATA[<p>If you sell a product, it&#8217;s your job to make sure people can RTFM. Stop joking about product documentation and start doing it right. Any product that needs a manual to work is broken. (Elon Musk) A user interface is like a joke. If you have to explain it, it’s not that good. (Half the [&#8230;]</p>
<p>The post <a href="https://andedam.org/2018/02/16/product-documentation-dammit/">7 Reasons to Start Publically Documenting Your Product</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>If you sell a product, it&#8217;s your job to make sure people can RTFM. Stop joking about product documentation and start doing it right.</strong></p>
<blockquote><p>Any product that needs a manual to work is broken. (Elon Musk)</p>
<p>A user interface is like a joke. If you have to explain it, it’s not that good. (Half the internet)</p></blockquote>
<p>You&#8217;ve probably seen one or both of these quotes circulating at some point. They&#8217;ve both had vast appeal. And they sound true, don&#8217;t they? I&#8217;ve seen them shared by plenty of tech industry people, and I have to admit that this makes me both a little sad and a little mad.</p>
<p>It seems quite a few companies have bought into the idea that their products are so simple and brilliant that no docs are required. This is true for almost none of them.</p>
<p>Most products without documentation are not works of genius, they&#8217;re just systems that are harder to use than necessary. A complicated user interface can actually be very good once you&#8217;ve learned it—just ask any geek who swears by the command line.</p>
<p>If you don&#8217;t have proper, public, searchable product documentation, it&#8217;s time you started.</p>
<p>Here are 7 reasons why.</p>
<h2>1. Solid Documentation Makes Everyone&#8217;s Lives Easier</h2>
<p>If you don&#8217;t have public product documentation, I am willing to bet you have a lot of unofficial documentation floating around your various departments.</p>
<p>This internal documentation comes in various formats, and different people will hold on to different versions of the same document without knowing other versions exist. Customer support will struggle to get the information they need about the product. They will also piece together their own documentation based on what they hear and find. They may or may not share that documentation with customers.</p>
<p><em>Everyone</em> will benefit from having a proper documentation process, even internally.</p>
<p>I believe tech writers should be embedded in development teams if at all doable. They should also stay close to User Experience and Customer Support. Their documentation will not come out as marketing documents, elearning, webinar presentations, or scripts for customer support.</p>
<p>What this documentation can do, is:</p>
<ul>
<li>Act as a reference point and source of truth for almost everything else you want to produce.</li>
<li>Help with internal alignment and lessen the risk of people further removed from product development guessing or making stuff up.</li>
<li>Simplify onboarding for new employees or employees transitioning to new roles.</li>
</ul>
<p>In the age of &#8220;content&#8221;, there is much talk of making the most of the content you have, repurposing and publishing across channels. Documentation is an excellent and natural starting point.</p>
<p>If you get into DITA or other structured data formats, you can even repurpose content directly. I have yet to drink the DITA kool-aid, but would love to see more easily accessible systems for single-sourcing.</p>
<h2>2. People Need Searchable, Scannable, Skimmable Text</h2>
<p>Video and webinars may be popular, but when you need to perform a procedure you only do once in a blue moon and have never fully memorized, you probably want a scannable, written procedure with steps in it.</p>
<p>While working with elearning, I once saw a colleague save a series of screenshots from an elearning sequence so that they could recap the steps on demand without sitting through the course. Even elearning pros don&#8217;t  like it <em>that </em>much.</p>
<p>It&#8217;s also not enough to put guidance inside your user interface. The most brilliant explanation next to a setting will do me no good if I do not know where to find that setting (or why I should look for it in the first place).</p>
<p>I have recently spent a lot of time with <a href="https://www.odoo.com/">Odoo</a>, an ERP system that also does CRM, ecommerce, and a bunch of other stuff. For a system that does so much—and rather well, most of the time—it has a shockingly small amount of product documentation.</p>
<p>Instead they have chosen to create &#8220;setup wizards&#8221; in their interface. These wizards contain mostly general project and marketing guidance and very few instructions on setting up the software itself. They must have spent massive amounts of time pouring tons of this irrelevant text into their user interface. They also provide elearning videos on some topics, and some very brief user documents, and that&#8217;s about it. (Their developer documentation looks a lot better, although I&#8217;m not the best judge of that.)</p>
<p>I have spent countless hours searching in vain for basic configuration guidance and having discussions with consultants and customer support who also don&#8217;t have documentation to refer to. And I am convinced everyone&#8217;s time could have been so much better spent.</p>
<h2>3. Text Is The Easiest Format to Maintain</h2>
<p>One theory I heard from a consultant about why this company had so little documentation, was that it would be hard to maintain, and that&#8217;s an argument I hear quite a bit about documentation.</p>
<p>Having maintained all of the above-mentioned genres at some point, I can safely say that yes, maintaining a large documentation set is indeed a lot of work. But properly version controlled, text-based documentation is far easier and cleaner to maintain than elearning, videos, and elaborate in-product wizards, especially for a complex product.</p>
<p>Don&#8217;t use &#8220;it will be hell to maintain&#8221; as an excuse not to document your product.  Use it as motivation to start your documentation off right:</p>
<ul>
<li>Pick a sensible, text-based source format (yes, this leaves out MS Word) and version control everything.</li>
<li>Hire an experienced technical editor / writer to own the docs and the process as soon as you can afford to.</li>
<li>Don&#8217;t outsource any of this unless you actually do want a maintenance nightmare.</li>
</ul>
<h2>4. Having A Documentation Process Will Improve Your Product</h2>
<p>Here&#8217;s a tech aphorism I prefer to the manual jokes: If I can&#8217;t document it, people can&#8217;t use it.</p>
<p>Tech writers tend to team up well with Quality Assurance, for several reasons. For one, most QA people have fabulous product knowledge. Also, good tech writers poke holes, report bugs, and play user advocate, much like good QA people.</p>
<p>Having to document flows and procedures in full can be a very effective way of highlighting shortcomings and over-engineering. (I remember saying &#8220;are you sure you want to have three separate tools for this migration process?&#8221; and, fortunately, being heard.)</p>
<h2>5. Your (Power) Users Will Love You For It</h2>
<p><a href="http://www.cowtc.com/">Leah Guren</a> of Cow TC, who I&#8217;ve had the pleasure of listening to on several occasions, is one of few who has done usability studies specifically on documentation.</p>
<p>Guren found that the typical &#8220;amateur&#8221; user assumes that documentation exists, and that it is pretty much perfect. However, there is almost nothing in this world that can make them voluntarily turn to the help documentation.</p>
<p>Advanced users, on the other hand, would use and rely on documentation, <em>and would be willing to leave a vendor if their documentation wasn&#8217;t up to snuff</em>.</p>
<h2>6. They May Even Help You</h2>
<p>I actually asked my contact at Odoo where I could sign up to help with their documentation &#8230; I know I am not in the least typical, and most users are not current or former tech writers, but if you have a user base, by all means solicit participation.</p>
<p>By gathering feedback and analytics on product documentation you will also get new information about the needs, questions, and frustration points of your users.</p>
<h2>7. Ultimately, It&#8217;s Your Job</h2>
<p>Administration of several complex systems is part of my current job. I am constantly looking things up, and nothing makes me happier than finding up to date, official documentation that meets my needs.</p>
<p>By all means, I will be happy with a thread on a forum when it actually answers my question. But if you&#8217;re a product vendor—why on earth would you leave it up to random people on third party sites to make sure your users know how to use your product?</p>
<p>Proper product documentation is your job, dammit.</p>
<p>The post <a href="https://andedam.org/2018/02/16/product-documentation-dammit/">7 Reasons to Start Publically Documenting Your Product</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://andedam.org/2018/02/16/product-documentation-dammit/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>No, You Don&#8217;t Need An FAQ. FAQs Must Die.</title>
		<link>https://andedam.org/2018/02/10/faqs-must-die/</link>
					<comments>https://andedam.org/2018/02/10/faqs-must-die/#comments</comments>
		
		<dc:creator><![CDATA[Jorunn]]></dc:creator>
		<pubDate>Sat, 10 Feb 2018 12:00:49 +0000</pubDate>
				<category><![CDATA[Technical Communications]]></category>
		<category><![CDATA[Writing]]></category>
		<guid isPermaLink="false">http://writer.andedam.org/?p=297</guid>

					<description><![CDATA[<p>I&#8217;ve never been on Jeopardy, although I watched it on occasion when it was still running in Norway. As much as I enjoy trivia games, this was never a favorite of mine. The &#8220;answer must be a question&#8221; rule leads to lots of contrived questions, and contestants get eliminated for not remembering the &#8220;Simon says&#8221; [&#8230;]</p>
<p>The post <a href="https://andedam.org/2018/02/10/faqs-must-die/">No, You Don&#8217;t Need An FAQ. FAQs Must Die.</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve never been on Jeopardy, although I watched it on occasion when it was still running in Norway. As much as I enjoy trivia games, this was never a favorite of mine. The &#8220;answer must be a question&#8221; rule leads to lots of contrived questions, and contestants get eliminated for not remembering the &#8220;Simon says&#8221; aspect, even if they know the answer.</p>
<h2>I&#8217;m A Writer, Not A Jeopardy Contestant</h2>
<p>When you write for an FAQ, you take out the fun factor and big prizes, but keep the stilted and awkward aspect. No matter the topic, you have to turn everything into a question.</p>
<p>I will take most format challenges anytime: I write text for graphical user interfaces, I follow patterns when documenting procedures, I tweet. Then again, those are all exercises in conciseness, and I love concise, especially in technical communications.</p>
<p>The frequently asked questions format seems concise enough; an FAQ section is usually built up of small, discrete topics.</p>
<p>But in my experience, the opposite is true. From both a writing and reading point of view, I find FAQs to be contrived, redundant, and inefficient.</p>
<p>And that is why FAQs must die.</p>
<p>The UK Government Digital Service has made a fantastic case against the format in <a href="https://gds.blog.gov.uk/2013/07/25/faqs-why-we-dont-have-them/">FAQs: why we don’t have them</a>.</p>
<h2>1. The FAQ Format Is Contrived</h2>
<p>The biggest FAQ I ever worked on was a poorly defined database of articles meant to cover everything people couldn&#8217;t find in the general documentation. Yes, I admit it had plenty of issues alongside the question format.</p>
<p>The writing team had previously agreed upon an FAQ format, but many of the best entries still had titles that were scenarios, as these articles were often written for troubleshooting purposes.</p>
<p>Imaginary example: &#8220;My client times out when trying to connect to the load balancer.&#8221;</p>
<p>A helpful colleague, realizing that these couldn&#8217;t be read as questions, decided to go through the whole thing. At each scenario, they would toss in full stops and a &#8220;Why?&#8221; at the end to fit the format where needed.</p>
<p>&#8220;My client times out when trying to connect to the load balancer. Why?&#8221;</p>
<p>Every time I saw one of those titles, the &#8220;why&#8221; would take on this whiny, accusatory tone in my mind. It may not have read very well, but my colleague was doing the right thing entirely, both for the sake of consistency and for demonstrating the shortcomings of the format.</p>
<p>In the end, we agreed that we would call it a knowledge base rather than an FAQ and drop the question requirement. We even got a few other publishing guidelines implemented.</p>
<p>By all means, create a knowledge base if you need one, but define it well and don&#8217;t force a question format.</p>
<h2>2. FAQ Headings Are Redundant And Unscannable</h2>
<p>When you turn headings into questions, you add filler words, and you mostly lose the opportunity to frontload—putting the most significant words, the keywords users are actually looking for, first.</p>
<p>The same thing goes for &#8220;how to&#8221;-style titles, even when there is not a question mark at the end.</p>
<p>To see what a poor idea this is, try listing several of these headings after each other as they would be in search results or an index. What you get is a list that has low scannability and lots of redundancy, which is not what anyone wants in a list. (I have written about the value of scannable lists before, in <a href="http://writer.andedam.org/making-list-check-twice/">Making a list? Check it (at least) twice!</a>)</p>
<h2>3. FAQs Are Not Efficient Communication</h2>
<p>Why make people look for the question?</p>
<p>If you know the questions people are asking and at which point when interacting with your product, website, or company, then you can probably reassure them <em>without asking the question out loud for them. </em></p>
<p>The important thing is making sure the information they need is available at the right time.</p>
<p>As an example: The question I most often ask myself as a visitor to non-Norwegian ecommerce sites, is whether they ship to Norway. Finding out usually requires digging through shipping policies or, in some cases, going through most of the checkout process until getting to a dropdown without my home country in it.</p>
<p>Surprisingly recently (it&#8217;s not like the technology is new), more sites have started using IP address sniffing for good. I am thrilled when a site displays a small info banner the moment I access their site, stating whether they ship to my country of residence. THIS is what I want: information before I waste my time.</p>
<p>The FAQ format is inefficient. It&#8217;s not the question people are looking for. The nature of FAQ headings also often leads to having five tiny articles or sections where one slightly longer writeup would have been sufficient.</p>
<p>Content strategist Hilary Marsh has some great examples and does a terrific job of explaining <a href="https://medium.com/contentstrategy/why-faqs-are-not-effective-web-content-8ce805d6776c">Why FAQs are not effective web content</a>.</p>
<h2>FAQs Won&#8217;t Just Go Away. Why?</h2>
<p>The UK Government Digital Service wrote <a href="https://gds.blog.gov.uk/2013/07/25/faqs-why-we-dont-have-them/">FAQs: why we don’t have them</a> in 2013.</p>
<p>I had hoped that by now, with increased focus on usability, scannability, and search engine optimization through keyword frontloading, that new products might start avoiding the FAQ format.</p>
<p>Still, I keep hearing &#8220;and then we&#8217;re going to need an FAQ&#8221;. My suspicion is that:</p>
<ul>
<li>&#8220;FAQ&#8221; has become shorthand for either &#8220;bite-sized information&#8221; or even &#8220;searchable documentation&#8221;.</li>
<li>Most people wouldn&#8217;t bat an eye if they clicked on &#8220;FAQ&#8221; and found a knowledge base without question marks in the headings. As a writer, I may obsess over genres, but I know that most readers don&#8217;t. Neither do the managers that tend to bring up the requirement.</li>
</ul>
<p>As for search engine optimization, the pendulum swings. Many search engine optimizers are adding more questions to their content in attempts to get into Google&#8217;s featured snippets, the &#8220;answer box&#8221; displayed above all the other search results.</p>
<p>The sad thing here is that Google&#8217;s logic for picking answers seems primarily focused on the question and its exact wording. The quality or accuracy of the answer appear secondary, demonstrating again that the question really isn&#8217;t what the user is looking for. The logic needs to become a lot more sophisticated, and I assume it will.</p>
<h2>How To Kill An FAQ</h2>
<p>Over the years, I have <strong>v e r y</strong> slowly worked my way up from growling &#8220;NO!&#8221; and sharing that link from gov.uk the moment someone mentions &#8220;and we need an FAQ&#8221;.</p>
<p>Now, I&#8217;ll let at least a few seconds pass! I might not even speak the words &#8220;FAQs must die&#8221;.</p>
<p>On a good day, the cool, calm, and collected answer is: &#8220;Of course we need to make sure we are answering people&#8217;s questions.&#8221; Or even, if you know the scope is significant, &#8220;Sure, we&#8217;ll need some sort of knowledge base&#8221;. And then &#8220;What are the questions people are asking, and when? Do we know, or do we need to start finding out?&#8221;</p>
<p><em>You</em> should be the one looking for questions, not your reader.</p>
<p>And if you can answer before they even think to ask, the FAQ is well and truly dead.</p>
<p>#faqsmustdie</p>
<p>The post <a href="https://andedam.org/2018/02/10/faqs-must-die/">No, You Don&#8217;t Need An FAQ. FAQs Must Die.</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://andedam.org/2018/02/10/faqs-must-die/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>The Helpful Machine: 5 Self-Editing Tools to Improve Your Writing</title>
		<link>https://andedam.org/2018/02/09/self-editing-tools/</link>
					<comments>https://andedam.org/2018/02/09/self-editing-tools/#respond</comments>
		
		<dc:creator><![CDATA[Jorunn]]></dc:creator>
		<pubDate>Fri, 09 Feb 2018 17:48:48 +0000</pubDate>
				<category><![CDATA[Editing]]></category>
		<category><![CDATA[Tools]]></category>
		<guid isPermaLink="false">http://writer.andedam.org/?p=305</guid>

					<description><![CDATA[<p>I have always hated spell checkers and am deeply suspicious of automated translation. So I am certainly not pre-conditioned to love automated self-editing tools. And yet, I&#8217;m here to tell you&#8211;with enthusiasm!&#8211;about a set of tools and techniques that can work wonders for your writing. I have come to use several of these tools on [&#8230;]</p>
<p>The post <a href="https://andedam.org/2018/02/09/self-editing-tools/">The Helpful Machine: 5 Self-Editing Tools to Improve Your Writing</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I have always hated spell checkers and am deeply suspicious of automated translation. So I am certainly not pre-conditioned to love automated self-editing tools.</p>
<p>And yet, I&#8217;m here to tell you&#8211;with enthusiasm!&#8211;about a set of tools and techniques that can work wonders for your writing. I have come to use several of these tools on a regular basis myself.</p>
<p>Used the right way, these tools will help you get your message across in a crisper language that is easier to read.</p>
<h2>1. Let Hemingway pick it apart</h2>
<p>I&#8217;ve written about the Hemingway app before. This app got me started using more automated analysis. Hemingway takes you to task for such offenses as:</p>
<ul>
<li>Hard-to-read sentences</li>
<li>Too many adverbs</li>
<li>Use of the passive voice</li>
<li>Difficult words that have simple synonyms</li>
</ul>
<p>You can use Hemingway directly in the browser. I first wrote this blog post in the Hemingway desktop app, which has some nice perks. You can save and load files, export them to HTML, and turn editing mode on and off. Seeing all that highlighting while typing can be disruptive. This setting lets you think with your fingers first and do the editing later. There&#8217;s also support for Markdown.</p>
<p>(For more on how Hemingway works, see my first review of this tool, <a href="http://writer.andedam.org/your-own-personal-hemingway/">Your own, personal Hemingway</a>.)</p>
<h2>2. Find your Flesch-Kincaid score</h2>
<p>The <a href="http://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readability_tests">Flesch-Kincaid scale</a> for reading ease is one of the most well-known readability calculations for US English. It&#8217;s also the one I choose to look to, although there are many others, mostly because my previous employer used it, and one can only relate to so many scales.</p>
<p>Flesch-Kincaid is more fine-grained than for example the Hemingway readability grade:</p>
<ul>
<li>90–100: easily understood by an average 11-year-old student</li>
<li>60–70: easily understood by 13- to 15-year-old students</li>
<li>0–30: best understood by university graduates</li>
</ul>
<p>(Source: Wikipedia)</p>
<p>This makes it easier to track readability improvement of longer documents, which Hemingway in the browser is not so well suited for.</p>
<p>If your writing tool of choice does not have this built in, the easiest workflow is to simply copy/paste the output into <a href="https://readability-score.com/">readability-score.com</a>.</p>
<p>Oh, and if you&#8217;re in documentation, make sure to remove any legal disclaimers you&#8217;re stuck with from the text before analyzing it. Their profound lack of readability is probably out of your hands.</p>
<h2>3. Use built-in readability tools</h2>
<p>Of course, it is easier when testing or analysis is built into the writing tools you already use. This blog uses the Yoast SEO plugin, which includes a readability analysis based in part on the Flesch-Kincaid scale.</p>
<p>If your writing tool of choice (or duty) is Microsoft Word, it can also test your readability for you, but beware:</p>
<p>Depending on your version of Word, not only may Word force you to check your spelling and grammar first, it will warn you that it resets your grammar and spell checkers to do so.</p>
<p>So you may prefer to use an external tool after all. If you want to have a go, try <a href="http://office.microsoft.com/en-us/word-help/test-your-document-s-readability-HP010148506.aspx">these instructions for setting up readability checks in Word</a>.</p>
<h2>4. Check your sentence length</h2>
<p>Long sentences are proper readability thieves. If you use Word or readability-score.com, they can both calculate your average sentence length.</p>
<p>The average won&#8217;t identify the outliers, of course, for that you need something like Hemingway.</p>
<p>For a good read on sentence length, see this post from gov.uk: <a href="https://insidegovuk.blog.gov.uk/2014/08/04/sentence-length-why-25-words-is-our-limit/">Sentence length: why 25 words is our limit</a>.</p>
<h2>5. Track and compare your readability</h2>
<p>It&#8217;s worth noting that you will want to find a readability calculator you like and stick with the same one over time. Different tools use different algorithms, even to calculate scores on the same scale.</p>
<p>When you have ensured comparable results, start comparing! Accumulate your own readability statistics. I&#8217;ve used a simple spreadsheet. You can track and compare revisions of the same document over time, or compare different documents to ensure a consistent readability level.</p>
<p>Good trends, bad trends, consistency, it will all be easy to see and act on as required.</p>
<p>The blog post <a href="http://www.smileycat.com/miaow/archives/000875.php">Write Better: Online Readability Testing Tools Compared</a> shows how different results tools produce for the same piece of text.</p>
<h2>The best editors and proofreaders remain human</h2>
<p>Of course, these tools and tricks won&#8217;t re-structure your entire document or tell you that your blog post is at least twice the length it needs to be. Or that your jokes just aren&#8217;t funny. For that, you need an editor, a proofreader, or at least an honest friend or colleague.</p>
<p>I do find that having self-editing tools to help me spot the low-level issues makes it easier to spend time on those other factors, though.</p>
<p>And here&#8217;s a bonus &#8220;tool&#8221;: Time. If you have to be your own editor, give yourself a little time and distance from your text before re-reading and polishing if at all possible.</p>
<p>Do you have any experience with self-editing tools and techniques? Share your tips and hard-earned lessons in the comments!</p>
<p>The post <a href="https://andedam.org/2018/02/09/self-editing-tools/">The Helpful Machine: 5 Self-Editing Tools to Improve Your Writing</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://andedam.org/2018/02/09/self-editing-tools/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Dear [Firstname] at [Company] &#8212; Drop the Fake Friend Act</title>
		<link>https://andedam.org/2016/05/12/dear-firstname-at-company/</link>
					<comments>https://andedam.org/2016/05/12/dear-firstname-at-company/#respond</comments>
		
		<dc:creator><![CDATA[Jorunn]]></dc:creator>
		<pubDate>Thu, 12 May 2016 18:43:18 +0000</pubDate>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Writing]]></category>
		<guid isPermaLink="false">http://writer.andedam.org/?p=328</guid>

					<description><![CDATA[<p>Dear [Firstname] at [Company], Today, you sent me a message that pushed me over the edge after a blogging hiatus that has been far longer than I like to think about. Subject line: &#8220;Was it something we did?&#8221; Body: I have no idea, do you honestly think I opened that? The message was clearly based [&#8230;]</p>
<p>The post <a href="https://andedam.org/2016/05/12/dear-firstname-at-company/">Dear [Firstname] at [Company] &#8212; Drop the Fake Friend Act</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Dear [Firstname] at [Company],</p>
<p>Today, you sent me a message that pushed me over the edge after a blogging hiatus that has been far longer than I like to think about.</p>
<p><strong>Subject line:</strong> &#8220;Was it something we did?&#8221;</p>
<p><strong>Body:</strong> I have no idea, do you honestly think I opened that? The message was clearly based on some pre-configured logic catching users who signed up for your service eons ago, then stopped using it. I&#8217;ve tested a lot of services for work in the past year, most of which I&#8217;ve left behind. It was less something you did and more something we didn&#8217;t.</p>
<p>But why oh why would you think it&#8217;s appropriate, funny, cute, or *shudder* engaging to sound like a needy ex-partner?</p>
<h2>AWKWARD!</h2>
<p>Today&#8217;s overly attached subject line was not an isolated incident, of course. Just a handful of fairly recent examples from my inbox:</p>
<ul>
<li>A subject line welcoming me to the [service] family, message starting with &#8220;Hey, you&#8217;re awesome!!&#8221;</li>
<li>A &#8220;thank you for upgrading to a pro account&#8221; message signed &#8220;Your friends at [company]&#8221;</li>
<li>A service sign-up response with the subject line &#8220;Friend, welcome to [service]&#8221;</li>
</ul>
<p>All sent, of course, by [Firstname] at [Company] &#8212; a trick so ubiquitous it no longer stands out in the least in the increasingly crowded Promos section of my Google Inbox.</p>
<p>Most of my personal and even work messages now go through chat, but everyone and their grandmother&#8217;s company is bombarding me with email as a lead or customer &#8212; &#8220;drip campaigns&#8221;, auto-responders and quasi-personal messages intended to steer me along the journey to conversion from lead to customer, and from customer to evangelist.</p>
<p>But I must admit, [Firstname] at [Company], it&#8217;s increasingly rare that I even open your messages. And you just seem to get chummier and chummier.</p>
<p>I expect your company does a lot of A/B testing, so please do tell me: Does the bromance lingo actually work on a majority of your targets? Because to me, really, very little could be more alienating.</p>
<p>It may have to do with regional culture, it may have to do with being too old to be part of the main target group for Every Marketing Campaign on Earth &#8212; millennials &#8212; but honestly, even a few millennials have mortgages and PTA duties and the odd gray hair and cellulite at this point, are you really sure they don&#8217;t prefer being talked to like grownups?</p>
<p>And for those who would be on board with the &#8220;you&#8217;re awesome double exclamation mark&#8221; thing amongst actual friends, are you sure they don&#8217;t see you as something of a wannabe, or like the awkward parent who picked up a little bit of slang 10 years ago and still thinks it&#8217;s the bomb?</p>
<p><a href="https://andedam.org/wordpress/wp-content/uploads/2016/05/vanilla-ice.gif"><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-332" src="https://andedam.org/wordpress/wp-content/uploads/2016/05/vanilla-ice.gif" alt="[Firstname] at [Company], are you sure you're not sounding a little like Vanilla Ice: Oh, I'm just coolin?" width="499" height="250" /></a></p>
<h2>Why Can&#8217;t We Be Friends?</h2>
<p>One of the reasons I&#8217;m ranting about this is that since going from tech writer at a massive corporation to information architect at a small company where everyone wears a rich selection of hats, technical marketing for the business-to-business market is a form of communication I&#8217;ve suddenly had to care about. I&#8217;ve been reading up. And I&#8217;ve despaired, discovering that &#8220;landing pages&#8221; does not actually describe pages for visitors to land on, but pages for businesses to land people&#8217;s email addresses.</p>
<p>After reading a few more marketing blog posts than was clearly good for me, a bit too much of it started to make sense. Then, thankfully, I was lucky enough to spend most of last week at the <a href="http://iasummit.org">Information Architecture Summit</a>, an amazing conference about IA and user experience, whose theme this year was inclusion and &#8220;a broader panorama&#8221;. What happens when we put people at the center, when we design inclusive experiences, when we genuinely care about the humanity of every user, visitor, customer? And I came back reassured that what doesn&#8217;t happen is shiny happy auto-responders holding hands. (I learned a bunch of other stuff, too. There will be more blogging.)</p>
<p>So no, it&#8217;s not that I don&#8217;t think that businesses can have interesting information to share with (potential) customers by automated email, or that customers and vendors cannot have a friendly tone when they know each other &#8212; on the contrary. But here&#8217;s the thing, [Firstname] at [Company], the two are entirely separate things. And because you are not a person, but a set of merging and mailing rules, that is something you will never understand.</p>
<p>And that is why we can&#8217;t be friends. So can you please drop the act?</p>
<p>Not exactly yours,</p>
<p>Jorunn</p>
<p><iframe src="https://www.youtube.com/embed/0A7tLVIsuNw" width="420" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p>The post <a href="https://andedam.org/2016/05/12/dear-firstname-at-company/">Dear [Firstname] at [Company] &#8212; Drop the Fake Friend Act</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://andedam.org/2016/05/12/dear-firstname-at-company/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Link Roundup: APIs and Fine Manuals</title>
		<link>https://andedam.org/2014/05/23/apis-and-rtfm/</link>
					<comments>https://andedam.org/2014/05/23/apis-and-rtfm/#respond</comments>
		
		<dc:creator><![CDATA[Jorunn]]></dc:creator>
		<pubDate>Fri, 23 May 2014 07:35:21 +0000</pubDate>
				<category><![CDATA[Editing]]></category>
		<category><![CDATA[T-shirts]]></category>
		<category><![CDATA[Technical Communications]]></category>
		<guid isPermaLink="false">http://writer.andedam.org/?p=261</guid>

					<description><![CDATA[<p>Still wrestling with my next post on error messages. Meanwhile, I&#8217;m sharing some excellent links on technical communications I&#8217;ve happened upon lately. Ten Reasons Developers Hate Your API (and what to do about it). Some great take-aways for anyone involved with APIs and their documentation here. And yes, terrible documentation is reason number 1 on [&#8230;]</p>
<p>The post <a href="https://andedam.org/2014/05/23/apis-and-rtfm/">Link Roundup: APIs and Fine Manuals</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Still wrestling with my next post on error messages. Meanwhile, I&#8217;m sharing some excellent links on technical communications I&#8217;ve happened upon lately.</p>
<ul>
<li><a href="http://www.slideshare.net/jmusser/ten-reasons-developershateyourapi">Ten Reasons Developers Hate Your API (and what to do about it)</a>. Some great take-aways for anyone involved with APIs and their documentation here. And yes, terrible documentation is reason number 1 on the list.</li>
<li><a href="https://twitter.com/seriouspony/status/469553458488426496/photo/1">To cut resource-draining just-in-case material: Put each topic on trial</a>. I have a couple of other tools in my belt for this already, but more are always handy. Similar to the <a href="http://en.wikipedia.org/wiki/5_Whys">5 whys</a> of root cause analysis.</li>
<li><a href="http://www.technical-communication.org/news/what-is-the-current-situation-of-technical-communication-in-europe.html">Survey on technical communications in Europe</a>. Not so much a general survey as an attempt to figure out what the market would be for tekom activities in your country, but being from a country with barely any sort of relevant conference and training activity, I&#8217;m all for that.</li>
<li><a href="https://twitter.com/seriouspony/status/465891863740682241">If you want them to RTFM &#8230;</a>. Thinking this would make a good motivational poster for tech writers. Maybe even a t-shirt?</li>
<li>Speaking of t-shirts, I want this one:
<p><figure id="attachment_263" aria-describedby="caption-attachment-263" style="width: 640px" class="wp-caption alignnone"><a href="https://www.flickr.com/photos/bike/2256406938/in/photolist-4roFaU-bmqDqd-2mjFFT-9eYM4U-4hWvJT-9pf4-5MF2Es-DFNT-4rZaA2-5Ub2ui-4x7cmn-4rZaD8-nfwQD9-jkqR4i-9mDapS-dHs2Eb-5HVcHb-69KyRt-6ethHr-7hgchK-6oGXMn-57Tww8-4WYQaY-33ewsu-bmqDk9-4EfQN-2keokg-6qXctp-8kb5mi-6nEVQG-9yk2Jv-cZbwjJ-a1B7LK-5L2PcQ-7HzM3A-bd2Cj-8JHus-hgbc5-7HvRje-dDL7JA-3S2vJL-3aJ9Az-5xX6m8-bm5gXB-5c44Kv-zmpka-6m1gmZ-4LJrQb-iz5Ey-5VTbAn"><img decoding="async" class="size-full wp-image-263" src="https://andedam.org/wordpress/wp-content/uploads/2014/05/rtfm-by-richard-masoner-on-flickr.jpg" alt="RTFM t-shirt with Mao holding little red book." width="640" height="480" srcset="https://andedam.org/wordpress/wp-content/uploads/2014/05/rtfm-by-richard-masoner-on-flickr.jpg 640w, https://andedam.org/wordpress/wp-content/uploads/2014/05/rtfm-by-richard-masoner-on-flickr-300x225.jpg 300w, https://andedam.org/wordpress/wp-content/uploads/2014/05/rtfm-by-richard-masoner-on-flickr-200x150.jpg 200w, https://andedam.org/wordpress/wp-content/uploads/2014/05/rtfm-by-richard-masoner-on-flickr-80x60.jpg 80w" sizes="(max-width: 640px) 100vw, 640px" /></a><figcaption id="caption-attachment-263" class="wp-caption-text">By Richard Masoner on Flickr</figcaption></figure></li>
</ul>
<p>The post <a href="https://andedam.org/2014/05/23/apis-and-rtfm/">Link Roundup: APIs and Fine Manuals</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://andedam.org/2014/05/23/apis-and-rtfm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Three Most Annoying And Least Helpful Types Of Error Messages</title>
		<link>https://andedam.org/2014/05/11/annoying-error-messages/</link>
					<comments>https://andedam.org/2014/05/11/annoying-error-messages/#comments</comments>
		
		<dc:creator><![CDATA[Jorunn]]></dc:creator>
		<pubDate>Sun, 11 May 2014 09:45:59 +0000</pubDate>
				<category><![CDATA[Technical Communications]]></category>
		<category><![CDATA[Usability]]></category>
		<guid isPermaLink="false">http://writer.andedam.org/?p=201</guid>

					<description><![CDATA[<p>Error messages are a constant source of frustration to users of all skill levels. A recent example is Don Norman&#8217;s rant Error Message Are Evil (sic) on LinkedIn, where he insists that error messages must start collaborating with the users, and that software needs to become better at anticipating and accommodating actual user behavior. As [&#8230;]</p>
<p>The post <a href="https://andedam.org/2014/05/11/annoying-error-messages/">The Three Most Annoying And Least Helpful Types Of Error Messages</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Error messages are a constant source of frustration to users of all skill levels. A recent example is Don Norman&#8217;s rant <a href="https://www.linkedin.com/today/post/article/20140511002225-12181762-error-message-are-evil?trk=nus-cha-roll-art-title">Error Message Are Evil</a> (sic) on LinkedIn, where he insists that error messages must start collaborating with the users, and that software needs to become better at anticipating and accommodating actual user behavior. As someone who is often tasked with the writing and rewriting of error messages, it&#8217;s hard not to agree.</p>
<p>Here are the three most common unhelpful types of error messages that I know of, and what makes them unbearably annoying to me.</p>
<h3>1. Written for the developers: Object reference not set to an instance of an object</h3>
<p>Of all error messages that should not go out to end users, this example is probably my least favorite. Someone really should just change the standard nullpointerexception error with something more readable to a user, once and for all. &#8220;Developer malfunction&#8221;, perhaps. I kid, but only just. And there are many more messages that follow a similar logic.</p>
<p>All too often, internal error messages trickle out to users from frameworks, APIs, or deep dark places in code that nobody every intended to expose. They are usually hardcoded and hold no information that the user can make sense of, or wrap a tiny piece of readable information in noise. Typically, they also use words like &#8220;illegal&#8221;, making any normal person think a crime has been committed, rather than the use of a character that couldn&#8217;t be parsed.</p>
<h3>2. Well, duh: Unexpected error</h3>
<p>Ohhhh, so you didn&#8217;t see this one coming, application? Well, that&#8217;s helpful for me as a user to know. And now what?</p>
<p>The literal &#8220;Unexpected error&#8221; is quite common, but there are tons of messages out there that are at about the same level of helpfulness once you&#8217;ve read them. Telling the user at least something they don&#8217;t already know is a very basic criterion for an error message. And they probably don&#8217;t care whether or not you were expecting it, but they do care whether it will fix itself or requires intervention.</p>
<h3>3. Intended to be funny: Well, this is embarrassing</h3>
<p>The example is from Firefox being unable to open a page, but Chrome&#8217;s &#8220;He&#8217;s dead, Jim&#8221;, or the Twitter whale, are more of the same, and the trend has been spreading, perhaps due to advice like this post from UXmas: <a href="http://uxmas.com/2012/the-4-hs-of-writing-error-messages">The 4 H’s of Writing Error Messages</a>, where &#8220;humorous&#8221; is one of the H&#8217;s, as the author claims it helps diffuse frustration. I disagree&#8211;and actually even the UXmas author himself goes on to warn that humor is not appropriate in most actual error situations.</p>
<p>Cutesy, chummy, intended-to-be-funny error messages <em>may</em> serve that purpose the first time the users see them. But error situations have a way of repeating themselves. The tenth time you get to the same error, the funny, &#8220;friendly&#8221;, conversational error message style is likely to have grown on you much like a fungus. There&#8217;s a reason there are tutorials for <a href="http://www.lifehacker.com.au/2009/09/getting-rid-of-firefoxs-well-this-is-embarrassing-message/">Getting Rid Of Firefox&#8217;s &#8220;Well, This Is Embarrassing&#8221; Message</a>.</p>
<p>Being helpful is about being respectful to the user. Error messages should be troubleshooting assistants for users, not their pals. An actual pal might buy the user a drink when the operation fails for the 15th time, the error message will still just say the same thing.</p>
<h3>Helpful error messages are hard (to write)</h3>
<p>Users are annoyed when something fails. We don&#8217;t want to feel like we did something wrong, or like we spent our time, money, or both on a product or service that isn&#8217;t up to the job.</p>
<p>Writing helpful error messages is hard, but probably one of the best possible uses of a technical communicator&#8217;s time.</p>
<p>Which error messages are most annoying to you? Do you enjoy the use of humor?</p>
<p>The post <a href="https://andedam.org/2014/05/11/annoying-error-messages/">The Three Most Annoying And Least Helpful Types Of Error Messages</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://andedam.org/2014/05/11/annoying-error-messages/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
		<item>
		<title>Making A List? Check It (At Least) Twice!</title>
		<link>https://andedam.org/2014/05/06/making-list-check-twice/</link>
					<comments>https://andedam.org/2014/05/06/making-list-check-twice/#comments</comments>
		
		<dc:creator><![CDATA[Jorunn]]></dc:creator>
		<pubDate>Tue, 06 May 2014 06:30:15 +0000</pubDate>
				<category><![CDATA[Editing]]></category>
		<category><![CDATA[Writing]]></category>
		<guid isPermaLink="false">http://writer.andedam.org/?p=178</guid>

					<description><![CDATA[<p>List writing can be a great way to make content accessible and scannable and give readers an overview. Lists are everywhere, and for good reason. A well-written list can be a quick read, but when making a list, taking some time to properly consider the format and syntax will pay off in clarity and helpfulness for your [&#8230;]</p>
<p>The post <a href="https://andedam.org/2014/05/06/making-list-check-twice/">Making A List? Check It (At Least) Twice!</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>List writing can be a great way to make content accessible and scannable and give readers an overview. Lists are everywhere, and for good reason.</p>
<p>A well-written list can be a quick read, but when making a list, taking some time to properly consider the format and syntax will pay off in clarity and helpfulness for your readers.</p>
<p>Below, I have gathered some advice for writers and editors dealing with lists, based on my own writing and editing experience. If you have other tips or pitfalls on your mind, please share them in the comments!</p>
<h3>Use The Right Kind Of List</h3>
<p>It&#8217;s easy to think that usage conventions for list types are exactly the kind of thing only writers would care about. If you think that way&#8211;I have myself on occasion&#8211;then consider this progress screenshot from a WordPress backup plugin that I recently installed:</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-180" src="https://andedam.org/wordpress/wp-content/uploads/2014/05/do_not_do_the_following.png" alt="Screenshot of a message saying DO NOT DO ANY OF THE FOLLOWING and goes on to list in numbered sequence 3 actions not to perform while the installation is ongoing. When making a list, try not to confuse people more than necessary." width="541" height="291" srcset="https://andedam.org/wordpress/wp-content/uploads/2014/05/do_not_do_the_following.png 541w, https://andedam.org/wordpress/wp-content/uploads/2014/05/do_not_do_the_following-300x161.png 300w, https://andedam.org/wordpress/wp-content/uploads/2014/05/do_not_do_the_following-80x43.png 80w" sizes="auto, (max-width: 541px) 100vw, 541px" /></p>
<p>Without reading this multiple times, would you feel certain that you were actually not supposed to do anything mentioned in this numbered list? The introduction says one thing, but the choice of list type is communicating something different entirely.</p>
<p>Use an ordered list if you are describing any of the following:</p>
<ul>
<li>a procedure to follow</li>
<li>a sequence of events to observe</li>
<li>a clearly prioritized order</li>
</ul>
<p>Some may also prefer alphabetical ordered lists for options where only one may be selected (&#8220;Do one of the following: a. b. c. d.&#8221;).</p>
<p>If the list is not a sequence, an unordered bullet list is the most common option. However, long bullet lists are not particularly easy to read. For lists that are long and/or include a lot of information in each list item, these two other options are worth considering:</p>
<ul>
<li>description lists (definition lists pre-HTML5) for glossaries, metadata listings, and similar. These tend to be styled in a manner that make them a lot more scannable than bullet lists. See <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dl">Mozilla Developer Network</a> for a good description and examples.</li>
<li>tables. I know, tables are not actually lists, nor do they have the Twitter or Pinterest appeal of a Top 5 list, but for reference-style material, a table provides much better findability and overview than a bullet list.</li>
</ul>
<blockquote><p>I like lists, I&#8217;m controlling, I like order. I&#8217;m difficult on every level. (Sandra Bullock)</p></blockquote>
<h3>Avoid Redundancy</h3>
<p>List items that start identically, or semi-identically, reduce scannability. Keep in mind that tables of contents are also lists. If you have a table of content that is generated based on your headings, considering each heading a list item is useful.</p>
<p>To ensure list items remain scannable, you can:</p>
<ul>
<li>front load each list item by starting with important keywords that set it apart from other list items rather than something generic , such as &#8220;You will need to &#8230;&#8221; or &#8220;For simplicity and ease of use, we have &#8230;&#8221;.</li>
<li>move repetitive phrases outside of the list itself. For example, instead of starting each list item with &#8220;how to&#8221;, make &#8220;how to&#8221; part of the introductory phrase that comes before the list.</li>
<li>drop any words and expressions that don&#8217;t add to the meaning. In most cases, list items don&#8217;t need to be complete sentences.</li>
</ul>
<p>As a bonus, if your writing will be translated, you&#8217;ll save money by avoiding redundancy.</p>
<blockquote><p><span style="color: #000000;">Every morning I get up and look through the Forbes list of the richest people in America. If I&#8217;m not there, I go to work. (Robert Orben)</span></p></blockquote>
<h3>Be Consistent</h3>
<p>In a list, each item should have a similar syntax. This is a pet peeve that probably annoys me as a writer more than most readers, but I have seen plenty of bullet lists that would be confusing for any kind of reader.</p>
<p>Before unleashing a bullet list on the world, read through it starting with the introductory phrase and check that all list items:</p>
<ul>
<li>start in a similar fashion to the others and read as a grammatically correct continuation of the introductory phrase. If the introduction says: &#8220;This chapter will tell you how to:&#8221;, you cannot have list items starting with &#8220;making&#8221; or &#8220;configuration&#8221;.</li>
<li>share the same grammatical subject or state their subject clearly. Otherwise you may easily conflate, for example, something done automatically by software with something  users must do themselves, or something the software vendor can do for you upon request. In my experience, this problem is not uncommon in lists of features and software specifications.</li>
<li>use similar syntax and punctuation. Mixing questions with statements in the same list will usually not read well. Whether or not to end each list item with a full stop is a style/preference issue. It is also painfully hard to remember and follow up on in a consistent manner.</li>
</ul>
<blockquote><p><span style="color: #000000;">We like lists because we don&#8217;t want to die. (Umberto Eco)</span></p></blockquote>
<p>The post <a href="https://andedam.org/2014/05/06/making-list-check-twice/">Making A List? Check It (At Least) Twice!</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://andedam.org/2014/05/06/making-list-check-twice/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Helpful Error Messages For Fun And Profit</title>
		<link>https://andedam.org/2014/05/01/helpful-error-messages-fun-and-profit/</link>
					<comments>https://andedam.org/2014/05/01/helpful-error-messages-fun-and-profit/#respond</comments>
		
		<dc:creator><![CDATA[Jorunn]]></dc:creator>
		<pubDate>Thu, 01 May 2014 09:33:32 +0000</pubDate>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Technical Communications]]></category>
		<category><![CDATA[Usability]]></category>
		<guid isPermaLink="false">http://writer.andedam.org/?p=222</guid>

					<description><![CDATA[<p>Nobody is keen to invest in error messages. And by invest I mean energy, money, man hours &#8230; Declare &#8220;Our product will excel at failing gracefully&#8221;, and you can probably count on your stakeholders to drop off after &#8220;excel at failing&#8221;. Everybody fails (sometimes) But every. Product. Fails. Networks happen, unexpected input happens, integrations with [&#8230;]</p>
<p>The post <a href="https://andedam.org/2014/05/01/helpful-error-messages-fun-and-profit/">Helpful Error Messages For Fun And Profit</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Nobody is keen to invest in error messages. And by invest I mean energy, money, man hours &#8230; Declare &#8220;Our product will excel at failing gracefully&#8221;, and you can probably count on your stakeholders to drop off after &#8220;excel at failing&#8221;.</p>
<h3>Everybody fails (sometimes)</h3>
<p>But every. Product. Fails. Networks happen, unexpected input happens, integrations with other products happen. The real world happens, and what do we do then?</p>
<p>My last post about unhelpful error messages sparked some interesting comments and discussion, on the blog and in the <a href="https://www.linkedin.com/groupItem?view=&amp;gid=3711598&amp;type=member&amp;item=5871212405521940480&amp;trk=my_groups-b-title">Technical Writer in Action LinkedIn group</a>, including a lot of good points about what fellow tech writers consider to be good qualities in an error message. I said I would follow up my post with a more constructive take, and here it is.</p>
<h3>1. Fight the power (push back, fix the code)</h3>
<p>Rewriting error messages often runs the risk of being lipstick on the proverbial pig. Sometimes it&#8217;s all we can do as writers short term to improve the writing, but we shouldn&#8217;t be scared to push back and look at whether the product is behaving as it should in the first place:</p>
<ul>
<li>Could the error be prevented before it happens? For example, improve the UI to prevent users from entering invalid input, highlight required fields, and so on.</li>
<li>Is the error displayed to the right users? Misconfiguration in the backend should raise a ticket for whoever configures the backend, rather than cause ugly error messages for the end user who can do nothing about it. Messages that essentially say &#8220;Contact your administrator&#8221; should rather say &#8220;Your administrator has been contacted&#8221;.</li>
<li>Is one error message enough? One of my most frequent requests is actually <em>more</em> error messages. For users, more messages can actually be a good thing, because they allow us to be more specific. Too often, developers create catchall messages that cover so many scenarios it is close to impossible to give users instructions of any value. A shocking amount of error messages can be paraphrased as: &#8220;This, that, or the other may have happened. Try 547 different configuration changes, or wait an hour or two and it may have gone away.&#8221; <em>Not helpful.</em></li>
</ul>
<h3>2. Find out what it means to me (respect the user, be instructive)</h3>
<p>Good error messages are respectful of users and their time. Conciseness is a value in and of itself. Users read this stuff to <em>do</em>, they don&#8217;t read to learn. For this reason, I find that going into detail on exactly what has happened is often not the best use of screen space and user attention.</p>
<p>For the user to be able to do, the message must be instructive. An instructive message focuses on why the user should care about this message, and either give them reassurance that someone else will fix the problem, or give them the information they need to act themselves.</p>
<p>This information needs to be:</p>
<ul>
<li>specific</li>
<li>inclusive enough that it doesn&#8217;t entirely exclude potential scenarios. Few things are more frustrating than following instructions that turn out to have no relevance.</li>
</ul>
<p>When working on pop-up messages, I always try to pay attention to the buttons as well, and aim for descriptive action verbs. Users may find having to click &#8220;OK&#8221; after reading about a critical error downright offensive, and it does not tell them what happens once they have clicked the button, either.</p>
<h3>3. Only when I laugh (don&#8217;t try for funny)</h3>
<p>A final word of advice: don&#8217;t try to be cute or funny.</p>
<p>I have seen several people insist, after my previous post about humor and error messages, that it&#8217;s fun and appropriate if the error isn&#8217;t very serious, such as a 404 not found message.</p>
<p>Instead of reiterating my first rant, let me tell you a story:</p>
<p>A few months ago, I visited a newly overhauled website that was boasting about its new backend and look and feel. I tried to use the site search, but clicking on links in my search results repeatedly took me to a &#8220;hilarious&#8221; new 404. Clearly, some pages had gone missing in their migration to a new platform. These things happen, of course, but &#8220;funny&#8221; not found pages pretty much assume that the user has clicked on a random rotten link or entered a wrong URL. In my case, I could not find the content that the site&#8217;s own search results promised. My frustration was mounting. Spare me the jokes!</p>
<p>Point of the story: it&#8217;s hard to predict all the scenarios and situations users will be in when they see our error messages. It is, in fact, about respect. You show it, or you lose it.</p>
<h3>That&#8217;s what it&#8217;s all about</h3>
<p>Creating helpful error messages can be very hard, but it&#8217;s <em>so worth it</em>. I would say it&#8217;s about the best use of a technical communicator&#8217;s time I can think of. Troubleshooting is where users tend to get the most frustrated, and better instructions in the product simplify troubleshooting. Less frustration, happier users. And happier users is what we should be all about.</p>
<p>(Photo by <a href="https://www.flickr.com/photos/8929612@N04/4621897913/in/photolist-83qre4-97BiUc-4iLt4T-5UZkqj-6wM5eM-6skGh9-d39oFu-aBD4K5-7H4MLM-ki1Yy-7Z4mtV" target="_blank" rel="noopener noreferrer">Gerry Balding on Flickr</a>)</p>
<p>The post <a href="https://andedam.org/2014/05/01/helpful-error-messages-fun-and-profit/">Helpful Error Messages For Fun And Profit</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://andedam.org/2014/05/01/helpful-error-messages-fun-and-profit/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>T-shirt Love: Grammar Police</title>
		<link>https://andedam.org/2014/04/28/t-shirt-love-grammar-police/</link>
					<comments>https://andedam.org/2014/04/28/t-shirt-love-grammar-police/#respond</comments>
		
		<dc:creator><![CDATA[Jorunn]]></dc:creator>
		<pubDate>Mon, 28 Apr 2014 12:22:30 +0000</pubDate>
				<category><![CDATA[T-shirts]]></category>
		<guid isPermaLink="false">http://writer.andedam.org/?p=163</guid>

					<description><![CDATA[<p>This is one of my favorite shirts. I regularly wear it to work&#8211;in fact, I&#8217;ve been wearing it enough that I may need to replace it soon. Working with tech writing, I spend quite a bit of my time assisting in the writing and editing of text for user interfaces, as well as helping colleagues [&#8230;]</p>
<p>The post <a href="https://andedam.org/2014/04/28/t-shirt-love-grammar-police/">T-shirt Love: Grammar Police</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This is one of my favorite shirts. I regularly wear it to work&#8211;in fact, I&#8217;ve been wearing it enough that I may need to replace it soon.</p>
<p>Working with tech writing, I spend quite a bit of my time assisting in the writing and editing of text for user interfaces, as well as helping colleagues with other types of text. I bought this shirt for fun, but I think it has actually served a purpose as well. I am getting more &#8220;hey, grammar police, can you help me with this&#8221; requests from colleagues who are not writers, and I think the shirt has helped make it clear that I don&#8217;t mind this aspect of my job&#8211;in fact, I rather enjoy it. People realize they are welcome to ask for my help, and that if not, my help may still be &#8230; let&#8217;s say volunteered.</p>
<p>Bought and still available at <a href="http://onehorseshy.spreadshirt.com/girly-grammar-police-t-shirt-navy-american-apparel-A6255552">One Horse Shy</a>.</p>
<p>The post <a href="https://andedam.org/2014/04/28/t-shirt-love-grammar-police/">T-shirt Love: Grammar Police</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://andedam.org/2014/04/28/t-shirt-love-grammar-police/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Your own, personal Hemingway</title>
		<link>https://andedam.org/2014/04/25/hemingway-app-review/</link>
					<comments>https://andedam.org/2014/04/25/hemingway-app-review/#comments</comments>
		
		<dc:creator><![CDATA[Jorunn]]></dc:creator>
		<pubDate>Fri, 25 Apr 2014 06:04:10 +0000</pubDate>
				<category><![CDATA[Editing]]></category>
		<category><![CDATA[Tools]]></category>
		<guid isPermaLink="false">http://writer.andedam.org/?p=115</guid>

					<description><![CDATA[<p>Ernest Hemingway famously lamented writers that hadn&#8217;t learned &#8220;how to say no to a typewriter&#8221;. The Elements of Style, one of my favorite books on writing, advises that we &#8220;Omit needless words&#8221;. While that may be easy to agree with, it is quite hard to live by, especially for those with limited or no access [&#8230;]</p>
<p>The post <a href="https://andedam.org/2014/04/25/hemingway-app-review/">Your own, personal Hemingway</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Ernest Hemingway famously lamented writers that hadn&#8217;t learned &#8220;how to say no to a typewriter&#8221;. <em>The Elements of Style</em>, one of my favorite books on writing, advises that we &#8220;Omit needless words&#8221;. While that may be easy to agree with, it is quite hard to live by, especially for those with limited or no access to a skilled editor. Self-editing is difficult! Enter the Hemingway app.</p>
<p>I first came across a link to the web app <a href="http://www.hemingwayapp.com/">Hemingway</a> on Twitter, and I was immediately smitten.</p>
<h3>What Hemingway does</h3>
<p>You can type or paste your text into the web interface, and Hemingway calls out:</p>
<ul>
<li>complex sentences</li>
<li>adverbs</li>
<li>uses of the passive voice</li>
<li>fancy words and phrases that you can omit or replace with simpler synonyms</li>
</ul>
<p>Hemingway uses an easy-to-grasp color legend to signal where the issues are. Accessibility-wise, this heavy reliance on color coding is of course bad news for colorblind users.</p>
<h3>Putting Hemingway To The Test</h3>
<p>I&#8217;ve run the tool on a few different texts, including:</p>
<ul>
<li>An <a href="http://www.ipcc.ch/news_and_events/docs/factsheets/FS_what_ipcc.pdf">IPCC fact sheet</a>. Hemingway gave it a &#8220;10 Good&#8221; and minimal highlighting, which I think is an impressive result given the subject matter.</li>
<li>The Wikipedia entry on <a href="http://en.wikipedia.org/wiki/Client%E2%80%93server_architecture">Client-server architecture</a>. Hemingway said &#8220;14 OK&#8221;, with some very complex sentences and a few uses of the passive voice.</li>
<li>A random piece of <a href="http://bbfarchive.dbfandom.com/archive/0/alternativelifestyle.html">Buffy fanfiction</a>. &#8220;5 Good&#8221;, although containing a rather high number of adverbs.</li>
<li>This blog post, which I kept re-testing until I was happy with the result. The first draft got &#8220;11 OK&#8221;, with a few complex sentences and some fancy words that were better replaced or omitted. You can see the result of the final run in the screenshot above.</li>
</ul>
<p>I have tried with a few different texts and so far failed to get Hemingway to say anything but &#8220;OK&#8221; or &#8220;Good&#8221;. I even ran the analysis on a patent document where 74 out of 250 sentences were &#8220;very hard to read&#8221; and there were 86 uses of the passive voice. Hemingway still found this to be &#8220;14 OK&#8221;.</p>
<h3>The Verdict</h3>
<p>I dislike spell checkers and the grammar and syntax checking in word processors, and I have rarely bothered to use readability analyzers on my text. This might just be the tool that convinces me to embrace automated readability checking as a supplement to the editing and reviewing I otherwise may have access to. I gather that I like this tool because I feel like we&#8217;re on the same team. Clean, helpful, simple writing is what we want, and to that end, the tool has a clean, helpful, simple interface.</p>
<p>The app has some obvious shortcomings. The most obvious is that the analysis is not able to call out overall verbosity. A human (and hemingwayesque) editor would immediately strike down on long and repetitive text. I also find the individual highlighting <em>a lot</em> more useful than the readability score, which is often far too kind. If you manage to find a text that gets a terrible score, do let me know in the comments!</p>
<p>I will keep trying out this tool with my writing both for work and for this blog. The creators are trying to find out whether there is interest in a $5 desktop version that would be able to save and load files. I have signed up to receive notification when and if the desktop version releases.</p>
<p>The Hemingway app may not turn any of us into an author the level of its namesake. For self editing, however, it is probably the most helpful tool I have seen so far.</p>
<p>(The New Yorker has of course <a href="http://www.newyorker.com/online/blogs/books/2014/02/hemingway-takes-the-hemingway-app-test.html">subjected Hemingway to the Hemingway app test</a>.)</p>
<p><strong>Update: </strong>I wrote some more about the Hemingway desktop app here: <a href="http://writer.andedam.org/self-editing-tools/">The Helpful Machine: 5 Self-Editing Tools to Improve Your Writing</a></p>
<p>The post <a href="https://andedam.org/2014/04/25/hemingway-app-review/">Your own, personal Hemingway</a> appeared first on <a href="https://andedam.org">andedam.org</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://andedam.org/2014/04/25/hemingway-app-review/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
	</channel>
</rss>
