Friday, January 28, 2011

What is DYNAMIC WEBSITE?

Most business websites these days are DYNAMIC meaning that the web pages are dynamically built pages that allow user interaction. This is required for example for an online shopping cart.

They are usually built with a programming language such as ASP, PHP or JAVA. This code "creates" the HTML that is displayed in the browser. XHTML and XML are standards which are probably eventually replace HTML. However most sites are still "output" in HTML because this is visible in most browsers.

DYNAMIC SITES are often database-driven. This means that the site content is stored in a database and the dynamic code "pulls" the content from a database.

No comments:

Post a Comment