Magento Expert Forum - Improve your Magento experience

Page 2 of 2 FirstFirst 12
Results 21 to 24 of 24

The difference between static and dynamic web site

  1. #21
    Junior Member
    Join Date
    Aug 2016
    Posts
    98
    Thanks
    1
    Thanked 3 Times in 3 Posts

    Default

    A static site is one that is usually written in plain HTML and what is in the code of the page is what is displayed to the user. A dynamic site is one that is written using a server-side scripting language such as PHP, ASP, JSP, or Coldfusion.

  2. #22
    Junior Member
    Join Date
    Aug 2016
    Posts
    184
    Thanks
    2
    Thanked 2 Times in 2 Posts

    Default

    A static website is the simplest kind of website you can build. Static websites are written in HTML and CSS only, with no scripting.

    A server-side dynamic web page is a web page whose construction is controlled by an application server processing server-side scripts.

  3. #23
    Junior Member
    Join Date
    Oct 2016
    Posts
    984
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default

    Static websites means basic version of website which content, design, color etc. are remain fix till the web developer is not changed it.
    A dynamic web site is opposite static web site, here web pages not fixed as static web site, changes will be done according to clients by their own requirements.

  4. #24
    Junior Member
    Join Date
    Jul 2017
    Location
    Chennai
    Posts
    10
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    A static website doesn't change. It's usually just a bunch of html, css and possibly javascript files that are served by a simple webserver. A dynamic website has a backend written in a language like PHP, Python, Ruby and Node js.

Page 2 of 2 FirstFirst 12

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
  •