HTML HyperText Markup Language. The language used to create World Wide Web pages, with hyperlinks and markup for text formatting (different heading styles, bold, italic, numbered lists, insertion of images, etc.). HTML files are meant to be viewed using a World Wide Web client program, such as Netscape Navigator or Microsoft Internet Explorer. The "source" file for what you see on a web page is written in HTML.
dynamic HTML (DHTML). HTML documents with dynamic content; the three components of DHTML pages are HTML, JavaScript, and cascading style sheets. The three components are tied together with DOM, the Document Object Model.
SQL Structured Query Language (pronounced SQL or Sequel). An ISO and ANSI standard language used to create, maintain, and query relational databases. Most industrial-strength relational databases and many smaller database applications are addressed using SQL. Each specific application will have its own version of SQL implementing features unique to that application, but all SQL-capable databases support a common subset of SQL. SQL uses regular English words for many of its commands, which makes it easy to use. It is often embedded within other programming languages.
MSP Management Service Provider - An MSP delivers management technologies for networks, systems, applications and e-business infrastructures. MSPs manage the networks and systems of enterprises that wish to reduce their financial risk and resource requirements for such activities.
SaaS Software as a Service
CMS Content Management System
XML Extensible Markup Language (XML) A markup language defined by the W3C that provides a strict set of standards for document syntax while allowing developers, organizations, and communities to define their own vocabularies.