Results 1 to 4 of 4
  1. #1
    Join Date
    May 2010
    Posts
    3

    Default Difference between a “static” and a “dynamic” site

    A static site is one that is written in HTML only. Each page is a separate document and there is no database that it draws on. What this means functionally is that the only way to edit the site is to go into each page and edit the HTML - so you'd either have to do it yourself using a webpage editor like FrontPage or pay me to go in and edit the site each time you wanted something changed.

    A dynamic site is written using more complex code and can do a lot more. For instance, I can make an area where you can log in and change various parts of the site, such as adding information or products. This is because each page is constructed based on the information in a database, and the information in that database can be changed via another interface.

    Dynamic sites can reduce ongoing maintenance costs if you don't want to change things yourself with a webpage editor or with the HTML. They usually cost more to develop, as they require more complex coding and a content management utility needs to be developed to help you manage your website information.

    Another benefit of dynamic sites is that they allow you to change only the content of the site and not the design, so you will not be able to accidentally break the visual style of the site. They have other benefits when sites start to get very large, as they make data management much more efficient and your site more expandable.

    Many clients do a combination, having some dynamic areas such as a product catalog where they have to change information or pictures regularly, and leave other pages such as contact information as static pages.

  2. #2

    Default

    Static sites are sites most love by Search Engines. Unlike Dynamic sites because this site (dynamic) has lots of signs/letters/words that search engines don't understand also this signs/letters/words is used in the progam of their algorithm like &% like that.

  3. #3
    Join Date
    Aug 2010
    Posts
    20

    Default

    ita a really good info

  4. #4

    Default

    That is not really correct.

    Properly written and optimized sites show up as static ones to search engines and are very nicely visible to them.

    The difference is that the static site shows static content, as in, that content does not change unless you do a change in its code.

    The dynamic ones use databases, which store information and they extract it from there. That information is regularly updated to show different content.

    With simple example:

    static site: books: 5

    dynamic site: books: $number (where number is extracted from the database)

    So the static will always show 5, the dynamic might show anything, number, letter, etc.

Similar Threads

  1. What's the difference between web development and web design?
    By retread in forum Hosting Related Questions
    Replies: 18
    Last Post: 02-27-2012, 05:58 AM
  2. Comments on Static Content...
    By Foremormon in forum General Joomla Discussions
    Replies: 1
    Last Post: 09-15-2008, 09:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •