Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
whats the different between static & dynamic
Old 02-19-2009, 03:55 AM whats the different between static & dynamic
Average Talker

Posts: 16
Trades: 0
plz elaborate in details
__________________
Want to know best place to invest money

Please login or register to view this content. Registration is FREE
martworld is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-19-2009, 09:45 AM Re: whats the different between static & dynamic
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Static means the information on the page doesn't change. It stays the same as the day you put it on the server.

Dynamic means change - dynamic sites usually have a database backend so the information can be updated, and changed, frequently or so that data can be pulled using queries from forms and such.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 02-19-2009, 11:09 AM Re: whats the different between static & dynamic
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Or, in the simplest terms possible, a dynamic page is one that is programmed.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 02-19-2009, 08:12 PM Re: whats the different between static & dynamic
Madman340's Avatar
Web Designer

Posts: 571
Name: Jared
Location: Florida
Trades: 1
HTML is an example of a static language.

PHP is a server language that is used often for dynamic content (from a database)
__________________

Please login or register to view this content. Registration is FREE
for cheap hosting solutions.
Use the coupon code "SINGLECENT" to pay just a single cent for the first month!
Madman340 is offline
Reply With Quote
View Public Profile
 
Old 02-21-2009, 07:37 PM Re: whats the different between static & dynamic
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,378
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
http://www.webmaster-talk.com/seo-ta...namic-web.html

Quote:
HTML is an example of a static language.
Therefore ALL pages are "static" as ALL webpages are HTML.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 02-21-2009, 07:57 PM Re: whats the different between static & dynamic
Decaf's Avatar
Ultra Talker

Posts: 489
Name: Adam
Trades: 0
Quote:
Originally Posted by chrishirst View Post
http://www.webmaster-talk.com/seo-ta...namic-web.html

Therefore ALL pages are "static" as ALL webpages are HTML.
His idea is correct, HTML does not and never will have the ability to change. However JS,PHP,ect... alter/print new html which in effect "changes" the web page.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Decaf is offline
Reply With Quote
View Public Profile Visit Decaf's homepage!
 
Old 02-21-2009, 09:52 PM Re: whats the different between static & dynamic
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,378
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
PHP, ASP, ColdFusion, .NET, Python, Perl, RoR, JSP and any other server side code you can think of, all create "static" pages, there is no two ways around that fact.

For a website page to be "dynamic" or changed in anyway, even by a single character, using ANY server technology it MUST be requested and resent from the server using a different URI, this could be a URI parameter or a different page name. This is a fundamental of the HTTP protocol.

For ANY user agent there is only ONE indication that a page may be "dynamic" in the database sense, and that is the presence of a parameter in the URI, other than that there is absolutely nothing to indicate whether the page was read as a single entity from a server hard drive, or if it was created "on the fly" by several scripts, or concatenated from several includes, or created "on the fly" from a database then streamed out.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 02-21-2009, 10:10 PM Re: whats the different between static & dynamic
Decaf's Avatar
Ultra Talker

Posts: 489
Name: Adam
Trades: 0
Quote:
Originally Posted by chrishirst View Post
PHP, ASP, ColdFusion, .NET, Python, Perl, RoR, JSP and any other server side code you can think of, all create "static" pages, there is no two ways around that fact.

For a website page to be "dynamic" or changed in anyway, even by a single character, using ANY server technology it MUST be requested and resent from the server using a different URI, this could be a URI parameter or a different page name. This is a fundamental of the HTTP protocol.

For ANY user agent there is only ONE indication that a page may be "dynamic" in the database sense, and that is the presence of a parameter in the URI, other than that there is absolutely nothing to indicate whether the page was read as a single entity from a server hard drive, or if it was created "on the fly" by several scripts, or concatenated from several includes, or created "on the fly" from a database then streamed out.

It still boils down to the fact that HTML is static and the other programming languages are dynamic in the fact that they create HTML, but the HTML is still static.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Decaf is offline
Reply With Quote
View Public Profile Visit Decaf's homepage!
 
Old 02-23-2009, 08:36 AM Re: whats the different between static & dynamic
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
HTML is not a programming language. It is a markup and display language.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 02-23-2009, 09:03 AM Re: whats the different between static & dynamic
hcolor's Avatar
Super Talker

Posts: 136
Trades: 0
Static may also refer to a page written on standard HTML or the one that can not be changed through any CMS. Dynamic is easy to understand... it refers to a technology that allows the user to update any information on a website page through a content management software application.
__________________
HostColor.com -
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

Network: Level 3, Cogent, Internap
24/7 Support: 1-888-222-1495; Skype: HostColor
hcolor is offline
Reply With Quote
View Public Profile Visit hcolor's homepage!
 
Old 02-24-2009, 12:03 AM Re: whats the different between static & dynamic
Decaf's Avatar
Ultra Talker

Posts: 489
Name: Adam
Trades: 0
Quote:
Originally Posted by hcolor View Post
Static may also refer to a page written on standard HTML or the one that can not be changed through any CMS. Dynamic is easy to understand... it refers to a technology that allows the user to update any information on a website page through a content management software application.
Or self editing code based on outside vars or user selections.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Decaf is offline
Reply With Quote
View Public Profile Visit Decaf's homepage!
 
Old 02-24-2009, 05:15 AM Re: whats the different between static & dynamic
Novice Talker

Posts: 14
Trades: 0
Thankx dear ,
I had some problem static & dynamic sites .
thankx
===========
__________________

Please login or register to view this content. Registration is FREE
sachinxx is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to whats the different between static & dynamic
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.69302 seconds with 12 queries