Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Search Engine Optimization (http://siteownersforums.com/forumdisplay.php?f=16)
-   -   Different Between Static and Dynamic Website? (http://siteownersforums.com/showthread.php?t=167925)

SerenMckay 04-13-2016 02:52 AM

Different Between Static and Dynamic Website?
 
Hi,

I always confused between static and dynamic website. Can anyone please explain me in simple words with example?

Thanks in Advance

LisaHandson 04-13-2016 03:59 AM

It Simple..
Static:- The content can't be changed because it hard coded in HTML tags. If you would like to change the content you have to change the text written between HTML tags. There is no role of database in these type of sites.

Dynamic:- As the name Admin, or user can write and change the content of site , For eg. Blogs, Quora, FB etc. You have rights to change the content so its dynamic. Dynamic sites depend upon database for their content.

Dipikasoni 04-13-2016 04:01 AM

The main differences between static and dynamic website are as follows
static website have
Quick to develop
Cheap to develop
Cheap to host

Dynamic website are
Much more functional website
It will be easier to update.

Joylinford 04-13-2016 09:19 AM

Static Web Pages
Static Web pages display the exact same information whenever anyone visits it. Static Web pages do not have to be simple plain text. They can feature detailed multimedia design and even videos. However, every visitor to that page will be greeted by the exact same text, multimedia design or video every time he visits the page until you alter that page's source code.

Dynamic Web Pages
Dynamic Web pages are capable of producing different content for different visitors from the same source code file. The website can display different content based on what operating system or browser the visitor is using, whether she is using a PC or a mobile device, or even the source that referred the visitor. A dynamic Web page is not necessarily better than a static Web page. The two simply serve different purposes.

smitharetha 04-13-2016 07:05 PM

With static web sites, requests for pages are handled by a web server delivering the content of these HTML files, "as is". They are called static because they don't change very often. With dynamic web sites there is a difference, requests for pages are a bit more complicated. For each request, the page (the HTML) is constructed from information stored in files (such as images), information stored in databases (textual content) and programming logic (both server side such as PHP, Java, ASP etc and with "Web 2.0" more client side - Javascript). All really useful sites (Amazon, Trademe, online banking etc) are dynamic. It would be completely impossible for them to be anything else, as what they are providing is constantly changing and/or the content is dependent on what the site visitor actually asked for.

KateSteel 04-14-2016 01:01 AM

Static Web Pages:
Static Web pages display the exact same information whenever anyone visits it. Static Web pages do not have to be simple plain text. They can feature detailed multimedia design and even videos. However, every visitor to that page will be greeted by the exact same text, multimedia design or video every time they visit the page until you alter that page's source code.

Dynamic Web Pages:
Dynamic Web pages are capable of producing different content for different visitors from the same source code file. The website can display different content based on what operating system or browser the visitor is using, whether she is using a PC or a mobile device, or even the source that referred the visitor. A dynamic Web page is not necessarily better than a static Web page. The two simply serve different purposes.

frankone 04-14-2016 01:07 AM

nowadays, all sites are dynamic, i dont even remember when it was the last time a project could be done as static. In one way or the other, they all need dynamic bits these days.

stylelifefame 04-14-2016 01:47 AM

Static Website are : Quick To Develop, Cheap to Develop and Cheap to Host.

Dynamic Websites : Dynamic Websites are easy to Update, More Function Website and Can work as a system to allow staff or users to collaborate.

BryceBrady 12-03-2016 01:55 AM

Static Website are : Quick To Develop, Cheap to Develop and Cheap to Host.

Dynamic Websites : Dynamic Websites are easy to Update, More Function Website and Can work as a system to allow staff or users to collaborate

vino 12-03-2016 03:17 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.

deepakrajput 12-03-2016 11:49 AM

Static website can be design in HTML while dynamic in PHP & other CMS.

zerofire2905 12-04-2016 07:59 PM

Static site display same content at all time
Dynamic site display more content by the time

DeanAlbert123 12-07-2016 12:22 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.

bharath kumaran 12-07-2016 12:26 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.

nancy07 12-07-2016 01:41 AM

Static web page means a webpage in which all the information and material is presented before users as it is exactly stored. Static web page shows same information and data to all users.

Dynamic web page is that kind of web page, which each time shows different content and materials to its viewer whenever visited by user. It randomly changes according to time, accessing and interaction by the users.


All times are GMT -7. The time now is 11:50 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.