Results 1 to 15 of 26
-
07-15-2011, 08:48 AM #1
Freshman
- Join Date
- Jun 2011
- Location
- Austin, TX
- Posts
- 48
- Thanks
- 1
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
what is difrence between dynamic and static web pages?
Hi all,
what is difrence between dynamic and static web pages?
-
07-17-2011, 10:02 AM #2
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.
-
07-21-2011, 06:35 AM #3
Freshman
- Join Date
- Jul 2011
- Posts
- 14
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
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.
-
07-21-2011, 06:44 AM #4
Banned
- Join Date
- Mar 2011
- Posts
- 72
- Thanks
- 0
- Thanked 10 Times in 6 Posts
- Feedback Score
- 0
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.
-
08-17-2011, 06:29 AM #5
Banned
- Join Date
- Aug 2011
- Posts
- 20
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
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.
-
08-18-2011, 07:59 AM #6
Sophomore
- Join Date
- Aug 2011
- Location
- Australia
- Posts
- 87
- Thanks
- 2
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
Dynamic page is we can able to update the things to server but Static page we cannot do any changes.
-
08-19-2011, 10:46 AM #7
Senior
- Join Date
- May 2011
- Posts
- 630
- Thanks
- 1
- Thanked 4 Times in 4 Posts
- Feedback Score
- 0
-
08-23-2011, 07:03 AM #8
Freshman
- Join Date
- Jul 2011
- Posts
- 45
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
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,..!
-
09-06-2011, 04:54 AM #9
Junior
- Join Date
- Apr 2011
- Posts
- 357
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
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.
-
09-07-2011, 01:25 AM #10
Freshman
- Join Date
- Sep 2011
- Posts
- 26
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
-
09-16-2011, 04:59 AM #11
Freshman
- Join Date
- Sep 2011
- Posts
- 12
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
dynamic --> connect to server database. Client can send request to get the data from server.
-
09-16-2011, 05:01 AM #12
Master
- Join Date
- Apr 2011
- Posts
- 1,919
- Thanks
- 0
- Thanked 17 Times in 16 Posts
- Feedback Score
- 0
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
-
09-24-2011, 01:18 PM #13
Sophomore
- Join Date
- Oct 2010
- Posts
- 68
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
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 .
-
09-27-2011, 03:15 AM #14
Senior
- Join Date
- Aug 2011
- Posts
- 671
- Thanks
- 0
- Thanked 7 Times in 7 Posts
- Feedback Score
- 0
>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.
-
10-25-2011, 02:01 AM #15
Freshman
- Join Date
- Oct 2011
- Posts
- 13
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
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.
Similar Threads
-
Static or dynamic, Which would be prefrable?
By jack jastin in forum Web Development - Programming & CodingReplies: 3Last Post: 06-12-2011, 12:53 PM -
what is the difference static or dynamic website?
By Seemasharma in forum Search Engine OptimizationReplies: 10Last Post: 11-01-2010, 07:41 AM -
How to create Multiple Pages of Posts or Static Pages in Blogger???
By Anas in forum BloggingReplies: 5Last Post: 01-12-2010, 06:11 AM -
Static vs Dynamic Websites - Differences
By mastermind in forum Web Development - Programming & CodingReplies: 5Last Post: 12-17-2009, 06:23 AM -
how to get convert dynamic pages into static pages ?
By jackrajiv in forum Search Engine OptimizationReplies: 4Last Post: 02-24-2009, 04:11 AM


Reply With Quote


