Webmaster Forums - Website and SEO Help

Search Engines and Marketing => Search Engine Optimization SEO => Topic started by: vashilove on July 27, 2019, 02:39:43 AM

Title: What is the difference between the static and dynamic website?
Post by: vashilove on July 27, 2019, 02:39:43 AM
Hello friends,

What is the difference between the static and dynamic website?
Title: Re: What is the difference between the static and dynamic website?
Post by: Rscomp on July 27, 2019, 07:17:55 AM
Dynamic websites can be easily upgraded by end users. Static websites is difficult to upgrade
The theme of website and content of website are fixed. Website designs and content can be changed on runtime
With the help of markup language static websites loads quickly whereas dynamic websites delays to load because of more processing time.
Static website provides information to their clients like an organization website. Dynamic website is where content changes frequently. Like a Electronic-commerce site etc.
Static website directly run on browser and does not require other internet application language. This website can be created from HTML and CSS .Dynamic website run the application on server and the result will be display on webpage. So this requires server application language like PHP, JSP etc.
Static websites are easy to develop and a experienced person can develop it. But in casa of Dynamic websites it cannot be developed easily because it require qualify developers to create it, manage it, test it and maintain security of application and database.
In Static website if you want to change the page content then you has to upload that page on server many times. Dynamic sites provide some facilities that it possible to change the page content using server application. There is no need to upload the page on server
Title: Re: What is the difference between the static and dynamic website?
Post by: Paro on October 24, 2019, 06:53:16 AM
There are basically two main types of website - static and dynamic. A static site is one that is usually written in plain HTML and what is in the code of the page is what is displayed to the user. A dynamic site is one that is written using a server-side scripting language such as PHP, ASP, JSP, or Coldfusion.
Title: Re: What is the difference between the static and dynamic website?
Post by: RH-Calvin on October 24, 2019, 07:44:31 AM
A static site is one that is usually written in plain HTML and what is in the code of the page is what is displayed to the user. A dynamic site is one that is written using a server-side scripting language such as PHP, ASP, JSP, or Coldfusion.
Title: Re: What is the difference between the static and dynamic website?
Post by: ellenwilson on October 25, 2019, 01:16:43 AM
The main difference between dynamic website and static website is that the website that created in client-side languages HTML is called static website and a website that created in server-side languages php,asp.net etc are called dynamic website.
Title: Re: What is the difference between the static and dynamic website?
Post by: nick0201 on October 25, 2019, 03:06:09 AM
So without knowing the difference, you created your website vashibabaji?
Title: Re: What is the difference between the static and dynamic website?
Post by: Arjun75020 on October 25, 2019, 04:27:34 AM
There are basically two main types of website - static and dynamic. A static site is one that is usually written in plain HTML and what is in the code of the page is what is displayed to the user. A dynamic site is one that is written using a server-side scripting language such as PHP, ASP, JSP, or Coldfusion.