Web Terminology and Glossary
Glossary


Web Terminology and Glossary

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

Click [↑] to return to the top of this page.

A

A/B Testing
A/B testing or bucket testing is a method of marketing testing by which a baseline control sample is compared to a variety of single-variable test samples in order to improve response rates. A classic direct mail tactic, this method has been recently adopted within the interactive space to test tactics such as banner ads, emails and landing pages.
[↑]
Accessibility
Accessibility is a general term used to describe facilities or amenities to assist people with disabilities. In terms of the World Wide Web, this means making the content of a web site accessible to people with a disability, so that such people enjoy the same level of access as those without disabilities. It also means making a web site available to alternative devices, such as Personal Data Assistants, cellular phones, and web-enabled television applications.
[↑]
AJAX
AJAX or Asynchronous JavaScript and XML is a term describing a web development technique for creating interactive web applications using a combination of:

-- HTML (or XHTML) and Cascading Style Sheets for presenting information
Document Object Model, JavaScript to dynamically display and interact with the information presented

-- XML, XSLT and the XMLHttpRequest object to interchange and manipulate data asynchronously with the web server (although AJAX applications can use other technologies, including plain text and JSON, as alternatives to XML/XSLT).

-- Like DHTML or LAMP, AJAX is not a technology in itself, but a term that refers to the use of a group of technologies together.
[↑]

Anchor
Synonymous with hyperlinks, anchor refers to non-linear links among documents. Or more simply put, it's the word or phrase that can be clicked to connect to another page or resource.
[↑]
ASP
Active Server Pages (ASP) is Microsoft's server-side technology for dynamically-generated web pages that is marketed as an adjunct to Internet Information Server (IIS). The market share of ASP is in decline, with the free open source alternative PHP overtaking it in the server-side scripting market. Programming ASP web sites is made easier by various built-in objects, such as a cookie-based session object that maintains variables from page to page.
[↑]
 
Apache web server
Apache has been the most popular web server on the Internet since April of 1996. The July 2003 Netcraft Web Server Survey found that 63% of the web sites on the Internet are using Apache, thus making it more widely used than all other web servers combined. Apache HTTP Server is an open source HTTP web server for Unix platforms (BSD, GNU/Linux, and UNIX systems), Microsoft Windows, and other platforms. The Apache HTTP Server is developed and maintained by an open community of developers under the auspices of the Apache Software Foundation.
[↑]
 
Applet
A small Java program that can be embedded in an HTML page. Applets differ from full-fledged Java applications in that they are not allowed to access certain resources on the local computer, such as files and serial devices (modems, printers, etc.), and are prohibited from communicating with most other computers across a network. The common rule is that an applet can only make an Internet connection to the computer from which the applet was sent.
[↑]
 
Application Server
Server software that manages one or more other pieces of software in a way that makes the managed software available over a network, usually to a Web server. By having a piece of software manage other software packages it is possible to use resources like memory and database access more efficiently than if each of the managed packages responded directly to requests.
[↑]
 
ARPANet  Advanced Research Projects Agency Network
The precursor to the Internet. Developed in the late 60's and early 70's by the US Department of Defense as an experiment in wide-area-networking to connect together computers that were each running different system so that people at one location could use computing resources from another location.
[↑]
 
ASCII
ASCII stands for American Standard Code for Information Interchange. This is the de facto world-wide standard for the code numbers used by computers to represent all the upper and lower-case Latin letters, numbers, punctuation, etc. There are 128 standard ASCII codes each of which can be represented by a 7 digit binary number: 0000000 through 1111111.
[↑]
 
Avatar
This term refers to an interactive representation of a human in a virtual reality environment.
[↑]

B

Backlinks
Backlinks, also known as incoming links, inbound links, inlinks, and inward links, are incoming links to a website or web page. In basic link terminology, a backlink is any link received by a web node (web page, directory, website, or top level domain) from another web node.
[↑]
Bandwidth
The term bandwidth is also used, informally, to mean the amount of data that can be transferred through a connection in a given time period. At Keystone Web sites, we do our best to optimize web sites so that they use as little bandwidth as possible. This means that web pages load faster for the user, and reduce costs for the web site owner.
[↑]
 
