<?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>STC Atlanta - Society for Technical Communication &#187; Tips &amp; Tricks</title>
	<atom:link href="http://stcatl.net/posts/resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://stcatl.net</link>
	<description>A Community of Excellence</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:04:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MS Word: Use the document map for reading long docs</title>
		<link>http://stcatl.net/2010/01/ms-word-use-the-document-map-for-reading-long-docs/</link>
		<comments>http://stcatl.net/2010/01/ms-word-use-the-document-map-for-reading-long-docs/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 16:51:05 +0000</pubDate>
		<dc:creator>Rachel Peters</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[MS Word]]></category>

		<guid isPermaLink="false">http://stcatl.net/?p=324</guid>
		<description><![CDATA[I recently discovered the Document Map feature in Microsoft Word, and it makes it super easy to jump around a long document. For example, when I&#8217;m reading a use case and need to jump from alternate flows back to the basic flow, I often lose my place while scrolling through the many pages. The Document [...]]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://stcatl.net/wp-content/uploads/2010/01/doc_map_on1.png" width="240" />
		</p><p>I recently discovered the Document Map feature in Microsoft Word, and it makes it super easy to jump around a long document. For example, when I&#8217;m reading a use case and need to jump from alternate flows back to the basic flow, I often lose my place while scrolling through the many pages.</p>
<p>The Document Map is like having a table of contents displayed at all times. As you click a heading, the document jumps to that page.</p>
<p>To display the Document Map, check the option on the View tab:</p>
<p><a href="http://stcatl.net/wp-content/uploads/2010/01/doc_map_option.png"><img class="alignnone size-full wp-image-325" title="Document Map option in Word" src="http://stcatl.net/wp-content/uploads/2010/01/doc_map_option.png" alt="" width="550" height="146" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://stcatl.net/2010/01/ms-word-use-the-document-map-for-reading-long-docs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tracking down duplicated HTML file names in Author-it</title>
		<link>http://stcatl.net/2010/01/tracking-down-duplicated-html-file-names-in-author-it/</link>
		<comments>http://stcatl.net/2010/01/tracking-down-duplicated-html-file-names-in-author-it/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 22:44:34 +0000</pubDate>
		<dc:creator>Will Sansbury</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[author-it]]></category>

		<guid isPermaLink="false">http://stcatl.net/?p=284</guid>
		<description><![CDATA[When two topics have identical HTML file names and are included in the same book, Author-it generates a completely blank, zero-byte file by the shared file name. There is no method within Author-it for tracking down these duplicate file names (the HTML file name field is not searchable). However, if you&#8217;re using SQL server, you [...]]]></description>
			<content:encoded><![CDATA[<p>When two topics have identical HTML file names and are included in the same book, Author-it generates a completely blank, zero-byte file by the shared file name.</p>
<p>There is no method within Author-it for tracking down these duplicate file names (the HTML file name field is not searchable).</p>
<p>However, if you&#8217;re using SQL server, you can create an Excel spreadsheet that can help track down duplicates when the dreaded blank topic files appear.</p>
<p>These  instructions are for Excel 2003. I&#8217;m sure it can be done for other versions, but I haven&#8217;t done it.</p>
<ol>
<li>Open  Excel.</li>
<li>From the menu  bar, select <strong>Data &gt; Import External Data &gt; New Database  Query</strong>. The Choose Data Source dialog appears.
<ol>
<li>On the  databases tab, select <strong>sqlserver</strong>, and then click  <strong>OK</strong>. The SQL Server Login dialog appears.</li>
<li>In  <strong>Server</strong>, enter or select the SQL Server that is used by  Author-it. This should take the form of <em>&lt;host name&gt;\&lt;database  name&gt;</em> or <em>&lt;IP address&gt;\&lt;database name&gt;</em>. For example,  <em>192.168.3.35\authorit</em>.</li>
<li>Select the  appropriate authentication method for your database. If you are uncertain,  select <strong>Use Trusted Connection</strong> first. If that fails and you do  not know the database Login ID and password, contact your SQL  administrator.</li>
</ol>
</li>
<li>Click  <strong>Next</strong>. The Choose Columns page of the Query Wizard  appears.</li>
<li>Under  <strong>Available tables and columns</strong>, expand  <strong>TOPIC_OBJT</strong>.</li>
<li>Select the  <strong>OBJT_ID</strong>, <strong>HEADING</strong>,  <strong>H_CONTEXT_ID</strong>, and <strong>HT_FILENAME</strong> columns and add  them to your query by clicking the <strong>&gt;</strong> button. After each  column has been added, click <strong>Next</strong>. The Filter Data page of the  Query Wizard appears.</li>
<li>Click  <strong>Next</strong>. The Sort Order page of the Query Wizard  appears.</li>
<li>Click  <strong>Next</strong>. The Finish page of the Query Wizard  appears.</li>
<li>Select  <strong>Return Data to Microsoft Office Excel</strong>, and then click  <strong>Finish</strong>.  The Import Data dialog appears.</li>
<li>Select where  you want to put the imported data, and then click <strong>OK</strong>. The data  is imported and inserted into Excel.</li>
<li>From the menu  bar, select <strong>Data &gt; Filter &gt; AutoFilter</strong>. A sorter is added  to the top of each column in the spreadsheet.</li>
</ol>
<p>To find all topics using  a duplicate file name, click the down arrow in the <strong>HT_FILENAME</strong> column header and select the name of the file that is publishing as a blank page. The list updates to show ever topic that has that same file name.</p>
<p>Once you create this spreadsheet, you can save it and reuse it every time you encounter a blank topic from duplicated file names. Data should update automatically, but I usually select <strong>Data &gt; Refresh Data</strong> just  to be sure.</p>
<p>This is completely safe. You can import the data into Excel from SQL, but you cannot use this method to modify the data in SQL. It&#8217;s one-way, so very useful and safe for reporting.</p>
]]></content:encoded>
			<wfw:commentRss>http://stcatl.net/2010/01/tracking-down-duplicated-html-file-names-in-author-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

