<?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>Gryphon Mountain Journals &#187; Tech Tips</title>
	<atom:link href="http://www.gryphonmountain.net/category/techtips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gryphonmountain.net</link>
	<description>Technical Communication and Other Writing Topics (by Ben Minson)</description>
	<lastBuildDate>Thu, 02 Sep 2010 13:09:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Deleting a Topic from RoboHelp and Subversion</title>
		<link>http://www.gryphonmountain.net/2010/09/deleting-a-topic-from-robohelp-and-subversion/</link>
		<comments>http://www.gryphonmountain.net/2010/09/deleting-a-topic-from-robohelp-and-subversion/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 13:09:46 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[RoboHelp / Flare]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[help authoring]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[technical communication]]></category>
		<category><![CDATA[technical writing]]></category>

		<guid isPermaLink="false">http://www.gryphonmountain.net/?p=1239</guid>
		<description><![CDATA[As you&#8217;re developing a help system and updating content, it sometimes becomes necessary to delete a topic file because the information is out of date or should be combined with other information. When you&#8217;re using both RoboHelp and Subversion, it&#8217;s easy to mess things up doing this. It&#8217;s important to delete the file in RH [...]


Related entries:<ul><li><a href='http://www.gryphonmountain.net/2010/08/changing-a-topic-file-name-in-robohelp-and-subversion/' rel='bookmark' title='Permanent Link: Changing a Topic File Name in RoboHelp and Subversion'>Changing a Topic File Name in RoboHelp and Subversion</a></li>
<li><a href='http://www.gryphonmountain.net/2008/05/tech-tip-checking-webhelpflashhelp-output-files-in-to-subversion/' rel='bookmark' title='Permanent Link: Tech Tip: Checking WebHelp/FlashHelp Output Files in to Subversion'>Tech Tip: Checking WebHelp/FlashHelp Output Files in to Subversion</a></li>
<li><a href='http://www.gryphonmountain.net/2009/05/the-case-of-the-missing-help-topics/' rel='bookmark' title='Permanent Link: The Case of the Missing Help Topics; or, Version Control Comes Through'>The Case of the Missing Help Topics; or, Version Control Comes Through</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.gryphonmountain.net/images/rh-svn.jpg" alt="The workings of RoboHelp and Subversion" style="float: right; padding-left: 15px;" />As you&#8217;re developing a help system and updating content, it sometimes becomes necessary to delete a topic file because the information is out of date or should be combined with other information. When you&#8217;re using both RoboHelp and Subversion, it&#8217;s easy to mess things up doing this. It&#8217;s important to delete the file in RH first to maintain its version of reality and lessen the hassle. But things have to be done correctly in Subversion too. </p>
<p>These steps go through the steps in general plus specific steps in parentheses for the TortoiseSVN client for Windows Explorer (currently version 1.6.10), which I use. The TortoiseSVN steps explain what to do in Windows Explorer.</p>
<ol>
<li>Commit all current changes to the repository (right-click in folder > SVN Commit).</li>
<li>In RH, make sure no links or other references point to the file you want to delete. (To check this, go to Tools > Reports > Topic References to run a link report. Then remove the links that are listed.)</li>
<li>Click the topic in Project Manager.</li>
<li>Press Delete. (Note that if there are still references to a topic, when you press Delete, the confirmation pop-up asks about removing those references. I recommend you go back to step 1 so you don&#8217;t have to find and fix a bunch of broken links.)</li>
<li>Click Yes. This deletes the file from your hard drive and from RH&#8217;s awareness.</li>
<li>Update your folder to pull the file back in from the repository (right-click in the folder that contained the file, and then click SVN Update).</li>
<li>Delete the file (right-click file > TortoiseSVN > Delete).</li>
<li>Commit the change (right-click in folder > SVN Commit). </li>
</ol>
<p>Worry about these steps only if you check your output in to Subversion as well:</p>
<ol start=9>
<li>Generate and then publish help to your hard drive (check out my post on <a href="http://www.gryphonmountain.net/2008/05/tech-tip-checking-webhelpflashhelp-output-files-in-to-subversion">making WebHelp and FlashHelp output work correctly with Subversion</a>).</li>
<li>Delete the old file (right-click file > TortoiseSVN > Delete).</li>
<li>Commit the changes (right-click > SVN Commit).</li>
</ol>


<p>Related entries:<ul><li><a href='http://www.gryphonmountain.net/2010/08/changing-a-topic-file-name-in-robohelp-and-subversion/' rel='bookmark' title='Permanent Link: Changing a Topic File Name in RoboHelp and Subversion'>Changing a Topic File Name in RoboHelp and Subversion</a></li>
<li><a href='http://www.gryphonmountain.net/2008/05/tech-tip-checking-webhelpflashhelp-output-files-in-to-subversion/' rel='bookmark' title='Permanent Link: Tech Tip: Checking WebHelp/FlashHelp Output Files in to Subversion'>Tech Tip: Checking WebHelp/FlashHelp Output Files in to Subversion</a></li>
<li><a href='http://www.gryphonmountain.net/2009/05/the-case-of-the-missing-help-topics/' rel='bookmark' title='Permanent Link: The Case of the Missing Help Topics; or, Version Control Comes Through'>The Case of the Missing Help Topics; or, Version Control Comes Through</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.gryphonmountain.net/2010/09/deleting-a-topic-from-robohelp-and-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing a Topic File Name in RoboHelp and Subversion</title>
		<link>http://www.gryphonmountain.net/2010/08/changing-a-topic-file-name-in-robohelp-and-subversion/</link>
		<comments>http://www.gryphonmountain.net/2010/08/changing-a-topic-file-name-in-robohelp-and-subversion/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 13:09:26 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[RoboHelp / Flare]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[help authoring]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[technical communication]]></category>
		<category><![CDATA[technical writing]]></category>

		<guid isPermaLink="false">http://www.gryphonmountain.net/?p=1195</guid>
		<description><![CDATA[As you&#8217;re developing a help system and updating content, it sometimes becomes necessary to rename a topic file. When you&#8217;re using both RoboHelp and Subversion, it&#8217;s easy to mess things up doing this. It&#8217;s important to rename the file in RH first so that all links, including in the TOC and index, stay up to [...]


Related entries:<ul><li><a href='http://www.gryphonmountain.net/2010/09/deleting-a-topic-from-robohelp-and-subversion/' rel='bookmark' title='Permanent Link: Deleting a Topic from RoboHelp and Subversion'>Deleting a Topic from RoboHelp and Subversion</a></li>
<li><a href='http://www.gryphonmountain.net/2008/05/tech-tip-checking-webhelpflashhelp-output-files-in-to-subversion/' rel='bookmark' title='Permanent Link: Tech Tip: Checking WebHelp/FlashHelp Output Files in to Subversion'>Tech Tip: Checking WebHelp/FlashHelp Output Files in to Subversion</a></li>
<li><a href='http://www.gryphonmountain.net/2009/05/the-case-of-the-missing-help-topics/' rel='bookmark' title='Permanent Link: The Case of the Missing Help Topics; or, Version Control Comes Through'>The Case of the Missing Help Topics; or, Version Control Comes Through</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.gryphonmountain.net/images/rh-svn.jpg" alt="The workings of RoboHelp and Subversion" style="float: right; padding-left: 15px;" />As you&#8217;re developing a help system and updating content, it sometimes becomes necessary to rename a topic file. When you&#8217;re using both RoboHelp and Subversion, it&#8217;s easy to mess things up doing this. It&#8217;s important to rename the file in RH first so that all links, including in the TOC and index, stay up to date. But things have to be done correctly in Subversion too. </p>
<p>These steps go through the steps in general plus specific steps in parentheses for the TortoiseSVN client for Windows Explorer (currently version 1.6.10), which I use. The TortoiseSVN steps explain what to do in Windows Explorer.</p>
<ol>
<li>Commit all current changes to the repository (right-click in folder > SVN Commit).</li>
<li>In RH, right-click the topic, and click Properties.</li>
<li>On the General tab, change the file name.</li>
<li>Click OK.</li>
<li>Add the new named file to the repository (right-click > TortoiseSVN > Add).</li>
<li>Commit the new file (right-click > SVN Commit).</li>
<li>Update the folder containing the file to pull the old version of the file back to your hard drive (right-click in folder > SVN Update). </li>
<li>Delete the old version of the file from the repository (right-click file > TortoiseSVN > Delete).</li>
<li>Commit the change (right-click in folder > SVN Commit). </li>
<li>Update the file&#8217;s map ID if needed by deleting the old reference and then adding the new file.</li>
</ol>
<p>Complete these steps only if you check your output in to Subversion as well:</p>
<ol start=11>
<li>Generate and then publish help to your hard drive (check out my post on <a href="http://www.gryphonmountain.net/2008/05/tech-tip-checking-webhelpflashhelp-output-files-in-to-subversion">making WebHelp and FlashHelp output work correctly with Subversion</a>).</li>
<li>Add the file with the new name to the repository (right-click > TortoiseSVN > Add).</li>
<li>Delete the file with the old name from the repository (right-click file > TortoiseSVN > Delete).</li>
<li>Commit the changes (right-click > SVN Commit).</li>
</ol>
<p><strong>Note:</strong> If you&#8217;re using Tortoise SVN on Windows 7 and run into a &#8220;can&#8217;t move&#8221; error in Tortoise, see the solution at <a href="http://schleichermann.wordpress.com/2009/12/09/svn-tortoisesvn-cant-move-the-file-or-directory-is-corrupted-and-unreadable-windows-7/">http://schleichermann.wordpress.com/2009/12/09/svn-tortoisesvn-cant-move-the-file-or-directory-is-corrupted-and-unreadable-windows-7/</a>. The comment from Tom on Feb. 16 2010 is especially helpful.</p>


<p>Related entries:<ul><li><a href='http://www.gryphonmountain.net/2010/09/deleting-a-topic-from-robohelp-and-subversion/' rel='bookmark' title='Permanent Link: Deleting a Topic from RoboHelp and Subversion'>Deleting a Topic from RoboHelp and Subversion</a></li>
<li><a href='http://www.gryphonmountain.net/2008/05/tech-tip-checking-webhelpflashhelp-output-files-in-to-subversion/' rel='bookmark' title='Permanent Link: Tech Tip: Checking WebHelp/FlashHelp Output Files in to Subversion'>Tech Tip: Checking WebHelp/FlashHelp Output Files in to Subversion</a></li>
<li><a href='http://www.gryphonmountain.net/2009/05/the-case-of-the-missing-help-topics/' rel='bookmark' title='Permanent Link: The Case of the Missing Help Topics; or, Version Control Comes Through'>The Case of the Missing Help Topics; or, Version Control Comes Through</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.gryphonmountain.net/2010/08/changing-a-topic-file-name-in-robohelp-and-subversion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Tip: Swapping Images Based on Category</title>
		<link>http://www.gryphonmountain.net/2010/07/wordpress-tip-swapping-images-based-on-category/</link>
		<comments>http://www.gryphonmountain.net/2010/07/wordpress-tip-swapping-images-based-on-category/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 13:33:19 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Blogging/WordPress]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.gryphonmountain.net/?p=1155</guid>
		<description><![CDATA[When I started my Tales series, I wanted it to have a distinct category and RSS feed so that those posts wouldn&#8217;t get mixed in with the tech comm–related posts. I also wanted to have a header image for any posts in the Tales category that was different than the standard one. Here&#8217;s the code [...]


Related entries:<ul><li><a href='http://www.gryphonmountain.net/2009/06/why-waiting-to-upgrade-wordpress-can-be-beneficial/' rel='bookmark' title='Permanent Link: Why Waiting to Upgrade WordPress Can Be Beneficial'>Why Waiting to Upgrade WordPress Can Be Beneficial</a></li>
<li><a href='http://www.gryphonmountain.net/2010/07/the-basics-of-configuring-your-wordpress-blog/' rel='bookmark' title='Permanent Link: The Basics of Configuring Your WordPress Blog (Guest Post)'>The Basics of Configuring Your WordPress Blog (Guest Post)</a></li>
<li><a href='http://www.gryphonmountain.net/2008/06/an-experiment-with-wordpress-as-a-help-site/' rel='bookmark' title='Permanent Link: An Experiment with WordPress as a Help Site'>An Experiment with WordPress as a Help Site</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>When I started my Tales series, I wanted it to have a distinct category and RSS feed so that those posts wouldn&#8217;t get mixed in with the tech comm–related posts. I also wanted to have a header image for any posts in the Tales category that was different than the standard one. </p>
<p>Here&#8217;s the code that I put together to make the header image conditional based on the category, with some substitutes put in so you can change things based on your needs). Add this code to header.php:</p>
<p><code>&lt;div id="header"&gt;<br />
&lt;?php if (in_category('1')) { ?&gt;<br />
&lt;img src="http://www.mysite.com/images/header1.jpg"&gt;<br />
&lt;?php } elseif (is_category('Category Name')) { ?&gt;<br />
&lt;img src="http://www.mysite.com/images/header1.jpg"&gt;<br />
&lt;?php } else { ?&gt;<br />
&lt;img src="http://www.mysite.com/images/header2.jpg"&gt;<br />
&lt;?php } ?&gt;<br />
&lt;/div&gt;</code></p>
<p>Notice two things:</p>
<ul>
<li>This code is set up for two conditions to show header1.jpg. You can swap out the category number or name for yours. (To see a category&#8217;s number, in your WordPress console&#8217;s Categories screen, mouse over the name and look for the tag ID in the URL that appears in your status bar.) You could also add as many different conditions as you like.</li>
<li>This works with an image placed directly in the div. I don&#8217;t know enough PHP to know if I can have it change a background image in the CSS.</li>
</ul>


<p>Related entries:<ul><li><a href='http://www.gryphonmountain.net/2009/06/why-waiting-to-upgrade-wordpress-can-be-beneficial/' rel='bookmark' title='Permanent Link: Why Waiting to Upgrade WordPress Can Be Beneficial'>Why Waiting to Upgrade WordPress Can Be Beneficial</a></li>
<li><a href='http://www.gryphonmountain.net/2010/07/the-basics-of-configuring-your-wordpress-blog/' rel='bookmark' title='Permanent Link: The Basics of Configuring Your WordPress Blog (Guest Post)'>The Basics of Configuring Your WordPress Blog (Guest Post)</a></li>
<li><a href='http://www.gryphonmountain.net/2008/06/an-experiment-with-wordpress-as-a-help-site/' rel='bookmark' title='Permanent Link: An Experiment with WordPress as a Help Site'>An Experiment with WordPress as a Help Site</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.gryphonmountain.net/2010/07/wordpress-tip-swapping-images-based-on-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Basics of Configuring Your WordPress Blog (Guest Post)</title>
		<link>http://www.gryphonmountain.net/2010/07/the-basics-of-configuring-your-wordpress-blog/</link>
		<comments>http://www.gryphonmountain.net/2010/07/the-basics-of-configuring-your-wordpress-blog/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 07:00:27 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Blogging/WordPress]]></category>
		<category><![CDATA[Guest Posts]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.gryphonmountain.net/?p=1118</guid>
		<description><![CDATA[The following is a guest post by Norman Mann, a writer for Web Host Gear, a Web hosting guide site. He writes on the topics of blogging tips and online marketing. WordPress is a powerful blogging tool with many customizable options. From the moment you log into the dashboard, you have many choices of how [...]


Related entries:<ul><li><a href='http://www.gryphonmountain.net/2009/06/why-waiting-to-upgrade-wordpress-can-be-beneficial/' rel='bookmark' title='Permanent Link: Why Waiting to Upgrade WordPress Can Be Beneficial'>Why Waiting to Upgrade WordPress Can Be Beneficial</a></li>
<li><a href='http://www.gryphonmountain.net/2010/07/wordpress-tip-swapping-images-based-on-category/' rel='bookmark' title='Permanent Link: WordPress Tip: Swapping Images Based on Category'>WordPress Tip: Swapping Images Based on Category</a></li>
<li><a href='http://www.gryphonmountain.net/2008/04/guest-post-on-id-rather-be-writing/' rel='bookmark' title='Permanent Link: Guest Post on I&#8217;d Rather Be Writing'>Guest Post on I&#8217;d Rather Be Writing</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><em>The following is a guest post by Norman Mann, a writer for <a href="http://www.webhostgear.com" target="_blank">Web Host Gear</a>, a Web hosting guide site. He writes on the topics of blogging tips and online marketing.</em></p>
<hr />
<p>WordPress is a powerful blogging tool with many customizable options. From the moment you log into the dashboard, you have many choices of how to configure your <a href="http://en.wikipedia.org/wiki/Blog" target="_blank">blog</a>. How you configure these settings will affect how you experience WordPress and how readers experience your blog.</p>
<h3>Themes</h3>
<p>One of the first things you should consider doing is visiting the Appearances menu to choose a theme. Theme variations on WordPress include sidebars on the right or left, fixed or flexible width layouts, customizable menus, customizable headers, and multiple columns. The first impression visitors get of your blog is the layout, so it’s important to pick something appropriate to your content and the audience you expect to draw. </p>
<h3>Settings</h3>
<p>Once you have a theme in place that is to your liking, click through the Settings menu. Here you can set your blog title, time zone, the time and date format for posts, and comment moderation preferences. These are all basic settings that should be configured before you begin using your blog.</p>
<h3>Widgets</h3>
<p>After setting up the basics, you may want to look at the Widgets that WordPress has to offer. Widgets are add-ons that appear in the sidebar of your blog and can enhance its layout. Adding a list of blogs you follow, sharing relevant links, incorporating your Twitter feed, and allowing users to search your blog are just a few of the things that can be done with Widgets. Like the theme, which Widgets you choose may depend on the content and intended audience of your blog. Drag the Widgets you wish to use into the Sidebar section to activate them and access configuration options.</p>
<h3>Profile &#038; Settings</h3>
<p>How you experience your blog is just as important as how your readers do, so make sure to configure your personal settings. Pick a color scheme for your dashboard, enable and customize proofreading options for posts and pages, and make sure your basic account details are correct. And don’t forget to update your profile settings, as well, to choose what information to share when people view your WordPress profile.</p>
<h3>Pages</h3>
<p>A WordPress Page is a static page used for pertinent or unchanging information. For example, if your blog is for a business, you may wish to set up a page with information about your company. This type of content remains applicable over time and is something you want your readers to have easy access to. Creating a page for such information allows it to stand alone rather than getting lost in your post archives.</p>
<h3>Tools</h3>
<p>If you want to import content from your previous <a href="http://www.webhostgear.com" target="_blank">web hosting</a> provider that you blogged on and wish to host it elsewhere, the Tools menu is the place to go. From here you can also export your existing WordPress posts for use as backup or import a previous WordPress backup into your new blog.</p>
<h3>Plugins</h3>
<p>WordPress gains even more options through hundreds of available plugins. Add, activate, and upgrade plugins on the Plugins page. For suggestions on plugins to start with, see Nicholas Cardot&#8217;s &#8220;<a href="http://www.sitesketch101.com/15-incredible-wordpress-plugins-you-need" target="_blank">The 15 Best WordPress Plugins to Use in 2010</a>.&#8221;   </p>
<h3>Security</h3>
<p>Now that you have your blog configured, you want to keep it secure. Make sure your password contains a strong combination of upper- and lower-case letters, as well as numbers. If at some point you have to access your blog from an unsecure network such as public wi-fi, consider resetting your password the next time your have access to a secure connection. Never share your password with anyone for any reason, especially via electronic means such as e-mail.</p>
<p>The <a href="http://www.wordpress.com" target="_blank">WordPress</a> blogging tool is easy to configure and offers a variety of options for new and seasoned bloggers alike. Once you’ve completed the setup, you’ll be ready to share your blog with potential readers all over the web. </p>


<p>Related entries:<ul><li><a href='http://www.gryphonmountain.net/2009/06/why-waiting-to-upgrade-wordpress-can-be-beneficial/' rel='bookmark' title='Permanent Link: Why Waiting to Upgrade WordPress Can Be Beneficial'>Why Waiting to Upgrade WordPress Can Be Beneficial</a></li>
<li><a href='http://www.gryphonmountain.net/2010/07/wordpress-tip-swapping-images-based-on-category/' rel='bookmark' title='Permanent Link: WordPress Tip: Swapping Images Based on Category'>WordPress Tip: Swapping Images Based on Category</a></li>
<li><a href='http://www.gryphonmountain.net/2008/04/guest-post-on-id-rather-be-writing/' rel='bookmark' title='Permanent Link: Guest Post on I&#8217;d Rather Be Writing'>Guest Post on I&#8217;d Rather Be Writing</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.gryphonmountain.net/2010/07/the-basics-of-configuring-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem and Solution: Adobe CS4 Installer Stops at &#8220;Preparing to Install&#8221;</title>
		<link>http://www.gryphonmountain.net/2009/08/problem-and-solution-adobe-cs4-installer-stops-at-preparing-to-install/</link>
		<comments>http://www.gryphonmountain.net/2009/08/problem-and-solution-adobe-cs4-installer-stops-at-preparing-to-install/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 00:48:10 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[adobe creative suite]]></category>

		<guid isPermaLink="false">http://www.gryphonmountain.net/?p=726</guid>
		<description><![CDATA[I&#8217;ve spent a lot of time this week trying to install Adobe Creative Suite 4 on my work machine. I was the last of four of us on a group license to install it. And I was the lucky one who ran into problems with the installation. Specifically, when I got past entering the serial [...]


Related entries:<ul><li><a href='http://www.gryphonmountain.net/2008/06/the-technical-communicator-getting-involved-in-user-forums/' rel='bookmark' title='Permanent Link: The Technical Communicator Getting Involved in User Forums'>The Technical Communicator Getting Involved in User Forums</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent a lot of time this week trying to install Adobe Creative Suite 4 on my work machine. I was the last of four of us on a group license to install it. And I was the lucky one who ran into problems with the installation.</p>
<p>Specifically, when I got past entering the serial number and telling the installer where to install the programs, I got to a page saying &#8220;Preparing to Install&#8230;&#8221; The Install button was disabled for about ten seconds, and then it was enabled. If I clicked it, the same thing happened. It was one of those &#8220;how to keep an idiot busy&#8221; situations.</p>
<p>I installed Windows XP Service Pack 3 and got some help disabling the anti-virus software on the computer (which I didn&#8217;t have rights to do). So if you encounter this problem, try these first (if you&#8217;re running Vista, try Service Pack 1). </p>
<p>After trying a lot of different things with one of my department&#8217;s technical support reps, we managed to install Fireworks only. After that, I could install Dreamweaver and Acrobat 9. But nothing else would go. I even tried searching on Adobe&#8217;s site for some information and found a forum thread that wasn&#8217;t completely resolved. </p>
<p>If you&#8217;ve heard anything about Adobe technical support&#8217;s reputation, you probably don&#8217;t blame me for waiting so long to call them. That, and their phone number is virtually impossible to find on <a href="http://adobe.com">Adobe.com</a>. So after hunting for it for a while (I found it once before), I googled for it. And I came across a helpful site called <a href="http://www.contacthelp.com">contacthelp.com</a> that listed the number and other information. </p>
<p>So I called and got someone whom I&#8217;d guess is from Asia. He didn&#8217;t sound real excited, but after he spent a few minutes looking for the solution after I&#8217;d explained the problem, he pointed me to <a href="http://kb2.adobe.com/cps/403/kb403995.html">KB article #403995</a>. This article explains how to run the CS4 Clean Utility to wipe out any extraneous files that could be interfering with the installation. I discovered that I had Adobe ExtendScript Toolkit 2 and also the CS4 version from somewhere. I wiped them out using this utility. Lo and behold, CS4 installed successfully. </p>
<p>Chalk one up for Adobe support. According to the Adobe page on contacthelp.com, some people come away extremely dissatisfied (to put it mildly), and others have a good experience. Adobe support seems to be hit and miss, but their reputation is largely negative. I understand that it&#8217;s impossible for one person to know everything about every Adobe product, so perhaps it&#8217;s a training issue with getting the information. But that KB article should have come up in the results when I searched broadly for information about the CS4 installation. There&#8217;s probably some work behind the scenes to do there. But ever the helpful type, I went back to that forum thread and posted a link to the KB article. And this post here increases the chances that someone having this same problem will find a timely resolution.</p>
<p>Apparently, this was an issue with CS3 because there is a CS3 cleanup utility. So look for this solution for the next Creative Suite as well if you hit this problem.</p>


<p>Related entries:<ul><li><a href='http://www.gryphonmountain.net/2008/06/the-technical-communicator-getting-involved-in-user-forums/' rel='bookmark' title='Permanent Link: The Technical Communicator Getting Involved in User Forums'>The Technical Communicator Getting Involved in User Forums</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.gryphonmountain.net/2009/08/problem-and-solution-adobe-cs4-installer-stops-at-preparing-to-install/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Why Waiting to Upgrade WordPress Can Be Beneficial</title>
		<link>http://www.gryphonmountain.net/2009/06/why-waiting-to-upgrade-wordpress-can-be-beneficial/</link>
		<comments>http://www.gryphonmountain.net/2009/06/why-waiting-to-upgrade-wordpress-can-be-beneficial/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 03:22:23 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Blogging/WordPress]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.gryphonmountain.net/?p=619</guid>
		<description><![CDATA[I finally updated to WordPress 2.8 today. It looks a lot like the previous version, and I haven&#8217;t taken time to explore the new aspects yet. However, I realized why it can be good to wait a little while to upgrade something like WordPress. After I installed the new version, I got an error similar [...]


Related entries:<ul><li><a href='http://www.gryphonmountain.net/2010/07/wordpress-tip-swapping-images-based-on-category/' rel='bookmark' title='Permanent Link: WordPress Tip: Swapping Images Based on Category'>WordPress Tip: Swapping Images Based on Category</a></li>
<li><a href='http://www.gryphonmountain.net/2010/07/the-basics-of-configuring-your-wordpress-blog/' rel='bookmark' title='Permanent Link: The Basics of Configuring Your WordPress Blog (Guest Post)'>The Basics of Configuring Your WordPress Blog (Guest Post)</a></li>
<li><a href='http://www.gryphonmountain.net/2008/06/an-experiment-with-wordpress-as-a-help-site/' rel='bookmark' title='Permanent Link: An Experiment with WordPress as a Help Site'>An Experiment with WordPress as a Help Site</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I finally updated to WordPress 2.8 today. It looks a lot like the previous version, and I haven&#8217;t taken time to explore the new aspects yet.</p>
<p>However, I realized why it can be good to wait a little while to upgrade something like WordPress. After I installed the new version, I got an error similar to the one displayed at menoob.com in a <a href="http://menoob.com/wordpress/google-analytics-plugin-problem-in-wordpress-2-8/" target="_blank">post about the issue</a>. </p>
<p>I followed the suggestion there, though I used FileZilla to change the plugin file name. (Fortunately, of all the plugins that could have failed, this one isn&#8217;t critical.) Bam! I could sign in to my admin site. My thanks to the menoob guy.</p>
<p>When I ran into this error, I was frustrated for a minute. But I realized that since WP 2.8 has been out for a few weeks, there had to be someone else who had encountered the problem, figured out the solution, and posted it. I was right.</p>
<p>That&#8217;s my personal reason for not updating immediately when a new release is available. There could be problems, and it&#8217;s best to let more tech-savvy people take the bull by the horns and blaze the trails. (Now <em>there&#8217;s </em>an interesting image.) </p>
<p>Of course, if everyone followed this philosophy, no one would ever upgrade software because they&#8217;re busy waiting for someone else to do it first. But I&#8217;m glad there are those who don&#8217;t mind sticking their necks out and then finding the solutions to problems for the rest of us. So I will likely continue to drag my feet—but keep just ahead of the next upgrade.</p>


<p>Related entries:<ul><li><a href='http://www.gryphonmountain.net/2010/07/wordpress-tip-swapping-images-based-on-category/' rel='bookmark' title='Permanent Link: WordPress Tip: Swapping Images Based on Category'>WordPress Tip: Swapping Images Based on Category</a></li>
<li><a href='http://www.gryphonmountain.net/2010/07/the-basics-of-configuring-your-wordpress-blog/' rel='bookmark' title='Permanent Link: The Basics of Configuring Your WordPress Blog (Guest Post)'>The Basics of Configuring Your WordPress Blog (Guest Post)</a></li>
<li><a href='http://www.gryphonmountain.net/2008/06/an-experiment-with-wordpress-as-a-help-site/' rel='bookmark' title='Permanent Link: An Experiment with WordPress as a Help Site'>An Experiment with WordPress as a Help Site</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.gryphonmountain.net/2009/06/why-waiting-to-upgrade-wordpress-can-be-beneficial/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Setting up a Table of Contents in InDesign CS3</title>
		<link>http://www.gryphonmountain.net/2009/06/setting-up-a-table-of-contents-in-indesign-cs3/</link>
		<comments>http://www.gryphonmountain.net/2009/06/setting-up-a-table-of-contents-in-indesign-cs3/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 22:45:09 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[InDesign]]></category>

		<guid isPermaLink="false">http://www.gryphonmountain.net/?p=607</guid>
		<description><![CDATA[Yes, I know CS3 isn&#8217;t the latest version, but due to trying to eliminate unnecessary expenses, our team isn&#8217;t getting CS4 at this point. I&#8217;m posting this more for myself because every time I need to do a TOC in InDesign, I&#8217;ve forgotten the details. (However, a colleague did ask about this today, so I&#8217;m [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Yes, I know CS3 isn&#8217;t the latest version, but due to trying to eliminate unnecessary expenses, our team isn&#8217;t getting CS4 at this point. I&#8217;m posting this more for myself because every time I need to do a TOC in InDesign, I&#8217;ve forgotten the details. (However, a colleague did ask about this today, so I&#8217;m posting it for our future reference.)</p>
<p>This procedure involves getting the styles for the TOC entries matched up correctly with various heading levels. </p>
<ol>
<li>In the .indd file where the TOC will appear, create styles for the TOC entries; for example, TOC Level 1, TOC Level 2. Include any justification and tab leaders. I’ve found that to get the entry to run across the page, you have to choose <strong>Right Justify </strong>on the Indents and Spacing page of the Paragraph Style Options dialog. On the Tabs page, I also click the <strong>Right-Justified Tab </strong>button and put a space and a period in the <strong>Leader </strong>field. (The space keeps the periods from looking jammed together when I generate the TOC later.)</li>
<li>If the TOC is in a separate document from the rest of the content, import the paragraph styles (for example, heading 1 and heading 2) that you want to match to the TOC entries.</li>
<li>Go to <strong>Layout > Table of Contents Styles</strong>.</li>
<li>Click <strong>New</strong>.</li>
<li>Enter a name. The Title is the text that will show up at the top of the TOC, so enter something like “Contents.” In the <strong>Style </strong>box, pick the paragraph style that you want to use for the title—probably the same as whatever your level 1 heading is.</li>
<li>The Styles in Table of Contents section is for telling the TOC what text you want to show up. You choose the paragraph styles, and the TOC pulls in all text in those styles. Click a style in the <strong>Other Styles </strong>list and click <strong>Add</strong>. You have to select the styles in the order or hierarchy that you want them to show up in the TOC.</li>
<li>With a paragraph style selected in the <strong>Include Paragraph Styles </strong>box, set up how the entry should appear using the Style section. Choose one of the TOC styles you created in step one. For <strong>Between Entry and Number</strong>, I choose the <strong>Tab Character</strong> so it shows the space and period.</li>
<li>Under Options, I select <strong>Create PDF Bookmarks </strong>and <strong>Include Book Document </strong>(if I’m doing a book, of course). </li>
<li>Click <strong>OK</strong>. Then when you generate the TOC, go to <strong>Layout > Table of Contents</strong>, pick the TOC setup you just created, and then generate it.</li>
</ol>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.gryphonmountain.net/2009/06/setting-up-a-table-of-contents-in-indesign-cs3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Case of the Missing Help Topics; or, Version Control Comes Through</title>
		<link>http://www.gryphonmountain.net/2009/05/the-case-of-the-missing-help-topics/</link>
		<comments>http://www.gryphonmountain.net/2009/05/the-case-of-the-missing-help-topics/#comments</comments>
		<pubDate>Wed, 20 May 2009 02:04:57 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[RoboHelp / Flare]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Technical Communication]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://www.gryphonmountain.net/?p=583</guid>
		<description><![CDATA[Somehow, I ended up with a few help topics missing from a set of RoboHelp source files today. Subversion had removed them, and RoboHelp didn&#8217;t know where they were. I haven&#8217;t solved the case of how that happened, and at this point I don&#8217;t really care, because Subversion allowed me to fix the problem. When [...]


Related entries:<ul><li><a href='http://www.gryphonmountain.net/2008/05/tech-tip-checking-webhelpflashhelp-output-files-in-to-subversion/' rel='bookmark' title='Permanent Link: Tech Tip: Checking WebHelp/FlashHelp Output Files in to Subversion'>Tech Tip: Checking WebHelp/FlashHelp Output Files in to Subversion</a></li>
<li><a href='http://www.gryphonmountain.net/2010/09/deleting-a-topic-from-robohelp-and-subversion/' rel='bookmark' title='Permanent Link: Deleting a Topic from RoboHelp and Subversion'>Deleting a Topic from RoboHelp and Subversion</a></li>
<li><a href='http://www.gryphonmountain.net/2010/08/changing-a-topic-file-name-in-robohelp-and-subversion/' rel='bookmark' title='Permanent Link: Changing a Topic File Name in RoboHelp and Subversion'>Changing a Topic File Name in RoboHelp and Subversion</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>Somehow, I ended up with a few help topics missing from a set of RoboHelp source files today. Subversion had removed them, and RoboHelp didn&#8217;t know where they were. I haven&#8217;t solved the case of how that happened, and at this point I don&#8217;t really care, because Subversion allowed me to fix the problem.</p>
<p>When I discovered that the topics were missing, I knew the wrong thing to do would be to import the corresponding output files. For WebHelp, RH inserts JavaScript and possibly other code into each topic in the output, and if you import an output topic, you have to deal with stripping out that extra code so it isn&#8217;t duplicated later.</p>
<p>I keep the files for this particular project with the designer&#8217;s prototype repository, and I keep a set of the prototypes on my hard drive so that I can access them without a connection if necessary. The set of files I actively work from are outside that folder on my hard drive. To solve the problem, I looked at the Subversion log for the last revision before the files were deleted. </p>
<p>Hey, that&#8217;s what version control is for.</p>
<p>When I found that revision, I pulled it down and then imported those topics back into my open project. Bingo, RH accepted them, and everything looks good again. Fortunately, they weren&#8217;t topics that I changed recently. As far as I know, those three topics don&#8217;t really have anything in common, other than they were in the same folder. But there were probably over a dozen other topics that this didn&#8217;t happen to. So I&#8217;m stumped. The important thing is that I know how to solve this problem if it rears its head again. </p>
<p>Of course, thanks to version control, I can check the log to see if I was the one who deleted them or not&#8230;</p>


<p>Related entries:<ul><li><a href='http://www.gryphonmountain.net/2008/05/tech-tip-checking-webhelpflashhelp-output-files-in-to-subversion/' rel='bookmark' title='Permanent Link: Tech Tip: Checking WebHelp/FlashHelp Output Files in to Subversion'>Tech Tip: Checking WebHelp/FlashHelp Output Files in to Subversion</a></li>
<li><a href='http://www.gryphonmountain.net/2010/09/deleting-a-topic-from-robohelp-and-subversion/' rel='bookmark' title='Permanent Link: Deleting a Topic from RoboHelp and Subversion'>Deleting a Topic from RoboHelp and Subversion</a></li>
<li><a href='http://www.gryphonmountain.net/2010/08/changing-a-topic-file-name-in-robohelp-and-subversion/' rel='bookmark' title='Permanent Link: Changing a Topic File Name in RoboHelp and Subversion'>Changing a Topic File Name in RoboHelp and Subversion</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.gryphonmountain.net/2009/05/the-case-of-the-missing-help-topics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Reference Guide Presentation a Hit Overall</title>
		<link>http://www.gryphonmountain.net/2009/05/quick-reference-guide-presentation-a-hit-overall/</link>
		<comments>http://www.gryphonmountain.net/2009/05/quick-reference-guide-presentation-a-hit-overall/#comments</comments>
		<pubDate>Sat, 09 May 2009 05:17:34 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Technical Communication]]></category>
		<category><![CDATA[quick reference guides]]></category>
		<category><![CDATA[STC]]></category>
		<category><![CDATA[STC Summit]]></category>
		<category><![CDATA[technical communication]]></category>

		<guid isPermaLink="false">http://www.gryphonmountain.net/?p=557</guid>
		<description><![CDATA[At the STC Summit, Tom Johnson and I gave a presentation entitled &#8220;Quick Reference Guides: Short and Sweet Technical Documentation.&#8221; Frankly, I was kind of proud of that title because it just fit within the eight-word limit. Like usual when I&#8217;m speaking in public, I was nervous beforehand, my mouth went dry within the first [...]


Related entries:<ul><li><a href='http://www.gryphonmountain.net/2009/01/try-a-quick-reference-guide-for-short-term-documentation-needs/' rel='bookmark' title='Permanent Link: Try a Quick Reference Guide for Short-Term Documentation Needs'>Try a Quick Reference Guide for Short-Term Documentation Needs</a></li>
<li><a href='http://www.gryphonmountain.net/2010/02/quick-reference-guide-q-a/' rel='bookmark' title='Permanent Link: Quick Reference Guide Q&#038;A'>Quick Reference Guide Q&#038;A</a></li>
<li><a href='http://www.gryphonmountain.net/2009/07/quick-reference-videos-and-faq-in-front-help-in-the-back/' rel='bookmark' title='Permanent Link: Quick Reference, Videos, and FAQ in Front; Help in the Back'>Quick Reference, Videos, and FAQ in Front; Help in the Back</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>At the STC Summit, Tom Johnson and I gave a presentation entitled &#8220;Quick Reference Guides: Short and Sweet Technical Documentation.&#8221; Frankly, I was kind of proud of that title because it just fit within the eight-word limit. </p>
<p>Like usual when I&#8217;m speaking in public, I was nervous beforehand, my mouth went dry within the first few minutes, and after that I was fine. </p>
<p>Overall, comments were good. Someone went as far as to say that our presentation gave him the most specific information in the three years he&#8217;s attended the Summit. We had a full room, and three people watched from the hall. On the other hand, an anonymous (according to Tom) person tweeted that our presentation was more frustrating than interesting and lacked a moderator and concreteness. I&#8217;m not sure why the person chose to be anonymous; I hope it wasn&#8217;t a fear of some kind of backlash. Tom and I aren&#8217;t going to turn around and send hate-tweets. </p>
<p>It was a good experience, but after something like that, I feel like not presenting for the next five years. It&#8217;s a lot of buildup to that one hour, and then afterward I second-guess my performance. As Tom pointed out as we discussed it later, that piece of negative feedback did make us think about how to do better. If the world had no naysayers or detractors, maybe we&#8217;d have less motivation to improve things.</p>
<p>Still, the topic is something we think is important, and there isn&#8217;t much information out there in the way of quick reference writing strategies. If you google &#8220;quick reference guide,&#8221; you get a bunch of examples of them—but nobody&#8217;s suggesting to you how to go about creating them. </p>
<p>Our objective in this presentation was to give people specific strategies for deciding when to use quick reference guides, developing the content, and designing them. I&#8217;d like to point out that we don&#8217;t recommend them for all situations, just that you consider them for your projects and documentation sets.</p>
<p>Tom and I agreed to provide our proceedings document on our blogs so that they could reach a wider audience. I&#8217;ve provided it as a <a href="http://www.gryphonmountain.net/TJohnson-BMinson-QRGs-WebDownload.pdf" target="_blank">PDF download accessible here</a>. With Tom&#8217;s permission, I&#8217;ve made some modifications based on some pieces we had to leave out due to the limited space in the proceedings, as well as things that came out as we prepared for the presentation and talked afterward. I also added the cartoon we had in the presentation. I hope you enjoy. </p>
<p>If you&#8217;re interested in some quick reference guide templates in InDesign file format, visit Tom Johnson&#8217;s <a href="http://idratherbewriting.com/quickreferenceguides" target="_blank">template page</a>. </p>


<p>Related entries:<ul><li><a href='http://www.gryphonmountain.net/2009/01/try-a-quick-reference-guide-for-short-term-documentation-needs/' rel='bookmark' title='Permanent Link: Try a Quick Reference Guide for Short-Term Documentation Needs'>Try a Quick Reference Guide for Short-Term Documentation Needs</a></li>
<li><a href='http://www.gryphonmountain.net/2010/02/quick-reference-guide-q-a/' rel='bookmark' title='Permanent Link: Quick Reference Guide Q&#038;A'>Quick Reference Guide Q&#038;A</a></li>
<li><a href='http://www.gryphonmountain.net/2009/07/quick-reference-videos-and-faq-in-front-help-in-the-back/' rel='bookmark' title='Permanent Link: Quick Reference, Videos, and FAQ in Front; Help in the Back'>Quick Reference, Videos, and FAQ in Front; Help in the Back</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.gryphonmountain.net/2009/05/quick-reference-guide-presentation-a-hit-overall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Styles in Inches and Points Improve RH-to-Word Output</title>
		<link>http://www.gryphonmountain.net/2009/04/set-styles-in-inches-and-points-to-improve-rh-to-word-output/</link>
		<comments>http://www.gryphonmountain.net/2009/04/set-styles-in-inches-and-points-to-improve-rh-to-word-output/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 23:34:42 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[RoboHelp / Flare]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Technical Communication]]></category>
		<category><![CDATA[help authoring]]></category>
		<category><![CDATA[technical communication]]></category>
		<category><![CDATA[technical writing]]></category>

		<guid isPermaLink="false">http://www.gryphonmountain.net/?p=528</guid>
		<description><![CDATA[RoboHelp has been a bit infamous for bad Word output. That&#8217;s a reason one of my colleagues picked Flare (he also got a free copy, so that helped)—Flare smoothly moves CSS styles over to styles in Word that preserve the appearance. I&#8217;ve been trying to figure out how to get my default list styles in [...]


Related entries:<ul><li><a href='http://www.gryphonmountain.net/2008/05/tech-tip-checking-webhelpflashhelp-output-files-in-to-subversion/' rel='bookmark' title='Permanent Link: Tech Tip: Checking WebHelp/FlashHelp Output Files in to Subversion'>Tech Tip: Checking WebHelp/FlashHelp Output Files in to Subversion</a></li>
<li><a href='http://www.gryphonmountain.net/2009/04/an-xml-experiment-fizzles/' rel='bookmark' title='Permanent Link: An XML Experiment Fizzles'>An XML Experiment Fizzles</a></li>
<li><a href='http://www.gryphonmountain.net/2010/09/deleting-a-topic-from-robohelp-and-subversion/' rel='bookmark' title='Permanent Link: Deleting a Topic from RoboHelp and Subversion'>Deleting a Topic from RoboHelp and Subversion</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>RoboHelp has been a bit infamous for bad Word output. That&#8217;s a reason one of my colleagues picked Flare (he also got a free copy, so that helped)—Flare smoothly moves CSS styles over to styles in Word that preserve the appearance.</p>
<p>I&#8217;ve been trying to figure out how to get my default list styles in a Word template to align the way I want so when I output from RoboHelp to Word, they&#8217;ll automatically take on that alignment. (Come to find out that there&#8217;s no way to tweak the list styles for &#8220;Normal.&#8221; Lameness.)</p>
<p>I know the Word-to-RH import and RH-to-Word output have been improved in RH8, but that doesn&#8217;t help me right now.</p>
<p>Anyway, while I was messing with this list problem, my eyes opened and saw the reason for bad Word output.</p>
<p>In the past, my Word output looked bad because I used my CSS file, and Word ignored most of my specifications for paragraph and list item spacing and indentation. It didn&#8217;t carry paragraph borders over, either. It would take way too much reformatting to make it look right.</p>
<p>My epiphany was this: The reason those things were ignored is that I had them specified in pixels.</p>
<p>I reworked a style sheet for my user guide project that I&#8217;m trying to author in RH. I redid everything either in points or inches. This included paragraph borders where I had them—I changed the 1px thickness to 1pt. When I reran the Word output, bang! Word paid attention to my styles much more closely.</p>
<p>It took some cycles of tweaking the style sheet and generating the output to get things the way I want them. I still have some alpha lists that aren&#8217;t aligning correctly, and I think it has something to do with the way they&#8217;re specified in the HTML. I discovered that after any interruption of an ordered list, such as a secondary list or an indented (non-numbered) paragraph, I have to specify the start number or else Word doesn&#8217;t recognize that the primary list resumed. </p>
<p>I also did some experimenting with styles for the TOC, but I haven&#8217;t gotten those to work yet. However, a quick reformatting of the TOC isn&#8217;t a killer. I&#8217;ll also be playing a bit with headers and footers. I&#8217;m much more encouraged after today that I can make my printed documentation output from RH presentable. </p>
<p>What about projects where you&#8217;ll have the same content going to both online help and printed documentation? You probably don&#8217;t want all point and inch declarations in the CSS. I&#8217;d say in this case, create a second style sheet with the inch/point styles (I actually am using a second style sheet for the user-guide-only topics). Then before you run the Word output, use the Topic List pod to select all topics and change the style sheet to the one for print in one fell swoop. Then use the Topic List pod to change the style sheet back before running HTML output.</p>


<p>Related entries:<ul><li><a href='http://www.gryphonmountain.net/2008/05/tech-tip-checking-webhelpflashhelp-output-files-in-to-subversion/' rel='bookmark' title='Permanent Link: Tech Tip: Checking WebHelp/FlashHelp Output Files in to Subversion'>Tech Tip: Checking WebHelp/FlashHelp Output Files in to Subversion</a></li>
<li><a href='http://www.gryphonmountain.net/2009/04/an-xml-experiment-fizzles/' rel='bookmark' title='Permanent Link: An XML Experiment Fizzles'>An XML Experiment Fizzles</a></li>
<li><a href='http://www.gryphonmountain.net/2010/09/deleting-a-topic-from-robohelp-and-subversion/' rel='bookmark' title='Permanent Link: Deleting a Topic from RoboHelp and Subversion'>Deleting a Topic from RoboHelp and Subversion</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.gryphonmountain.net/2009/04/set-styles-in-inches-and-points-to-improve-rh-to-word-output/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
