Activex Is A Framework For Defining Reusable: Software Components Programming Language Software Applications Composed
Activex Is A Framework For Defining Reusable: Software Components Programming Language Software Applications Composed
if (time<10)
{
document.write("<b>Good morning</b>");
}
</script>
Many Microsoft Windows applications — including many of those from Microsoft itself, such as Internet
Explorer, Microsoft Office, Microsoft Visual Studio, and Windows Media Player — use ActiveX controls to
build their feature-set and also encapsulate their own functionality as ActiveX controls which can then be
embedded into other applications. Internet Explorer also allows embedding ActiveX controls onto web
pages.
Contents
[hide]
1 ActiveX controls
2 History
3 ActiveX in non-IE
applications
4 Other ActiveX
technologies
5 See also
6 Notes
7 External links
[edit]ActiveX controls
Active X controls, small program building blocks, can serve to create distributed applications working over
the Internet through web browsers. Examples include customized applications for gathering data, viewing
certain kinds of files, and displaying animation.
Active X controls are comparable with Java applets: programmers designed both of these mechanisms to
allow web browsers to download and execute them. They also differ:
Java applets can run on nearly any platform, while ActiveX components officially operate only
with Microsoft's Internet Explorer web browser and the Microsoft Windows operating system.
[2]
Malware, e.g. computer viruses and spyware, can be accidentally installed from malicious websites
using ActiveX controls (drive-by downloads).
Programmers can write ActiveX controls in any language which supports COM component development,
including the following languages/environments:
Common examples of ActiveX controls include command buttons, list boxes, dialog boxes, and the
Internet Explorer browser.[citation needed]
[edit]History
Faced with the complexity of OLE 2.0 and with poor support for COM in MFC, Microsoft rationalized the
specifications to make them simpler, and rebranded the technology as ActiveX in 1996. [4][5] Even after
simplification, users still required controls to implement about six core interfaces. In response to this
complexity, Microsoft produced wizards, ATL base classes,macros and C++ language extensions to
make it simpler to write controls.
Starting with Internet Explorer 3.0 (1996), Microsoft added support to host ActiveX controls within HTML
content. If the browser encountered a page specifying an ActiveX control via anOBJECT tag, it would
automatically download and install the control with little or no user intervention. This made the web
"richer" but provoked objections (since such controls only ran on Windows) and security risks (especially
given the lack of user intervention). Microsoft subsequently introduced security measures to make
browsing including ActiveX safer[6] . For example:
digital signing of installation packages (Cabinet files and executables)
controls must explicitly declare themselves safe for scripting
increasingly stringent default security settings
Internet Explorer maintains a blacklist of bad controls
[edit]See also
Active Setup
Active Template Library (ATL)
Google Native Client, an alternative development from Google
IUnknown interface
NPAPI, an alternative interface for web-browser plugins
Windows DNA
Java Beans
Silverlight
Flex
[edit]Notes
1. ^ Introduction to ActiveX Controls at microsoft.com, accessed 18 January 2008
2. ^ "Active X". 2009-02-24. Retrieved 2009-03-12. "As a Microsoft product, Active X was specifically designed
to work with Windows systems. ActiveX is not supported by Microsoft on other operating systems e.g. Mac
OS X or GNU/Linux."
1996."
5. ^ "Microsoft Announces ActiveX Technologies: Microsoft Corp. announced ActiveX Technologies, which
make it easy for the broadest range of software developers and Web designers to build dynamic content for
the Internet and the PC.". Microsoft PressPass. Microsoft. 1996-03-12. Retrieved 2009-03-12. "San
Francisco, March 12, 1996 - Microsoft Corporation. today announced ActiveX ... Technologies, which make
it easy for the broadest range of software developers and Web designers to build dynamic content for the
Internet and the PC. ... ActiveX Technologies form a robust framework for creating interactive content using
software components, scripts and existing applications. Specifically, ActiveX Technologies enable
developers to build Web content easily using ActiveX Controls (formerly OLE Controls), active scripts and
active documents. ... ActiveX Technologies are available in the form of the Microsoft ActiveX Development
Kit, which is being distributed to more than 4,000 developers attending the Professional Developers
2. This can be done by nice command. By default any process has a priority 20. The normal nice value
is 0.
nice -15 P1 # This increments the nice value to 20+15 = 35, so lower priority
nice P2 # This increments the nice value by default 10 i.e 20+10, so higher priority than P1
nice --10 P3 # This decrements the nice value by 10 20-10 = 10, so highest priority
This sorts the contents of Name.txt, finds unique (-u) and stores them in resultfile.