Accelerator (Internet Explorer)

Last updated
Accelerator
Ie8 accelerators icon.png
Developed by Microsoft
Latest release
0.8
Extended from XML
Open format?Yes, As part of Microsoft Open Specification Promise
Website OpenService Accelerators Developer Guide

Accelerators were a form of selection-based search allowing a user to invoke an online service from any other page using only the mouse; they were introduced by Microsoft in Internet Explorer 8. [1] Actions such as selecting the text or other objects gave users access to the usable Accelerator services (such as blogging with the selected text, or viewing a map of a selected geographical location), which could then be invoked with the selected object. According to Microsoft, Accelerators eliminated the need to copy and paste content between web pages. [2] IE 8 specified an XML-based encoding which allowed a web application or web service to be invoked as an Accelerator service. How the service would be invoked and for what categories of content it would show up were specified in the XML file. [3] Similarities have been drawn between Accelerators and the controversial smart tags feature experimented with in the IE 6 Beta but withdrawn after criticism (though later included in MS Office). [4]

Contents

Support for Accelerators was removed in Microsoft Edge, the successor browser to Internet Explorer. [5]

History

The "activities" icon of IE8 Beta 1. Activities icon.gif
The "activities" icon of IE8 Beta 1.

Microsoft introduced accelerators in Internet Explorer 8 Beta 1 as "activities." It later renamed this to "accelerators."[ citation needed ]

IE8

Accelerators were included in IE8 by default as a type of add-on.

Sample Accelerator

This is an example of how to describe a map Accelerator using the OpenService Format:

<?xml version="1.0" encoding="UTF-8"?><openServiceDescriptionxmlns="http://www.microsoft.com/schemas/openservicedescription/1.0"><homepageUrl>http://www.example.com</homepageUrl><display><name>MapwithExample.com</name><icon>http://www.example.com/favicon.ico</icon></display><activitycategory="map"><activityActioncontext="selection"><previewaction="http://www.example.com/geotager.html"><parametername="b"value="{selection}"/><parametername="clean"value="true"/><parametername="w"value="320"/><parametername="h"value="240"/></preview><executeaction="http://www.example.com/default.html"><parametername="where1"value="{selection}"type="text"/></execute></activityAction></activity></openServiceDescription>

See also

Related Research Articles

<span class="mw-page-title-main">SOAP</span> Messaging protocol for web services

SOAP is a messaging protocol specification for exchanging structured information in the implementation of web services in computer networks. It uses XML Information Set for its message format, and relies on application layer protocols, most often Hypertext Transfer Protocol (HTTP), although some legacy systems communicate over Simple Mail Transfer Protocol (SMTP), for message negotiation and transmission.

VBScript is a deprecated programming language for scripting on Microsoft Windows using Component Object Model (COM) based on classic Visual Basic and Active Scripting.

XSLT is a language originally designed for transforming XML documents into other XML documents, or other formats such as HTML for web pages, plain text or XSL Formatting Objects, which may subsequently be converted to other formats, such as PDF, PostScript and PNG. Support for JSON and plain-text transformation was added in later updates to the XSLT 1.0 specification.

XML-RPC is a remote procedure call (RPC) protocol which uses XML to encode its calls and HTTP as a transport mechanism.

A web service (WS) is either:

Vector Markup Language (VML) is an obsolete XML-based file format for two-dimensional vector graphics. It was specified in Part 4 of the Office Open XML standards ISO/IEC 29500 and ECMA-376. According to the specification, VML is a deprecated format included in Office Open XML for legacy reasons only.

This is a comparison of both historical and current web browsers based on developer, engine, platform(s), releases, license, and cost.

Web Services Discovery provides access to software systems over the Internet using standard protocols. In the most basic scenario there is a Web Service Provider that publishes a service and a Web Service Consumer that uses this service. Web Service Discovery is the process of finding suitable web services for a given task.

<span class="mw-page-title-main">Acid2</span> Online HTML rendering test

Acid2 is a webpage that test web browsers' functionality in displaying aspects of HTML markup, CSS 2.1 styling, PNG images, and data URIs. The test page was released on 13 April 2005 by the Web Standards Project. The Acid2 test page will be displayed correctly in any application that follows the World Wide Web Consortium and Internet Engineering Task Force specifications for these technologies. These specifications are known as web standards because they describe how technologies used on the web are expected to function.

<span class="mw-page-title-main">History of Internet Explorer</span>

