Knowledge Base

Glossary

# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

API
Abbreviation of Application Program Interface, a set of routines, protocols, and tools for building software applications. A good API makes it easier to develop a program by providing all the building blocks. A programmer puts the blocks together.
Accesskeys
Accesskeys are a means by which Web users can jump immediately to a specific part of an HTML page. Users press ALT (PC) or CTRL (Mac), followed by the appropriate key on the keyboard, to access a particular part of the page. The developer defines which accesskeys apply to each part of the page using an accesskey parameter.
Apache
Apache is one of the the world's most widely used Web servers. Originally developed in 1995 by a group that was to go on to become the The Apache Group, the Apache HTTP Server is Open Source Software, and considered by proponents to be fast, scalable and secure. The name was derived from the project's less robust beginnings ('A patchy Web server').