View Full Version : What is Static and Dynamci page?
  
infinitevizionz
10-16-2012, 05:22 AM
Could you guys tell me, what are static and dynamic webpages. Also let me know difference between static and dynamic.
lennonrowen
10-16-2012, 07:33 AM
Static website is a written completely by HTML code and each website pages are separate document. It is not use any kind of databases or external files that are drained upon. To editing of this type of website you have to go into each page and edit in HTML.
Dynamic website is written by more multifaceted code like PHP, ASP and JAVA it has a better degree of serviceable. It is organize by the use of content management system. You can effectively be talented to make updates without needing any knowledge of HTML or any website software. Every pages data are stored in database or external file and it is use content management system so you can modify your website easily.
AllenSantiago
10-18-2012, 05:01 AM
A static website is one that is often developed in the HTML language and does not require to create a database where as dynamic website is one that is often developed in a complex language like Asp.net language, PHP language and so on which  requires the creation of a database.
manojkumar
10-23-2012, 07:55 AM
Static Page :
		Static content is published to regular files HTML on your server and handled using the simplest methods HTML documents stored as files in the file system and made  available to the web server. 
Dynamic Page : 
		Dynamic websites are very powerful and easy for you, the client to use
Dynamic Page genrate some specific features. Dynamic Page whoses change content quickly and republish it. and the Dynamic Page display specific content. Dynamic Page effect's like some For Example : View User Profile, enables clients to upload images, banners and text to the website without having to wait for their webmaster to update it for them.
kevin619
10-24-2012, 02:08 AM
Web pages can be either static or dynamic. "Static" means unchanged or constant, while "dynamic" means changing or lively. Therefore, static Web pages contain the same prebuilt content each time the page is loaded, while the content of dynamic Web pages can be generated on-the-fly.
Standard HTML pages are static Web pages. They contain HTML code, which defines the structure and content of the Web page. Each time an HTML page is loaded, it looks the same. The only way the content of an HTML page will change is if the Web developer updates and publishes the file.
Other types of Web pages, such as PHP, ASP, and JSP pages are dynamic Web pages. These pages contain "server-side" code, which allows the server to generate unique content each time the page is loaded. For example, the server may display the current time and date on the Web page. It may also output a unique response based on a Web form the user filled out. Many dynamic pages use server-side code to access database information, which enables the page's content to be generated from information stored in the database. Websites that generate Web pages from database information are often called database-driven websites.
samdorjey
10-26-2012, 01:27 AM
Static website is a written completely by HTML code and each website pages are separate document. It is not use any kind of databases or external files that are drained upon. To editing of this type of website you have to go into each page and edit in HTML.
Dynamic website is written by more multifaceted code like PHP, ASP and JAVA it has a better degree of serviceable. It is organize by the use of content management system. You can effectively be talented to make updates without needing any knowledge of HTML or any website software. Every pages data are stored in database or external file and it is use content management system so you can modify your website easily.
roseybn
10-26-2012, 07:04 AM
Static pages is like stable pages means which don't change and the Dynamic pages is like which changes one to another they are not stable as the static pages.
carvermediagrou
11-27-2012, 03:23 AM
Static website on each page is fixed and code in HTML. In Dynamic website pages include Web scripting code, such as PHP or ASP etc. This type of website easy to maintain. In static website quick and cheap to develop but Requires web master to update the site. In Dynamic website easy to update, it is more functional compare to static websites.
mitapaul16
11-27-2012, 04:08 AM
A healthy and informative discussion. Really helpful post.
introspective12
11-27-2012, 06:37 PM
There are 2 Types of Web pages. They are:
1. Static Web page
2. Dynamic Web page
		The Website completely developed by HTML is called Static Web page. It contain same Predefined content. The Web page is Developed by Using Servelet and other kind of advanced  feature is called dynamic Web page.