Microsoft developed 11 versions of Internet Explorer for Windows from 1995 to 2013. Microsoft also developed Internet Explorer for Mac, Internet Explorer for UNIX, and Internet Explorer Mobile respectively for Apple Macintosh, Unix, and mobile devices; the first two are discontinued but the latter runs on Windows CE, Windows Mobile, and Windows Phone.

Windows Desktop Update was an optional feature by Microsoft that was included with Internet Explorer 4, which introduced several updated shell features to the Windows 95 and Windows NT 4.0 operating systems. These features later became part of the standard installation in their successors, which were Windows 98 and Windows 2000, respectively.

<span class="mw-page-title-main">Internet Explorer 8</span> Web browser for Windows released in 2009

Windows Internet Explorer 8 (IE8) is a web browser for Windows. It was released by Microsoft on March 19, 2009.

Smart tags are an early selection-based search feature, found in later versions of Microsoft Word and beta versions of the Internet Explorer 6 web browser, by which the application recognizes certain words or types of data and converts it to a hyperlink. It is also included in other Microsoft Office programs as well as Visual Web Developer. Selection-based search allows a user to invoke an online service from any other page using only the mouse. Microsoft had initially intended the technology to be built into its Windows XP operating system but changed its plans due to public criticism.

<span class="mw-page-title-main">Acid3</span> Online HTML rendering test

The Acid3 test is a web test page from the Web Standards Project that checks a web browser's compliance with elements of various web standards, particularly the Document Object Model (DOM) and JavaScript.

<span class="mw-page-title-main">Internet Explorer 9</span> Web browser for Windows released in 2011

Internet Explorer 9 or IE9 is the ninth major version of the Internet Explorer web browser for Windows. It was released by Microsoft on March 14, 2011, as the successor to Internet Explorer 8. Microsoft released Internet Explorer 9 as a major out-of-band version that was not tied to the release schedule of any particular version of Windows, unlike previous versions. It is the first version of Internet Explorer not to be bundled with a Windows operating system, although some OEMs have installed it with Windows on their PCs. Internet Explorer 9 was the last version to be called Windows Internet Explorer. The software was rebranded simply as Internet Explorer starting with the release of Internet Explorer 10.

<span class="mw-page-title-main">Clickjacking</span> Malicious technique of tricking a Web user

Clickjacking is a malicious technique of tricking a user into clicking on something different from what the user perceives, thus potentially revealing confidential information or allowing others to take control of their computer while clicking on seemingly innocuous objects, including web pages.

<span class="mw-page-title-main">Selection-based search</span> Search engine system in which the user invokes a search query using only the mouse

A selection-based search system is a search engine system in which the user invokes a search query using only the mouse. A selection-based search system allows the user to search the internet for more information about any keyword or phrase contained within a document or webpage in any software application on their desktop computer using the mouse.

Web Slices are a web feed technology based on the hAtom Microformat that allows users to subscribe to portions of a web page. Microsoft developed the Web Slice format, and published a specification under their Open Specification Promise. The specification is not published by any independent standards body. Introduced in Internet Explorer 8 Beta 1, Web Slices can be previewed in a fly-out window. As of 2012, Internet Explorer 8 and 9 were the only browsers to support Web Slices natively, although Mozilla Firefox had support via an add-on called webchunks.

A compatibility mode is a software mechanism in which a software either emulates an older version of software, or mimics another operating system in order to allow older or incompatible software or files to remain compatible with the computer's newer hardware or software. Examples of the software using the mode are operating systems and Internet Explorer.

gSOAP is a C and C++ software development toolkit for SOAP/XML web services and generic XML data bindings. Given a set of C/C++ type declarations, the compiler-based gSOAP tools generate serialization routines in source code for efficient XML serialization of the specified C and C++ data structures. Serialization takes zero-copy overhead.

References

  1. "New and exciting features". Microsoft. Archived from the original on 7 March 2008. Retrieved 2008-03-05.
  2. Mary Jo Foley. "IE 8 to feature WebSlices, Activities". CNet Blogs. Archived from the original on March 6, 2008. Retrieved 2007-03-05.
  3. "How do I make my site 'light up' with Internet Explorer 8?". Microsoft. Archived from the original on 7 March 2008. Retrieved 2008-03-05.
  4. Paul Thurrott. "Internet Explorer 8 Beta 1 Review". Windows IT Pro. Archived from the original on 14 March 2008. Retrieved 2008-03-12.
  5. "A break from the past, part 2: Saying goodbye to ActiveX, VBScript, attachEvent…". Microsoft Edge Dev Blog. Retrieved 4 September 2018.

Development

Wikimedia Accelerators