Thursday, 1 March 2018

Static website and Desktop website


There are basically two main types of websites.
1.Static website
2.Dynamic website
Static site:
Static site is one that is usually written in plain HTML and what is in the code of page is what is displayed to the user. Information in page doesnot changes and it's look like printed. It is made available by web browser over HTTP.Static web pages are suitable for the contents that never or rarely need to be updated, though modern static site generators are changing
Advantage :
1.Quick to develop
2.Cheap to develop
3.Cheap to host.
Disadvantage 
Requires web development expertise to update site.
Content can be stagnant.
Dynamic site :
Dynamic site written using server side scripting language such as PHP, ASP, JSP. In such site the content is called in by scripting language from some other files or database. It is a collection of dynamic webpage whose content changes dynamically. Content is accessed from CMS (content management system).
Client side scripting generates content at the client computer on the basis of user input. Web browser downloads the webpage from server and process the code within the page to render information to the user.
In server side scripting the software runs on server and processing is completed in server then plain pages are sent to the user.
Advantage :
Much more functional.
Much easier to update.
New content brings people back to site and helps in search engines.
It can work as a system to allow staff or users to collaborate.
Disadvantage :
Slower/more expensive to develop.
Hosting costs a little more.

Recommended topics:
Websites

Also visit here for free website :
http://www.yobha.in

No comments:

Post a Comment