This is a discussion on "Dynamic webpages" within the Starting Out section. This forum, and the thread "Dynamic webpages are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Dynamic webpages
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Dynamic webpages
I've often heard the term 'dynamic' when describing webpages. What does this mean?
|
|
|
|
|||
|
Re: Dynamic webpages
It usually means that a site is not static html (ie. not just html on its own). Dynamic websites are usually those that dynamically update the code depending on certain actions. So a site like this would be dynamic as you have posted a thread which has created an entry in a database. Now instead of inputing all of the the links manually the is a bit of code that says get the first hundred thread titles and make them links to the individual threads. This means that someone can post a new thread without anything having to be changed manually by the admin. This is all usually done with a server side language, such as php and a database like MySQL.
Dynamic sites could also be site that have effects such as fading or shrinking or interactive animations. These sorts of thing can be done with JavaScript and Flash. That answer your question? Pete. |
![]() |
| Tags |
| dynamic, webpage |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem attaching PHP to webpages | thumbliner | PHP Forum | 6 | Apr 20th, 2008 15:23 |
| Dynamic Layout | Dgrade | Flash & Multimedia Forum | 3 | Mar 17th, 2008 03:03 |
| CSS - dynamic height div | Web Page Design | 39 | Dec 4th, 2007 15:33 | |
| Help with thumbnails of webpages for my site | 0413 | Starting Out | 7 | Sep 20th, 2007 08:51 |
| refreshing webpages! | zillah_dee | Web Page Design | 2 | Jun 8th, 2006 18:48 |