Home | Web Page Design Club | Web Design Video Course

What is a 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.

Databases

The web technologies listed below - are the most commonly used programming languages for building dynamic websites.

ASP
PHP
JAVA
CGI Scripts
Javascript
DHTML
XML
SSI

If you have designed your site already in HTML then start by looking at Javascript and DHTML since you can use this on a normal .html web pages. ASP and PHP need you to create .asp or .php sites and are a bit more complex to set up.

web page design club

Home | About Us | Contact Us | Privacy