What is a dynamic website?

A dynamic website is one that changes or customizes itself frequently and automatically.

Server-side dynamic pages are generated "on the fly" by computer code that produces the HTML and CSS. There are a wide range of software systems, such as CGI, Java Servlets and Java Server Pages (JSP), Active Server Pages and ColdFusion (CFML) that are available to generate dynamic web systems and dynamic sites. Various web application frameworks and web template systems are available for general-use programming languages like PHP, Perl, Python, and Ruby, to make it faster and easier to create complex dynamic web sites.

A site can display the current state of a dialogue between users, monitor a changing situation, or provide information in some way personalized to the requirements of the individual user. For example, when the front page of a news site is requested, the code running on the web server might combine stored HTML fragments with news stores retrieved from a database or another web site via RSS to produce a page that includes the latest information. Dynamic sites can be interactive by using HTML forms, storing and reading back browser cookies, or by creating a series of pages that reflect the previous history of clicks. Another example of dynamic content is when a retail website with a database of media products allows a user to input a search request, e.g. for the keyword Beatles. In response, the content of the web page will spontaneously change the way it looked before, and will then display a list of Beatles products like CDs, DVDs and books.

Dynamic HTML uses JavaScript code to instruct the web browser how to interactively modify the page contents.

One way to simulate a certain type of dynamic web site while avoiding the performance loss of initiating the dynamic engine on a per-user or per-connection basis, is to periodically automatically regenerate a large series of static pages.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What is back up?

In Information Technology, a backup, or the process of backing up, refers to the copying and...

What is WordPress?

WordPress is a free and open source blogging tool and a content management system (CMS) based on...

What is Web Hosting Service ?

A web hosting service is a type of Internet hosting service that allows individuals and...

C-Panel or Directadmin?

We support both control panels. We use a custom build panel based on Directadmin for our website...

What is website hosting?

Web hosting is a service where a client rents disk space space on a server. Some advantages to...