• Complain

Tregner Thomas - MADCAP FLARE FOR PROGRAMMERS : a guide to getting the most from flare

Here you can read online Tregner Thomas - MADCAP FLARE FOR PROGRAMMERS : a guide to getting the most from flare full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: S.l, year: 2015, publisher: XML Press, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Tregner Thomas MADCAP FLARE FOR PROGRAMMERS : a guide to getting the most from flare
  • Book:
    MADCAP FLARE FOR PROGRAMMERS : a guide to getting the most from flare
  • Author:
  • Publisher:
    XML Press
  • Genre:
  • Year:
    2015
  • City:
    S.l
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

MADCAP FLARE FOR PROGRAMMERS : a guide to getting the most from flare: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "MADCAP FLARE FOR PROGRAMMERS : a guide to getting the most from flare" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

MadCap Flare for Programmers shows how Flare manages and parses content and how you can interact with Flare outside the user interface. It introduces the structure of Flare content files and Flare output files, such as HTML5 help, and shows how you can manipulate those files.
With more than 50 examples in languages such as JavaScript, C#, Java, XSLT, and Visual Basic, this book covers most of the ways you can programmatically interact with MadCap Flare.
This book is for programmers who support Flare, technical writers who want to look under the hood, and managers who would like to know what possibilities exist beyond the Flare UI

Tregner Thomas: author's other books


Who wrote MADCAP FLARE FOR PROGRAMMERS : a guide to getting the most from flare? Find out the surname, the name of the author of the book and a list of all author's works by series.

MADCAP FLARE FOR PROGRAMMERS : a guide to getting the most from flare — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "MADCAP FLARE FOR PROGRAMMERS : a guide to getting the most from flare" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
MadCap Flare for Programmers
Table of Contents
MadCap Flare for Programmers: A guide to getting the most from Flare
Thomas Tregner
eBook Introduction Thank you for purchasing MadCap Flare for Programmers A - photo 1
eBook Introduction

Thank you for purchasing MadCap Flare for Programmers: A guide to getting the most from Flare.We hope you enjoy the book and find it useful.

Best Regards,
Tom Tregner and David Owens
June, 2015

Foreword

MadCap Software is dedicated to providing leading-edge software that addresses the many ways people obtain their information, whether it is in print, on the Web, or on a mobile device. Technical communicators, marketing managers, clinical documentation specialists, user assistance managers, and policy specialists across a wide range of industry verticals use our software to create, manage, and publish content quickly and efficiently.

Flare for Programmers is a valuable resource for anyone looking to adapt and expand on the robust capabilities of MadCap Flare. Since Flares source files are all based on open standards such as XML, JavaScript, and CSS, the examples and techniques covered in this book are not only useful in the MadCap Flare environment, but can also be applied to web development best practices, file management, and XML manipulation.

With step-by-step examples for processes including dynamic content generation and plugin API development, this book offers the most thorough overview of advanced Flare development available to date.


Anthony Olivier,
CEO of MadCap Software

Chapter 1. Introduction

MadCap Flare).

Figure 1.1. Flare user interface
One of the main strengths of Flare is what goes on behind the scenes Flare - photo 2

One of the main strengths of Flare is what goes on behind the scenes. Flare uses XML, which means you can manipulate, process, and merge content outside of the user interface (UI). The ability to manipulate XML-based Flare content outside the tool provides flexibility you cant get with a tool that uses a proprietary format. For example, you can easily automate your production process. In that build help files or PDFs. We show how to automate content builds and even how to automate creation of the files that define those builds.

You can create deliverables that blend content from different teams. In our workplace, we produce documentation for developers that combines author-created content with content automatically generated from a database. Perhaps you have similar deliverables. Maybe you write configuration manuals that incorporate information extracted from code comments such as permissions tables, or maybe you need to create database documentation that includes both authored content and generated entity-relationship diagrams. By working outside the UI, you can create processes that seamlessly blend this material, and you can automate those processes.

Because the project structure is open and many of the file types are XML-based, working outside of the Flare user interface can be as simple as editing an XML file.

Figure 1.2. Flare TOC (table of contents) viewed from Notepad++
11 Audience for this book This book is for programmers programmer-technical - photo 3
1.1. Audience for this book

This book is for programmers, programmer-technical writers, XML specialists, tech-savvy authors, information architects, and managers anyone who wants to go beyond what is achievable via the MadCap Flare user interface. Although this book contains code and markup, we dont show you how to code. Our goal is to explain how Flare projects work, describe the files (mostly XML) that make up Flare projects, and show you how those files can be manipulated.

1.1.1. Programmers

If you are responsible for document automation or you need to connect an application to Flare-generated help output, this is the book for you. We describe Flare artifacts and how to create and manipulate those artifacts with technologies such as XSLT, JavaScript, and .NET LINQ to XML. We demonstrate how to programmatically create Flare content, automate documentation builds, connect help outputs to applications, and extend the Flare user interface with plugins.

1.1.2. Technical writers

If you are a technical writer interested in XML or coding, but arent quite at the point where you can write XSL transformations or automation programs, this book explains some of what is possible and some of the technologies that can be used. This book wont teach you how to write JavaScript or how to code an XSL transformation, but it contains examples you can build on even if you arent a coder.

For a technical writer with some programming experience, the examples help you begin customizing out-of-the-box Flare outputs. For example, we show you techniques for including JavaScript in your outputs that dont require deep scripting knowledge. Reading the more technical descriptions may help you target areas of interest that you can explore further.

1.1.3. Managers

If you manage a documentation team that uses Flare or plans to use Flare, this book will help you understand what you can do with Flare and how you can go beyond the capabilities of the user interface. You may want to implement some of these ideas to increase your teams efficiency or create new types of output. If you manage a team in a software development environment, you may be able to find a programmer or technically proficient tech writer who can help implement these techniques.

1.2. Purpose of this book

This book demonstrates how users can programmatically interact with Flare outside of the user interface. The book shows how content is managed and parsed by Flare, how to work with that content, and the advantages and benefits of doing so. Here are some things to keep in mind:

  • The ideas and practices discussed in the book are mainly specific to Flare. However, we delve into larger technical communication subjects such as topic-based authoring and the Darwin Information Typing Architecture (DITA). Most in the technical communication field will be readily familiar with these ideas, but programmers may not be. For that reason we provide background information to explain their role in a Flare environment.
  • When discussing XML, we try to be as specific to Flare as possible, but to explain how Flare uses XML, we sometimes need to explain XML usage in general. Unlike DITA and topic-based authoring, XML is likely to be better-known to programmers than to technical writers.
1.3. Structure of this book

You can read this book from start to finish, and we considered that when we organized the chapters. However, if you have a particular interest or if you want to skip around, here is what each of the chapters covers:

  • , introduces the structure of a Flare project, including the folders and files that make up a Flare project.
  • , explores the broader concepts of Flare in the context of topic-based authoring workflows. This chapter is particularly important if you have never used a topic-based or structured authoring methodology.
  • , explores topics. We look at topics from the outside (the Flare user interface) and the inside (XML markup). This chapter establishes the basic pattern followed by other chapters in the book: explanation, discussion, and examples.
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «MADCAP FLARE FOR PROGRAMMERS : a guide to getting the most from flare»

Look at similar books to MADCAP FLARE FOR PROGRAMMERS : a guide to getting the most from flare. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «MADCAP FLARE FOR PROGRAMMERS : a guide to getting the most from flare»

Discussion, reviews of the book MADCAP FLARE FOR PROGRAMMERS : a guide to getting the most from flare and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.