Page 1 of 2 12 LastLast
Results 1 to 15 of 26
  1. #1
    AldenThomrts is offline Freshman
    Join Date
    Jun 2011
    Location
    Austin, TX
    Posts
    48
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default what is difrence between dynamic and static web pages?

    Hi all,
    what is difrence between dynamic and static web pages?

  2. #2
    jcourtenay's Avatar
    jcourtenay is offline Guardian
    Join Date
    Jan 2011
    Location
    Wirral, UK
    Posts
    3,730
    Thanks
    22
    Thanked 19 Times in 19 Posts
    Feedback Score
    0

    Default

    Dynamic pages can change depending on data from other sources, i.e. MYSQL databases, whilst static pages always stay the same unless they are manually updated.
    Free web space from Worlditsme, offering free web hosting packages and free php hosting

  3. #3
    jenniferhudson is offline Freshman
    Join Date
    Jul 2011
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    static pages are those pages which are ready without database and they have no form filling option no login sign up option and just some images and data but dynamic web pages are those who is made with SQL or My SQL database and they have every option that is not in static web page.

  4. #4
    sakthi is offline Banned
    Join Date
    Mar 2011
    Posts
    72
    Thanks
    0
    Thanked 10 Times in 6 Posts
    Feedback Score
    0

    Default

    A static web page is one that has been written once, like a word processing document, and then saved onto the web server. It’s like a file. If you could access the web server at a file system level, move the file over to your computer, and then open it up locally in your web browser, it should look exactly the same as if you looked at it through the Internet. Any changes to a static web page need to be made manually, and then saved again.


    A dynamic web page is created on the fly. It doesn’t actually exist on the web server until a web browser requests it. When a request is made, web server runs whatever program will create the web page. That program creates the page dynamically and returns it to the web server, which then passes it along to the web browser.

  5. #5
    Crows is offline Banned
    Join Date
    Aug 2011
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    A static web page is one that has been written once, like a word processing document, and then saved onto the web server. It’s like a file. If you could access the web server at a file system level, move the file over to your computer, and then open it up locally in your web browser, it should look exactly the same as if you looked at it through the Internet. Any changes to a static web page need to be made manually, and then saved again.
    A dynamic web page is created on the fly. It doesn’t actually exist on the web server until a web browser requests it. When a request is made, web server runs whatever program will create the web page. That program creates the page dynamically and returns it to the web server, which then passes it along to the web browser.
    So the main difference between static and dynamic web pages is that static pages exist on the web server, while dynamic pages are created on the fly when a web browser requests them.

  6. #6
    bramwell is offline Sophomore
    Join Date
    Aug 2011
    Location
    Australia
    Posts
    87
    Thanks
    2
    Thanked 1 Time in 1 Post
    Feedback Score
    0

    Default

    Dynamic page is we can able to update the things to server but Static page we cannot do any changes.

  7. #7
    naoki is offline Senior
    Join Date
    May 2011
    Posts
    630
    Thanks
    1
    Thanked 4 Times in 4 Posts
    Feedback Score
    0

    Default

    dynamic websites interact with a server while static do not.

  8. #8
    Join Date
    Jul 2011
    Posts
    45
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    Dynamic websites involve interactions with the user and can offer transactions to carry-off with the server, like paypal feature in websites,offering you with the auto-generate registration no. while applying for a form , but in static page, one can only read the info provided and transact anything,..!

  9. #9
    amankumar is offline Junior
    Join Date
    Apr 2011
    Posts
    357
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    Dynamic webpage is a kind of web page that has been prepared with fresh information for each individual viewing.

    Static webpage is a web page that is delivered to the user exactly as stored, in contrast to dynamic web pages.

  10. #10
    kareelasmith is offline Freshman
    Join Date
    Sep 2011
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    Quote Originally Posted by AldenThomrts View Post
    Hi all,
    what is difrence between dynamic and static web pages?
    Static web pages means you can't change page after creating once.

    Dynamic web page means you can change frequently. These pages are useful for daily uses like sharemarket, weather.

  11. #11
    ice1217 is offline Freshman
    Join Date
    Sep 2011
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    dynamic --> connect to server database. Client can send request to get the data from server.

  12. #12
    serena85 is offline Master
    Join Date
    Apr 2011
    Posts
    1,919
    Thanks
    0
    Thanked 17 Times in 16 Posts
    Feedback Score
    0

    Default

    Thanks for this explanation I really do not know some of these things.
    Information on luxury watches and a complete watch gallery you can find on WatchSource.Eu

  13. #13
    aman072 is offline Sophomore
    Join Date
    Oct 2010
    Posts
    68
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    static website is that website which does not change its data or content on user demand .static website uses only html and not any other language.

    dynamic website is that website which does change content on user demand . dynamic website uses javascript ,php ,asp.net etc. languages .

  14. #14
    somkant is offline Senior
    Join Date
    Aug 2011
    Posts
    671
    Thanks
    0
    Thanked 7 Times in 7 Posts
    Feedback Score
    0

    Default

    >A static web page is one which has been written once, like a word processing document, and then saved onto the web server.

    And
    >A dynamic web page is created on the fly. It doesn’t actually exist on the web server until a web browser requests it. When a request is made, web server runs whatever program will create the web page.

  15. #15
    Join Date
    Oct 2011
    Posts
    13
    Thanks
    0
    Thanked 1 Time in 1 Post
    Feedback Score
    0

    Default

    A static web page is one that has been written once, like a word processing document, and then saved onto the web server.

    A dynamic web page is created on the fly. It doesn’t actually exist on the web server until a web browser requests it.

Page 1 of 2 12 LastLast

Similar Threads

  1. Static or dynamic, Which would be prefrable?
    By jack jastin in forum Web Development - Programming & Coding
    Replies: 3
    Last Post: 06-12-2011, 12:53 PM
  2. what is the difference static or dynamic website?
    By Seemasharma in forum Search Engine Optimization
    Replies: 10
    Last Post: 11-01-2010, 07:41 AM
  3. Replies: 5
    Last Post: 01-12-2010, 06:11 AM
  4. Static vs Dynamic Websites - Differences
    By mastermind in forum Web Development - Programming & Coding
    Replies: 5
    Last Post: 12-17-2009, 06:23 AM
  5. how to get convert dynamic pages into static pages ?
    By jackrajiv in forum Search Engine Optimization
    Replies: 4
    Last Post: 02-24-2009, 04:11 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Partners: BOSTON WEB DEVELOPER, LLC   |   WEBCOSMO CLASSIFIEDS