Blog
A blog is basically a journal that is available on the web. The activity of updating a blog is "blogging" and someone who keeps a blog is a "blogger." Blogs are typically updated daily using software that allows people with little or no technical background to update and maintain the blog.
[↑]
 
Browser
A Client program (software) that is used to look at various kinds of Internet Intranet or Extranet resources.
[↑]
 
 

C

CGI
Standing for common gateway interface. A set of rules that describe how a Web Server communicates with another piece of software on the same machine, and how the other piece of software talks to the web server. Any piece of software can be a CGI program if it handles input and output according to the CGI standard.
[↑]
 
Client
A software program that is used to contact and obtain data from a Server software program on another computer, often across a great distance. Each Client program is designed to work with one or more specific kinds of Server programs, and each Server requires a specific kind of Client. A Web Browser is an example of a Client.
[↑]
 
Co-Location
Most often used to refer to having a server that belongs to one person or group physically located on an Internet-connected network that belongs to another person or group. Usually this is done because the server owner wants their machine to be on a high-speed Internet connection and/or they do not want the security risks of having the server on their own network.
[↑]
 
Cookie
A collection of information, usually including a username and the current date and time, stored on the local computer of a person using the World Wide Web, used chiefly by web sites to identify users who have previously registered or visited the site.
[↑]
 
 
 
Commerce

Commerce is the exchange of something of value between two entities. That "something" may be goods, services, information, money, or anything else the two entities consider to have value. In terms of the World Wide Web, commerce is achieved electronically, in a process called e-commerce. Our E Commerce Package has been created to take advantage of electronic commerce.
[↑]

Content
"Content" refers to the text, images, product information, etc., that a web site contains. It also refers to the elements of HTML code that describe those items. In modern web sites, content is kept completely separate from the visual layout so that it can be accessed by a variety of devices using various screen sizes and resolutions, and even "screen readers" that speak out a page for the visually-impaired. Maintaining this separation also creates the opportunity to give the user the ability to customize their browsing experience, by applying "skins" to a web page, for example.
[↑]
 
CSS
Cascading Style Sheets (CSS) is a language that is used to describe the stylistic presentation of a structured document written in HTML, XHTML, or XML. The CSS specification is maintained by the World Wide Web Consortium (W3C). CSS is predominantly used by web page authors to define colors, fonts, layout, and other document characteristics. It is designed primarily to enable the separation of document structure (written in HTML or a related language) from document presentation (written in CSS). This separation provides a number of benefits, including improved content accessibility, greater flexibility and control in the specification of presentational characteristics, and reduced complexity of the structural content. CSS is capable of specifying auditory characteristics and other alternative rendering methods, in addition to its visual formatting capabilities.
[↑]

D

Database
A database is an information set organized for flexible searching and utilization. From a web site point of view, it can function as the engine for a dynamic site. Small web sites can be powered by something as basic as Microsoft's Access database, medium-sized web sites are usually powered by the open source MySQL, and enterprise-scale businesses usually run on Oracle or Microsoft SQL Server databases.
[↑]
 
DHTML
DHTML refers to web pages that use a combination of HTML, JavaScript, and CSS to create features such as letting the user drag items around on the web page, some simple kinds of animation, and many more.
[↑]
 
Document Object Model (DOM)
The Document Object Model is a platform- and language-neutral interface that will allow programs and scripts to dynamically access and update the content, structure and style of documents. The document can be further processed and the results of that processing can be incorporated back into the presented page.
[↑]
 
Domain Name
The Domain Name System, most often known as simply DNS, is a core feature of the Internet. It is a distributed database that handles the mapping between host names (domain names), which are more convenient for humans, and the numerical Internet addresses. The domain name system acts much like an automated phone book, so you can "call" www.yourcompany.com instead of a difficult-to-remember octet of numbers. An example of a domain name is the "cnn" in http://www.cnn.com, with the ".com" part being the domain name suffix.
[↑]
 
