Glossary of Web Design Terms
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
A
- Adwords
- A version of pay-per-click advertising run by Google and displayed alongside their natural search results.
- Adsense
- A system of pay-per-click advertisments that Google place on your site and which earn you revenue when users click on them.
- Apache
- Open source web server software first developed in 1995 which has gone on to become the most popular web server in the world. Normally runs on Unix or Linux platforms but is also available for Windows.
- ASP
- Active Server Pages. Microsoft's scripting language/database combo.
- ASPX
- The file suffix for .net files - a development of ASP
- Audio and Video Streaming
- Playing audio and video immediately as it is downloaded from the Internet, rather than storing it in a file on the receiving computer first. Streaming is accomplished by way of web browser plug-ins, which decompress and play the file in real time.
B
- Blog
- Universally adopted contraction of Weblog - originally conceived as an online journal but now widely used for a much wider range of comment and journalism.
- Body
- The section of a website document which contains the visible content
C
- Caching
- A systsme of holding recently accessed data, designed to speed up subsequent access to the same data. When applied to web browsers the browser holds copies of files up to a user-defined date and size and if the user returns to the same site within that time and the files have not changed then the files are read from the local hard drive rather than downloaded again from the remote website, thus speeding up display.
- CMS
- Content Management System
- Cold Fusion
- A proprietory scripting language and database.
- CSS
- Cascading Style Sheets - method of styling and positioning elements within a web page without using inline styling. This powerful technique allows a much greater degree of central control over a website's appearance while separating the styling from the content.
D
- DNS
- Domain Name Service or Server - The system which translates domain names into IP addresses.
- DOCTYPE
- A piece of code put at the top of an html file which tells the browser what standard the page has been written to conform to. The Doctype also controls whether the browser will operate in Standards Compliant Mode or Quirks Mode.
E
- ecommerce
- a general description for selling products over the internet.
- Extranet
- A private network that uses the Internet protocol and the public telecommunication system to securely share part of a business's information or operations with suppliers, vendors, partners, customers, or other businesses.
F
- FTP
- File Transfer Protocol - Used to transfer files from a local computer to the web site's server using an ftp client program.
- Firefox
- A web browser written by the Mozilla foundation which has around 15-20% of the market. Very standards-compliant and under constant development.
G
- Googlebot
- The spider used by Google to retrieve web content.
H
- Head
- The section of the document containing information read by the browser including the title, meta tags such as the meta-description, meta-keywords, language, geography and code page. It may also contain links to external CSS and JavaScript files.
- HTML
- HyperText Markup Language - the basic langauge of web sites which the browsere interprets in order to put the content on the screen. It was a development of an ealier language called SGML.
- HTTP
- HyperText Transfer Protocol
- HTTP Headers
I
- Internet
- A worldwide system of computer networks - a network of networks in which users at any one computer can, if they have permission, get information from any other computer (and sometimes talk directly to users at other computers).
- IE
- Internet Explorer - Microsoft's web browser. The most commonly used web browser as it is the default one installed within Windows. IE6 has rather poor standards compliance and is notorious amongst web designers for its poor rendering of CSS and its history of security problems. IE7 has recently been released and it is hoped that many of these problems will have been overcome.
- IIS
- Web server software produced by Microsoft. Runs on a Windows platform.
- Intranet
- A private network contained within an enterprise. The main purpose of an intranet is to share company information and computing resources among employees.
- IP
- Internet Protocol - Lowest level communications protocol upon which the Internet is based. IP enables a packet of information to travel through multiple networks to get to its ultimate destination.
- ISP
- Internet Service Provider - A business that delivers access to the Internet, usually for a monthly fee or any business that provides Internet services such as web sites or web site development.
J
- JavaScript
- A client-side scripting language. Frequently used for controlling image rollovers and layer movements.
- JPG/JPEG
- Joint Photographic Experts Group - A graphics compression standard which allows variable lossy compression of photographic quality images. The compression can be varied depending on the required file size and quality of the image, however once compressed the lost information cannot be retrieved. JPG is the most common file format for photographic images on the web; it is also now a common format for digital cameras where in most cases the initial photograph is stored with zero compression in order to retain maximum image information.
K
L
- LAN
- Local Area Network - A group of computers and associated devices that share a common communications line.
M
- MS SQL
- Microsoft's proprietory version of an sql database
- MySQL
- An open source sql database.
N
- Network
- An interconnected grouping of computers which share a common set of communication paths and which can all connect to each other.
O
- Opera
- Web browser noted for its speed and good standards compliance. Also available for mobile devices.
P
- Portable Document Format - A file format developed by Adobe who supply a free reader program for displaying these files. Editing them is not possible without the commercial program which Adobe sell.
- PHP
- An open-source server-side scripting and programming language. Usually teamed with MySQL to create database driven dynamic websites.
- PNG
- Portable Network Graphics - a graphics file format which has been developed specifically for the web and is intended to replace the older GIF format. Supports transparency and layers and a variable colour range.
- POP3
- Post Office Protocol 3 - A client/server protocol in which e-mail is received and held for you by your Internet server.
Q
- Quirks Mode
- A mode of operation of your web browser where it tries to be as backwards compatible with old methods of coding as possible. While this will mean it will usually manage to display old pages in some manner, it also means that it is not following current standards and may display modern pages in an inconsistent manner with considerable layout anomalies.
R
- robots.txt
- A file placed on a web site which tells search engine spiders where they are allowed to retrieve data from within the site.
- RSS
- Really Simple Syndication - A method of making news and other often-updated web site information available via an automatic feed.
S
- SGML
- Standard Generalised Markup Language - the language from which HTML developed. It was created by NATO in order to have a standard method of constructing documents and specifications that could be interpreted consistently amongst the various member nations.
- SQL
- Structured Query Language - A programming language for interacting with databases.
- SSL
- Secure Sockets Layer - a protocol for creating a secure encrypted connection for the transmission of private data. Used most commonly for the transmission of credit card information and similar data which should not be allowed to fall into the wrong hands.
- Server
- A host computer on a network that holds information and responds to requests for information from it
- SMTP
- Simple Mail Transfer Protocol - is a TCP/IP protocol used in sending and receiving e-mail.
- Standard Compliant Mode
- A mode of operation of your web browser where it conforms as closely as possible to the latest W3C standards for the interpretation of HMTL and CSS. In theory this should means that all browsers will display the page consistently, although in practice there are still variations, particularly with Internet Explorer 6.
T
- TCP/IP
- Transmission Control Protocol/Internet Protocol
U
V
- VPN
- Virtual Private Network - A private data network that uses encryption techniques to make use of the public telecommunication infrastructure while remaining secure.
- VoIP
- Voice over IP - A set of facilities for managing the delivery of voice information using Internet Protocol (IP).
W
- WAN
- Wide Area Network - A geographically dispersed telecommunications network. A wide area network may be privately owned or rented, but the term usually connotes the inclusion of public (shared user) networks.
X
- XML
- eXtensible Markup Language - a language which allows the creation of customised tags, enabling the definition and interpretation of data between applications and organisations. Often used to supply feeds of product data between different sites.
Y
Z