Online help

Last updated

Online help is topic-oriented, procedural or reference information delivered through computer software. It is a form of user assistance. The purpose of most online help is to assist in using a software application, web application or operating system. However, it can also present information on a broad range of subjects. Online help linked to the application's state (what the user is doing) is called Context-sensitive help.

Contents

Benefits

Online help has largely replaced live customer support. Before its availability, support could only be given through printed documentation, postal mail,telephone, or in person

Platforms

Online help is created using help authoring tools or component content management systems. It is delivered in a wide variety of formats, some proprietary and some open-standard, including:

Online help is also provided via live chat systems, one step removed from telephone calls. This allows the support person to conduct several support sessions simultaneously, thus reducing costs. The transcript is immediately available and can be sent to the customer after the session ends.

The chat feature also reduces the intense negativity that can be directed at customer support personnel, requiring the customer to calm down and articulate their thoughts more clearly.

Microsoft help platforms

Microsoft develops the platforms for delivering help systems in the Microsoft Windows operating system.

Platform nameDescriptionPublic?[ clarification needed ]
Microsoft QuickHelp Ralph Walden joined Microsoft in 1987 and wrote an online help system for MS-DOS and OS/2 called QuickHelp. Ralph was also primarily responsible for it.
help command
Microsoft WinHelp (.hlp)Based on the Rich Text Format, this was the industry standard for Windows 3.1 and Windows 95/NT. The popular Windows Help program (WinHlp32.exe) was included with all Windows operating systems from Windows 3.0 until the Windows XP operating system. However, the help engine is not included with Windows Vista and is only available as a download. [1] Yes
HTML Help (.chm)Also known as Microsoft Compiled HTML Help (the name of its file format), it based on HTML and other data such as images and JavaScript. HTML Help 1.0 was released in 1997. In 2006, it was available from Microsoft as HTML Help 1.4.Yes
Help and Support Center A deprecated online help system in Windows Me and Windows XP.
Microsoft Help 2 (.hxs)In 2001, Microsoft announced plans for a wide release of HTML Help 2.0, which came to be called Microsoft Help 2. This platform was developed by Microsoft and shipped in 2002 as the help format for Visual Studio .NET, MSDN Library and TechNet products, but Microsoft announced it had cancelled plans to make the format publicly available. Microsoft Help 2 was also used as the help format in Office 2007.
AP Help 1.0 (.h1s)Assistance Platform Help is based on Microsoft Assistance Markup Language. It is the format developed for and shipped with Windows Vista. It will not be made publicly available as an authoring platform for other software vendors, but will be used by Microsoft, OEMs, and certain corporate users. Version 2.0 of the Assistance Platform Help engine is currently on hold.
No

Other platforms

Platform nameDescription
HelpConsole (local HTML files or web-based) IIS based system, with a standard navigation tree and content area, viewable with a web browser, supports JS, Flash (now deprecated), HTML5, Embedded presentations etc., Since it is web-based, it works on Windows, Linux, and virtually all other Operating Systems.
AmigaGuide (.guide)The official hypertext document file format designed for the Amiga.
Apple Help (.HELP) Apple Computer's proprietary help platform for the Mac OS 8.5+ operating system.
WebHelpA cross-platform, uncompiled Help system that can run on most browsers and on most platforms, including Windows, UNIX, Linux, Sun Solaris, and Macintosh.
Sun JavaHelp (.js)A platform-independent help system written in Java programming language by Sun Microsystems. It runs on almost any platform and browser that supports the Java Runtime Environment (JRE).
Oracle Help Two formats developed by the Oracle Corporation: Oracle Help for Java (OHJ) and Oracle Help for Web (OHW). [2]
Help library (.HLB)The official help file format designed for VMS.
DotNetHelp A new Windows help format, as an alternative to the .chm format, that also supports .NET applications.
Texinfo (also known as the "info")The official documentation system for the GNU project.
Unix man pages The standard method used to document (among others) Unix programs and shell commands, System and Library calls, Special files and File formats .
Information Presentation Facility (IPF)The help system used by IBM's OS/2 system, eComStation and ArcaOS. [3] It is the official documentation system for the fpGUI Toolkit project.
Norton Guides

See also

Related Research Articles

<span class="mw-page-title-main">Java applet</span> Small application written in Java

Java applets were small applications written in the Java programming language, or another programming language that compiles to Java bytecode, and delivered to users in the form of Java bytecode. The user launched the Java applet from a web page, and the applet was then executed within a Java virtual machine (JVM) in a process separate from the web browser itself. A Java applet could appear in a frame of the web page, a new application window, a program from Sun called appletviewer, or a stand-alone tool for testing applets.

<span class="mw-page-title-main">Wiki software</span> Software to run a collaborative wiki (Including private wiki)

Wiki software is collaborative software that runs a wiki, which allows the users to create and collaboratively edit pages or entries via a web browser. A wiki system is usually a web application that runs on one or more web servers. The content, including previous revisions, is usually stored in either a file system or a database. Wikis are a type of web content management system, and the most commonly supported off-the-shelf software that web hosting facilities offer.

Windows Management Instrumentation (WMI) consists of a set of extensions to the Windows Driver Model that provides an operating system interface through which instrumented components provide information and notification. WMI is Microsoft's implementation of the Web-Based Enterprise Management (WBEM) and Common Information Model (CIM) standards from the Distributed Management Task Force (DMTF).

Extensible Application Markup Language is a declarative XML-based language developed by Microsoft for initializing structured values and objects. It is available under Microsoft's Open Specification Promise.

