<?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>Technical Communication Suite</title>
	<atom:link href="http://blogs.adobe.com/tcs/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.adobe.com/tcs</link>
	<description>Find the latest information nuggets, tips and tricks, and other updates related to the Adobe Technical Communication Suite.</description>
	<lastBuildDate>Wed, 06 Mar 2013 06:12:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to build a connector between your CMS and FrameMaker 11? New CMS API documentation now available!</title>
		<link>http://blogs.adobe.com/tcs/2012/12/uncategorized/your-cms-and-framemaker11.html</link>
		<comments>http://blogs.adobe.com/tcs/2012/12/uncategorized/your-cms-and-framemaker11.html#comments</comments>
		<pubDate>Fri, 07 Dec 2012 11:10:41 +0000</pubDate>
		<dc:creator>Gyanesh Talwar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/tcs/?p=1830</guid>
		<description><![CDATA[FrameMaker 11 FDK has new APIs that allow you to build a connector with comprehensive support for any CMS. Using the new APIs, developers will be able to build a more seamless connector between any CMS and FrameMaker 11 with less effort! The FDK 11 documentation is now updated with the new APIs, structures, and [...]]]></description>
				<content:encoded><![CDATA[<p>FrameMaker 11 FDK has new APIs that allow you to build a connector with comprehensive support for any CMS. Using the new APIs, developers will be able to build a more seamless connector between any CMS and FrameMaker 11 with less effort!</p>
<p>The FDK 11 documentation is now updated with the new APIs, structures, and properties that you will need to make FrameMaker work with any CMS.</p>
<p>In FDK Programmer’s Reference:</p>
<ul>
<li>Chapter 8 details about the new CMS APIs, structures, enums, error codes, and properties</li>
<li>Chapter 9 lists the APIs to automate the CMS connector functionality (you can automate the CMS operations once you have integrated the CMS connector with FrameMaker)</li>
</ul>
<p>For more information, see <a title="FDK Programmer's Reference" href="http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/framemaker/pdfs/fdkreference.pdf" target="_blank">FDK Programmer’s Reference</a> in the FDK section of the <a title="Adobe FrameMaker Devnet" href="http://www.adobe.com/devnet/framemaker.html" target="_blank">Adobe FrameMaker Devnet</a> page.</p>
<p>Also see:</p>
<p>A sample connector built using these APIs and an explanation of how it is built, see:</p>
<p><a title="Open source, sample connector between FrameMaker 11 and Adobe CQ now available!" href="http://blogs.adobe.com/techcomm/2012/09/open-source-sample-connector-between-framemaker-11-and-adobe-cq-now-available.html" target="_blank">Open source, sample connector between FrameMaker 11 and Adobe CQ now available!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/tcs/2012/12/uncategorized/your-cms-and-framemaker11.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New: FDK 11 documentation now available</title>
		<link>http://blogs.adobe.com/tcs/2012/10/uncategorized/fdk-11-documentation-now-available.html</link>
		<comments>http://blogs.adobe.com/tcs/2012/10/uncategorized/fdk-11-documentation-now-available.html#comments</comments>
		<pubDate>Thu, 04 Oct 2012 07:08:29 +0000</pubDate>
		<dc:creator>Gyanesh Talwar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/tcs/?p=1810</guid>
		<description><![CDATA[Hello, We are pleased to share the FDK 11 documentation with you. The documentation is available in the FDK section of the Adobe FrameMaker Devnet page. The following major enhancements have been made in this release: Key catalogs for key-based (indirect) referencing FDK 11 support key catalogs for indirect referencing. You can define a key [...]]]></description>
				<content:encoded><![CDATA[<p>Hello,</p>
<p>We are pleased to share the FDK 11 documentation with you. The documentation is available in the FDK section of the <a title="Adobe FrameMaker Devnet page" href="http://www.adobe.com/devnet/framemaker.html" target="_blank">Adobe FrameMaker Devnet page</a>.</p>
<p>The following major enhancements have been made in this release:</p>
<h2>Key catalogs for key-based (indirect) referencing</h2>
<p>FDK 11 support key catalogs for indirect referencing. You can define a key for a file or resource in your project; updating the key will update the references to the file or resource everywhere.</p>
<p>A key catalog is a collection of all the keys in your project—you can manage all the keys from the key catalog.</p>
<h2>New FDK APIs to update DITA references</h2>
<p>Two new APIs, F_ApiUpdateDITAReference() and F_ApiUpdateDITAReferences() have been added to provide the ability to update DITA references.</p>
<h2>Support for object styles</h2>
<p>Object styles work similar to Paragraph and Character formats but work on objects. Users can save frequently used object properties as a style and can apply these object styles to various objects, such as images, anchored frames, and text frames for consistent size and appearance. Object styles are controlled through the new FO_GraphicsFmt object.</p>
<h2>Support for multiple views</h2>
<p>To support the FrameMaker 11 feature of multiple views, FDK 11 provides a new Session property FP_ActiveView, which can be set to one of the following:</p>
<ul>
<li>WYSIWYG View</li>
<li>Author View</li>
<li>XML View</li>
</ul>
<h2>Support for hotspots in objects</h2>
<p>FDK 11 supports hotspots through the following properties:</p>
<ul>
<li>FP_ViewHotspotIndicators</li>
<li>FP_IsHotspot</li>
<li>FP_HotspotCmdStr</li>
<li>FP_HotspotTitle</li>
</ul>
<h2>Support for line numbers</h2>
<p>The following properties are provided for managing line numbers:</p>
<ul>
<li>FP_LineNumRestart</li>
<li>FP_LineNumShow</li>
<li>FP_LineNumDistance</li>
</ul>
<h2>Support for guided structured authoring with banner text</h2>
<p>Banner text in a FrameMaker file instructs you about what to enter in an element. The following properties are used to handle banner text:</p>
<ul>
<li>FP_BannerText</li>
<li>FP_BannerTextDisplay</li>
</ul>
<p>For more information on the new features, see the What’s New section in the FDK Programmer’s Reference.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/tcs/2012/10/uncategorized/fdk-11-documentation-now-available.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FrameMaker 11: INI reference documentation now available  &#8211; maker.ini and ditafm-output.ini</title>
		<link>http://blogs.adobe.com/tcs/2012/10/uncategorized/iniref.html</link>
		<comments>http://blogs.adobe.com/tcs/2012/10/uncategorized/iniref.html#comments</comments>
		<pubDate>Thu, 04 Oct 2012 06:28:53 +0000</pubDate>
		<dc:creator>Gyanesh Talwar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/tcs/?p=1766</guid>
		<description><![CDATA[FrameMaker INI reference documentation is now available. Using the INI documentation, you can: Create professional looking PDFs from DITA content &#8211; ditafm-output.ini Modify FrameMaker&#8217;s default behaviour  - maker.ini 1. Professional looking PDFs from DITA content Creating clean, good looking PDFs from structured content is either difficult, expensive, or both. XSL-FO is free but complex and offers limited [...]]]></description>
				<content:encoded><![CDATA[<p>FrameMaker <a href="http://help.adobe.com/en_US/framemaker/ini/framemaker_11_ini_reference.pdf" target="_blank">INI reference documentation</a> is now available.</p>
<p>Using the INI documentation, you can:</p>
<ol>
<li>Create professional looking PDFs from DITA content &#8211; ditafm-output.ini</li>
<li>Modify FrameMaker&#8217;s default behaviour  - maker.ini</li>
</ol>
<p><span style="text-decoration: underline;"><strong>1. Professional looking PDFs from DITA content</strong></span></p>
<p>Creating clean, good looking PDFs from structured content is either difficult, expensive, or both.</p>
<ul>
<li>XSL-FO is free but complex and offers limited options</li>
<li>Paid tools do a better job than XSL-FO, but &#8230;</li>
<li>The easiest and best PDF are created by saving/printing a FrameMaker book.  (But, if only we could create a book from a ditamap and then create a PDF from it, we would have the PDFs that are nice to look at as well as easy to create.)</li>
</ul>
<p>FrameMaker 11 allows you to create a book from a ditamap. Then you can save/print this book to a professional looking PDF. You do not need to install or buy a plug in and you need not master XSL-FO. FrameMaker 11 includes an ini file using which you can configure the components, look-and-feel, footnotes, and templates of the book you create from a ditamap.  You can then save the book to a PDF, just like an unstructured book.</p>
<p><a class="lightbox" title="ditafm-outputINI" href="http://blogs.adobe.com/tcs/files/2012/09/ditafm-outputINI1.png" target="_blank"><img class="alignnone size-medium wp-image-1780" style="border: 1px solid black; margin: 3px;" title="ditafm-outputINI" src="http://blogs.adobe.com/tcs/files/2012/09/ditafm-outputINI1-300x88.png" alt="" width="300" height="88" /></a></p>
<p>The ditafm-output.ini gives you the control of all the aspects of a book. With ease, you can use notepad or another editor to set the various options in the ini file and create a FrameMaker book. Using the ini file, you can configure:</p>
<p>• How a DITAMAP is converted to a book</p>
<p>• Whether to generate files such as ToC, Index, and Table of References or not.</p>
<p>• What should be the order of the files in a book</p>
<p>• Which templates are to be used for creating various files of the book</p>
<p>• Contents of these files</p>
<p>• Page numbering</p>
<p>• Footnotes and table footnotes</p>
<p>• Table titles</p>
<p>• And more</p>
<p>&nbsp;</p>
<p><strong>A  minimal use case: steps</strong></p>
<p>For a quick demo of this feature:</p>
<p>1. Open the ditafm-output.ini file (at %appdata%\Adobe\FrameMaker\11\) and set the following options:</p>
<p><!--[if gte mso 9]><xml><br />
<o:documentproperties><br />
<o:subject>Adobe FrameMaker 11</o:subject><br />
<o:author>Adobe Systems Incorporated</o:author><br />
<o:version>14.00</o:version><br />
</o:documentproperties><br />
<o:officedocumentsettings><br />
<o:allowpng /><br />
</o:officedocumentsettings><br />
</xml>< ![endif]--></p>
<p><!--[if gte mso 9]><xml><br />
<w:worddocument><br />
<w:view>Normal</w:view><br />
<w:zoom>0</w:zoom><br />
<w:trackmoves /><br />
<w:trackformatting /><br />
<w:punctuationkerning /><br />
<w:validateagainstschemas /><br />
<w:saveifxmlinvalid>false</w:saveifxmlinvalid><br />
<w:ignoremixedcontent>false</w:ignoremixedcontent><br />
<w:alwaysshowplaceholdertext>false</w:alwaysshowplaceholdertext><br />
<w:donotpromoteqf /><br />
<w:lidthemeother>EN-US</w:lidthemeother><br />
<w:lidthemeasian>X-NONE</w:lidthemeasian><br />
<w:lidthemecomplexscript>X-NONE</w:lidthemecomplexscript><br />
<w:compatibility><br />
<w:breakwrappedtables /><br />
<w:snaptogridincell /><br />
<w:wraptextwithpunct /><br />
<w:useasianbreakrules /><br />
<w:dontgrowautofit /><br />
<w:splitpgbreakandparamark /><br />
<w:enableopentypekerning /><br />
<w:dontflipmirrorindents /><br />
<w:overridetablestylehps /><br />
</w:compatibility><br />
<m:mathpr><br />
<m:mathfont m:val="Cambria Math"/><br />
<m:brkbin m:val="before"/><br />
<m:brkbinsub m:val="&#45;-"/><br />
<m:smallfrac m:val="off"/><br />
<m:dispdef /><br />
<m:lmargin m:val="0"/><br />
<m:rmargin m:val="0"/><br />
<m:defjc m:val="centerGroup"/><br />
<m:wrapindent m:val="1440"/><br />
<m:intlim m:val="subSup"/><br />
<m:narylim m:val="undOvr"/><br />
</m:mathpr></w:worddocument><br />
</xml>< ![endif]--><!--[if gte mso 9]><xml><br />
<w:latentstyles DefLockedState="false" DefUnhideWhenUsed="true" DefSemiHidden="true" DefQFormat="false" DefPriority="99" LatentStyleCount="267"><br />
<w:lsdexception Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Normal"/><br />
<w:lsdexception Locked="false" Priority="9" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="heading 1"/><br />
<w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 2"/><br />
<w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 3"/><br />
<w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 4"/><br />
<w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 5"/><br />
<w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 6"/><br />
<w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 7"/><br />
<w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 8"/><br />
<w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 9"/><br />
<w:lsdexception Locked="false" Priority="39" Name="toc 1"/><br />
<w:lsdexception Locked="false" Priority="39" Name="toc 2"/><br />
<w:lsdexception Locked="false" Priority="39" Name="toc 3"/><br />
<w:lsdexception Locked="false" Priority="39" Name="toc 4"/><br />
<w:lsdexception Locked="false" Priority="39" Name="toc 5"/><br />
<w:lsdexception Locked="false" Priority="39" Name="toc 6"/><br />
<w:lsdexception Locked="false" Priority="39" Name="toc 7"/><br />
<w:lsdexception Locked="false" Priority="39" Name="toc 8"/><br />
<w:lsdexception Locked="false" Priority="39" Name="toc 9"/><br />
<w:lsdexception Locked="false" Priority="35" QFormat="true" Name="caption"/><br />
<w:lsdexception Locked="false" Priority="10" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Title"/><br />
<w:lsdexception Locked="false" Priority="1" Name="Default Paragraph Font"/><br />
<w:lsdexception Locked="false" Priority="11" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/><br />
<w:lsdexception Locked="false" Priority="22" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Strong"/><br />
<w:lsdexception Locked="false" Priority="20" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/><br />
<w:lsdexception Locked="false" Priority="59" SemiHidden="false" UnhideWhenUsed="false" Name="Table Grid"/><br />
<w:lsdexception Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/><br />
<w:lsdexception Locked="false" Priority="1" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/><br />
<w:lsdexception Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading"/><br />
<w:lsdexception Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List"/><br />
<w:lsdexception Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid"/><br />
<w:lsdexception Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1"/><br />
<w:lsdexception Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2"/><br />
<w:lsdexception Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1"/><br />
<w:lsdexception Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2"/><br />
<w:lsdexception Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1"/><br />
<w:lsdexception Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2"/><br />
<w:lsdexception Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3"/><br />
<w:lsdexception Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List"/><br />
<w:lsdexception Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading"/><br />
<w:lsdexception Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List"/><br />
<w:lsdexception Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid"/><br />
<w:lsdexception Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 1"/><br />
<w:lsdexception Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 1"/><br />
<w:lsdexception Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 1"/><br />
<w:lsdexception Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/><br />
<w:lsdexception Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/><br />
<w:lsdexception Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/><br />
<w:lsdexception Locked="false" UnhideWhenUsed="false" Name="Revision"/><br />
<w:lsdexception Locked="false" Priority="34" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/><br />
<w:lsdexception Locked="false" Priority="29" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Quote"/><br />
<w:lsdexception Locked="false" Priority="30" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/><br />
<w:lsdexception Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/><br />
<w:lsdexception Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/><br />
<w:lsdexception Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/><br />
<w:lsdexception Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/><br />
<w:lsdexception Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 1"/><br />
<w:lsdexception Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/><br />
<w:lsdexception Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 1"/><br />
<w:lsdexception Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/><br />
<w:lsdexception Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 2"/><br />
<w:lsdexception Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 2"/><br />
<w:lsdexception Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 2"/><br />
<w:lsdexception Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/><br />
<w:lsdexception Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/><br />
<w:lsdexception Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/><br />
<w:lsdexception Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/><br />
<w:lsdexception Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/><br />
<w:lsdexception Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/><br />
<w:lsdexception Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/><br />
<w:lsdexception Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 2"/><br />
<w:lsdexception Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/><br />
<w:lsdexception Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 2"/><br />
<w:lsdexception Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/><br />
<w:lsdexception Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 3"/><br />
<w:lsdexception Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 3"/><br />
<w:lsdexception Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 3"/><br />
<w:lsdexception Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/><br />
<w:lsdexception Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/><br />
<w:lsdexception Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/><br />
<w:lsdexception Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/><br />
<w:lsdexception Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/><br />
<w:lsdexception Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/><br />
<w:lsdexception Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/><br />
<w:lsdexception Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 3"/><br />
<w:lsdexception Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/><br />
<w:lsdexception Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 3"/><br />
<w:lsdexception Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/><br />
<w:lsdexception Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 4"/><br />
<w:lsdexception Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 4"/><br />
<w:lsdexception Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 4"/><br />
<w:lsdexception Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/><br />
<w:lsdexception Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/><br />
<w:lsdexception Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/><br />
<w:lsdexception Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/><br />
<w:lsdexception Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/><br />
<w:lsdexception Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/><br />
<w:lsdexception Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/><br />
<w:lsdexception Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 4"/><br />
<w:lsdexception Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/><br />
<w:lsdexception Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 4"/><br />
<w:lsdexception Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/><br />
<w:lsdexception Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 5"/><br />
<w:lsdexception Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 5"/><br />
<w:lsdexception Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 5"/><br />
<w:lsdexception Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/><br />
<w:lsdexception Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/><br />
<w:lsdexception Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/><br />
<w:lsdexception Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/><br />
<w:lsdexception Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/><br />
<w:lsdexception Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/><br />
<w:lsdexception Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/><br />
<w:lsdexception Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 5"/><br />
<w:lsdexception Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/><br />
<w:lsdexception Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 5"/><br />
<w:lsdexception Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/><br />
<w:lsdexception Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 6"/><br />
<w:lsdexception Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 6"/><br />
<w:lsdexception Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 6"/><br />
<w:lsdexception Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/><br />
<w:lsdexception Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/><br />
<w:lsdexception Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/><br />
<w:lsdexception Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/><br />
<w:lsdexception Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/><br />
<w:lsdexception Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/><br />
<w:lsdexception Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/><br />
<w:lsdexception Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 6"/><br />
<w:lsdexception Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/><br />
<w:lsdexception Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 6"/><br />
<w:lsdexception Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/><br />
<w:lsdexception Locked="false" Priority="19" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/><br />
<w:lsdexception Locked="false" Priority="21" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/><br />
<w:lsdexception Locked="false" Priority="31" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/><br />
<w:lsdexception Locked="false" Priority="32" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/><br />
<w:lsdexception Locked="false" Priority="33" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Book Title"/><br />
<w:lsdexception Locked="false" Priority="37" Name="Bibliography"/><br />
<w:lsdexception Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/><br />
</w:latentstyles><br />
</xml>< ![endif]--><!--[if gte mso 10]></p>
<style>
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin-top:0in;
mso-para-margin-right:0in;
mso-para-margin-bottom:10.0pt;
mso-para-margin-left:0in;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}
table.MsoTableGrid
{mso-style-name:"Table Grid";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-priority:59;
mso-style-unhide:no;
border:solid windowtext 1.0pt;
mso-border-alt:solid windowtext .5pt;
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-border-insideh:.5pt solid windowtext;
mso-border-insidev:.5pt solid windowtext;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}
</style>
<p>< ![endif]--></p>
<table class="MsoTableGrid" style="border-collapse: collapse; mso-table-layout-alt: fixed; border: none; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 0in 5.4pt 0in 5.4pt;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; height: 9.0pt;">
<td style="width: 67.0pt; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; height: 9.0pt;" valign="top" width="89">
<p class="SP4143457" style="margin-bottom: 14.15pt;"><span class="SC42538"><strong><span style="font-size: 7.5pt;">Option</span></strong></span></p>
</td>
<td style="width: 148.0pt; border: solid windowtext 1.0pt; border-left: none; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; height: 9.0pt;" valign="top" width="197">
<p class="SP4143457" style="margin-bottom: 14.15pt;"><span class="SC42538"><strong><span style="font-size: 7.5pt;">When set to 0</span></strong></span></p>
</td>
<td style="width: 145.0pt; border: solid windowtext 1.0pt; border-left: none; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; height: 9.0pt;" valign="top" width="193">
<p class="SP4143457" style="margin-bottom: 14.15pt;"><span class="SC42538"><strong><span style="font-size: 7.5pt;">When set to 1</span></strong></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 1; height: 13.5pt;">
<td style="width: 67.0pt; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; height: 13.5pt;" valign="top" width="89">
<p class="SP4143382" style="margin-bottom: 6.0pt;"><span class="SC42538"><span style="font-size: 7.5pt; font-family: 'FLDMP K+ Myriad Pro','sans-serif'; mso-bidi-font-family: 'FLDMP K+ Myriad Pro';">GenerateTOC</span></span></p>
</td>
<td style="width: 148.0pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; height: 13.5pt;" valign="top" width="197">
<p class="SP4143382" style="margin-bottom: 6.0pt;"><span class="SC42538"><span style="font-size: 7.5pt; font-family: 'FLDMP K+ Myriad Pro','sans-serif'; mso-bidi-font-family: 'FLDMP K+ Myriad Pro';">ToC is NOT generated in the output book</span></span></p>
</td>
<td style="width: 145.0pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; height: 13.5pt;" valign="top" width="193">
<p class="SP4143382" style="margin-bottom: 6.0pt;"><span class="SC42538"><span style="font-size: 7.5pt; font-family: 'FLDMP K+ Myriad Pro','sans-serif'; mso-bidi-font-family: 'FLDMP K+ Myriad Pro';">ToC IS generated in the output book</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 2; height: 18.5pt;">
<td style="width: 67.0pt; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; height: 18.5pt;" valign="top" width="89">
<p class="SP4143382" style="margin-bottom: 6.0pt;"><span class="SC42538"><span style="font-size: 7.5pt; font-family: 'FLDMP K+ Myriad Pro','sans-serif'; mso-bidi-font-family: 'FLDMP K+ Myriad Pro';">GenerateIndex</span></span></p>
</td>
<td style="width: 148.0pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; height: 18.5pt;" valign="top" width="197">
<p class="SP4143382" style="margin-bottom: 6.0pt;"><span class="SC42538"><span style="font-size: 7.5pt; font-family: 'FLDMP K+ Myriad Pro','sans-serif'; mso-bidi-font-family: 'FLDMP K+ Myriad Pro';">Index is NOT generated in the output book</span></span></p>
</td>
<td style="width: 145.0pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; height: 18.5pt;" valign="top" width="193">
<p class="SP4143382" style="margin-bottom: 6.0pt;"><span class="SC42538"><span style="font-size: 7.5pt; font-family: 'FLDMP K+ Myriad Pro','sans-serif'; mso-bidi-font-family: 'FLDMP K+ Myriad Pro';">Index IS generated in the output book</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 3; mso-yfti-lastrow: yes; height: 13.5pt;">
<td style="width: 67.0pt; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; height: 13.5pt;" valign="top" width="89">
<p class="SP4143382" style="margin-bottom: 6.0pt;"><span class="SC42538"><span style="font-size: 7.5pt; font-family: 'FLDMP K+ Myriad Pro','sans-serif'; mso-bidi-font-family: 'FLDMP K+ Myriad Pro';">GenerateBookTitlePage</span></span></p>
</td>
<td style="width: 148.0pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; height: 13.5pt;" valign="top" width="197">
<p class="SP4143382" style="margin-bottom: 6.0pt;"><span class="SC42538"><span style="font-size: 7.5pt; font-family: 'FLDMP K+ Myriad Pro','sans-serif'; mso-bidi-font-family: 'FLDMP K+ Myriad Pro';">Book title page is NOT generated in the output book</span></span></p>
</td>
<td style="width: 145.0pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; height: 13.5pt;" valign="top" width="193">
<p class="SP4143382" style="margin-bottom: 6.0pt;"><span class="SC42538"><span style="font-size: 7.5pt; font-family: 'FLDMP K+ Myriad Pro','sans-serif'; mso-bidi-font-family: 'FLDMP K+ Myriad Pro';">Book title page IS generated in the output book</span></span></p>
</td>
</tr>
</tbody>
</table>
<p class="SP4143457" style="margin-bottom: 14.15pt;"><span class="SC42538"><strong><span style="font-size: 7.5pt;"> </span></strong></span></p>
<table class="MsoTableGrid" style="border-collapse: collapse;" width="533" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes;">
<td style="width: .95in; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt;" valign="top" width="91">
<p class="SP4143457" style="margin-bottom: 14.15pt;"><span class="SC42538"><strong><span style="font-size: 7.5pt;">Option</span></strong></span></p>
</td>
<td style="width: 292.5pt; border: solid windowtext 1.0pt; border-left: none; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt;" valign="top" width="390">
<p class="SP4143457" style="margin-bottom: 14.15pt;"><span class="SC42538"><strong><span style="font-size: 7.5pt;">Detail</span></strong></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 1; mso-yfti-lastrow: yes;">
<td style="width: .95in; border: solid windowtext 1.0pt; border-top: none; mso-border-top-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt;" valign="top" width="91">
<p class="SP4143382" style="margin-bottom: 6.0pt;"><span class="SC42538"><span style="font-size: 7.5pt; font-family: 'FLDMP K+ Myriad Pro','sans-serif'; mso-bidi-font-family: 'FLDMP K+ Myriad Pro';">OutputFilesOrder</span></span></p>
<p class="SP4143382" style="margin-bottom: 6.0pt;"><span class="SC42538"><span style="font-size: 7.5pt; font-family: 'FLDMP K+ Myriad Pro','sans-serif'; mso-bidi-font-family: 'FLDMP K+ Myriad Pro';"> </span></span></p>
</td>
<td style="width: 292.5pt; border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; mso-border-top-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt;" valign="top" width="390">
<p class="SP4143382" style="margin-bottom: 6.0pt;"><span class="SC42538"><span style="font-size: 7.5pt; font-family: 'FLDMP K+ Myriad Pro','sans-serif'; mso-bidi-font-family: 'FLDMP K+ Myriad Pro';">Specify the order of the files in the output. Use the following values delimited with pipelines to specify the order: BookTitle|TOC|Files|ListofFigures|ListofTables|Index.</span></span></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal">For a detail of all the flags, <a title="see documentation" href="http://help.adobe.com/en_US/framemaker/ini/framemaker_11_ini_reference.pdf" target="_blank">see documentation</a>.</p>
<p class="MsoNormal">2. Save a ditamap as &#8220;Book 11.0 with fm components.&#8221; FrameMaker creates a book.</p>
<p> 3. Review the book and make any required changes in the ini file. Regenerate the book.</p>
<p>Like the test drive? Check out the <a title="documentation" href="http://help.adobe.com/en_US/framemaker/ini/framemaker_11_ini_reference.pdf" target="_blank">documentation</a> to know all the options.</p>
<p><span style="text-decoration: underline;"><strong>2. Initialization settings in maker.ini file</strong></span></p>
<p>Adobe FrameMaker uses an ini (initialization file) to set many application and user preferences. By changing it, you can modify FrameMaker&#8217;s default behavior according to your needs.  Maker.ini is an important initialization file and it controls many aspects of FrameMaker including:</p>
<ul>
<li>Pasting from clipboard</li>
<li>Preferences (spelling, interface etc)</li>
<li>API Clients</li>
<li>Structured Authoring preferences</li>
<li>CMS preferences</li>
<li>Handing unavailable fonts in documents</li>
</ul>
<p>And more. Once you edit the maker.ini file, changes take place the next time you launch FrameMaker.</p>
<p>Information about a lot of important flags that help you do the above and more are available in the <a title="INI Reference Documentation" href="http://help.adobe.com/en_US/framemaker/ini/framemaker_11_ini_reference.pdf" target="_blank">INI Reference documentation</a>. Maker.ini documentation is being worked on and information on rest of the flags will be made available soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/tcs/2012/10/uncategorized/iniref.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Search tips for Adobe Community Help Client (CHC)</title>
		<link>http://blogs.adobe.com/tcs/2011/12/community_help/search-tips-for-adobe-community-help-client-chc.html</link>
		<comments>http://blogs.adobe.com/tcs/2011/12/community_help/search-tips-for-adobe-community-help-client-chc.html#comments</comments>
		<pubDate>Thu, 22 Dec 2011 06:05:03 +0000</pubDate>
		<dc:creator>mdavid</dc:creator>
				<category><![CDATA[Community Help]]></category>
		<category><![CDATA[CHC search options]]></category>
		<category><![CDATA[how to exclude community content from search]]></category>
		<category><![CDATA[PDF search in Community Help Client]]></category>
		<category><![CDATA[Update CHC content]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/tcs/?p=1714</guid>
		<description><![CDATA[Adobe Community Help Client (CHC) is the Help viewer that comes with Adobe products. When you press F1 from an Adobe product or launch Help from the Help menu, Help topics are displayed in CHC. CHC provides powerful search capabilities, in both online mode and offline mode. However, if you’re used to searching using browsers [...]]]></description>
				<content:encoded><![CDATA[<p>Adobe Community Help Client (CHC) is the Help viewer that comes with Adobe products. When you press F1 from an Adobe product or launch Help from the Help menu, Help topics are displayed in CHC. CHC provides powerful search capabilities, in both online mode and offline mode. However, if you’re used to searching using browsers when online and in PDFs when offline, you might find the unified online/offline experience of CHC a little overwhelming.</p>
<p><a class="lightbox"  title ="CHC Window" href="http://blogs.adobe.com/tcs/files/2011/12/chc1.jpg"><img src="http://blogs.adobe.com/tcs/files/2011/12/chc1-300x129.jpg" alt="" title="CHC Window" width="300" height="129" class="alignnone size-medium wp-image-1715" /></a></p>
<blockquote><p>Tip: Make sure you click the arrow button to the left of Search Options to view and configure the search options.</p></blockquote>
<p>Online and Local are the two top-level search locations that CHC provides. The default is Online. After selecting Online or Local, you have the option to filter results further.</p>
<p><strong><br />
*Needless to say that you need to be connected to the Internet to search online*</strong></p>
<p>When you search online, the search need not be limited to the product Help. For example, if you select All or Adobe.com, you will likely find relevant content created by experts from the Adobe community.</p>
<p><a class="lightbox"  title ="Search All" href="http://blogs.adobe.com/tcs/files/2011/12/chc2.jpg"><img src="http://blogs.adobe.com/tcs/files/2011/12/chc2-300x253.jpg" alt="" title="Search All" width="300" height="253" class="alignnone size-medium wp-image-1716" /></a></p>
<h2>Search all content</h2>
<p>To search all relevant content posted on adobe.com and curated from outside adobe.com:</p>
<ol>
<li>Select the product in CHC.</li>
<li>Set Search Location as <strong>Online</strong>.</li>
<li>Select Filter Results as <strong>All</strong>.</li>
<li>Enter the search term in the search box, and press Enter to view the results.</li>
</ol>
<p>CHC then searches not only the product’s Help pages, but also knowledgebase articles, Developer Center articles as well as the most relevant content created by experts from the Adobe user community, and then displays the results.</p>
<p>The following screenshot displays the search results for the search term <strong>Using Templates</strong>, searched using the product selected as FrameMaker and the Filter Results drop-down option set to <strong>All</strong>.</p>
<p><a class="lightbox"  title ="Search Results - All" href="http://blogs.adobe.com/tcs/files/2011/12/chc3.jpg"><img src="http://blogs.adobe.com/tcs/files/2011/12/chc3-300x179.jpg" alt="" title="Search Results - All" width="300" height="179" class="alignnone size-medium wp-image-1717" /></a></p>
<p>To exclude content from outside adobe.com, select <strong>Adobe.com</strong> from the Filter Results drop-down list. The results include Help pages, Developer Center articles, knowledgebase articles, videos, and other relevant content pieces posted on adobe.com.</p>
<blockquote><p>Info: The content posted on adobe.com includes valuable user contributions. </p></blockquote>
<h2>Search within a product’s documentation</h2>
<p>CHC provides easy ways of restricting search to a product’s Help in both online and offline (Local or PDF) modes.</p>
<h3>Search within a product’s documentation in online mode</h3>
<p>Searching in online mode helps you automatically search within the latest copy of the product’s documentation.</p>
<ol>
<li>In CHC, select the product. For example, FrameMaker 10.</li>
<li>Set Search Location as Online.</li>
<li>Select the Adobe reference only option.</li>
<li>Enter your search term in the search box and press Enter.</li>
</ol>
<p>CHC then searches within the product’s Help pages and displays the results.</p>
<p>The following screenshot displays the search results for the search term – <strong>Display Master Pages</strong>, searched using the <strong>Adobe reference only</strong> option.</p>
<p><a class="lightbox"  title ="Search Results - Adobe Reference Only option" href="http://blogs.adobe.com/tcs/files/2011/12/chc4.jpg"><img src="http://blogs.adobe.com/tcs/files/2011/12/chc4-300x179.jpg" alt="" title="Search Results - Adobe Reference Only option" width="300" height="179" class="alignnone size-medium wp-image-1718" /></a></p>
<p>The disadvantage of using the <strong>Adobe reference only</strong> option is that it searches only within the product’s Help pages. Knowledgebase articles, Developer Center articles as well as the valuable content contributed by experts from the Adobe user community are <strong>NOT</strong> searched.</p>
<h3>Search within a product’s documentation in offline mode</h3>
<ol>
<li>In CHC, select the product for which the documentation needs to be searched. For example, FrameMaker 10.</li>
<li>To search within FrameMaker 10 Help, you can do one of the following:</li>
</ol>
<ul>
<li>a. Set the Search Location as <strong>Local</strong> and select the appropriate document to be searched from the Filter Results drop down. Enter the search term in the search box, and press Enter to view the results.
</li>
<li>b. Open the product’s Help by clicking the <strong>View Help PDF</strong> link. When the PDF is open, you can search using the search capabilities of Adobe Reader.</li>
<p><a class="lightbox"  title ="View Help PDF link" href="http://blogs.adobe.com/tcs/files/2011/12/chc5.jpg"><img src="http://blogs.adobe.com/tcs/files/2011/12/chc5-300x179.jpg" alt="" title="View Help PDF link" width="300" height="179" class="alignnone size-medium wp-image-1719" /></a></ul>
<p>The following screenshot displays the search results for the search term <strong>Display Master Pages</strong> with Search Location set to <strong>Local</strong> and the <strong>Using FrameMaker 10</strong> guide selected from the Filter Results drop-down list (method (a)):</p>
<p><a class="lightbox"  title ="Search Results - Local" href="http://blogs.adobe.com/tcs/files/2011/12/chc6.jpg"><img src="http://blogs.adobe.com/tcs/files/2011/12/chc6-300x178.jpg" alt="" title="Search Results - Local" width="300" height="178" class="alignnone size-medium wp-image-1720" /></a></p>
<p>The disadvantage of method (a) is that you may not have the latest copy of the documentation on your system.</p>
<p>By default, CHC is set to notify you when updates are available, and gives you a chance to install those updates.</p>
<h2>Updating the local copy of the documentation</h2>
<p>To manually update your local copy of the documentation:</p>
<ol>
<li>Click Edit > Preferences</li>
<li>Click Updater Settings and then click Manage Now. CHC displays the latest updates.</li>
<li>Select an update from the list and click Update.</li>
<li>Click Done to close the updater when updates have finished installing.</li>
</ol>
<p>Related article: <a HREF="http://blogs.adobe.com/tcs/2011/01/tcs-specific/search-capabilities-in-the-adobe-community-help-client.html" target="_blank">Search capabilities in the Adobe Community Help Client</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/tcs/2011/12/community_help/search-tips-for-adobe-community-help-client-chc.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating unique content</title>
		<link>http://blogs.adobe.com/tcs/2011/11/robohelp/creating-unique-content.html</link>
		<comments>http://blogs.adobe.com/tcs/2011/11/robohelp/creating-unique-content.html#comments</comments>
		<pubDate>Mon, 28 Nov 2011 10:18:03 +0000</pubDate>
		<dc:creator>Chiradeep Majumdar</dc:creator>
				<category><![CDATA[RoboHelp]]></category>
		<category><![CDATA[RoboHelp Server]]></category>
		<category><![CDATA[Technical Communication - General]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Adobe® RoboHelp]]></category>
		<category><![CDATA[Adobe® RoboHelp 9]]></category>
		<category><![CDATA[Adobe® Technical Communication Suite 3]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tcs]]></category>
		<category><![CDATA[TCS3]]></category>
		<category><![CDATA[unique content]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/tcs/?p=1680</guid>
		<description><![CDATA[Since long, authors have faced the dilemma of whether to focus on extensive keyword research or create killer content that benefits users. Keyword research helps identify the most relevant user queries about your subject. However, to create unique content you must focus on user needs and think up ways to present relevant content in a [...]]]></description>
				<content:encoded><![CDATA[<p>Since long, authors have faced the dilemma of whether to focus on extensive keyword research or create killer content that benefits users.</p>
<p>Keyword research helps identify the most relevant user queries about your subject. However, to create <strong>unique content</strong> you must focus on user needs and think up ways to present relevant content in a unique fashion. Keyword research can at best provide a framework to devise content strategy.</p>
<p>There is no prescribed formula to create <strong>unique content</strong>. You should be a subject specialist. You should also have the ability to astutely understand user needs and write great content.</p>
<p>Notwithstanding these abilities, adopting specific content strategies may help create <strong>unique content</strong>.</p>
<p>Here are some strategies that might be useful:</p>
<ul>
<li><strong><em>Provide new information or concept that is important to readers</em></strong>: Provide a brand-new piece of information that never existed before. For example, talk about new product features, for example the cool new Adobe Illustrator feature that lets you <a href="http://help.adobe.com/en_US/illustrator/cs/using/WS714a382cdf7d304e7e07d0100196cbc5f-6229a.html">trace artwork</a>. Talk of a revolutionary concept that redefined your product roadmap. For example, talk about the concept of <a href="http://help.adobe.com/en_US/illustrator/cs/using/WS714a382cdf7d304e7e07d0100196cbc5f-644aa.html">Clipping Masks</a> in Adobe Illustrator.</li>
<li><strong><em>Suggest a unique approach to address a burning user issue</em></strong>: Guide readers through a new technique, approach, or workaround that hasn’t been explored before. Suggest a new workflow that solves a longstanding user problem, for example a workflow to <a href="http://help.adobe.com/en_US/illustrator/cs/using/WSB6C210C6-7113-4e50-B176-EC789EAC18EEa.html">adjust path segments</a> in Adobe Illustrator.</li>
<li><strong><em>Augment pre-existing information by adding more value and personal flavor</em></strong>: Add value to a piece of information that is already available. Provide your own inputs based on your subject knowledge and experience. For example, describe <a href="http://www.cmcandrew.com/robocolumn/archives/2558">how Adobe® RoboHelp® report titles map with the latest RoboHelp report titles</a>.</li>
<li><strong><em>Provide your perspective on a controversial or complicated topic</em></strong>: Introduce a thought provoking dimension to the topic. However, avoid getting too involved into a debate (for obvious reasons).   </li>
<li><strong><em>Broach a controversial topic to spark a debate</em></strong>: Write a blog or article on a controversial topic that provides the platform for other people to debate amongst themselves. In this way, you can steer clear from the controversy. However, you can still be a neutral observer and moderate when specific comments get acerbic. </li>
<li><strong><em>Describe your unique experiences</em></strong>: Narrate your unique experiences with a product or feature. Describe capabilities/pitfalls in the product or feature you discovered when trying to accomplish a task using the product. For example, explain how users can <a href="http://www.cmcandrew.com/robocolumn/archives/2515">manage Adobe® RoboHelp® Server contexts for different documentation sets</a>.</li>
<li><strong><em>Present your own analysis of a subject or data</em></strong>: Present your unique analysis of data that commonly available about a subject or event. Highlight insightful details to create maximum impact.</li>
<li><strong><em>Answer frequently asked questions</em></strong>: Prepare a list of frequently asked questions about a product or feature. Provide answers in your own words to best satisfy user queries. Effective query resolution helps you gain the confidence of users who might later refer your content to others.    </li>
</ul>
<p>Above all, the key to creating unique content is the genuine intent to help users without expecting anything in return. If you continue to create original content that is of substantial value to users, they will become your loyal followers. They will recommend your content to others, which helps you build an impressive reputation.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/tcs/2011/11/robohelp/creating-unique-content.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New videos in RoboHelp Help</title>
		<link>http://blogs.adobe.com/tcs/2011/11/robohelp/new-videos-in-robohelp-help.html</link>
		<comments>http://blogs.adobe.com/tcs/2011/11/robohelp/new-videos-in-robohelp-help.html#comments</comments>
		<pubDate>Tue, 15 Nov 2011 11:45:50 +0000</pubDate>
		<dc:creator>Nandini Gupta</dc:creator>
				<category><![CDATA[RoboHelp]]></category>
		<category><![CDATA[Adobe TV]]></category>
		<category><![CDATA[David Rivers]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[printed documents]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[RoboHelp output. webHelp]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[TOC]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/tcs/?p=1663</guid>
		<description><![CDATA[Many users, especially new users trying to get up-to-speed with RoboHelp, find it easy to learn by watching videos. Those users now have a reason to cheer. We now have a RoboHelp channel on Adobe TV. Currently, 12 videos created by David Rivers for lynda.com are available on that page. Topics covered are for two [...]]]></description>
				<content:encoded><![CDATA[<p>Many users, especially new users trying to get up-to-speed with RoboHelp, find it easy to learn by watching videos. Those users now have a reason to cheer. We now have a <a href="http://tv.adobe.com/show/learn-robohelp-9/">RoboHelp channel on Adobe TV</a>. Currently, 12 videos created by <a href="http://www.lynda.com/David-Rivers/33-1.html">David Rivers</a> for lynda.com are available on that page. Topics covered are for two commonly used workflows: creating and generating webHelp and generating printed documentation.</p>
<p>To help you watch these videos from within RoboHelp online Help, we have embedded them on the relevant Help pages. Some videos found on <a href="http://www.youtube.com/">youtube</a> have also been embedded in related Help topics. Let us know if you find the videos useful.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="250"><strong>Video</strong></td>
<td valign="top" width="270"><strong>Help page</strong></td>
</tr>
<tr>
<td valign="top" width="250">Creating and opening WebHelp projects</td>
<td valign="top" width="270"><a href="http://help.adobe.com/en_US/robohelp/robohtml/WSbbd90109c56458db1172e0811dc92a89ab-8000.html">http://help.adobe.com/en_US/robohelp/robohtml/WSbbd90109c56458db1172e0811dc92a89ab-8000.html</a></td>
</tr>
<tr>
<td valign="top" width="250">Importing PDFs to create a project</td>
<td valign="top" width="270"><a href="http://help.adobe.com/en_US/robohelp/robohtml/WS15602A42-A180-486d-A7A8-6492E1E65E6C.html" target="_blank">http://help.adobe.com/en_US/robohelp/robohtml/WS15602A42-A180-486d-A7A8-6492E1E65E6C.html</a></td>
</tr>
<tr>
<td valign="top" width="250">Importing Word documents</td>
<td valign="top" width="270"><a href="http://help.adobe.com/en_US/robohelp/robohtml/WS78E92C13-2A95-4d38-892B-DA762DC9DEE4.html" target="_blank">http://help.adobe.com/en_US/robohelp/robohtml/WS78E92C13-2A95-4d38-892B-DA762DC9DEE4.html</a></td>
</tr>
<tr>
<td valign="top" width="250">Linking to a Word document</td>
<td valign="top" width="270"><a href="http://help.adobe.com/en_US/robohelp/robohtml/WS78E92C13-2A95-4d38-892B-DA762DC9DEE4.html" target="_blank">http://help.adobe.com/en_US/robohelp/robohtml/WS78E92C13-2A95-4d38-892B-DA762DC9DEE4.html</a></td>
</tr>
<tr>
<td valign="top" width="250">Changing project settings</td>
<td valign="top" width="270"><a href="http://help.adobe.com/en_US/robohelp/robohtml/WSbbd90109c56458db1172e0811dc92a89ab-8000.html#WSC7C7D27E-7CF6-4976-B28A-E03CE515D0B9" target="_blank">http://help.adobe.com/en_US/robohelp/robohtml/WSbbd90109c56458db1172e0811dc92a89ab-8000.html#WSC7C7D27E-7CF6-4976-B28A-E03CE515D0B9</a></td>
</tr>
<tr>
<td valign="top" width="250">Auto-creating a TOC</td>
<td valign="top" width="270"><a href="http://help.adobe.com/en_US/robohelp/robohtml/WS8CA3B97F-FE98-4caa-BB31-82C3DCE7D3FA.html" target="_blank">http://help.adobe.com/en_US/robohelp/robohtml/WS8CA3B97F-FE98-4caa-BB31-82C3DCE7D3FA.html</a></td>
</tr>
<tr>
<td valign="top" width="250">Adding custom search terms</td>
<td valign="top" width="270"><a href="http://help.adobe.com/en_US/robohelp/robohtml/WSC9A96255-05D4-426c-9CB7-1F0F2CB670E7.html" target="_blank">http://help.adobe.com/en_US/robohelp/robohtml/WSC9A96255-05D4-426c-9CB7-1F0F2CB670E7.html</a></td>
</tr>
<tr>
<td valign="top" width="250">Generating a project</td>
<td valign="top" width="270"><a href="http://help.adobe.com/en_US/robohelp/robohtml/WS1b49059a33f777266a1dcb2412c30c34e10-8000.html" target="_blank">http://help.adobe.com/en_US/robohelp/robohtml/WS1b49059a33f777266a1dcb2412c30c34e10-8000.html</a></td>
</tr>
<tr>
<td valign="top" width="250">Setting general print properties</td>
<td valign="top" width="270"><a href="http://help.adobe.com/en_US/robohelp/robohtml/WS67821CB9-62A3-4063-A599-C3872179BCC8.html" target="_blank">http://help.adobe.com/en_US/robohelp/robohtml/WS67821CB9-62A3-4063-A599-C3872179BCC8.html</a></td>
</tr>
<tr>
<td valign="top" width="250">Organizing topics and chapter layout</td>
<td valign="top" width="270"><a href="http://help.adobe.com/en_US/robohelp/robohtml/WSbbd90109c56458db1172e0811dc92a89ab-8000.html" target="_blank">http://help.adobe.com/en_US/robohelp/robohtml/WSbbd90109c56458db1172e0811dc92a89ab-8000.html</a></td>
</tr>
<tr>
<td valign="top" width="250">Organizing sections</td>
<td valign="top" width="270"><a href="http://help.adobe.com/en_US/robohelp/robohtml/WS5b3ccc516d4fbf351e63e3d11aff59db77-7ff1.html" target="_blank">http://help.adobe.com/en_US/robohelp/robohtml/WS5b3ccc516d4fbf351e63e3d11aff59db77-7ff1.html</a></td>
</tr>
<tr>
<td valign="top" width="250">Using Style Mapping</td>
<td valign="top" width="270"><a href="http://help.adobe.com/en_US/robohelp/robohtml/WS5b3ccc516d4fbf351e63e3d11aff59c2a0-7ee4.html" target="_blank">http://help.adobe.com/en_US/robohelp/robohtml/WS5b3ccc516d4fbf351e63e3d11aff59c2a0-7ee4.html</a></td>
</tr>
<tr>
<td valign="top" width="250">Setting printer options</td>
<td valign="top" width="270"><a href="http://help.adobe.com/en_US/robohelp/robohtml/WS03F0FB49-9BB3-4031-92CB-74432E7FBA85.html" target="_blank">http://help.adobe.com/en_US/robohelp/robohtml/WS03F0FB49-9BB3-4031-92CB-74432E7FBA85.html</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/tcs/2011/11/robohelp/new-videos-in-robohelp-help.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New: Use of videos in FrameMaker help</title>
		<link>http://blogs.adobe.com/tcs/2011/09/uncategorized/new-use-of-videos-in-framemaker-help.html</link>
		<comments>http://blogs.adobe.com/tcs/2011/09/uncategorized/new-use-of-videos-in-framemaker-help.html#comments</comments>
		<pubDate>Wed, 28 Sep 2011 06:54:09 +0000</pubDate>
		<dc:creator>Gyanesh Talwar</dc:creator>
				<category><![CDATA[FrameMaker]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/tcs/?p=1642</guid>
		<description><![CDATA[Adobe FrameMaker help now has embedded videos. How do you like these videos in the help pages? Do they add value to the content? Please give your feedback in the help pages. http://help.adobe.com/en_US/framemaker/using/WSb614a57911cb716533d97de012934e18ada-7ff8.html http://help.adobe.com/en_US/framemaker/using/WSD1708FB3-2FAB-4230-864A-9F00E2B6BD2F.html http://help.adobe.com/en_US/FrameMaker/9.0/Using/WS2526FE8F-4A7F-4f1a-A4EE-6491DD4D47C4.html How to give feedback: You can give feedback either by selecting a radio button and entering an anonymous comment (under [...]]]></description>
				<content:encoded><![CDATA[<p>Adobe FrameMaker help now has embedded videos. How do you like these videos in the help pages? Do they add value to the content? Please give your feedback in the help pages.</p>
<ol>
<li><a title="http://help.adobe.com/en_US/framemaker/using/WSb614a57911cb716533d97de012934e18ada-7ff8.html" href="http://help.adobe.com/en_US/framemaker/using/WSb614a57911cb716533d97de012934e18ada-7ff8.html" target="_blank">http://help.adobe.com/en_US/framemaker/using/WSb614a57911cb716533d97de012934e18ada-7ff8.html</a></li>
<li><a title="http://help.adobe.com/en_US/framemaker/using/WSD1708FB3-2FAB-4230-864A-9F00E2B6BD2F.html" href="http://help.adobe.com/en_US/framemaker/using/WSD1708FB3-2FAB-4230-864A-9F00E2B6BD2F.html" target="_blank">http://help.adobe.com/en_US/framemaker/using/WSD1708FB3-2FAB-4230-864A-9F00E2B6BD2F.html</a></li>
<li><a title="http://help.adobe.com/en_US/FrameMaker/9.0/Using/WS2526FE8F-4A7F-4f1a-A4EE-6491DD4D47C4.html" href="http://help.adobe.com/en_US/FrameMaker/9.0/Using/WS2526FE8F-4A7F-4f1a-A4EE-6491DD4D47C4.html" target="_blank">http://help.adobe.com/en_US/FrameMaker/9.0/Using/WS2526FE8F-4A7F-4f1a-A4EE-6491DD4D47C4.html</a></li>
</ol>
<p><strong>How to give feedback:</strong></p>
<p>You can give feedback either by selecting a radio button and entering an anonymous comment (under the topic title):</p>
<p><a class="lightbox" title="Select a radio button to signify if the content is helpful " href="http://blogs.adobe.com/tcs/files/2011/09/WasThisHelpful.png"><img class="alignnone size-full wp-image-1643" style="border: 1px solid black;" title="Select a radio button to signify if the content is helpful " src="http://blogs.adobe.com/tcs/files/2011/09/WasThisHelpful.png" alt="" width="236" height="72" /></a></p>
<p>Or you can sign in to rate the page and leave feedback with your name/contact details (link located at the bottom of the page):</p>
<p><a class="lightbox" title="Sign In To Comment" href="http://blogs.adobe.com/tcs/files/2011/09/SignInToComment.png"><img class="alignnone size-full wp-image-1644" title="Sign In To Comment" src="http://blogs.adobe.com/tcs/files/2011/09/SignInToComment.png" alt="" width="196" height="27" /></a></p>
<p>Your feedback helps us deliver you better help.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/tcs/2011/09/uncategorized/new-use-of-videos-in-framemaker-help.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New: FrameMaker 10 ExtendScript Documentation</title>
		<link>http://blogs.adobe.com/tcs/2011/08/extendscript-estk/new-f-10-estk-doc.html</link>
		<comments>http://blogs.adobe.com/tcs/2011/08/extendscript-estk/new-f-10-estk-doc.html#comments</comments>
		<pubDate>Wed, 03 Aug 2011 11:52:51 +0000</pubDate>
		<dc:creator>Gyanesh Talwar</dc:creator>
				<category><![CDATA[ExtendScript (ESTK)]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[ExtendedScript ToolKit]]></category>
		<category><![CDATA[FrameMaker]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/tcs/?p=1614</guid>
		<description><![CDATA[The much-awaited FrameMaker ExtendScript documentation set is now available. The documentation set is enhanced using the value-add feedback from the Adobe customers and partners, including Michael Mueller-Hillebrand and Ian Proudfoot. OMV.xml:  The latest OMV.xml file and directions on how to install it on your system are available at: http://www.adobe.com/devnet/framemaker/articles/10.html PDF documentation:  The PDF documentation is [...]]]></description>
				<content:encoded><![CDATA[<p>The much-awaited FrameMaker ExtendScript documentation set is now available. The documentation set is enhanced using the value-add feedback from the Adobe customers and partners, including Michael Mueller-Hillebrand and Ian Proudfoot.</p>
<ol>
<li>OMV.xml:  The latest OMV.xml file and directions on how to install it on your system are available at: <a href="http://www.adobe.com/devnet/framemaker/articles/10.html">http://www.adobe.com/devnet/framemaker/articles/10.html</a></li>
<li>PDF documentation:  The PDF documentation is available at: <a href="http://help.adobe.com/en_US/framemaker/scripting/framemaker_10_scripting.pdf">http://help.adobe.com/en_US/framemaker/scripting/framemaker_10_scripting.pdf</a></li>
</ol>
<p><strong>What is ExtendScript?</strong></p>
<p>ExtendScript is an extended implementation of JavaScript that provides a scripting interface for FrameMaker and many other Adobe applications. For more information on ExtendScript, see <a href="http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/scripting/pdfs/javascript_tools_guide.pdf">JavaScript Tools Guide</a>.</p>
<p><strong>Is ExtendScript difficult to learn?</strong></p>
<p>ExtendScript is easy to learn. If you are familiar with FDK or a scripting language, especially JavaScript, you can immediately use ExtendScript.</p>
<p>What are some of the highlights of the ExtendScript Documentation?</p>
<ol>
<li>A comparison of FDK and ExtendScript to help people with prior FDK experience to learn ExtendScript faster</li>
<li>Single source help information that replicates the ExtendScript data model and presents information in the same structure</li>
<li>Explains properties in a class and provides links to all the methods in the class</li>
</ol>
<p><strong>What does the latest ExtendScript documentation include?</strong></p>
<p>The ExtendScript documentation release includes enhancements based on the valuable feedback from the customers and partners. The documentation is single-sourced into two outputs:</p>
<ol>
<li>The Object Model Viewer replicates the object hierarchy of ExtendScript and presents the information in the same structure with clickable classes, properties, and methods. When you select a class, OMV displays the properties and methods. You can click the property and method names to display their details.</li>
<li>The PDF document of ExtendScript has the following structure and information:</li>
</ol>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="319">
<p style="text-align: center;"><strong>Chapter</strong></p>
</td>
<td valign="top" width="319">
<p style="text-align: center;"><strong>Information and structure</strong></p>
</td>
</tr>
<tr>
<td valign="top" width="319">Chapter 1: Introduction</td>
<td valign="top" width="319">Introduces ExtendScript and ExtendScript Toolkit. This chapter describes how to access and use ExtendScript Toolkit to write your first script.</td>
</tr>
<tr>
<td valign="top" width="319">Chapter 2: Sample scripts</td>
<td valign="top" width="319">Includes sample scripts that you can copy-paste in the ExtendScript Toolkit, run, view  results. The next documentation release will have more sample scripts.</td>
</tr>
<tr>
<td valign="top" width="319">Chapter 3: FDK Vs ExtendScript</td>
<td valign="top" width="319">For users who know FDK. Helps them understand the ExtendScript object model by explaining the naming differences between the two tools. This chapter also includes sample scripts to explain Notifications and Menus and Commands in ExtendScript.</td>
</tr>
<tr>
<td valign="top" width="319">Chapter 4: Object Reference</td>
<td valign="top" width="319">Lists the classes in the ExtendScript object model and describes all the properties under these classes. Includes links to all method descriptions in all classes.</td>
</tr>
<tr>
<td valign="top" width="319">Chapter 5: Function Summary</td>
<td valign="top" width="319">Lists the classes in the ExtendScript object model and all the methods under these classes with method descriptions, errors, syntax, and return values.</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/tcs/2011/08/extendscript-estk/new-f-10-estk-doc.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>New Title Bar option in RoboHelp 9 helps in single-sourcing</title>
		<link>http://blogs.adobe.com/tcs/2011/04/uncategorized/new-title-bar-option-in-robohelp-9-helps-in-single-sourcing.html</link>
		<comments>http://blogs.adobe.com/tcs/2011/04/uncategorized/new-title-bar-option-in-robohelp-9-helps-in-single-sourcing.html#comments</comments>
		<pubDate>Mon, 25 Apr 2011 05:01:24 +0000</pubDate>
		<dc:creator>Nandini Gupta</dc:creator>
				<category><![CDATA[RoboHelp]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[single sourcing]]></category>
		<category><![CDATA[SSL setting]]></category>
		<category><![CDATA[what's new]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/tcs/?p=1595</guid>
		<description><![CDATA[In RoboHelp 9, the WebHelp and FlashHelp SSLs got a new general setting called Title Bar. Predictably, the setting lets you specify the title you want to display in the title bar. What is not so predictable is the power of this small setting (unless, of course, you’re a real-life RoboHelp user generating multiple Help [...]]]></description>
				<content:encoded><![CDATA[<p>In RoboHelp 9, the WebHelp and FlashHelp SSLs got a new general setting called Title Bar. Predictably, the setting lets you specify the title you want to display in the title bar. What is not so predictable is the power of this small setting (unless, of course, you’re a real-life RoboHelp user generating multiple Help systems from the same source day in and day out).</p>
<p>I realized the power of the Title Bar field when I came across this post on the RoboHelp forum:</p>
<p><a href="http://forums.adobe.com/thread/670266">http://forums.adobe.com/thread/670266</a></p>
<p>Let’s see the problem user kmaddox1 was facing:</p>
<blockquote><p>I&#8217;m trying to generate several WebHelp systems from a single RH8 project. So far it&#8217;s working okay, but I can&#8217;t figure out how to control the titles used for the browser tabs (see below, which shows the same title being used for two different help systems). It appears that the text defaults to the name of my project, which means that all of my WebHelp systems share the same title, regardless of which conditional build expression and variable set I specify when generating the output.</p>
<p>Is there a way to use customize the title used here? (For example, is there a way to simply use the name of my WebHelp single source output here instead of the project name?)</p></blockquote>
<p>This is the snapshot the user posted (highlighters added by me):</p>
<div id="attachment_1597" class="wp-caption alignnone" style="width: 310px"><a class="lightbox" title="webhelp_output_titlebar" href="http://blogs.adobe.com/tcs/files/2011/04/webhelp_output_titlebar.png"><img class="size-medium wp-image-1597" title="webhelp_output_titlebar" src="http://blogs.adobe.com/tcs/files/2011/04/webhelp_output_titlebar-300x67.png" alt="Multiple Help systems generated from a project have the same text in the title bar (project title) in RoboHelp 8" width="300" height="67" /></a><p class="wp-caption-text">Multiple Help systems generated from a project have the same text in the title bar (project title) in RoboHelp 8</p></div>
<p>Now look at the solutions proposed by the moderator (these are the solutions that are possible in RoboHelp 8):</p>
<blockquote><p>Unfortunately any way you slice it you are in for an extra task or two. That&#8217;s why I strongly recommend that you complete the Wish Form to remind Adobe this is a needed feature. (link for visiting the Wish Form is in my sig line)</p>
<p>Well, you could repeatedly click <strong>File &gt; Project Settings</strong> and always change what you see there.</p>
<p>But that&#8217;s a bit icky and prone to forgetting to do it.</p>
<p>Probably your best bet is to simply amend the WebHelp start page once you finish generating. Just edit the page using something like Windows Notepad. Amend the line you see below:</p>
<p>Once you amend the line, close and save the file. You should then find the tab reads what you want.</p></blockquote>
<p><em>Note: I removed the snapshots from the moderator response. RoboHelp 8 users: Please see the forum thread if you need more help with the solution.</em></p>
<h2><strong>Solution in RoboHelp 9: New Title Bar option in WebHelp and FlashHelp SSL properties</strong></h2>
<p>Simple: If you need to generate several WebHelp or FlashHelp systems from a single project, create the SSLs for each system and specify a unique title in the Title Bar option:</p>
<div id="attachment_1598" class="wp-caption alignnone" style="width: 310px"><a class="lightbox" title="webhelp_titlebar" href="http://blogs.adobe.com/tcs/files/2011/04/webhelp_titlebar.png"><img class="size-medium wp-image-1598" title="webhelp_titlebar" src="http://blogs.adobe.com/tcs/files/2011/04/webhelp_titlebar-300x227.png" alt="Specify a title for each Help system in the Title Bar field | RoboHelp 9" width="300" height="227" /></a><p class="wp-caption-text">Specify a title for each Help system in the Title Bar field | RoboHelp 9</p></div>
<p><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/tcs/2011/04/uncategorized/new-title-bar-option-in-robohelp-9-helps-in-single-sourcing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I control the order of topics in a PDF for review in RoboHelp</title>
		<link>http://blogs.adobe.com/tcs/2011/04/robohelp/how-do-i-control-the-order-of-topics-in-a-pdf-for-review-in-robohelp.html</link>
		<comments>http://blogs.adobe.com/tcs/2011/04/robohelp/how-do-i-control-the-order-of-topics-in-a-pdf-for-review-in-robohelp.html#comments</comments>
		<pubDate>Tue, 19 Apr 2011 06:18:14 +0000</pubDate>
		<dc:creator>Nandini Gupta</dc:creator>
				<category><![CDATA[PDF]]></category>
		<category><![CDATA[RoboHelp]]></category>
		<category><![CDATA[PDF review]]></category>
		<category><![CDATA[RoboHelp customization]]></category>
		<category><![CDATA[TOC]]></category>
		<category><![CDATA[topics]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/tcs/?p=1587</guid>
		<description><![CDATA[If you’re planning to create PDFs for review using RoboHelp 9, here’s a quick tip that will help you control the order of topics in the PDF. ]]></description>
				<content:encoded><![CDATA[<p>If you’re planning to create PDFs for review using RoboHelp 9, here’s a quick tip that will help you control the order of topics in the PDF. By default, RoboHelp uses the order of topics in the Project Files folder while creating the PDF. This is the same order that you see in the Create PDF for Review dialog box.</p>
<div id="attachment_1589" class="wp-caption alignnone" style="width: 310px"><a class="lightbox" title="PDF_review" href="http://blogs.adobe.com/tcs/files/2011/04/PDF_review1.png"><img class="size-medium wp-image-1589" title="PDF_review" src="http://blogs.adobe.com/tcs/files/2011/04/PDF_review1-300x190.png" alt="Topic order is as per the order in Project Files and not the TOC" width="300" height="190" /></a><p class="wp-caption-text">Topic order is as per the order in Project Files and not the TOC</p></div>
<p>The important point to remember here is that RoboHelp does not use the order of topics in the TOC. So <strong>before you create a PDF for review, make sure that the Project Files folder displays the topics in the order in which you want reviewers to view or read the topics</strong>. If required, rearrange the topics by drag-and-drop. An extra step but worth the trouble as the results are exactly what you want.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/tcs/2011/04/robohelp/how-do-i-control-the-order-of-topics-in-a-pdf-for-review-in-robohelp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