Domain Name Registrar
A Domain Name Registrar is an independent organization who is responsible for domain name registrations and routing of Internet domain names. Registration fees vary by registrar, and some registrars insist on listing themselves as the domain owner.
[↑]
 
Domain Name Suffix
Also called a top level domain, the suffix is the part of the domain name that follows the host name. Examples include .com, .net, .org, .us, and other descriptive of country-specific codes. It is often a good idea to register your domain name with all of the three major suffixes (.com, .net, .org) to stop others from attempting to capitalize on your domain name.
[↑]
 
Dynamic
Dynamic has two meanings in web design. A dynamic web site is one that is built around a database. The database serves web site content dynamically as it is requested, instead of being hard coded into the HTML that describes the web page. Dynamic HTML or DHTML is a technique of creating interactive web sites by using a combination of the static markup language HTML, a client-side scripting language (such as JavaScript) and the style definition language Cascading Style Sheets.
[↑]

E

ECMAScript
Please see JavaScript.
[↑]
 
Electronic Commerce
Electronic commerce, or E-commerce, is the buying, selling, marketing, and servicing of products or services over computer networks. It is an electronic business application aimed at commercial transactions. E-commerce is the conduct of business commercial communications and management through electronic methods, such as electronic data interchange and automated data collection systems. Electronic commerce may also involve the electronic transfer of information between businesses.
[↑]
 
Email
Messages, usually text, sent from one person to another via computer. E-mail can also be sent automatically to a large number of addresses.
[↑]
 
Extranet
An intranet that is accessible to computers that are not physically part of a company's' own private network, but that is not accessible to the general public, for example to allow vendors and business partners to access a company web site.
[↑]
 
 

F

Firebird

Mozilla Firebird was the former name of Mozilla's Firefox Web browser. Please see Firefox instead.
[↑]

Firefox

Mozilla's Firefox Web browser is a revolutionary new browser, designed to exceed the performance of Microsoft's Internet Explorer in every way. It offers pop-up blocking, integrated searching, and a sophisticated system that allows easy access to multiple web pages via tabs. Keystone Web sites strongly recommends Mozilla Firefox over all other web browsers currently available.
[↑]

Firewall

This term refers to security measures designed to protect a networked system from unauthorized or unwelcome access.
[↑]

Flash
Macromedia Flash is a vector graphics based graphics animation program. The resulting files, sometimes called "flash files", may be included in a web page to view in a web browser, or they may be played on a standalone player. Flash can be used to create anything from simple animations to fully-featured applications, and its powerful scripting language (ActionScript, based on ECMAScript) gives a programmer fine control over objects in the flash environment.
[↑]
 
FTP
File Transfer Protocol is a protocol that allows the transfer of files from one computer to another. FTP is also the verb used to describe the act of transferring files from one computer to another.
[↑]

G

GIF
GIF (Graphics Interchange Format) is a bitmap image format that is widely used on the World Wide Web, both for still images and for animations. It was introduced in 1987 by CompuServe in order to provide a color image format for their file downloading areas, replacing their earlier RLE format which was black and white only. GIF became popular because it used LZW data compression, which was more efficient than the run-length encoding that formats such as PCX and MacPaint used, and fairly large images could therefore be downloaded in a reasonable amount of time, even with very slow modems. The optional interlacing feature, which stored image scanlines out of order in such a fashion that even a partially downloaded image was somewhat recognizable, also helped GIF's popularity, as a user could abort the download if it was not what was required.
[↑]
 
GUI
An acronym for Graphical User Interface, this term refers to a software front-end meant to provide an attractive and easy to use interface between a computer user and application. Macintosh operating system is pretty GUI, DOS is not.
[↑]

H

HTML
Hypertext Markup Language (HTML) is a markup language designed for creating web pages, that is, information presented on the World Wide Web. Defined as a simple "application" of SGML, which is used by organizations with complex publishing requirements, HTML is now an Internet standard maintained by the World Wide Web Consortium (W3C). HTML generally appears in text files stored on computers connected to the World Wide Web. These files contain information in plain text mixed with markup, that is, instructions for the program on how to display or process the text.
[↑]
HTML5
HTML5 is currently under development, as the next major revision of the HTML standard.
Like its immediate predecessors, HTML 4.01 and XHTML 1.1, HTML5 is a standard for structuring and presenting content on the World Wide Web. The new standard incorporates features like video playback and drag-and-drop that have been previously dependent on third-party browser plug-ins such as Adobe Flash and Microsoft Silverlight.
[↑]
 
