Web Industry Lingo?

Hope this Helps

If you still don't understand, don't worry. Just leave the geek stuff to us and you can concentrate on your business success.

Word
Description
HTML
Web pages are written in hypertext, this is not because the text moves quickly, but rather because it can interact (a little) with the reader. A book (or a Word document) will always stay the same each time you read it; but hypertext is meant to be easily changed and manipulated so that it could ultimately be dynamic.
DHTML
Dynamic HTML - This is a combination of the Document Object Model (DOM), Cascading Style Sheets (CSS), and JavaScript that allows HTML to interact more directly with the readers.
DOM
Document Object Model - This is the specification for how the HTML, JavaScript, and CSS will interact to form Dynamic HTML. It defines the methods and objects available for Web Developers to use.
CSS
Cascading Style Sheets - Style sheets are directives for browsers to display web pages exactly how the designer would like to display them. They allow for very specific control over the look and feel of a web page.
XML
eXtensible Markup Language - This is a markup language that allows developers to develop their own markup language.
URL
Uniform Resource Locator (also known as "Universal Resource Locator") - This is the Web page address. The Internet uses this address from which to send and receive information.
Domain Name
The main part of the URL: http://www.TopQualityDesign.com. When choosing this it’s important to use something short, memorable, and significant to the subject of your site or name of your business.
SEO
Search Engine Optimization - Is the process of using keywords and phrases to increase a web site's rankings and placement in search engines.
PHP
PHP: Hypertext Preprocessor - PHP is a popular scripting language that can be implemented directly inside HTML. PHP is used for dynamically generated web-pages and is especially powerful in database driven content.
Flash
A tool for creating interactive and animated websites.
Static Pages
Pages that have a specific Document that they are generated from.
Dynamic Pages
Pages that are generated from a compilation of sections of documents and/or databases with the use of an advanced language such as PHP