Magento Expert Forum - Improve your Magento experience

Results 1 to 8 of 8

Different Between Static and Dynamic Website?

  1. #1

  2. #2
    Junior Member
    Join Date
    Dec 2015
    Posts
    76
    Thanks
    2
    Thanked 9 Times in 8 Posts

    Default

    It Simple..
    Static:- The content can't be changed because it hard coded in HTML tags. If you would like to change the content you have to change the text written between HTML tags. There is no role of database in these type of sites.

    Dynamic:- As the name Admin, or user can write and change the content of site , For eg. Blogs, Quora, FB etc. You have rights to change the content so its dynamic. Dynamic sites depend upon database for their content.

  3. #3
    Junior Member kajal's Avatar
    Join Date
    Sep 2014
    Location
    Bangalore
    Posts
    1,446
    Thanks
    0
    Thanked 20 Times in 20 Posts

    Default

    In static websites, pages are created by having all it content in its code. In dynamic sites, all or some part of the site is fetched and show dynamically from database.

  4. #4
    Junior Member
    Join Date
    Feb 2015
    Posts
    55
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default

    static website is create on HTML and CSS with JavaScript and Dynamic sites is create on HTML, CSS, JAVAScript and PHP

  5. #5
    Junior Member
    Join Date
    Feb 2015
    Posts
    316
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    It Simple..
    Static:- The content can't be changed because it hard coded in HTML tags. If you would like to change the content you have to change the text written between HTML tags. There is no role of database in these type of sites.
    Dynamic:- As the name Admin, or user can write and change the content of site , For eg. Blogs, Quora, FB etc. You have rights to change the content so its dynamic. Dynamic sites depend upon database for their content.

  6. #6
    Junior Member
    Join Date
    Mar 2016
    Posts
    209
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Static Websites

    1. Static websites contain fixed number of pages.
    2. Theme of website and content of webpage are fixed.

    Dynamic Websites

    1. Dynamic websites can create webpage dynamically.
    2. Webpage design and content may change on run time.

  7. #7
    Junior Member
    Join Date
    Mar 2016
    Posts
    168
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for sharing this nice information.

Bookmarks

Posting Permissions

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