Your WEB SITE and PC solutions!

drop us a note:
0908-7158659
0923-4853652
support@yonek.net

CMS Help

Sign up for PayPal and start accepting credit card payments instantly.

Static and Dynamic websites... what’s the difference?

The terms static and dynamic describe both how the page of a website is “served” to the browser/client, and how the browser/client can interact with that page (my use of browser from here on will mean both the software and the human client).

Static and Dynamic Websites

Static websites:

Static websites are just that - static. They are delivered directly from the server on which they are stored to the browser that has accessed the site, and - just like an envelope of coupons received in the mail - once delivered, what you see is what you get. The reason there is no change in a static site is that the two main components of the site, the information and the design, are both hard-wired into the pages of the site and then stored on the server, waiting for the browser to call them up (see illustration at the right).

Advantages of static websites

  • quick to develop
  • cheap to develop
  • cheap to maintain as they require little storage space

Disadvantages of static websites

  • Requires web development expertise to update site
  • their functionality (for both client and the owner of the site) is limited
  • they can quickly become stagnant as little or none of the content changes

Dynamic websites:

Dynamic sites, on the other hand, provide the browser with a potentially variable experience each time they visit the site as the content can be easily changed by an administrator or owner of the site. This is because only the design elements of the site are hard-wired into the page while the content is stored separately. The actual coded pages of the site are like empty envelopes, and the content of these envelopes is drawn from a database that lies between the server and the browser. The beauty of this structure is that it is the owner of the site that manages the information in the database. Without getting too technical, this means that the content can be managed (rewritten, edited, etc.) easily by the owner or an administrator through a simple content management system - it can be as simple as signing into an email account, writing an email, and pressing “send”.

Advantages of dynamic websites

  • much easier to update contents
  • provides the owner with real-time direct communication with browsers and the possibility of client feedback

Disadvantages of dynamic websites

  • slower and take more expertise and time to develop
  • hosting can cost (depending upon site requirements) somewhat more than a static site
Summary

Static pages are a good way to start if one’s budget is low and a simple presence on the web is desired, but relevant content and administrative control can never be undervalued.

This article aimed to tackle some of the questions faced by website owners. If you would like to comment on this article or have any questions, please contact us.