HTTP
Standing for HyperText Transfer Protocol. The protocol for moving hypertext files across the Internet. Requires a HTTP client program on one end, and an HTTP server program on the other end. HTTP is the most important protocol used in.
[↑]
 
A hyperlink, or simply a link, is a reference in a hypertext document to another document or other resource. It is similar to a citation in literature. Combined with a data network and suitable access protocol, it can be used to fetch the resource referenced. This can then be saved, viewed, or displayed as part of the referencing document. The most common type of hyperlink is the URL used in the World Wide Web.
[↑]
 
Hypertext
In computing, a hypertext system is one for displaying information that contains references (called hyperlinks) to other information on the system, and for easily publishing, updating and searching for the information. The most well-known hypertext system is the World Wide Web. Computer scientist Ted Nelson coined the word "hypertext" in 1965.
[↑]

I

IIS
Internet Information Server, or IIS, is Microsoft's web server software. IIS runs only on Microsoft's Windows operating system. IIS is the second most popular web server, after the market leader, Apache. It comes bundled with Windows XP Professional, which makes it convenient for testing web sites in the local environment.
[↑]
 
Internet
In the general sense, an internet (with a lowercase "i"), a shortened form of the original inter-network, is a computer network that connects several other networks. The art of connecting networks in this way is called internetworking. As a proper noun, the Internet is the publicly available world-wide, interconnected system of computers (plus the information and services they provide and their users) that uses the TCP/IP suite of protocols. Thus, the largest internet in the world is called simply "the" Internet. The Internet is held together by bi- or multilateral commercial contracts, and by technical specifications or protocols that describe how to exchange data over the network. Some of the popular services on the Internet that make use of these protocols are e-mail, Usenet newsgroups, FTP, the World Wide Web, Gopher, SSH, and IRC. Of these, e-mail and the World Wide Web are clearly the most used, and many other services are built upon them, such as mailing lists and weblogs. The Internet makes it possible to provide real-time services such as web radio and webcasts that can be accessed from anywhere in the world.
[↑]
 
Internet Explorer
Internet Explorer, abbreviated IE or MSIE, is a web browser from Microsoft. Currently in version 6 (version 5 for OS X) as of 2003. Internet Explorer is the world's most popular web browser, for reasons that include the fact that it comes built into various versions of Microsoft Windows and comes installed on Apple Macintosh's OS X.
[↑]
 
Intranet
An intranet is an access restricted network used internally in an organization. Typically the term refers to the internal web site The same concepts and technologies of the World Wide Web such as web browsers and servers running on the internet protocol suite are used to build an intranet. Other internet protocols are commonly used as well, especially FTP and e-mail.
[↑]
 
IP
The abbreviation for Internet Protocol, IP refers to the set of communication standards that control communications activity on the Internet. An IP address is the number assigned to any Internet-connected computer.
[↑]

J

JavaScript
JavaScript is an object-oriented scripting language originally developed by Netscape Communications under the name LiveScript but then renamed to "JavaScript" and given a syntax closer to that of Sun Microsystems' Java language. JavaScript was later standardized by ECMA under the name ECMAScript. The current standard (as of December 1999) is ECMA-262 Edition 3, and corresponds to JavaScript 1.5. Microsoft calls their version JScript. JavaScript is an object-oriented scripting language that connects through interfaces called Document Object Models (DOMs) to applications, especially to the server side (web servers) and the client side Web browser of internet applications. Many web sites use client-side JavaScript technology to create powerful dynamic web applications. It may use Unicode and can evaluate regular expressions (introduced in version 1.2 in Netscape Navigator 4 and Internet Explorer 4). JavaScript expressions contained in a string can be evaluated using the eval function. One major use of JavaScript is to write little functions that are embedded in HTML pages and interact with the DOM of the browser to perform certain tasks not possible in static HTML alone, such as opening a new window, checking input values, changing images as the mouse cursor moves over etc. Unfortunately, the DOMs of browsers are not standardized, different browsers expose different objects or methods to the script, and it is therefore often necessary to write different variants of a JavaScript function for the various browsers.
[↑]
jQuery
jQuery is a cross-browser JavaScript library designed to simplify the client-side scripting of HTML. It was released in January 2006 at BarCamp NYC by John Resig. Used by over 31% of the 10,000 most visited websites, jQuery is the most popular JavaScript library in use today.
[↑]
 