semaphore.v
04-16-2013, 02:38 AM
Static pages are those on your site that send exactly the same response to every request.
Dynamic pages can customize the response on the server to offer personalization based on cookies and information it can get from the visitor.
jamsen
04-20-2013, 09:12 AM
Static is the most efficient method, but some pages are best set to a dynamic view, because their contents change rapidly or unpredictably.  For example, forums can be updated at any time by readers, so a dynamic view works best to display the current comments.
Private (member-only) pages are dynamic by default, because they display different content depending on who is viewing them.
What the hell you doing man and i am sure your are not coming to this thread in future to check answer of your questions , your signature telling the whole story.
saira
04-29-2013, 02:32 AM
Static pages means just only to show or provide information to the user and does not allow any user interaction whereas dynamic pages allows user interaction.
Steven Duggan Events - Wedding Planners in London | Wedding Organisers London (http://www.stevendugganevents.com/wedding-planners-london.html)
annahussy
04-30-2013, 02:01 AM
Here you people share such a nice information regarding static and dynamic web pages. The website is built by 2 methods like static and dynamic. Static website means there is no user interaction with websites only readable and no database is design whereas dynamic web site contains database as well as user interactions with a website.
sowmya
05-10-2013, 06:42 AM
Web pages can be either static or dynamic. "Static" means unchanged or constant, while "dynamic" means changing or lively. Therefore, static Web pages contain the same prebuilt content each time the page is loaded, while the content of dynamic Web pages can be generated on-the-fly.Standard HTML pages are static Web pages.whereas Other types of Web pages, such as PHP, ASP, and JSP pages are dynamic Web pages..
innovativeweb
05-11-2013, 02:19 AM
Hello,
We can't change static web pages and they are stable but in other hand dynamic pages are more attractive and secure as compare to static pages. You can change your dynamic pages at any time.
digital forum
05-13-2013, 04:56 PM
Static Content
Static content is published to regular files on your server and handled using the simplest methods available to the web server.  The advantages of static content are:
    it is the fastest and most efficient way to deliver content
    it does not require any code to execute or any databases to be accessed, which makes it the most secure way to deliver content
    it uses simple, clean URLs to address the content
    it takes best advantage of web caching systems, which further boosts performance
    it is compatible with every type of webserver technology
However, it also has the following disadvantages:
    it must be republished when it changes, or your viewers will not see the updates
    it cannot display differently to different viewers, depending on their login status or other factors
Dynamic Content
Dynamic content is generated for you at the time you request the page.  The document you view exists only for you at that moment;  if viewed by someone else at the same time, or by you at a slightly different time, you could get something different.  Dynamic content is good for:
    pages whose content changes too quickly to easily republish it
    pages that display viewer-specific content (eg. user profiles)
    pages that display content conditionally (ie. member-only pages)
However, dynamic content has the following disadvantages:
    it is resource-intensive compared to static pages.  That means the number of dynamic pages your server can display per second will generally be much less than the number of static pages.  This can be especially important if you are swamped with traffic, or generating thousands of dynamic page views for robots or other automated agents that you don't really care about.
    dynamic pages execute code on your server, and can read from and write to your database.  If your website has any security problems, dynamic pages is where those problems will be exposed.
    in many typical default webserving configurations, the index page of a website is presumed to be a static page (eg. "index.html").  That means there are some places where it is impractical or more difficult to use dynamic pages than others.
Bluesky94
10-31-2016, 12:20 PM
Static website is a written completely by HTML code and each website pages are separate document. It is not use any kind of databases or external files that are drained upon. To editing of this type of website you have to go into each page and edit in HTML.
Sonika11Mehra
12-14-2016, 03:16 AM
Static URL :
A static URL is one that does not change, so it typically does not contain any URL parameters.
Updating these kinds of pages can be time-consuming, especially if the amount of information grows quickly since every single page has to be hard-coded. This is why webmasters who deal with large, frequently updated sites like online shops, forum communities, blogs or content management systems may use dynamic URLs.
Dynamic URL :
If the content of a site is stored in a database and pulled for display on pages on demand, dynamic URLs may be used. In that case, the site serves basically as a template for the content. 
Dynamic URLs have the disadvantage that different URLs can have the same content. So different users might link to URLs with different parameters which have the same content. That's one reason why webmasters sometimes want to rewrite their URLs to static ones.
kumar1
01-07-2017, 04:29 AM
If file extension of a URL is in .htm or .html then it is a static web pages. While if it is in .php, .asp and .jsp then it is the example of dynamic web pages. Static web pages are created through HTML language while dynamic web pages are created by the usage of PHP, JavaScript and Actionscript languages.
mikerock
02-01-2017, 11:15 AM
Static web page is page which is shown to the user, as it is stored in the database.
This is the simplest form of web page and require only HTML tags to create the web page
Dynamic web page is a page in which we can add the extra functionality in static web page, and user can see the different page as stored in database. For creating the dynamic page we need to add some functionality as per the logic and requirement.
pragya00
03-03-2017, 01:06 AM
Static website is a written completely by HTML code and each website pages are separate document while a dynamic website is one that is often developed in a complex language like Asp.net language, PHP language and so on which requires the creation of a database.
skyhost92
03-15-2017, 05:35 AM
Static Web Pages
Hyper Text Markup Language (HTML) was the main apparatus with which individuals had started to make website pages in time long past circumstances. HTML is a dialect that adapt content, make sections and line breaks and so forth. However, the most essential thing that HTML does is connection creation. Every one of these connections that we see on pages are made utilizing HTML labels.
Dynamic Web Pages
As the requirement for making intuitive site pages developed –the significant instruments were made to make it conceivable. In the event that you go to a web based shopping site and see the item list –there are high shots that you'll be looking as a dynamic site pages.
Such dynamic website pages have two fundamental parts; Style of the page and data. Style of the page is made utilizing devices like HTML, CSS, JavaScript while the data is put away independently in a database. At the point when a dynamic page stacks in program –it demands the database to outfit data contingent on client's info. At the point when the page gets this data from database –the styling code gets connected on it and the subsequent page is shown to the client.
 
Powered by vBulletin® Version 4.2.4 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.