If you are paying for my service,or donatiing to site please click on the donate button below.



 
 
VirtueMart
Your Cart is currently empty.

Share/Save/Bookmark

A static website is one that has web pages stored on the server in the format that is sent to a client web browser. It is primarily coded in Hypertext Markup Language (HTML).

Simple forms or marketing examples of websites, such as classic website, a five-page website or a brochure website are often static websites, because they present pre-defined, static information to the user. This may include information about a company and its products and services via text, photos, animations, audio/video and interactive menus and navigation.

This type of website usually displays the same information to all visitors. Similar to handing out a printed brochure to customers or clients, a static website will generally provide consistent, standard information for an extended period of time. Although the website owner may make updates periodically, it is a manual process to edit the text, photos and other content and may require basic website design skills and software.

In summary, visitors are not able to control what information they receive via a static website, and must instead settle for whatever content the website owner has decided to offer at that time.

 


Advantages
* Quick and easy to put together, even by someone who doesn't have much experience.
* Ideal for demonstrating how a site will look.
* Cache friendly, one copy can be shown to many people.

Disadvantages
* Difficult to maintain when a site gets large.
* Difficult to keep consistent and up to date.
* Offers little visitor personalization (all would have to be client side).

They are edited using four broad categories of software:

  • Text editors, such as Notepad or TextEdit, where content and HTML markup are manipulated directly within the editor program

  • WYSIWYG (what you see is what you get) offline editors, such as Microsoft FrontPage and Adobe Dreamweaver (previously Macromedia Dreamweaver), and of course the open sourse editor Kompozer, with which the site is edited using a GUI interface and the final HTML markup is generated automatically by the editor software

  • WYSIWYG online editors which create media rich online presentation like web pages, widgets, intro, blogs, and other documents.

  • Template-based editors, such as Rapidweaver and iWeb, which allow users to quickly create and upload web pages to a web server without detailed HTML knowledge, as they pick a suitable template from a palette and add pictures and text to it in a desktop publishing fashion without direct manipulation of HTML code.

Dynamic Website

A dynamic website is one that changes or customizes itself frequently and automatically, based on certain criteria.

Dynamic websites can have two types of dynamic activity: Code and Content. Dynamic code is invisible or behind the scenes and dynamic content is visible or fully displayed.

 

The first type is a website with dynamic code hidden inside. The lines of code are constructed dynamically on the fly using active programming language instead of plain, static HTML. If you click on the links on the left, a page is then created depending on certain criteria like the browser your using,  your administration privledges, etc.

 

A website with dynamic code refers to its construction or how it is built, and more specifically refers to the code used to create a single web page. A dynamic web page is generated on the fly by piecing together certain blocks of code, procedures or routines. A dynamically-generated web page would call various bits of information from a database and put them together in a pre-defined format to present the reader with a coherent page. It interacts with users in a variety of ways including by reading cookies recognizing users' previous history, session variables, server side variables etc., or by using direct interaction (form elements, mouseovers, etc.). A site can display the current state of a dialogue between users, monitor a changing situation, or provide information in some way personalized to the requirements of the individual user.

 

The second type is a website with dynamic content displayed in plain view. Variable content is displayed dynamically on the fly based on certain criteria, usually by retrieving content stored in a database.

A website with dynamic content refers to how its messages, text, images and other information are displayed on the web page, and more specifically how its content changes at any given moment. The web page content varies based on certain criteria, either pre-defined rules or variable user input. For example, a website with a database of news articles can use a pre-defined rule which tells it to display all news articles for today's date. This type of dynamic website will automatically show the most current news articles on any given date. Another example of dynamic content is when a retail website with a database of media products allows a user to input a search request for the keyword Beatles. In response, the content of the web page will spontaneously change the way it looked before, and will then display a list of Beatles products like CD's, DVD's and books. If you type a word or phrase in the search box at top, anything containing that word or phrase will show up in a new page, created with code.

 

The main purpose of a dynamic website is automation. A dynamic website can operate more effectively, be built more efficiently and is easier to maintain, update and expand. It is much simpler to build a template and a database than to build hundreds or thousands of individual, static HTML web pages.

 

Advantages of dynamic websites

* Much more functional website
* Much easier to update
* New content brings people back to the site and helps in the search engines
* Can work as a system to allow staff or users to collaborate

Disadvantages of dynamic websites

* Slower / more expensive to develop
* Hosting costs a little more

Summary

Many sites from the last decade are static, but more and more people are realizing 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.