Glossary
Quick Client Enquiry
Name *
Organisation *
City *
Telephone Number *
Email*
Requirements *
Type the above security code before submitting this form *
If you would like to submit a more detailed brief, please click here
The A-Z web glossary, as explained by Wikpedia
You are here: House of PSP Web Glossary H
Heat Map
Heat maps have been used for displaying areas of a Web page most frequently scanned by visitors. These have been incorporated in Web analysis tools such as Google AdSense.
Read more at Wikipedia
 
Hit
A hit is a request to a web server for a file (web page, image, JavaScript, Cascading Style Sheet, etc.). When a web page is uploaded from a server the number of "hits" or "page hits" is equal to the number of files requested, therefore one page load does not always equal one hit because often pages are made up of other images and other files which stack up the number of hits counted. Because one page load does not equal one hit it is an inaccurate measure of a websites popularity or web traffic. A more accurate measure of web traffic is how many page views a web site has. Hits are useful when evaluating the requirements of your server, depending on the number and size of files which need to be transferred for one request. Servers should be tested to make sure they meet throughput targets (they should be capable of processing a certain amount of 'hits' per second).
Read more at Wikipedia
 
HTML (HyperText Markup Language)
HTML, an initialism of HyperText Markup Language, is the predominant markup language for web pages. It provides a means to describe the structure of text-based information in a document — by denoting certain text as links, headings, paragraphs, lists, and so on — and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of tags, surrounded by angle brackets. HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code (such as JavaScript) which can affect the behavior of Web browsers and other HTML processors.

HTML is also often used to refer to content in specific languages, such as a MIME type text/html, or even more broadly as a generic term for HTML, whether in its XML-descended form (such as XHTML 1.0 and later) or its form descended directly from SGML (such as HTML 4.01 and earlier).

By convention, HTML format data files use a file extension .html or .htm.

Read more at Wikipedia
 
Hyperlink
In computing, a hyperlink is a reference or navigation element in a document to another section of the same document or to another document that may be on or part of a (different) domain.In computing, a hyperlink is a reference or navigation element in a document to another section of the same document or to another document that may be on or part of a (different) domain.
Read more at Wikipedia