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

<channel>
	<title>I&#039;d Rather Be Writing &#187; Madcap Flare</title>
	<atom:link href="http://idratherbewriting.com/tag/madcap-flare/feed/" rel="self" type="application/rss+xml" />
	<link>http://idratherbewriting.com</link>
	<description>The Latest Trends in Technical Communication</description>
	<lastBuildDate>Fri, 25 May 2012 16:20:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Figuring Out Search Algorithms [Organizing Content 10]</title>
		<link>http://idratherbewriting.com/2010/05/27/figuring-out-search-algorithms-organizing-content-10/</link>
		<comments>http://idratherbewriting.com/2010/05/27/figuring-out-search-algorithms-organizing-content-10/#comments</comments>
		<pubDate>Thu, 27 May 2010 14:40:12 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[content organization]]></category>
		<category><![CDATA[findability]]></category>
		<category><![CDATA[flare search]]></category>
		<category><![CDATA[google rank]]></category>
		<category><![CDATA[google search]]></category>
		<category><![CDATA[Madcap Flare]]></category>
		<category><![CDATA[madcap flare search algorithm]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Technical Writing]]></category>
		<category><![CDATA[wordpress search]]></category>
		<category><![CDATA[wordpress search algorithm]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=6479</guid>
		<description><![CDATA[In my last post, I argued that navigation systems can&#8217;t be entirely discarded in favor of search, because navigation helps users discover the unknown unknown. But now that we&#8217;ve covered navigation systems a bit, it&#8217;s time to move on to search, because search is undoubtedly a major way that users navigate help content. How can you organize your content so that the topics are findable ... <a href="http://idratherbewriting.com/2010/05/27/figuring-out-search-algorithms-organizing-content-10/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>In my last post, I argued that navigation systems can&#8217;t be entirely discarded in favor of search, because navigation helps users <a href="http://www.idratherbewriting.com/2010/05/26/browse-versus-search-organizing-content-9/">discover the unknown unknown</a>. But now that we&#8217;ve covered navigation systems a bit, it&#8217;s time to move on to search, because search is undoubtedly a major way that users navigate help content. How can you organize your content so that the topics are findable in search?</p>
<p>Notice that I said &#8220;organize.&#8221; You&#8217;re still organizing your content, but on a smaller level. Rather than organizing topics within groupings or folders, you&#8217;re organizing the words within the topics. To make the topic visible, you have to organize the words in a way that maximizes visibility in the search.</p>
<p>But here is where things get confusing. Almost no one understands how search works. Google&#8217;s search works differently from Flare&#8217;s search. Flare&#8217;s search works differently from WordPress&#8217;s search. I&#8217;m guessing that the search in RoboHelp differs from the search in Author-it, which differs from the search in DITA-produced Eclipse help, and so on.</p>
<p>Each search engine has a unique algorithm that sorts and ranks information based on a set of variables and other factors, much more than simple keyword frequency. Here&#8217;s the key point: you can&#8217;t optimize search until you understand the search algorithm you&#8217;re optimizing for.</p>
<h3>Google&#8217;s search algorithm</h3>
<p>Although Google&#8217;s search algorithm is complex, it&#8217;s unquestionable that Google&#8217;s search results are based on some of the following factors:</p>
<ul>
<li>The number of links pointing back to your site</li>
<li>The authority of the sites pointing back to your site</li>
<li>The text used in the links pointing back to your site</li>
<li>The location of the keywords the user is searching for, especially in the title and h1, h2, h3 tags</li>
<li>The frequency of the right keywords that the user is searching for</li>
<li>Your own site&#8217;s page rank</li>
</ul>
<p>What about meta keywords and title tags? Not that important. You could stuff a ton of keywords into the header of your topic, but Google has been gamed with that trick long ago, so it ranks these keywords low. The genius of Google&#8217;s search stems from the collective wisdom of hyperlinks.</p>
<h3>WordPress&#8217; search algorithm</h3>
<p>According to <a href="http://lorelle.wordpress.com/2006/02/11/understanding-and-fixing-wordpress-search/">Lorelle Van Fossen</a>, WordPress orders search results with the date as a major factor:</p>
<blockquote><p>When you search in your WordPress blog, your search results are  listed chronologically. Not by “most likely”, “most popular”, “most  frequent use of the phrase”, or even alphabetically, just by date. And  the chronological order runs from most recent to oldest. If the most  likely post to provide the information the user is searching for is  older, they will have to scroll towards the end of the list to find the  most likely candidate for information. What are the odds they will, huh?  This frustrates me no end.</p>
<p>Another frustration with WordPress searching is that it only searches  posts. It does not search comments nor Pages. Only post content.</p></blockquote>
<p>Notice that while links pointing to your content factor high in Google, these same backlinks are non-factors in the WordPress search algorithm. In WordPress, the date of the post seems to matter most.</p>
<h3>Madcap Flare&#8217;s search algorithm</h3>
<p>Since Flare is the help authoring tool I&#8217;m currently using, I&#8217;ll dive into its search algorithm with more depth. According to Rob Houser in <a href="http://userassistance.com/tips/flare_tip_search_rankings.html">Flare Tip: How the full-text search works</a>, Flare&#8217;s search weighs the following three factors with the most significance:</p>
<ul>
<li>Exact matches</li>
<li>Frequency of the words</li>
<li>Location of the words</li>
</ul>
<p>Rob explains,</p>
<blockquote><p>Flare ranks exact matches of the term the user enters higher  than  partial matches. An exact match uses the same form of the term (for   instance, an exact match for “deleting files” would be “deleting” or  “files”).  A partial match may share the same root word as the original  search term, but  the terms aren’t exactly the same (for instance, the  user might search for  “deleting files” and the search would also find  “delete”, “deletion”, “file”,  and “filed”).</p></blockquote>
<p>I&#8217;m not sure where Rob is getting his information, whether through experimentation with Flare or conversations with Flare developers. But let&#8217;s assume Rob is right. There are still many questions unanswered, namely how to create an exact match. If the topic title doesn&#8217;t provide the exact match, how do you create the match?</p>
<h3>The Problem with Using Index Keywords</h3>
<p>Flare doesn&#8217;t have a section where you can stuff a file with meta keywords. But you can stuff a topic with index keywords. Index keywords are included in the search algorithm. (Concept keywords are excluded, by the way.)</p>
<p>However, using index keywords as meta keywords presents a dilemma. If exact matches factor highest in the search, you should add index keywords according to the phrases you think users will search for in the help, right? But the way users enter keywords in search boxes differs from the way users browse an index.</p>
<p>With Flare you&#8217;re forced to make a decision about how you want to use the index keywords. If you use index keywords to beef up your search, your index will look random. If you choose index keywords for readability in a traditional index, you cripple the search.</p>
<p>Let me give an example. Suppose my topic is &#8220;Properly Delivering a Burn Notice.&#8221; Users searching for this topic might enter the following phrases:</p>
<ul>
<li>burn notice</li>
<li>deliver burn notice</li>
<li>drop off burn notices</li>
<li>burn notices sending</li>
<li>how to present a burn notice</li>
<li>cutting off undercover agents</li>
<li>severing ties with field agents</li>
<li>burn notice protocol</li>
<li>best way to handle burn notice</li>
<li>give burn notice to operatives</li>
</ul>
<p>Because exact matches factor the highest in Flare, it&#8217;s important to include these phrases as index keywords, and to insert those index keywords into the highest ranking location in the topic &#8212; that is, inside the h1 tags of the topic title.</p>
<p>But if I&#8217;m going to also produce an index in the help file or in the printed guide, the keywords and phrases need to be written and ordered differently. A typical string of index keywords might look like this:</p>
<ul>
<li>burn notices, delivering</li>
<li>protocol, for burn notices</li>
<li>field agents, delivering burn notices</li>
<li>operatives, terminating</li>
<li>tactics, presenting burn notices</li>
</ul>
<p>When you browse an index, you look for the main word first, which is usually a noun. Users don&#8217;t usually browse to &#8220;give&#8221; or &#8220;deliver&#8221; when looking for a topic in an index.</p>
<p>But when users search, they usually do include verbs to lead off the phrase. I tend to search for exactly what I&#8217;m trying to do. If I want to download an mp3 file of a James Bond soundtrack, I search for &#8220;download mp3 James Bond.&#8221; If I want to figure out how to stop water leaking through my window well cracks, I search for &#8220;stop leaks to window wells.&#8221; I lead with the verb.</p>
<h3>Stems?</h3>
<p>Another question is to determine how the search algorithm handles stems. Exact matches factor highly, so when I have a phrase like &#8220;drop off burn notices,&#8221; do I need to add <em>drops </em>off burn notices, <em>dropping </em>off burn notices, <em>dropped </em>off burn notice, <em>drop </em>off burn notices, and so on for each of these search keyword phrases?</p>
<p>I wrote to Madcap to ask them for this information, because it&#8217;s not in the help file. They replied that the search will automatically look for partial matches, so if I just include &#8220;drop off burn notices,&#8221; Flare will look for partial matches with the other verb forms. But an exact match still trumps a partial match in search engine weight.</p>
<h3>What? It&#8217;s not in the help!</h3>
<p>I felt a little bewildered that Flare&#8217;s help, which is comprehensive and complete in almost every way, had nothing to say about one of the most important elements of help authoring: how to influence the search to increase topic rank.</p>
<p>And then I realized something ironic. In the application I&#8217;m documenting at work, search is a key feature, included in four separate places in the interface. And yet beyond keyword matches, I have no idea how the search algorithm works.<br />
<h2>Blog Sponsors</h2>
<ul>
<li><a href="http://3rabbitz.com">3Rabbitz book</a></li>
<li><a href="http://webworks.com">Webworks ePublisher</a></li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.helpgenerator.com">Help Generator help authoring software</a></li>
<li><a href="http://idc.spsu.edu">Southern Polytechnic: Information Design and Communication</a></li>
<li><a href="http://simplifiedenglish.net">Simplified English</a></li>
<li><a href="http://info.mindtouch.com/irbw/tcs-custom-tour?persona=content">MindTouch</a></li>
<li><a href="http://www.madcapsoftware.com/products/flare/overview.aspx?utm_source=IdRatherBeWriting&#038;utm_medium=Banner&#038;utm_campaign=Flare8"</a>Madcap Software</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://www.adobe.com/products/technicalcommunicationsuite/try.html?sdid=ITRSO">Adobe Technical Communication Suite</a></li>
<li><a href="http://www.congree.com/en/download-congree-personal-edition.aspx">Congree</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2010/05/27/figuring-out-search-algorithms-organizing-content-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<series:name><![CDATA[Findability]]></series:name>
	</item>
		<item>
		<title>Madcap Flare&#8217;s Extensibility: Adding jQuery to Flare</title>
		<link>http://idratherbewriting.com/2010/01/26/madcap-flares-extensibility-adding-jquery-to-flare/</link>
		<comments>http://idratherbewriting.com/2010/01/26/madcap-flares-extensibility-adding-jquery-to-flare/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 15:45:44 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[Flare]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Madcap Flare]]></category>
		<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Technical Writing]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=5604</guid>
		<description><![CDATA[Alistair Christie recently published a podcast about Unscripted Screencasts and Flare Extensibility. In the podcast, he considers whether scripts are necessary for corporate screencasts &#8211;  a good topic for exploration and testing. But he also gets into something a little more interesting: extending Flare with jQuery. jQuery is the new Javascript. It provides smooth functionality that shows and hides components, slides objects around, and animates ... <a href="http://idratherbewriting.com/2010/01/26/madcap-flares-extensibility-adding-jquery-to-flare/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Alistair Christie recently published a podcast about <a href="http://www.itauthor.com/2010/01/23/itauthor-podcast-32-unscripted-screencasts-and-flare-extensibility/" target="_blank">Unscripted Screencasts and Flare Extensibility</a>. In the podcast, he considers whether scripts are necessary for corporate screencasts &#8211;  a good topic for exploration and testing. But he also gets into something a little more interesting: extending Flare with jQuery.</p>
<p>jQuery is the new Javascript. It provides smooth functionality that shows and hides components, slides objects around, and animates graphics in a sexy way. As an example, <a href="http://www.prophotoblogs.com/support/" target="_blank">ProPhotoBlogs&#8217; support</a> section incorporates jQuery functionality. And the drop-down menus on <a href="http://willsansbury.com/" target="_blank">Will Sansbury&#8217;s site</a> are also jQuery driven. Here are a few <a href="http://api.jquery.com/animate/" target="_blank">jQuery animation effects</a>. And <a href="http://api.jquery.com/slideDown/" target="_blank">slide-down effects</a>. And <a href="http://api.jquery.com/fadeIn/" target="_blank">fade effects</a>. <span id="more-5604"></span></p>
<p>Alistair says he feels satisfied he made the right choice about adopting Flare as a help tool because of this extensibility. Because of the XML and CSS standards that Flare is built on, Alistair can add a reference to the jQuery script in the header, add functions in the page body and toolbar, and hook into other technologies to customize the display.</p>
<p>For detailed step-by-step instructions on inserting functions into Flare&#8217;s Webhelp toolbar, see Alistair&#8217;s post,<a href="http://www.itauthor.com/2010/01/12/adding-function-buttons-to-the-madcap-flare-webhelp-toolbar/" target="_blank"> Adding function buttons to to the Madcap Flare Web Toolbar.</a></p>
<p>I like Flare for much of the same reasons as Alistair. I haven&#8217;t integrated jQuery scripts into Flare yet. But knowing that I can do it if I wanted to is encouraging.</p>
<p>The next question is what functionality we&#8217;re missing from Webhelp. Is jQuery just the latest gee-whiz, bell-and-whistle technology? Or is it functionality that will persuade users that the help is worthwhile?</p>
<p>Alistair says he created a button that shows a direct link to the topic the user is viewing. And he hooked into a custom glossary database. He also integrated his own show/hide functionality and a bookmarks feature. Granted, some of that functionality already exists to some degree in the existing Webhelp buttons, but Alistair&#8217;s company had custom needs.</p>
<p>One button I&#8217;ve added to Webhelp is a Contact button that allows the user to send feedback to the project team. I would like to incorporate jQuery scripts to make screencasts pop-up in a modal that dims the background. I&#8217;d also like to make screenshots expand to full size when the user clicks them (similar to Flare&#8217;s new thumbnail feature). The way graphics slide down smoothly with jQuery is more elegant than the built-in drop-down hotspot functionality Flare provides. (I imagine you have to work in the code view to integrate all of this.)</p>
<p>I&#8217;m not sure to what extent other tools can hook into the same technologies. But it is important to have this potential &#8212; so that help authors can keep pace with the developments and technologies of the web.</p>
<p>To listen to Alistair Christie&#8217;s podcast on extending Flare with jQuery, see <a href="http://www.itauthor.com/2010/01/23/itauthor-podcast-32-unscripted-screencasts-and-flare-extensibility/" target="_blank">Unscripted Screencasts and Flare Extensibility</a>.<br />
<h2>Blog Sponsors</h2>
<ul>
<li><a href="http://3rabbitz.com">3Rabbitz book</a></li>
<li><a href="http://webworks.com">Webworks ePublisher</a></li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.helpgenerator.com">Help Generator help authoring software</a></li>
<li><a href="http://idc.spsu.edu">Southern Polytechnic: Information Design and Communication</a></li>
<li><a href="http://simplifiedenglish.net">Simplified English</a></li>
<li><a href="http://info.mindtouch.com/irbw/tcs-custom-tour?persona=content">MindTouch</a></li>
<li><a href="http://www.madcapsoftware.com/products/flare/overview.aspx?utm_source=IdRatherBeWriting&#038;utm_medium=Banner&#038;utm_campaign=Flare8"</a>Madcap Software</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://www.adobe.com/products/technicalcommunicationsuite/try.html?sdid=ITRSO">Adobe Technical Communication Suite</a></li>
<li><a href="http://www.congree.com/en/download-congree-personal-edition.aspx">Congree</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2010/01/26/madcap-flares-extensibility-adding-jquery-to-flare/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Technical Writing Careers &#8212; Answering 13 Questions about Technical Writing Jobs</title>
		<link>http://idratherbewriting.com/2008/02/16/technical-writing-careers-answering-13-questions-about-technical-writing-jobs/</link>
		<comments>http://idratherbewriting.com/2008/02/16/technical-writing-careers-answering-13-questions-about-technical-writing-jobs/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 05:49:33 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Camtasia Studio]]></category>
		<category><![CDATA[DITA]]></category>
		<category><![CDATA[Doc Train]]></category>
		<category><![CDATA[Doug Davis]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[Madcap Flare]]></category>
		<category><![CDATA[Neil Perlin]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[SnagIt]]></category>
		<category><![CDATA[STC]]></category>
		<category><![CDATA[STC Summit]]></category>
		<category><![CDATA[Technical Writing]]></category>
		<category><![CDATA[technical writing careers]]></category>
		<category><![CDATA[technical writing jobs]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[webinars]]></category>
		<category><![CDATA[Wikis]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[work environment]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/2008/02/16/technical-writing-careers-answering-13-questions-about-technical-writing-jobs/</guid>
		<description><![CDATA[Technical writing careers are often a mystery to those on the outside. What do technical writing jobs involve? What is the industry like? What is the career path of a technical writer, and what challenges do technical writers face? Carmen, a student in a technical management program, found me by searching for &#8220;technical writers&#8221; on Yahoo.com. Fulfilling an assignment in a Career Development course to ... <a href="http://idratherbewriting.com/2008/02/16/technical-writing-careers-answering-13-questions-about-technical-writing-jobs/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Technical writing careers are often a mystery to those on the outside. What do technical writing jobs involve? What is the industry like? What is the career path of a technical writer, and what challenges do technical writers face?</p>
<p>Carmen, a student in a technical management program, found me by searching for &#8220;technical writers&#8221; on Yahoo.com. Fulfilling an assignment in a Career Development course to contact someone working in the technical writing field, she asked me 13 questions about technical writing careers. She&#8217;s currently a repair technician who has wanted to enter technical writing for years.</p>
<p>Her questions and my answers are below. Please feel free to build on my answers in the comments section below the post.</p>
<p><span id="more-1351"></span></p>
<h2>Job-Related Questions about Technical Writing</h2>
<p><strong> What do you like best about your position as a Technical Writer?</strong></p>
<p>I like the combination of writing and technology. I majored in English and love to write, but careers for writers are usually low-paying. I also really like technology &#8212; websites, blogs, gadgets, social media, cyber-utopian imaginations, etc. Technical writing combines my two main interests &#8212; writing and technology &#8212; in almost seamless ways.</p>
<p><strong>What kind of impact has this position had on your lifestyle?</strong></p>
<p>Given that technical writing jobs pay a decent salary, I&#8217;ve been able to support a family with three children and an extremely hard-working stay-at-home mother. I couldn&#8217;t have done that had I gone into other writing fields. (For example, here&#8217;s a <a href="http://tinianow.blogspot.com/">blog about a guy who earned a degree in creative writing</a> but couldn&#8217;t put his skills to use, so he started delivering pizzas.)</p>
<p>I&#8217;ve found that working as a technical writer has sharpened my troubleshooting skills, given me greater patience and technical familiarity, and has deepened my awareness and interest in technology. For example, my wife jokes that computers &#8212; when they seem to work against her &#8212; are the Antichrist, and sometimes when she can&#8217;t get something to work, she&#8217;ll actually slam the keyboard or throw the mouse. Well, I&#8217;ve learned that broken websites, procedures that don&#8217;t work, and confusing code can all be overcome with some patient problem-solving. This is a skill I developed as a technical writer.</p>
<p>Technical writing also gives me time to pursue other hobbies in the evenings and weekends. Sometimes finishing documentation for a project can require you to sacrifice a few evenings, but by and large technical writing is an 8 to 5 job. That&#8217;s nice &#8212; not a lot of stress, and it&#8217;s not as if people die (regularly) because they can&#8217;t figure out the software, unlike careers in medicine.</p>
<p><strong>What advice would you give to someone just entering this career track?</strong></p>
<p>I highly recommend pursing technical writing as a career, especially if you majored in English or Writing. I say English or Writing because much of a technical writer&#8217;s day is spent writing (or preparing to write or editing what you&#8217;ve already written). Granted, instructions aren&#8217;t creatively fulfilling, or even interesting, but you&#8217;re still shaping complicated information into easy-to-understand, well-organized text. You&#8217;re creating something out of nothing. You are, in fact, writing.</p>
<p>But skill with words isn&#8217;t enough (and actually, you don&#8217;t have to be very skilled to write sentences like &#8220;Click this button,&#8221; &#8220;Select this from the dropdown box,&#8221; and so on). You also need technical aptitude. Does your blood pressure shoot up when you can&#8217;t figure something out? Or do you patiently find a way to solve the problem? If you&#8217;re a problem solver, technical writing is for you. You&#8217;ll be solving technical problems a good part of your day, as you experiment and explore and test how software functions, or might function (or is supposed to function).</p>
<p>To sharpen your technical skills, learn at least three types of programs: a graphics tool (such as <a href="http://www.techsmith.com/screen-capture.asp">SnagIt</a>), an online help authoring tool (such as <a href="http://s5.adwatcher.net/tomjohnson/tracker.php?t=2">Madcap Flare</a>), and a video capture tool (such as <a href="http://www.techsmith.com/camtasia.asp">Camtasia Studio</a>). Create some sample documentation so you can show employers your skills. <a href="http://wordpress.com">Start a blog</a> about technical communication so you can demonstrate your enthusiasm and knowledge to your employers. Take responsibility for your own learning, rather than relying on others. Also, get involved in your local <a href="http://stc.org">STC chapter</a>.</p>
<p>You might also see this post I wrote: <a href="http://www.idratherbewriting.com/2007/05/27/how-to-break-into-technical-writing/">&#8220;How to Break into Technical Writing&#8221; </a></p>
<p><strong>What kinds of tasks do you complete during a typical day or week?</strong></p>
<p>It&#8217;s your lucky day. I&#8217;ve already written an incredibly detailed post about this here: <a href="http://www.idratherbewriting.com/2007/12/21/could-you-please-tell-me-what-the-job-of-a-technical-writer-is-like/">&#8220;Could you please tell me what the job of a technical writer is like?&#8221;<br />
</a></p>
<p><strong>What types of advancement opportunities are available for entry-level candidates in this career track?</strong></p>
<p>Interesting question. Here&#8217;s a <a href="http://www.idratherbewriting.com/2008/01/29/going-beyond-technical-writing-practical-advice-for-diversifying-your-skillset-podcast-interview-with-mark-hanigan/">great podcast on the potential career track for technical writers</a>. Traditionally, junior technical writers become senior technical writers. Then they become managers, or often turn freelance, or do consulting. Some transition into business analysts or project managers, or move into other technology-related fields.</p>
<p>There&#8217;s some debate as to whether technical writing is a transitional job &#8212; something you do as you&#8217;re working your way into another role, such as business analyst, usability specialist, information architect, or project manager. Many people see technical writing as a stepping stone into something else.</p>
<h2>Company-Related Questions about Technical Writing</h2>
<p><strong> What is the corporate culture of your company?</strong></p>
<p>The corporate culture where I work couldn&#8217;t be better. I love the team environment, working with other dedicated and talented individuals who are inspiring and helpful (for example, they give access to what I need, answer questions, provide demos, review my documentation, and keep me up to date on changes). There aren&#8217;t any political battles or bitter attitudes.  It&#8217;s really a fun place to work, especially since the entire project team is grouped on the same floor. There&#8217;s even a foosball table. And the technological setup is top-notch &#8212; see my previous post, <a href="http://www.idratherbewriting.com/2008/02/15/top-10-workspace-configurations-for-technical-writers/">&#8220;Top 10 Workspace Configurations for Technical Writers.&#8221;</a></p>
<p>One thing to avoid in corporate cultures is an overbearing bureaucracy, where a thousand regulations and procedures prevent you from being efficient. My current work environment is pretty much bureaucracy free.</p>
<p>I&#8217;ve worked in other companies where the environment was more challenging. For example, at one place, it took me two weeks before I was given access to the Intranet.  In another place, I felt like I had an abundance of unnecessary meetings all day. But despite these challenges, the other environments have also been decent. I&#8217;ve always learned a lot in every situation I&#8217;ve worked, regardless of the corporate culture.</p>
<p>For alternative experiences, see this comment by <a href="http://www.idratherbewriting.com/2007/12/19/why-people-think-help-is-useless-and-how-to-change-this-thought/#comment-87306">Joseph K</a> on a previous post.</p>
<p><strong>Does the company promote or encourage continuing education?</strong></p>
<p>Certainly my company promotes continuing education. They&#8217;re sending me to a couple of conferences this year &#8212; <a href="http://www.doctrain.com/west/program_detail/meet_the_bloggers/">Doc Train West in Vancouver</a> and the <a href="http://stc.org/55thConf/index.asp">STC Summit in Philadelphia</a>. (Granted, I&#8217;m presenting at both conferences.) They also buy me whatever software I need.</p>
<p><strong>What type of training programs does the company offer?</strong></p>
<p>I hinted at this earlier: you&#8217;re responsible for your own learning. I have some intelligent, helpful colleagues who teach me a lot &#8212; not just about software, but business process and documentation strategies. But I think ultimately, you&#8217;re in charge of your own learning.</p>
<p>That said, my company pays tuition if I want to take college credits (in any field). I have access to <a href="http://www.safaribooksonline.com/">Safari</a>, an online library with thousands of books and tutorials &#8212; I&#8217;m still exploring that one. I occasionally view <a href="http://www.madcapsoftware.com/training/livedemos.aspx">webinars</a> related to the software I use. I can order books as needed, and probably attend workshops or other training up to my allotted training budget.</p>
<p><strong>What are some of the goals of the company of the next few years?</strong></p>
<p>Hmmm, not sure how to answer that one on a public blog. But we definitely want to find technology solutions that help people on a global scale perform the tasks of their role more efficiently and powerfully. We want to leverage the Internet platform to provide helpful resources and information to people everywhere. We want to use technology to further our organization&#8217;s mission. The same could probably be said of many companies.</p>
<h2>Industry-Related Questions About Technical Writing</h2>
<p><strong>What kinds of challenges is the industry currently facing?</strong></p>
<p>Outsourcing is one threat, although I haven&#8217;t been following it much lately. I once interviewed an <a href="http://www.idratherbewriting.com/2006/10/30/technical-writing-in-india-an-interview-with-sandeep-beepu-from-bangalore-india/">Indian technical writer</a> who said the tech writing industry is exploding in major ways in India. In my experience, I think the technical writer works best when he or she is on-site (rather than remote).</p>
<p>Another threat is a crash in the technology sector. With the first Dotcom crash, many technology companies made dramatic cutbacks to survive. Technical writing is often an easy cut, since you can have the business analyst or subject matter experts (SMEs) write the manuals (or simply ask the existing technical writers to do more work, which is common).</p>
<p>Some leaders feel SMEs have the potential to do our jobs, but the results are often disastrous. (Think about instructions that lack any numbered steps, have a full-size screen print on each page, and are written in confusing jargon that assumes you&#8217;re half-engineer.)</p>
<p><strong>Who are some of the major and minor competitors in the industry?</strong></p>
<p>Some people think wikis will reduce the number of technical writing jobs (or transform the role of technical writers). The idea is that project members and users will simply write the documentation in piecemeal fashion. However, this idea is one that only works in unique contexts, like the <a href="http://codex.wordpress.org">WordPress Codex</a>, and even there it doesn&#8217;t work well.</p>
<p>I agree with <a href="http://www.helpscribe.com/2008/02/why-wikis-wont-kill-technical-writing.html">Craig on Helpscribe</a> that wikis won&#8217;t kill technical writing. I actually once produced a help project entirely on a wiki. I was documenting the new SharePoint 2007 platform and had about 75 wiki topics. Just two people made a couple of brief edits. That was it. And with the wiki, it was a pain to style, it didn&#8217;t single source, and it was hard to manipulate and rearrange information. Wikis have been around 10+ years and haven&#8217;t replaced much of anything (except Encyclopedia Britannica).</p>
<p>For more on using Web 2.0 technologies in documentation, see DMN&#8217;s post on <a href="http://www.dmncommunications.com/weblog/?p=216">&#8220;Web 2.0 and Documentation Don&#8217;t Always Play Well Together.&#8221;</a></p>
<p>Another competitor is, as I mentioned above, outsourcing technical writing to places like India. I don&#8217;t have much experience with outsourced projects, but Charles Jeter wrote <a href="http://charlesjeter.com/2008/01/02/the-state-of-innovation-in-india-readwriteweb-adobes-india-investment/">an interesting post on the state of innovation in India</a>. I personally have never lost a job to outsourcing. In part it&#8217;s because I wear more hats than just a traditional technical writer.</p>
<p><strong>Are there any likely changes that may affect the industry in the next few years?</strong></p>
<p>Here&#8217;s an interesting observation. You&#8217;re writing <em>me </em>to ask about careers in technical writing. You&#8217;re asking <em>me </em>to provide insight on the technical writing industry as a whole. But I&#8217;ve only been a technical writer for less than 5 years (been a writer for much longer, though).  The interesting thing is that I&#8217;m the one being asked for advice, and am giving it. Hundreds of others will find this post and take direction from it.</p>
<p>We&#8217;re seeing the rise of amateur content. If you want advice from someone with more authority and experience, you should have written someone like <a href="http://www.hyperword.blogspot.com/">Neil Perlin</a> or D<a href="http://stc.org/pubs/onlinePubs01.asp">oug Davis</a>. Instead, because I&#8217;m more visible in Google, I become the de facto expert on technical writing. That reversal of roles, where non-leaders become leaders, amateurs become experts, and ordinary people become highly visible, will shape all industries dramatically in the next few years.</p>
<p>Another change is DITA, an XML language that allows you to reuse topic-based content. Over the next few years, DITA will become a standard technology embedded into the most popular help authoring tools. This will facilitate single sourcing and enable technical writers to be more efficient. As we&#8217;re more efficient, we&#8217;ll play greater roles with training, support, and quality assurance. I already wear each of these hats to some degree.</p>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2008/02/16/technical-writing-careers-answering-13-questions-about-technical-writing-jobs/feed/</wfw:commentRss>
		<slash:comments>63</slash:comments>
		</item>
		<item>
		<title>Madcap Flare Review: 45 Things I Love About Flare, 31 Things I Hate About It</title>
		<link>http://idratherbewriting.com/2008/01/31/45-things-i-love-about-flare-31-things-i-hate-about-it/</link>
		<comments>http://idratherbewriting.com/2008/01/31/45-things-i-love-about-flare-31-things-i-hate-about-it/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 07:03:58 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[content reuse]]></category>
		<category><![CDATA[Flare]]></category>
		<category><![CDATA[help authoring tools]]></category>
		<category><![CDATA[Madcap Analyzer]]></category>
		<category><![CDATA[Madcap Flare]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[RoboHelp]]></category>
		<category><![CDATA[single sourcing]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/2008/01/31/45-things-i-love-about-flare-31-things-i-hate-about-it/</guid>
		<description><![CDATA[Madcap Flare is one of the most advanced, functionally robust online help tools for technical writers who want to single source their content. When you use Flare to create an actual project (rather than just experimenting with a trial version), you come to know the ins and outs, the major benefits and the quirks, its usability and learning curve, the things you love and the ... <a href="http://idratherbewriting.com/2008/01/31/45-things-i-love-about-flare-31-things-i-hate-about-it/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://madcapsoftware.com/products/flare/home.aspx" target="_blank"><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/flaresimon.jpg" alt="Flare logo" align="right" />Madcap Flare</a> is one of the most advanced, functionally robust online help tools for technical writers who want to single source their content. When you use Flare to create an actual project (rather than just experimenting with a trial version), you come to know the ins and outs, the major benefits and the quirks, its usability and learning curve, the things you love and the things you hate.</p>
<p>I just finished converting a help file (which I originally created using RoboHelp 7) into Flare, using version Flare 3.01. I also added quite a bit of content and other enhancements to the help. While working with Flare for about a month, I took careful note of all the things I liked and disliked about Flare. This post is a compilation of my notes.</p>
<p>I also rated the importance of each item on a scale of 1 to 5. In my system, 5 is extremely important, and 1 is relatively trivial. I arranged the numbers in general order of importance. Here are my lists.<br />
<span id="more-1298"></span></p>
<h3>Love about Flare</h3>
<p><strong>1. Clean Word output.</strong> When I generate printed documentation, the Word output looks almost perfect, especially the numbering and margins. Although there are still some minor things to edit and check, the Word output is definitely impressive. This is the most important feature for me because I want to single source my content. 5</p>
<p><strong>2. Index words embedded mid-topic.</strong> I can add index keywords half way through the topic if I want. Embedding index keywords in topics (rather than just within headings) is critical if you have numerous hotspots on a page or have long pages and plan to generate printed output. You’ll want your index words to point to the right pages. Indexes are key features in print manuals — and indexes need to be accurate. 5</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/keywords.png" alt="index keywords embedded mid-topic" /></p>
<p><strong>3. Cross references.</strong> The concept and implementation of cross-references (as opposed to just hyperlinks) is a major step forward for single sourcing — at least when printed documentation is one of your outputs. When I generate my Word target, cross references I created in Flare indicate the correct page numbers of the topics they link to. Except for a bug about cross references pointing to bookmarks in drop-down hotspots, the cross reference feature works pretty well. 5</p>
<p><strong>4. Persistently open style pane.</strong> When I press F12, Flare’s style pane opens and stays open. The styles that appear are related to text I’ve selected. If I’m in a list, list styles appear. If I’ve selected a word, character styles appear. If I’m in a paragraph block, paragraph styles appear. And I can quickly select the style I want. 5</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/stylepane.png" alt="style pane" /></p>
<p><strong>5. Drop-down twisties.</strong> The drop-down hotspots have little twisty arrows at the top to indicate their state — collapsed or expanded. When the drop-down text is expanded, the twisty arrow points down. This creates more clarity for the user about the text on the screen. (Note: In the image below, I customized my twisty images.) 5</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/twisty.png" alt="Twisty" /></p>
<p><strong>6. Thorough integration of CSS standards.</strong> CSS is used to style everything, even the Webhelp skin and printed output. CSS is a standard that isn’t a proprietary Flare format language, but rather is knowledge you can apply in many aspects of web design. Except for the special table style editor, standard CSS determines the display for nearly everything in Flare. I love the exposure to CSS. The more masterful I become with CSS, the greater control and style I have over the way my content displays. CSS is a topic that is rich and deep. Mastering this styling language allows you to go beyond Flare and use your knowledge in other applications (for example, WordPress, a blogging platform, uses CSS to style the look and feel of its display). You can also manually insert more advanced CSS styles than what you find in the Flare CSS editor. 5</p>
<p><strong>7. Multiple mediums for stylesheets.</strong> Each stylesheet can have a print and online medium (and additional mediums too). This allows me to define one style for print output and another style for online output without having to create separate stylesheets. Where styles are the same, I leave the setting as default and it applies the style for both print and online mediums. Very convenient. 5</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/stylesheetmediums.png" alt="stylesheet mediums" /></p>
<p><strong>8. Lists functionality.</strong> The lists button and functionality simply works, and I don’t have to resort to any tricks to continue lists or do anything special to have them start at a certain number. 5</p>
<p><a title="list options" href="http://www.idratherbewriting.com/wp-content/uploads/2008/01/lists.png"><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/lists.png" alt="list options" /></a></p>
<p><strong>9. Flawless display in both Firefox and Internet Explorer.</strong> You don’t have to worry about discrepancies for Flare’s Webhelp display in Firefox and IE. It looks good in both. The Webhelp frames fully load and lists look similar between the two. 5</p>
<p><strong>10. Mix-and-Match ability with targets, TOCs, and stylesheets.</strong> Probably one of Flare’s strengths is the ability to have multiple targets (outputs), table of contents, and stylesheets, and to be able to mix and match them for your project needs. 5</p>
<p><strong>11. Open-and-close speed with topics.</strong> The tabbed interface with topic editing is nice, and the topics open and close quickly, even when I have 50 tabs already open. There’s almost no delay. 5</p>
<p><strong>12. Drop-down text.</strong> Drop-down text (hotspots) work flawlessly, without any formatting quirks or hassle. They’re easy to apply and remove (“unbind”), and you don’t have to deal with copying and pasting text into a pop-up dialog box, hoping the formatting isn’t thrown askew. 5</p>
<p><strong>13. Automatic updates of changed file names and locations.</strong> When I update a file name or location, Flare updates all references to that file. 5</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/updatelinks.png" alt="Update Links dialog box" /></p>
<p><strong>14. Breadcrumbs.</strong> This navigational map for users helps them understand where they are in the help maze. The path for the breadcrumbs is generated from the TOC, rather than the folder structure. You can style the size, color, and path symbols (&gt; or |) of the breadcrumb. 5</p>
<p><strong>15. Editing index entries.</strong> Whoever designed in the indexing interface and functionality deserves a special dinner, because it’s about the most usable feature in the entire application. As you type new index keywords, a drop-down list appears showing index words you’ve already typed (which is helpful for knowing whether the keyword should be a sub-keyword). Additionally, it’s easy to see all your index words, and then go directly to them in the topics so you can update them. You can also cut and paste the index keyword chunk wherever you want to move it. 5</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/indexentry2.png" alt="index entries" /></p>
<p><strong>16. Interface flexibility.</strong> It’s easy is to drag and drop and redock the panes. I have two monitors, so I often drag some panes onto the second monitor to make more space. 4</p>
<p><strong>17. Active user forum and knowledge base.</strong> Flare has a strong <a href="http://forums.madcapsoftware.com" target="_blank">community</a> of enthusiasts who are eager to help out and answer your questions. Sometimes the number of users and their enthusiasm/participation in forums is as important as the tool. For example, WordPress’s strength lies in its passionate community of users. 4</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/forums.png" alt="forums" /></p>
<p><strong>18. Printed output intelligence with headings.</strong> If I have an H1, H2, and H3 heading in my online help, when I output to Word and use the book as the heading title, Flare automatically shifts the headings down to accommodate the tiered structure, using the book as H1, the topic title as H1 as H2, etc. 4</p>
<p><strong>19. Madcap’s company size and focus.</strong> The company isn’t so big that you can’t get your voice heard by someone who matters. The company’s entire focus is on technical communicators. You can email Mike or Jennifer directly. 4</p>
<p><strong>20. Shortcut for editing images.</strong> I can open and edit images in SnagIt or Photoshop directly from the Content Explorer pane. When I save my edits, they immediately appear in the image. 4</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/openwith.png" alt="Open images with SnagIt" /></p>
<p><strong>21. Windows Explorer Integration.</strong> I can open any files in Windows Explorer (directly from Flare) to see or add content. Quite amazingly, even edits made in Windows Explorer (for example, renaming an image file) are applied in Flare. The application doesn’t freeze up when I make changes in Windows Explorer (however, if you relocate a topic into another folder via Windows Explorer, Flare doesn’t auto-update the location). 4</p>
<p><strong>22. Styles for drop-down heads.</strong> The drop-down head is the first line of a drop-down hotspot (Flare uses the term drop-down text). You can apply styles to the drop-down heads so that your printed output styles them as headings, if you want. This is key for single sourcing because obviously the drop-down text will be expanded in the print target. 4</p>
<p><strong>23. Accordion stacking and organization of content.</strong> The accordion stacking of the panes in the interface works well to show and hide content I need. Additionally, the general organization of topics in the Content Explorer and Project Explorer makes sense to me. 3</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/accordion.png" alt="accordion stacking" /></p>
<p><strong>24. Content Explorer filter.</strong> The filter drop-down in the Content Explorer allows me to limit my view to only certain types of files. For projects with hundreds of files, this filter is really helpful. 3</p>
<p><strong>25. Flare’s online help.</strong> Flare’s help is comprehensive, context-sensitive, and interactive. I can comment on a topic if I have something to add or say. It seems like the help file was written by people who actually write help. I also like the “What’s Next?” topics that often appear at the bottom of a topic. While there are some gaps, particularly in terms of how to style the content, Madcap’s help file is overall decent, especially combined with other resources, such as the knowledge base and user forum. 3</p>
<p><strong>26. Detachable tabs.</strong> I can detach and float a tab over to my other monitor, such as the TOC. With the TOC on my other monitor, I can navigate the help either through the Content Explorer or the TOC. I like that I can completely dismantle the interface and reassemble it in the layout I want. 3</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/floating.png" alt="floating tabs" /></p>
<p><strong>27. The robustness of the tool.</strong> With all the functionality and customization possibilities, Flare is a tool I won’t grow out of. Sure the learning curve may be time-consuming, but with sophisticated features and complex outputs, some study time is expected. 3</p>
<p><strong>28. Collapse, expand, and print buttons in the Webhelp toolbar.</strong> For all those drop-down hotspots in your content, it’s nice to collapse or expand them with nifty toolbar buttons. You don’t need to code your own special javascript for this built-in functionality. And they added the print button by default, which seems obvious to include but was missing in RoboHelp. 3</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/collapseexpand.png" alt="collapseexpand.png" /></p>
<p><strong>29. Intelligent cursor behavior.</strong> I have a love/hate relationship with the cursor. I love it when I can use the arrow keys to escape a table or conditional tag or other formatting. Otherwise I generally hate it, but have learned to live with it and recognize its utility at times. 3</p>
<p><strong>30. CSS editor filter.</strong> The CSS Styles editor also has a filter, which is essential as well because the number of styles for any given project can be daunting and this filter makes them manageable. 3</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/stylefilter.png" alt="style filter" /></p>
<p><strong>31. Smart index keywords based on TOC builds.</strong> If the target of your TOC excludes certain topics, no index keywords embedded in those topics appear in the index. 3</p>
<p><strong>32. Error log when generating output.</strong> When I generate an output/target, Madcap let’s me know if there are any errors, such as broken links or missing files. It allows me to save the error log as a report I can view later. 3</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/errorreport.png" alt="error report" /></p>
<p><strong>33. Perceived lack of company bureaucracy.</strong> When I offered to advertise Flare on my podcast for a free copy of Flare, I received a license for it within a day or two. I can contact a human quickly, and in fact whenever I sign up for a trial version or a webinar, someone calls me to ask if I have questions. 3</p>
<p><strong>34. The mysterious-looking structure bars.</strong> The structure bars on the left of topics do come in handy when you’re trying to see what formatting is applied to blocks of text, or when you’re trying to manipulate blocks of text. 3</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/structurebars.png" alt="structure bars" /></p>
<p><strong>35. Internal text editor.</strong> If I don’t like the CSS Style Editor, I can edit stylesheets using the built-in text editor. As much as I appreciate the CSS Style Editor interface, sometimes I’d rather edit the styles manually with the text editor. It’s nice to have this text-only option rather than opening the file in a backdoor method. 3</p>
<p><strong>36. Absence of erratic spacing in the Webhelp output.</strong> I love that my Webhelp output doesn’t have random spacing errors (like tabs that snuck invisibly in), such as what I occasionally encounter with RoboHelp. 2</p>
<p><strong>37. Real rather than virtual folders.</strong> The folders in the Content Explorer pane are real folders in Windows Explorer. When I package up my help, I don’t have any surprises about the locations of the files. 2</p>
<p><strong>38. Conditional tagging functionality.</strong> The builds and exclusions are intuitive and easy to apply. Additionally, the structure bars show the tag color as well. 2</p>
<p><strong>39. Mark of the Web.</strong> This little feature allows me to generate and view the Webhelp on my computer without that annoying Microsoft Internet Explorer security information bar blocker getting in the way. 1</p>
<p><strong>40. Image resizing.</strong> I can change the size of my images by dragging an image edge directly within the content window. 1</p>
<p><strong>41. Table styles.</strong> I can create tables with alternating color rows. The only drawback is that the table styles are non-standard CSS format that competes with any table styles in the regular stylesheet. 1</p>
<p><strong>42. Smart printing of online topics.</strong> When you print a topic from your Webhelp file, the print medium of the stylesheet is applied. Nice touch. 1</p>
<p><strong>43. Adding Related Topics.</strong> The usability of this feature is a complete no-brainer. My only complaint is that you can relate a topic to itself, and instructions for styling the pop-up were missing. 1</p>
<p><strong>44. Full skin previews.</strong> While you’re customizing your Webhelp skin, you can see previews of entire skin, rather than just a section of the skin. (My only complaint: the Mark of the Web doesn’t kick in with this preview, so IE gives you the information blocker bar.) 1</p>
<p><strong>45. Conditional table selections.</strong> I can conditionally select table rows or columns and include or exclude them without a gap showing in the output. 1</p>
<h3>Hate about Flare</h3>
<p><strong>1. Can’t create cross references to bookmarks in drop-down heads.</strong> Let’s say you’re using drop-down hotspots to consolidate multiple tasks in a single topic. And you want to refer to those specific drop-down hotspot headings with cross-references in other topics. Online, it may not be an issue because the drop-down hotspots appear neatly grouped (collapsed) together. But in print, they span multiple pages. Well, here’s the bug: you can’t create a cross-reference to a bookmark when the bookmark is a drop-down hotspot. The result is an avalanche dump of all the drop-down text into your cross reference link. I did devise a workaround that involves combining hyperlinks with cross references and conditional tags. It works well enough, but this bug is still a hassle to what would otherwise be dream functionality. 5</p>
<p><strong>2. Confusing table styles.</strong> Flare provides a table editor that allows you to produce advanced styles for your table, such as alternating rows. However, styles for this table are housed in the table stylesheet, whereas your other styles are housed in the regular stylesheet. Sounds simple, right? Wrong. The regular stylesheet also provides table styles, so if you have conflicting table styles between the two stylesheets, display problems occur. Additionally, it’s not clear where you’re supposed to set styles for the table data, table headers, and table margins. The help file is quiet on the topic, and the user forum experts say to use the regular stylesheet for some table styles, and the table stylesheet for others. Overall, Flare makes it tough to create several classes of tables that are intended for both online and print formats. In the end, I skipped using the table stylesheet and manually edited the regular stylesheet to include the table styles I needed. 5</p>
<p><strong>3. Ambition without completion.</strong> I wish Madcap would have focused their development efforts on fixing the bugs, usability issues, and functionality in Flare rather than ambitiously moving ahead to create a handful of new products (especially duplicate products, where other apps already exist). This is the most frustrating feeling — knowing that cross-references don’t completely work in version 3.1, and then receiving an email from Madcap announcing a completely new product. To be honest, I wish Madcap would have merged with TechSmith and incorporated SnagIt and Camtasia into Flare. Both companies need each other’s products. 5</p>
<p><a href="http://madcapsoftware.com/products/home.aspx" target="_blank"><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/productsmast.jpg" alt="Madcap products" /></a></p>
<p><strong>4. The deceptive Quick Search field in Webhelp.</strong> The Webhelp toolbar provides a Quick Search field that, at first glance, would appear to search for words in the entire project. When you enter a few searches, I thought it was broken until I realized it was only searching for keywords in the visible topic — which is hardly desirable. I want the project-wide search to be immediate and visible to users, as well as the Table of Contents. 5</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/quicksearch.png" alt="quick search" /></p>
<p><strong>5. The learning curve.</strong> I was pretty familiar with RoboHelp, and while Flare markets itself as a RoboHelp replacement tool, it took me several weeks to feel comfortable with Flare. I actually like learning new tools, but I was consulting the help file every 10 minutes. I have more than a dozen pages of notes on how to do things in Flare. 5</p>
<p><strong>6. Poor Webhelp toolbar graphics.</strong> The buttons on Flare’s Webhelp skin are not visually impressive enough to wow customers. They aren’t embarrassing either, and they are easy to modify or swap out. Still, I could pay a graphic designer under $1,000 to create an icon set that would be significantly more attractive. 5</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/toolbar.png" alt="toolbar buttons" /></p>
<p><strong>7. No labels for Webhelp toolbar buttons.</strong> Flare’s Webhelp has a plethora of buttons (granted, you can choose the buttons you want to appear on the toolbar). It would be great to add some labels below the buttons. While you can select labels to apply, the default location for the label is directly on top of the button. It’s not clear if you’re supposed to position the label’s location via the stylesheet (if so, what style name?) or if you’re not supposed to select both a button and a label. It would be nice if the default label location was at the bottom of the button. (Update: for more info on Flare&#8217;s toolbar and labels, see <a href="http://forums.madcapsoftware.com/viewtopic.php?f=6&amp;t=5308&amp;start=0&amp;st=0&amp;sk=t&amp;sd=a" target="_blank">this forum thread</a>.) 4</p>
<p><strong>8. Quirks with deleting things.</strong> Sometimes if I select and delete things, I get unhandled exceptions and the application crashes. Other when I select and try to delete something, nothing happens — probably because I’m not using the cursor correctly. (Deleting objects using the structure bars is the preferred, more trouble-free way. But structure bars don’t appear for character level formatting.) 4</p>
<p><strong>9. Abundance of unfriendly error messages.</strong> I’m seeing a lot of error messages, most of which seem written by programmers. For an application that is in version 3, that’s too many error messages. A lot of times the error messages appear when I incorrectly select something and try to delete it. Other times I’m sure I’m doing something illegal, just not sure what. I made a collage of the error messages here. (I have to admit that some errors are probably due to improper code from RoboHelp when I imported the RoboHelp project into Flare. But still…) Click the image below to enlarge the thumbnail. 3</p>
<p><a title="Flare error messages" href="http://www.idratherbewriting.com/wp-content/uploads/2008/01/flareerrorcollageimage.gif"><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/flareerrorcollageimage.thumbnail.gif" alt="Flare error messages" /></a></p>
<p><strong>10. Lack of integration with Captivate/Camtasia.</strong> If I don’t want to use Mimic (because I prefer tools like Camtasia or Captivate, which I happen to think are miles ahead of Mimic), there’s no direct way to import Flash or non-HTML files into Flare through the interface. You have to open the content folder in Windows Explorer, paste in your html and flash files, and then double-click the topic to initiate an HTML to XML conversion wizard. Then it plays. Shouldn’t an import HTML feature been built-directly into the interface? I don’t want to be forced into using other Madcap tools. 3</p>
<p><strong>11. The unintuitive, weird cursor.</strong> The cursor takes some practice to figure out. You wouldn’t expect that such a common feature would be a conundrum. To be honest, sometimes I love the cursor, other times, such as when I’m selecting character-level things, I hate it. (In the image below, I pressed the down arrow to change the cursor state to escape the current paragraph block and format.) 3</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/cursor.png" alt="cursor" /></p>
<p><strong>12. Lack of pixel size information for images.</strong> When you resize an image, you can’t see the actual pixel size of the image. It’s important to know the image’s pixel size if you’re exporting the image to a printed target, where margins are important. Why not just resize to a specific dimension prior to inserting into a Flare topic? Because images resized in SnagIt or Photoshop look fuzzy; images resized in Word (in the printed target) look crisp. So as long as you insert images at their full size in Flare and then drag them smaller, they’ll look sharp in Word. The problem is, I want my images in Word to be uniformly sized, which is hard to specify when you’re just dragging the image smaller using the resizer. (If you use Capture, apparently you won’t have this problem.) 3</p>
<p><strong>13. The learning curve.</strong> Despite my familiarity with RoboHelp, I felt Flare had quite a learning curve. I’m still learning a lot. Tip: Don’t try to learn Flare in a crunch, or you’ll set yourself up for high blood pressure. Give yourself several weeks to get comfortable with Flare. People usually wait to convert to Flare until they’re forced into it (such as when they realize their RoboHelp’s Webhelp doesn’t display correctly (by default) in any other browser except Internet Explorer). Then it’s crunch time to make your help file look right. Mixing a quick turnaround of deliverables with a significant learning curve will frustrate you. 3</p>
<p><strong>14. Lack of instruction about the MiniTOC.</strong> The MiniTOC was a new concept for me, and instructions in the help lacked some critical details about how this feature does and does not work. Basically, the MiniTOC provides a table of contents for topics within your online book. But the topic that the MiniTOC is embedded on can’t be listed in that TOC book or else the MiniTOC won’t show. You do, however, link the TOC book to the topic with the MiniTOC. (Wasn’t that obvious? ) I find the MiniTOC a cool feature, particularly as a placemarker in the breadcrumb trail. It just took a while to figure out. 3</p>
<p><strong>15. Assumptions about my understanding of CSS.</strong> I feel like the designer of Flare was a CSS guru who thoroughly understood classes, selectors, attributes and rules of inheritance with CSS. Although I am somewhat familiar with CSS, I’m not a guru by any means, and I would appreciate more instruction and detail about it. I guess there are myriad online tutorials for CSS on the web, but a special section in the help, outlining the most common CSS attributes used in online and printed help files (for example, how to style a note or tip), would be greatly appreciated. 3</p>
<p><strong>16. Absence of drag-and-drop functionality for proxies.</strong> The way Flare works, you have masterpages (templates) that you add proxies (special sections, like bodies and indexes and miniTOCs, as well as page footers and headers) to. The proxies on the masterpage are applied to all your topics (if you select that masterpage for your project). However, getting the proxies and footers/headers correctly positioned and aligned on the masterpage is tricky. For example, to add a footer that has an alternating right and left alignment, with nothing showing on the first page, you add three footers right on top of each other. While you’re adding them, you have to know how to manipulate the cursor so that you escape the previous footer, or your next footer will be included in the previous footer, driving you crazy when you try to interpret the output. 3</p>
<p><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/01/proxies.png" alt="proxies" /></p>
<p><strong>17. Conditional text seems flaky.</strong> The conditional tagging I’ve applied to text disappears when I apply links to the text. Then when I select my conditionally tagged text to see the tags, at times no check marks appear next to the conditions I selected. (Looks like someone else <a href="http://forums.madcapsoftware.com/viewtopic.php?f=13&amp;t=5345&amp;p=28154&amp;hilit=conditional+formatting#p28154" target="_blank">had this problem</a> too.) 3</p>
<p><strong>18. Can’t have the stylesheet simultaneously open in Dreamweaver.</strong> If I open the stylesheet in Dreamweaver while I also have Flare open, the stylesheet file begins to show numerous MFCA.tmp files in place of the .css file. Maybe the .tmp files are harmless, but it makes me uncomfortable. Why not use the built-in text editor, you ask? Because Dreamweaver provides great little prompts for CSS attributes. And Flare’s built-in text editor lacks word-wrap formatting. 2</p>
<p><strong>19. No public tracking of my bug submissions.</strong> Sure this would be a groundbreaking feature for companies, but when I submit a bug to Flare, I want to know what happens to it. Does someone read it? Do they say oh yeah, we’re already working on it? Or, sure that’s coming in the next release. I’d love to track my bug/enhancement submissions, or to be notified in some way about how it’s being handled. 2</p>
<p><strong>20. Confusing stylesheet commands for cross-references.</strong> Granted, the cross-reference feature is pretty cool, but figuring out the style commands could be more intuitive. It would be nice to select from a drop-down box in the format column, rather than typing {para} or some other command. {para} generates the first paragraph of any heading or bookmarked text. {page} generates the page number. {paranum} generates the first numbered list of the paragraph. {parakeet} generates a picture of a parakeet. Just kidding. 2</p>
<p><strong>21. Incorrect WYSIWYG display for printed styles.</strong> In the WYSIWYG editor, you can choose to see how the topic will look with different stylesheets applied. However, the print medium’s display didn’t show the correct margins for my tables. 2</p>
<p><strong>22. TOC centering quirk in navigation pane.</strong> If you have a long table of contents entry in the Webhelp, selecting that entry centers the TOC entry, making the books on the left hidden. RoboHelp has the same problem. Why don’t they make these topic names wrap by default? The workaround is to widen the navigation pane and shorten your topic titles, or to uncheck the Auto-Sync check box. 2</p>
<p><strong>23. MadCap Analyzer is a separate product.</strong> MadCap Analyzer would be a beautiful addition to Flare, providing comprehensive reporting and giving you style suggestions that will make your project more efficient. Unfortunately, rather than rolling Analyzer into Flare, it’s a separate product you have to buy. 2</p>
<p><strong>24. The CSS Style Editor.</strong> While I take my hat off for the attempt at producing such an editor, the actual execution could be more usable. Attributes for styles in the Simple Editor mode appear in a long list of columns, forcing you to scroll right about a foot. When you double-click a style, a dialog box with side tabs appears, but the side tabs don’t include all the options from the columns. Additionally, many columns are irrelevant to certain styles, and it’s somewhat of a guessing game as to which attributes correspond to which styles. The Advanced Editor provides more comprehensive display, but why have the dual modes? 2</p>
<p><strong>25. The term “proxy.”</strong> <a href="http://en.wikipedia.org/wiki/Proxy" target="_blank">Proxy</a> is not a common term. In Flare, proxy is used to identify sections of a template that you apply to your content. The word kind of fits, but not really. Maybe some more brainstorming could have eliminated my shoulder-shrug when I saw this term. 1</p>
<p><strong>26. Ability to cripple your project.</strong> If you do a find-and-replace for a code tag across your entire project, and you replace the wrong tag, you could cripple your entire project. XML is strict in that errors with tags make the topic completely unshowable. (You can still edit the text in the built-in text editor and tediously fix the tags.) 1</p>
<p><strong>27. Selecting one topic at a time in the Content Explorer.</strong> The Content Explorer, where all your topics and images are stored, only allows you to select one object at time (within Flare’s interface). If you’re trying to drag an item from the bottom of the pane into a folder that’s at the top of the pane, and that top folder isn’t visible, you can’t do it. The pane doesn’t automatically scroll up with your mouse. To move multiple objects simultaneously, you have to open the content within Windows Explorer. 1</p>
<p><strong>28. Lack of keyboard controls.</strong> Two keyboard controls I frequently use are absent in Flare: the Ctrl+Backspace to delete a word, <span style="text-decoration: line-through;">and the Shift+Return for a soft return</span>. [Update: I'm not sure why I thought Shift+Enter doesn't work -- it does.] 1</p>
<p><strong>29. No quick code view tab.</strong> I love flipping back and forth between a design and code view. Many editors offer this, but Flare makes it harder to see an editable code view. You have to right-click the topic and select View in Text Editor. The text doesn’t wrap, so you have to use your scroll bar to move right. The designers may have purposely made it difficult to edit the XML code (for fear that users would corrupt their own help files), but to be honest, the XML looks almost identical to HTML except for the declarations at the top. Would a code view tab have been that harmful? 1</p>
<p><strong>30.</strong> <strong>Silent failures for printed targets.</strong> If you have an error in a topic (an error which you can’t see), sometimes a topic won’t generate in the printed target. One of my topics was quietly missing from the printed target. I checked the code in the topic and saw some tags that looked odd. When I created a new topic and removed the tags, it generated correctly. I just assumed all the topics appeared in the printed output. (To be fair, the corrupt code may have resulted from the RoboHelp import of the topic.) 1</p>
<p><strong>31. Too many search results from the help file.</strong> I enjoy the thoroughness of the help, but the number of search results is perplexing. It seems like there are 300 results for every search. I guess 300 is better than none, and of course I can narrow the search string. 1</p>
<h3>Conclusion</h3>
<p>Despite all these problems, I still really like Flare, and would definitely recommend this tool as the leading online help tool on the market today. In comparing it with RoboHelp, Flare wins hands-down for functional superiority. However, you should know what you’re getting into.</p>
<p>I’m also hoping that by publishing this list and exposing some of the problems with Flare, Madcap developers will turn their attention to fixing them. Or perhaps expert Flare users will explain tricks around the problems, or help me see where I am wrong. I went to all this trouble because I like the tool and want to see it improve.</p>
<p>Overall, Flare scored 152 love points and 86 hate points. This means I love about twice as many features as I hate, which is always promising when selecting a help authoring tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2008/01/31/45-things-i-love-about-flare-31-things-i-hate-about-it/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>All About Madcap Flare: Podcast Interview with Paul Pehrson, MVP in Madcap Software Forums</title>
		<link>http://idratherbewriting.com/2008/01/19/madcap-flare-paul-pehrson/</link>
		<comments>http://idratherbewriting.com/2008/01/19/madcap-flare-paul-pehrson/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 22:27:05 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[authoring suites]]></category>
		<category><![CDATA[authoring tools]]></category>
		<category><![CDATA[Charles Jeter]]></category>
		<category><![CDATA[content reuse]]></category>
		<category><![CDATA[Feedback Server]]></category>
		<category><![CDATA[Flare]]></category>
		<category><![CDATA[knowledge base]]></category>
		<category><![CDATA[Madcap Analyzer]]></category>
		<category><![CDATA[Madcap Flare]]></category>
		<category><![CDATA[MadCap Software]]></category>
		<category><![CDATA[Mike Hamilton]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/2008/01/19/all-about-madcap-flare-podcast-interview-with-paul-pehrson-mvp-in-madcap-software-forums/</guid>
		<description><![CDATA[Download MP3 Duration: 35 min. Madcap Flare is one of the most powerful online help authoring tools on the market today. In this podcast, Paul Pehrson, MVP in the Madcap Software forums, talks about Madcap Flare in depth. If you create online help, this is definitely a podcast you should listen to. Paul is a really sharp guy and if you&#8217;ve ever participated in the ... <a href="http://idratherbewriting.com/2008/01/19/madcap-flare-paul-pehrson/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.podtrac.com/pts/redirect.mp3?http://idratherbewriting.com/podcasts/paulpehrsonmvp.mp3">Download MP3<br />
</a>Duration: 35 min.</p>
<p>Madcap Flare is one of the most powerful online help authoring tools on the market today. In this podcast, Paul Pehrson, MVP in the Madcap Software forums, talks about Madcap Flare in depth. If you create online help, this is definitely a podcast you should listen to. Paul is a really sharp guy and if you&#8217;ve ever participated in the Madcap Software forums, you&#8217;ve probably been helped by &#8220;Doc-Guy&#8221; (Paul&#8217;s alias).</p>
<p>(We recorded this interview in-person, since we actually work less than a mile from each other.) <span id="more-1282"></span></p>
<h3>Topics Discussed in this Podcast</h3>
<ul>
<li>Flare&#8217;s XML editor</li>
<li>Integration of Flare with source control</li>
<li>How Madcap addresses the entire writer&#8217;s workflow</li>
<li>Generating quality printed output from Flare</li>
<li>Cross-platform shortcomings</li>
<li>Thorough integration of CSS standards in Flare</li>
<li>Flare&#8217;s CSS editor</li>
<li>Flare&#8217;s learning curve &#8212; how long it takes to learn Flare</li>
<li>Variables and snippets</li>
<li>Indexes and insertion of index keywords within topics</li>
<li>Implementing variables across the entire workflow</li>
<li>Rewards from being a forum volunteer and moderator</li>
<li>Madcap Software&#8217;s family feel</li>
<li>Relevance of company size and location</li>
<li>Mike Hamilton, vice president of product management</li>
<li>Lingo and the single sourcing of content across images, topics, and outputs</li>
<li>Lingo&#8217;s efficiency with localization</li>
<li>Madcap&#8217;s responsiveness to blog comments and feedback</li>
<li>Feedback Server and topic-based comments</li>
<li>Balancing complexity with usability</li>
<li>Madcap Analzer and Feedback Server</li>
<li>Product/company image generated by blogs and user forums</li>
<li>The online help market in 5 years</li>
<li>Reasons for Framemaker&#8217;s stagnation</li>
<li>Qualities of companies that will succeed in the future</li>
<li> The best way to learn Flare</li>
</ul>
<h3>Links to Additional Resources</h3>
<ul>
<li><a href="http://blog.paulpehrson.com/" target="_blank">Paul Pehrson blog</a></li>
<li><a href="http://blog.paulpehrson.com/2007/06/18/six-resons-to-love-flare" target="_blank">Six Reasons to Love Flare</a></li>
<li><a href="http://blog.paulpehrson.com/2007/06/13/six-persistent-flare-problems/" target="_blank">Six Persistent Flare Problems</a></li>
<li><a href="http://blog.paulpehrson.com/flare-content-reuse/" target="_blank">Paul&#8217;s 5 day Content Reuse Post Series </a></li>
<li><a href="http://paulpehrson.com/portfolio/Content/Topics/Portfolio/PaulPehrson.html" target="_blank">Paul&#8217;s portfolio site</a> (using Flare to create a website)</li>
<li><a href="http://forums.madcapsoftware.com" target="_blank">Madcap Software Forums</a></li>
<li><a href="http://madcapsoftware.com/" target="_blank">Madcap Software home page</a></li>
<li><a href="http://madcapsoftware.com/products/flare/home.aspx" target="_blank">Madcap Flare</a></li>
<li><a href="http://www.madcapsoftware.com/support/webhelp/flare/" target="_blank">Flare&#8217;s Online Help</a> (shows Feedback Server integration)</li>
<li><a href="http://madcapsoftware.com/products/analyzer/home.aspx" target="_blank">Madcap Analyzer</a></li>
<li><a href="http://kb.madcapsoftware.com/" target="_blank">Madcap Knowledge Base</a></li>
<li><a href="http://music.podshow.com/music/listeners/artistdetails.php?BandHash=6e23a625689beac30d918af11e098a42" target="_blank">Music from Podshow </a></li>
</ul>
<p>If you enjoyed this podcast, you&#8217;ll also like <a href="http://charlesjeter.com/2007/12/27/madcaps-vp-mike-hamilton-speaks-dec-7th-2007/" target="_blank">Charles Jeter&#8217;s recent interview with Mike Hamilton</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2008/01/19/madcap-flare-paul-pehrson/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3?http://idratherbewriting.com/podcasts/paulpehrsonmvp.mp3" length="36331792" type="audio/mpeg" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp3?http://idratherbewriting.com/podcasts/paulpehrsonmvp.mp3" length="36331792" type="audio/mpeg" />
		</item>
		<item>
		<title>Madcap Flare Spotlight &#8212; &#8220;Six Persistent Flare Problems&#8221; Post by Paul Pehrson</title>
		<link>http://idratherbewriting.com/2007/06/14/madcap-flare-review-six-persistent-problems/</link>
		<comments>http://idratherbewriting.com/2007/06/14/madcap-flare-review-six-persistent-problems/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 09:37:38 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Flare]]></category>
		<category><![CDATA[Madcap Flare]]></category>
		<category><![CDATA[online help]]></category>
		<category><![CDATA[Paul Pehrson]]></category>
		<category><![CDATA[Technical Writing]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/2007/06/14/madcap-flare-review-six-persistent-problems/</guid>
		<description><![CDATA[Update Feb 2008: If you read Paul&#8217;s post at the link below, almost everything is now crossed out, because Madcap has either fixed all the problems Paul raised or they explained workarounds. It&#8217;s a really interesting read. Also, be sure to check out this podcast with Paul as well as my post on 45 Things I Love About Flare, 31 Things I Hate About It. ... <a href="http://idratherbewriting.com/2007/06/14/madcap-flare-review-six-persistent-problems/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><strong>Update Feb 2008:</strong> If you read Paul&#8217;s post at the link below, almost everything is now crossed out, because Madcap has either fixed all the problems Paul raised or they explained workarounds. It&#8217;s a really interesting read. Also, be sure to check out this <a href="http://www.idratherbewriting.com/2008/01/19/madcap-flare-paul-pehrson/">podcast with Paul</a> as well as my post on <a href="http://www.idratherbewriting.com/2008/01/31/45-things-i-love-about-flare-31-things-i-hate-about-it/">45 Things I Love About Flare, 31 Things I Hate About It</a>.</p>
<p>Paul Pehrson has an excellent post detailing <a href="http://blog.paulpehrson.com/2007/06/13/six-persistent-flare-problems/" target="_blank" title="Six Persistent Problems with Flare">six persistent problems</a> he&#8217;s encountered with <a href="http://madcapsoftware.com/products/flare/home.aspx" target="_blank" title="Flare product home page on Madcap">Flare</a>. Paul introduces his post saying,</p>
<blockquote><p>I’m a Flare user, and I really, really, really like Flare as a help authoring tool (HAT). It’s a solid program that does a lot of great things. On my recommendation, my company is going to renew our maintenance contract with Flare this fall, and I expect to be using Flare for a while to come.</p>
<p>That said, I think that there are a few persistent problems in Flare that new users should be aware of when they start using the product. None of these are deal-breakers for me, even in the aggregate. Still, I think that these are things that if I had known were problems, I wouldn’t have spent hours banging my head against the wall trying to solve them.</p></blockquote>
<p><a href="http://blog.paulpehrson.com/2007/06/13/six-persistent-flare-problems/" target="_blank" title="Technically Speaking — Paul Pehrson’s blog"><img src="http://www.idratherbewriting.com/wp-content/uploads/2007/06/technicallyspeaking.gif" alt="Technically Speaking — Paul Pehrson’s blog" height="198" width="563" /></a></p>
<p>I enjoyed Paul&#8217;s post. Every tool has its shortcomings, quirks, and flaws that you don&#8217;t experience until you start using the tool extensively. At least now if you go in the direction of Flare, you will be less likely to encounter surprises.</p>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2007/06/14/madcap-flare-review-six-persistent-problems/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

