Difference Between Static Website and Dynamic Website

Started by derrickschwan, 11-17-2010, 08:17:58

Previous topic - Next topic

Shambhavi

 There are two types of website Static and Dynamic   the website, which website are cannot be changed  and not to be updates on regular basis that are called Static websites and those website are changed and update regularly are called Dynamic sites.  :)
newbielink:http://www.homeshop18.com [nonactive]
  •  


ngocptit

Static sites can only truly be updated by someone with a knowledge of site development. Static sites will be the least expensive to recruit and build-up, and many smaller businesses still make use of these to secure a website. Active sites however can be more costly to develop in the beginning, however the positive aspects are several. At a simple level, a dynamic site can give the internet site owner the capability to just upgrade through adding new content material to the internet site.


hoahong

Static Website –
The website coding which is written only in HTML is called static website. The static website contains separate web page and there is no any database for data retrieve. To edit content in a static website, You have to go each page by using page editor like reviewer , frontpage...etc.

Dynamic Website –
The coding of the dynamic website is written in complex coding just like PHP, Asp. A dynamic website is providing user-friendly functionality which can be easily controlled by a content management system. The web-pages of a dynamic website are accessed by a database or external file. It is very easy for any end-user to update the content of a dynamic website. You can make the attractive website by using flash, html5,jquery in the dynamic website.

hoalan

Dynamic Website –
The coding of the dynamic website is written in complex coding just like PHP, Asp. A dynamic website is providing user-friendly functionality which can be easily controlled by the content management system. The web-pages of the dynamic website are accessed by a database or external file. It is very easy for any end-user to update the content of a dynamic website. You can make an attractive website by using flash, html5,jquery in the dynamic website.

TomClarke

Here are some differences between static and dynamic pages:
- in static webpages the theme and content of webpages remained fixed and in dynamic webpages they changed according to run time;
- browsing and loading of static webpages are more quicker than dynamic webpages because unlike dynamic webpages they do not requried the request of server;
- changign the content in static webpages is a difficult task because  you have to develop and upload a new page while in dynamic webpages server application do this automatically;
- if ifle extension of a URL is in .htm or .html then it is a static webpages. While if it is in .php, .asp and.jsp then it is the example of dynamic webpages;
-  static webpages are created through HTML language while dynamic webpages are created by the usage of PHP, JavaScript and Actionscript languages;
- static webpages plan is an easy and cheap method if you wants to create a static and non updating  webpages. While dynamic webpages method is advisable if you have plan to update the content and material frequently.



Tabslogic

If the site looks basic and is for a smaller company,and simply delivers information without any bells and whistles, it could be a static website.Static websites can only really be updated by someone with a knowledge of website development. Static websites are the cheapest to develop and host.

advantage :Quick to develop, Cheap to develop, Cheap to host.

Disadvantage : Requires web development expertise to update site, Site not as useful for the user, Content can get stagnant

Dynamic website can give the website owner the ability to simply update and add new content to the site.Some examples of dynamic website features could be: content management system, e-commerce system, bulletin / discussion boards, intranet or extranet facilities, ability for clients or users to upload documents, ability for administrators or users to create content or
add information to a site (dynamic publishing).

Advantage : 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.

Disadvantage : Slower / more expensive to develop,  Hosting costs a little more.
  •