PDA

View Full Version : The Classification of Web Design Pages



alexfrued
07-14-2011, 03:50 AM
Hi !

I would like to share some information about the classification of web design pages :

In web designing Web pages are classified into 2 types :
Static web pages and Dynamic Web pages
Static Web Pages:
These web pages don’t change content and layout with every request unless webmaster or web programmer manually updates the webpage.
Dynamic Web Pages:
These web pages appearance and content is updated depending on the end user’s input or interaction and also these pages change by computing environment like user, time and database modification. When a web site is dynamic the content can be changed on the client side which we also call as end user by using client side scripting languages like JavaScript, jscript, PDF, media players, action script etc to alter Dom and DHTML elements. Dynamic content is often compiled on the server utilizing server-side scripting languages like PHP, ASP, jsp, Perl, cold fusion, python, etc...