Log in

View Full Version : What is Dynamic Website?



riprook7
05-07-2015, 06:51 AM
Hello Friends,

Please tell me what is dynamic website.

Eva green
05-07-2015, 07:34 AM
Dynamic site is server side is a web page whose construction is controlled by an application server processing server-side scripts.

WebOutGateway
05-08-2015, 04:37 AM
A dynamic website contains information that changes, depending on the viewer of the site, the time of the day, the time zone and other factors. The layout and the page content are created separately. Words, numbers, and images are stored as unique elements in the database. This allows you to provide individual information to the user and let them choose the content according to their needs. Dynamic website is suitable for the business that sells product or services online or a business with different clients all over the world and provide them with different content.

hope it helps!!

Eva green
05-15-2015, 02:32 AM
A dynamic site is a server-side dynamic web page is a web page whose construction is controlled by an application server processing server-side scripts. In server-side scripting, parameters determine how the assembly of every new web page proceeds, including the setting up of more client-side processing.

RH-Calvin
05-15-2015, 02:50 AM
A dynamic website refers to one which has its contents changed over an interval. They have a more dynamic structure.

christopher12
05-16-2015, 04:58 AM
Dynamic websites contain Web pages that are generated in real-time. These pages include Web scripting code, such as PHP or ASP. When a dynamic page is accessed, the code within the page is parsed on the Web server and the resulting HTML is sent to the client's Web browser.

jamespetervk
05-18-2015, 04:46 AM
The content (text and images) is usually fed from a database or Content Management System (CMS) so when the data is updated, the content on the website are also updated. This method opens up a lot of options on the flexibility and functionality of your website.

Chris Haynes
05-18-2015, 04:56 AM
Dynamic websites use more complex code than static websites. The layout and the page content are created separately. The content is stored in a database. Words, numbers, and images are stored as unique elements in the database and put together to be displayed on a page only if asked. This allows you to provide individual information to the user and let them personalize the content according to their preferences.

daviddakarai
05-18-2015, 06:04 AM
A server-side dynamic web page (http://www.innasoft.in) is a web page whose construction is controlled by an application server processing server-side scripts. In server-side scripting, parameters determine how the assembly of every new web page proceeds, including the setting up of more client-side processing.

nldisplays
05-18-2015, 08:07 AM
Dynamic websites use more complex code than static websites.

chrisgeitz
05-22-2015, 07:40 AM
A dynamic website contains information that changes, depending on the viewer of the site, the time of the day, the time zone, the native language of the country the viewer, and other factors.

john2
05-23-2015, 05:44 AM
Dynamic websites have user interaction apps to the information you display on such sites. Users visit the site, buy and pay something on the sites, submit their own information on the websites.

kevinsimmons
05-23-2015, 06:02 AM
A dynamic website contains information that changes, depending on the viewer of the site, the time of the day, the time zone, the native language of the country the viewer, and other factors.

ShaliniVerma
05-23-2015, 07:45 AM
I think I am too late for this questions answer. I agree with all of the above answers. Dynamic website is a web page whose construction is controlled by an application server processing server-side scripts. In server-side scripting, parameters determine how the assembly of every new web page proceeds, including the setting up of more client-side processing.

thuybk
05-26-2015, 06:15 AM
A dynamic website can contain client-side scripting or server-side scripting to generate the changing content, or a combination of both scripting types.

sigmaseo
06-01-2015, 01:04 AM
Dynamic websites use more Page wirh codeing.
Dynamic website in gurgao (http://www.sigmaseosolutions.com/)n | Dynamic website in gurgaon (http://www.sigmaseosolutions.com/) | website Design in gurgaon (http://www.sigmaseosolutions.com/)

adityaestates
06-01-2015, 02:38 AM
Dynamic website means, the website contain dynamic data adding, retrieval, modify with help of server side scripting language like asp.net, php etc

nldisplays
06-02-2015, 10:03 AM
A dynamic website contains information that changes, depending on the viewer of the site, the time of the day, the time zone, the native language of the country the viewer, and other factors.

joshaidan
06-03-2015, 03:00 AM
Dynamic websites contain Web pages that are generated in real-time. These pages include Web scripting code, such as PHP or ASP. When a dynamic page is accessed, the code within the page is parsed on the Web server and the resulting HTML is sent to the client's Web browser.

a2zcrack
06-12-2015, 07:41 AM
A server-side dynamic web page is a web page whose construction is controlled by an application server processing server-side scripts. In server-side scripting, parameters determine how the assembly of every new web page proceeds, including the setting up of more client-side processing.

MitraVarghese
07-07-2015, 06:54 AM
A dynamic website is a website whose construction is controlled by the application server processing server side scripts. A dynamic website is one whose content is always being generated every time a user visits or reloads the site.

vishalesskay
07-10-2015, 06:03 AM
In dynamic website content changes, the time of the day, the time zone, the viewer native language, depending on the viewer, etc. A dynamic website can contain client-side scripting or server-side scripting to generate the changing content, or a combination of both scripting types.

netster
08-13-2015, 11:57 AM
Thanks for the info folks.

jane1
08-20-2015, 08:53 AM
Dynamic sites are those where online users could react to its applications. Form filling sites, e commerce sites, and banking sites are usually dynamic sites.

Bluesky94
10-31-2016, 11:07 AM
A server-side dynamic web page is a web page whose construction is controlled by an application server processing server-side scripts. In server-side scripting, parameters determine how the assembly of every new web page proceeds, including the setting up of more client-side processing.
A client-side dynamic web page processes the web page using HTML scripting running in the browser as it loads. JavaScript and other scripting languages determine the way the HTML in the received page is parsed into the Document Object Model, or DOM, that represents the loaded web page. The same client-side techniques can then dynamically update or change the DOM in the same way.
A dynamic web page is then reloaded by the user or by a computer program to change some variable content. The updating information could come from the server, or from changes made to that page's DOM. This may or may not truncate the browsing history or create a saved version to go back to, but a dynamic web page update using Ajax technologies will neither create a page to go back to, nor truncate the web browsing history forward of the displayed page. Using Ajax technologies the end user gets one dynamic page managed as a single page in the web browser while the actual web content rendered on that page can vary. The Ajax engine sits only on the browser requesting parts of its DOM, the DOM, for its client, from an application server.
DHTML is the umbrella term for technologies and methods used to create web pages that are not static web pages. Client-side-scripting, server-side scripting, or a combination these make for the dynamic web experience in a browser.