JPEG
The acronym for Joint Photographic Experts Group, JPEG is an image compression format used to transfer color photographs and images over computer networks. Along with GIF, is the most common way photos are moved over the Web..
[↑]

K

Keyword

A small set of words designed to convey the subject of a technical article. Some publications specify a fixed set of keywords from which those for a particular article should be chosen.
[↑]

Keyword Stuffing

The act of repeating keywords or keyword phrases excessively in body copy, hidden text, meta tags, or any other code on the site. Originally done in order to increase rankings in search engines, this tactic is now recognized and penalized by most of the major search engines.
[↑]

L

LAN
Standing for Local Area Network. A computer network limited to the immediate area, usually the same building or floor of a building.
[↑]

M

Mashup
A mashup is a website or web application that seamlessly combines content from more than one source into an integrated experience.

Content used in mashups is typically sourced from a third party via a public interface or API. Other methods of sourcing content for mashups include Web feeds (e.g. RSS or Atom) and JavaScript includes.

The etymology of this term almost certainly derives from its similar use in pop music.

Many people are experimenting with mashups using eBay, Amazon, Google, and Yahoos APIs.
[↑]

Merchant Account
A Merchant Account is an account that you set up with your bank to enable you to accept credit card purchases from your customers. The bank collects the payments on your behalf before disbursing them to you. A merchant account for online use is typically referred to as a MOTO Discount Rate (Mail Order / Telephone Order) account. It is different in terms and regulations from a standard merchant account due to the risk involved, since your are not physically seeing either the customer or the credit card, which increases the chances of fraud or charge backs.
[↑]
 
Microsoft Access
Microsoft Access is a database management system from Microsoft, packaged with Office which combines the "Jet" relational database engine with a graphical interface intended to make it possible for relatively unskilled programmers and non-programmer "power users" to build sophisticated "front-ends" to complex databases. One of the major benefits of Access from a programmer perspective is its relative compatibility with SQL; queries may be viewed and edited as SQL statements. Otherwise, it uses Visual Basic for Applications for programming forms and logic. Access is commonly used by small businesses and hobby programmers to create customized systems for handling small tasks (Microsoft Access Development). Its cut and paste functionality can also make it a useful tool for connecting between other databases (eg Oracle and SQL Server) during data or database conversions.
[↑]
 
Microsoft SQL Server

Microsoft SQL Server is a database management system produced by Microsoft. It supports a dialect of SQL, the most common database language. It is commonly used by governments and businesses for small databases, and competes with other SQL databases such as MySQL for this market segment.
[↑]

MIME

An acronym for Multipurpose Internet Mail Extensions, MIME is a messaging standard that allows Internet users to exchange e-mail messages enhanced with graphics, video and voice. MIME file types are also used in Mosaic.
[↑]

Mozilla
Mozilla is world-class open source browser that is designed from the ground up to support open Internet standards across a variety of platforms including Windows, Linux, Mac OS X, OS/2, Solaris, and many more. Mozilla provides users with acclaimed browsing convenience along with power features such as pop-up blocking and tabbed browsing. Mozilla also provides a sophisticated platform for developing web and intranet applications using cutting edge technologies such as XML, SOAP, and XSLT.
[↑]
 
Mozilla Firebird

Mozilla Firebird was the former name of Mozilla's Firefox Web browser. Please see Firefox instead.
[↑]

