Go Back   Site Owners Forums - Webmaster Forums > Search Engine Optimization > Search Engine Optimization

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 04-13-2016, 02:52 AM   #1
SerenMckay
Registered User
 
Join Date: Dec 2015
Posts: 99
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
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
SerenMckay is offline   Reply With Quote

Old 04-13-2016, 03:59 AM   #2
LisaHandson
Registered User
 
Join Date: May 2015
Posts: 105
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
LisaHandson is offline   Reply With Quote
Old 04-13-2016, 04:01 AM   #3
Dipikasoni
Registered User
 
Join Date: Mar 2016
Posts: 278
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Dipikasoni is offline   Reply With Quote
Old 04-13-2016, 09:19 AM   #4
Joylinford
Registered User
 
Join Date: Jun 2014
Posts: 80
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.
__________________
Need help with Wikipedia Article? Contact us:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Joylinford is offline   Reply With Quote
Old 04-13-2016, 07:05 PM   #5
smitharetha
Registered User
 
Join Date: Feb 2016
Posts: 49
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
smitharetha is offline   Reply With Quote
Old 04-14-2016, 01:01 AM   #6
KateSteel
Registered User
 
Join Date: Dec 2015
Posts: 107
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.
KateSteel is offline   Reply With Quote
Old 04-14-2016, 01:07 AM   #7
frankone
Registered User
 
Join Date: Jan 2016
Location: Romania
Posts: 28
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.
__________________
webdesign | web development | support and maintenance

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
frankone is offline   Reply With Quote
Old 04-14-2016, 01:47 AM   #8
stylelifefame
Registered User
 
Join Date: Jan 2016
Location: Gurgaon
Posts: 50
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
stylelifefame is offline   Reply With Quote
Old 12-03-2016, 01:55 AM   #9
BryceBrady
Registered User
 
Join Date: Oct 2016
Posts: 580
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
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
BryceBrady is offline   Reply With Quote
Old 12-03-2016, 03:17 AM   #10
vino
Registered User
 
Join Date: Dec 2016
Location: Chennai
Posts: 123
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
vino is offline   Reply With Quote
Old 12-03-2016, 11:49 AM   #11
deepakrajput
Registered User
 
Join Date: Feb 2015
Location: CA
Posts: 733
Static website can be design in HTML while dynamic in PHP & other CMS.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
deepakrajput is offline   Reply With Quote
Old 12-04-2016, 07:59 PM   #12
zerofire2905
Registered User
 
Join Date: Oct 2016
Posts: 26
Static site display same content at all time
Dynamic site display more content by the time
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
zerofire2905 is offline   Reply With Quote
Old 12-07-2016, 12:22 AM   #13
DeanAlbert123
Registered User
 
Join Date: Aug 2016
Location: USA
Posts: 84
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
||
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
||
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
DeanAlbert123 is offline   Reply With Quote
Old 12-07-2016, 12:26 AM   #14
bharath kumaran
Registered User
 
Join Date: Sep 2016
Location: India
Posts: 133
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
bharath kumaran is offline   Reply With Quote
Old 12-07-2016, 01:41 AM   #15
nancy07
Registered User
 
Join Date: Apr 2016
Posts: 217
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
nancy07 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the difference between Static and Dynamic Website? spyindiavimlesh Search Engine Optimization 6 05-29-2022 09:47 AM
Static Vs Dynamic jaysh4922 Programming General 1 04-13-2015 11:44 PM
How to change the dynamic URL to Static URL of website? sahithya Search Engine Optimization 1 05-13-2014 02:23 AM
How to Optimize Dynamic Website or Pages? kajal.pillai22 Search Engine Optimization 11 04-20-2013 03:33 AM
How to Create the Dynamic Static Website? jamesranatte Search Engine Optimization 0 06-25-2012 04:02 PM


All times are GMT -7. The time now is 08:10 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.