Tuesday, 10 May 2016

Static vs. Dynamic Web Sites

1 1.)    Create a new post: Write a post on topic “Static vs. Dynamic Web Sites”
Static websites
A static website consists of a series of HTML files, each one representing a physical page of a website. So on static sites, each page is a separate HTML file. When you visit the homepage, you are viewing the actual homepage file.
Even if two pages contain a chunk of identical content (like a footer), they both contain two versions. So, if you want to update the footer, you must do so twice, once on each page.
This is fairly straightforward and it’s how all websites were built during the early years of the world wide web.
Advantages of static websites
  • Quick to develop
  • Cheap to develop
  • Cheap to host



Dynamic websites
A dynamic website uses server technologies (such as PHP) to dynamically build a webpage right when a user visits the page.
Basically, what happens is the user goes to a certain web address and the server finds a bunch of different pieces of information that it writes into a single cohesive web page, which is what you see.

Advantages of dynamic websites

  • Much more functional website
  • Much easier to update
  • New content brings people back to the site and helps in the search engines
  • Can work as a system to allow staff or users to collaborate



Summary

Many sites from the last decade are static, but more and more people are realising the advantages of having a dynamic website. Dynamic websites can make the most of your site and either use it as a tool or create a professional, interesting experience for your visitors.
This article aimed to tackle some of the questions faced by website owners. If you’d like to comment on this article or have any questions, please contact us


2 2.)    Add photos to your post: Upload ONE (1) print screen of static webpage and ONE (1) print screen of dynamic webpage. 

SStatic Webpage





sDynamic Webpage