MySQL
MySQL is a very fast, multi-threaded, multi-user and robust SQL (Structured Query Language) relational database server. It was written and is maintained by the Swedish company MySQL AB, which sells support and service contracts as well as commercially licensed copies of MySQL and employs people all over the world who communicate over the Internet. MySQL is the world's most popular open source database, recognized for its speed and reliability, and it is especially suitable for Internet applications.
[↑]

N

Network
Any time you connect 2 or more computers together so that they can share resources, you have a computer network. Connect 2 or more networks together and you have an internet.
[↑]

O

Open Source Software
Open Source Software is software for which the underlying programming code is available to the users so that they may read it, make changes to it, and build new versions of the software incorporating their changes. There are many types of Open Source Software, mainly differing in the licensing term under which (altered) copies of the source code may (or must be) redistributed.
[↑]

P

PayPal
PayPal is an Internet business which allows the transfer of money between email users, avoiding traditional paper methods like checks and money orders. Headquarted in Palo Alto, California, PayPal was founded in 1998 by Peter Thiel and Max Levchin, and it has become the most widely used service of its kind.
[↑]
PHP
PHP (originally "Personal Home Page Tools", but now a recursive acronym for "PHP Hypertext Preprocessor") is a widely used open-source programming language used primarily for server-side applications, to develop dynamic web content. It can be seen as an open source alternative to Microsoft's Active Server Pages (ASP) system and to CGI/Perl system. Its ease of use and similarity with the most common structured programming languages, most notably C, Java and Perl, allows most experienced programmers to start developing complex applications with a minimal learning curve. It also enables experienced developers to get involved with dynamic web content applications without having to learn a whole new set of functions and practices. One of the more attractive parts of PHP is that it is more than just a scripting language. Thanks to its modular design, PHP can also be used to develop GUI applications, and it can be used from the command line just as Perl or Python can be. PHP allows, among other things, easy interaction with a large number of relational database systems (Oracle, DB2, MySQL, PostgreSQL, etc.), while maintaining a simple and straightforward syntax. PHP runs on every major operating system, including Unix, Linux, Windows, and Mac OS X and can interact with all major web servers.
[↑]
PNG
PNG (pronounced ping or pee-en-gee) is a relatively new bitmap image format that is becoming popular on the Web and elsewhere. The motivation for creating the PNG format came in early 1995, after Unisys announced that it would be enforcing U.S. Patent 4,558,302 (a software patent) and foreign counterparts on the LZW data compression algorithm used for GIF. There were also other problems with the GIF format which made a replacement desirable, notably its limitation to 256 colors at a time when computers capable of displaying far more than 256 colors were becoming common. Although GIF allows for animation, it was decided that PNG should be a single-image format. A companion format called MNG has been defined for animation. PNG gained popularity in August 1999, after Unisys terminated its royalty-free patent licenses to developers of free software and non-commercial software. PNG uses a non-patented lossless data compression method known as deflation. PNG combines this with prediction: for each image line a filter method is chosen which predicts the color of each pixel based on the colors of previous pixels and subtracts the predicted color of the pixel from the actual color. An image line thus filtered is often more compressible than the raw image line would be. PNG can achieve greater compression than GIF on almost any image, but some implementations make poor choices of filter methods and therefore produce unnecessarily large PNG files. PNG files support full alpha transparency, making them perfect for web applications. Sadly, Internet Explorer does not yet support this property natively.
[↑]

Q


[↑]

R

RDF
Resource Description Framework (RDF) is the specification for a metadata model (often implemented as an application of XML) that is maintained by the World Wide Web Consortium (W3C). This model is based upon the idea of making statements about resources in the form of a subject-predicate-object expression (in RDF terms, called a triple). The subject is essentially the resource, the "thing", being described. The predicate is what trait or aspect about that resource that is being described. And the object is what the value of that trait is. The terminology is taken from logic and linguistics where subject-predicate or subject-predicate-object structures have very similar but definitely distinct meanings.
[↑]
ROR
ROR is a simple flexible XML format for describing the resources of a resource (e.g. objects of a website, entries of a blog or feed, a list of things, a group of people, a directory, etc).

