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=168320)

AshokDixit89 04-22-2016 03:20 AM

Different Between Static and Dynamic Website..?
 
Different Between Static and Dynamic Website..?

Rajan007 04-22-2016 03:28 AM

Static website is one which uses clear urls there is no query string passed on this type of url. Example: www[dot]abc[dot]com/services

On the other hand dynamic website uses fully static urls
Example www[dot]abc[dot]com/services/php.?=123.....

ritika.patel 04-22-2016 05:35 AM

Static Website has no database, lots of webpage, Content, so many time for loading. and Dynamic website is opposite.

SanGoku 04-22-2016 06:24 AM

Static Web pages display the exact same information whenever anyone visits it. Static Web pages do not have to be simple plain text. Dynamic Web pages are capable of producing different content for different visitors from the same source code file.

ragulaussie 05-02-2016 05:21 AM

Dynamic Websites take some time to load on client browser because it processes the request server side and create contents dynamically.
Static websites load quickly on client browser because it has only some markup contents.

marksteve741 05-02-2016 09:16 AM

client site website page = dynamic website
server site website page= static website

leenahahim 05-03-2016 01:30 AM

5 page website is static, multiple pages contain website is dynamic.

jamesBA 05-03-2016 01:40 AM

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.

BryceBrady 12-19-2016 01:48 AM

Dynamic Websites take some time to load on client browser because it processes the request server side and create contents dynamically.
Static websites load quickly on client browser because it has only some markup contents.

LukeBarter 12-19-2016 01:56 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, etc...

janpaul7890 12-20-2016 01:00 AM

A static website doesn't change. It's usually just a bunch of html, css, and possibly javascript files that are served by a simple webserver. A dynamic website has a backend written in a language like PHP, Python Node.js etc.

itabhyas 12-20-2016 02:37 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.

collaberex 12-20-2016 02:42 AM

Static : The static site is the one which is usually written in the plain HTML and what is in the code of the pages is what is displayed to the user.
Dynamic : The dynamic site is the one which is written using a server side scripting language such as PHP, ASP and JSP

BRANEBENSON 05-30-2017 11:42 PM

A static website doesn't change. It's usually just a bunch of html, css, and possibly javascript files that are served by a simple webserver.

A dynamic website has a backend written in a language like PHP, Python, Ruby, Node.js, etc. These sites can take user input and change their content based on databases, external APIs, etc.


All times are GMT -7. The time now is 10:47 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.