<span class="mw-page-title-main">Web conferencing</span> Forms of online many-to-many communication

Web conferencing is used as an umbrella term for various types of online conferencing and collaborative services including webinars, webcasts, and web meetings. Sometimes it may be used also in the more narrow sense of the peer-level web meeting context, in an attempt to disambiguate it from the other types known as collaborative sessions. The terminology related to these technologies is exact and agreed relying on the standards for web conferencing but specific organizations practices in usage exist to provide also term usage reference.

Enterprise content management (ECM) extends the concept of content management by adding a timeline for each content item and, possibly, enforcing processes for its creation, approval, and distribution. Systems using ECM generally provide a secure repository for managed items, analog or digital. They also include one methods for importing content to bring manage new items, and several presentation methods to make items available for use. Although ECM content may be protected by digital rights management (DRM), it is not required. ECM is distinguished from general content management by its cognizance of the processes and procedures of the enterprise for which it is created.

Microsoft WinHelp is a proprietary format for online help files that can be displayed by the Microsoft Help browser winhelp.exe or winhlp32.exe. The file format is based on Rich Text Format (RTF). It remained a popular Help platform from Windows 3.0 through Windows XP. WinHelp was removed in Windows Vista purportedly to discourage software developers from using the obsolete format and encourage use of newer help formats. Support for WinHelp files would eventually be removed entirely in Windows 10.

Microsoft Assistance Markup Language is an XML-based markup language developed by the Microsoft User Assistance Platform team to provide user assistance for the Microsoft Windows Vista operating system. It makes up the Assistance Platform on Windows Vista.

ND-NOTIS was a office automation suite by Norsk Data introduced in the early 80s, running on the SINTRAN III platform on both ND-100 and ND-500 architectures. It was also available on Microsoft Windows running in networks of Norsk Data servers.

Sandcastle is a documentation generator from Microsoft. It automatically produces MSDN-style code documentation out of reflection information of .NET assemblies and XML documentation comments found in the source code of these assemblies. It can also be used to produce user documentation from Microsoft Assistance Markup Language (MAML) with the same look and feel as reference documentation.

<span class="mw-page-title-main">Quick Assist</span> Microsoft Windows remote access feature

Quick Assist is a Microsoft Windows feature that allows a user to view or control a remote Windows computer over a network or the Internet to resolve issues without directly touching the unit. It is based on the Remote Desktop Protocol (RDP). It is complemented by Get Help, a feature introduced in Windows 10 that enables the user to contact Microsoft directly but does not allow for remote desktoping or screen sharing.

Comparison of the Java and .NET platforms.

Microsoft Help 2.x is a proprietary format for online help files, developed by Microsoft and first released in 2001 as a help system for Visual Studio .NET (2002) and MSDN Library.

Biblical software or Bible software is a group of computer applications designed to read, study and in some cases discuss biblical texts and concepts. Biblical software programs are similar to e-book readers in that they include digitally formatted books, may be used to display a wide variety of inspirational books and Bibles, and can be used on portable computers. However, biblical software is geared more toward word and phrase searches, accessing study bible notes and commentaries, referencing various modern translations, cross-referencing similar passages and topics, biblical dictionaries, original language texts and language tools, maps, charts, and other e-books deemed relevant to understanding texts from a philological approach.

Trados Studio is a computer-assisted translation software tool which offers a complete, centralized translation environment for editing, reviewing and managing translation projects and terminology. It is available both as a local desktop tool or online. Trados, owned by RWS, also provides a suite of intelligent machine translation products.

<span class="mw-page-title-main">CSS HTML Validator</span>

CSS HTML Validator is an HTML editor and CSS editor for Windows that helps web developers create syntactically correct and accessible HTML/HTML5, XHTML, and CSS documents by locating errors, potential problems like browser compatibility issues, and common mistakes. It is also able to check links, check spelling, suggest improvements, alert developers to deprecated, obsolete, or proprietary tags, attributes, and CSS properties, and find issues that can affect search engine optimization.

OpenSearchServer is an open-source application server allowing development of index-based applications such as search engines. Available since April 2009 on SourceForge for download, OpenSearchServer was developed under the GPL v3 license and offers a series of full text lexical analyzers. It can be installed on different platforms.

Blackbird was the codename for an online content authoring platform developed by Microsoft in the mid-90s. Intended to be the online publishing tool for the first version of MSN, "Blackbird" was born of a Microsoft acquisition of Daily Planet Software, and the tool was first conceived prior to the advent of the Internet and Web as we know it today. At the time, AOL and CompuServe were the primary online venues, and the introduction of the Web to mass consumers was about to begin, even as low-bandwidth, dialup connections dominated. "Blackbird" was based on the concept of an object-based backend file system in Microsoft Data Centers, a low-bandwidth-streaming rendering client with page-based layout and embedded interactive client-side ActiveX objects. Fundamentally, it was based on the SGML standard for client-side layout. It became a Microsoft-promoted alternative to HTML for a brief time, just as the commercial Internet and Web Browser were born. But with scripting capability for HTML yet to be demonstrated, it was to be a means to serve dynamic, media-rich applications and documents that contained processing logic, similar to what a user would experience in a desktop environment. Pages in a "Blackbird application" would be able to contain video, audio, graphs, and other OLE based document formats without the need of plug-ins.

References

  1. The Windows Vista and Windows Server 2008 Developer Story: Application Compatibility Cookbook § "Help Engine Support"
  2. Oracle Help Technologies
  3. "ArcaOS IPF Help" . Retrieved 2020-08-24.