The idea behind ROR is to describe resources by decomposing them into ever smaller resources that can be described more fully and precisely, making it easier for web agent or applications (e.g. search engine spiders, content aggregators, etc) to make sense of the information. ROR also supports RDF.
[↑]

Ruby on Rails
Ruby on Rails, often shortened to Rails or RoR, is an open source web application framework for the Ruby programming language. It is intended to be used with an Agile development methodology that is used by web developers for rapid development.
[↑]

S

Search Engine Optimization (SEO)

Search engine optimization is the process of choosing targeted keyword phrases related to a site, and ensuring that the site places well when those keyword phrases are part of a Web search.
[↑]

Shopping Cart

An electronic shopping cart is software which allows customers shopping on a web site to place product orders for multiple products from a web site The software automatically calculates and totals orders for customers and indicates the total price including post and packing. The shopping cart software must be installed on the web server which hosts the site, or on a secure server that accepts sensitive ordering information.
[↑]

SGML
The Standard Generalized Markup Language (SGML) is a meta language in which one can define markup languages for documents.
[↑]

Social Media
Social media are media for social interaction, using highly accessible and scalable communication techniques. The term refers to the use of web-based and mobile technologies to turn communication into interactive dialogue.
[↑]

Sociall Network
A social network is a theoretical construct useful in the social sciences to study social relationships.
[↑]
 
SQL

Structured Query Language, or SQL, is a declarative programming language for use in quasi-relational databases. As the name implies, SQL is designed for a specific, limited purpose -- querying data contained in a relational database. If you have ever run a query to get information from a Microsoft Access database, the software queries the database in SQL.
[↑]

SVG
SVG is a language for describing two-dimensional graphics in XML. SVG allows for three types of graphic objects: vector graphic shapes (e.g., paths consisting of straight lines and curves), images and text. Graphical objects can be grouped, styled, transformed and composited into previously rendered objects. The feature set includes nested transformations, clipping paths, alpha masks, filter effects and template objects. SVG drawings can be interactive and dynamic. Animations can be defined and triggered either declaratively (i.e., by embedding SVG animation elements in SVG content) or via scripting. SVG is a language for rich graphical content, and performs a similar function to Macromedia's Flash.
[↑]

T

TCP/IP
The Internet protocol suite is the set of protocols that implement the protocol stack on which the Internet runs. It is sometimes called the TCP/IP protocol suite, after two of the many protocols that make up the suite: the Transmission Control Protocol (TCP) and the Internet Protocol (IP), which were the first two defined.
[↑]

U

Uploading
"Uploading" is another way of describing the transfer of local files (files stored on your computer) to a server connected to the Internet. The process is sometimes referred to as "publishing" or "put", and it usually involves utilizing the File Transfer Protocol (FTP).
[↑]
 
URI
URI, short for Uniform Resource Identifier, is an Internet protocol. A URI is a short string of characters that conform to a certain syntax. The string indicates a name or address that can be used to refer to an abstract or physical resource. The URI syntax is essentially a URI scheme name like "http", "ftp", "mailto", etc., followed by a colon character, and then a scheme-specific part. The semantics of the scheme-specific part are determined by the specifications that govern the schemes, although the URI syntax does force all schemes to reserve certain characters for special purposes, without always saying what those purposes are. A URI may also have, appended to the end, a fragment identifier, immediately preceded by "#". The fragment identifier identifies a fragment of the resource that is identified by the rest of the URI.
[↑]
 
URL
A Uniform Resource Locator, or URL, is a standardized address for some resource (such as a document or image) on the Internet. The URL was a fundamental innovation in creating the World Wide Web. It combines into one simple address the four basic items of information necessary to find a document anywhere on the Internet: the protocol to use to communicate with that machine, the machine or domain name to go to, an open network port on the target machine connected to some service, and the path or file name on that machine.
[↑]

V

Visual Layout
A good visual layout is essential for maintaining an organization's image. By separating the content of a page from its layout, it is possible to give users a choice of layouts, allowing them to customize their experience. At Keystone Web sites, we like to create layouts that are uncomplicated and elegant. We believe that text should be easy to read, and we also believe in allowing the user to resize that text to suit their preferences. We like to add images and graphics that complement the main content, instead of replacing it, and we believe that user interface images (like buttons) should have text equivalents for maximum flexibility. When appropriate, we like to add visual flair by utilizing vector-based technologies such as Macromedia Flash
[↑]

W

W3C
The World Wide Web Consortium (W3C) is a consortium that produces standards for the World Wide Web. It is headed by Tim Berners-Lee, the original creator of the HTTP (Hypertext Transfer Protocol) and HTML (Hypertext Markup Language) on which the Web is based.
[↑]
 
War Driver
A hacker slang for an outsider who drives by with a wireless-ready laptop hoping to snag a free connection--gets access to your account.
[↑]

Web 2.0
The term Web 2.0 is commonly associated with web applications that facilitate interactive information sharing, interoperability, user-centered design, and collaboration on the World Wide Web. A Web 2.0 site gives its users the free choice to interact or collaborate with each other in a social media dialogue as creators (prosumer) of user-generated content in a virtual community, in contrast to websites where users (consumer) are limited to the passive viewing of content that was created for them. Examples of Web 2.0 include social-networking sites, blogs, wikis, video-sharing sites, hosted services, web applications, mashups and folksonomies.
[↑]
 
Web Server
A web server is a computer (or specialized software running on a computer) responsible for serving web pages to a client (usually a web browser) when a user requests a page. The browser sends a request to the web server, which responds. After a brief "negotiation" (using the Hypertext Transfer Protocol, or HTTP), and sometimes some extra processing, the web server sends the page back to the browser for rendering.
[↑]
 
Web site
A web site, or web site, is a collection of web pages, that is, documents accessible via the World Wide Web on the Internet. The pages of a web site will be accessed from a common root URL, the homepage, and usually reside on the same physical server. The URLs of the pages organize them into a hierarchy, although the hyperlinks between them control how the reader perceives the overall structure.
[↑]
World Wide Web
The World Wide Web (the "Web" or "WWW" for short) is a hypertext system that operates over the Internet. To view the information, you use software program called a web browser to retrieve pieces of information (called "documents" or "web pages") from web servers (or "web sites") and view them on your screen. You can then follow hyperlinks on the page to other documents or even send information back to the server to interact with it. The act of following hyperlinks is often called "surfing" the web. The core functionality of the Web is based on three standards: The Uniform Resource Locator (URL), which specifies how each page of information is given a unique "address" at which it can be found; Hyper Text Transfer Protocol (HTTP), which specifies how the browser and server send the information to each other, and Hypertext Markup Language (HTML), a method of encoding the information so it can be displayed on a variety of devices.
[↑]

X

XHTML
Extensible Hypertext Markup Language (XHTML), or simply XTML, is a markup language that has the same expressive possibilities as HTML, but conforms to the XML standard which is more strict. XHTML is a recommendation of the World Wide Web Consortium (W3C). Most of the recent versions of popular web browsers render XHTML properly, and many older browsers will also render XHTML as it is mostly a subset of HTML and most browsers do not require valid HTML. Similarly, almost all web browsers that are compatible with XHTML also render HTML properly. XHTML's true power is unleashed when used in conjunction with Cascading Style Sheets. Although HTML can be used with CSS, XHTML moves to force its use for layout and style. This makes the separation of content and form an integral part of the web page's code. At Keystone Web sites, we prefer to author using XHTML because of these advantages.
[↑]
 
XML
XML (Extensible Markup Language) is a W3C Recommendation for creating special-purpose markup languages. It is a simplified subset of SGML, capable of describing many different kinds of data. Its primary purpose is to facilitate the sharing of structured text and information across the Internet. Languages based on XML (for example, RDF, SMIL, MathML, and SVG) are themselves described in a formal way, allowing programs to modify and validate documents in these languages without prior knowledge of their form.
[↑]

Y


[↑]

Z


[↑]

 

To discuss your web design and marketing needs use our contact form or call us at 805-582-2081. Top

 

Related Pages