Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please have a look at this site before answering me.

http://www.w3schools.com[^]

When I explored this site, each page of the site has a unique name, (not like asp?id='anyid'), as if there is no database behind this site.

My question is

=> has the developer created each page separately?
=> How the webmaster is handling this site, any update, any modification
without a database, how every thing is working.
=> Is it a convenient way to create each page separately( In my thinking it
is a time consuming process)
=> If some database is working behind this then why the name of each page is
unique and no any id etc is passed to the url (like asp?id=).
=> What kind of technique is this to create such like a website

Please provide me satisfactory answers of my questions.
I will be thankful to you.

[edit]w3Schools link converted to a link - OriginalGriff[/edit]
Posted
Updated 5-Feb-11 21:31pm
v2
Comments
R. Giskard Reventlov 6-Feb-11 3:34am    
Why don't you simply ask them? Oh, and how can we possible know what constitutes a satsifactory answer? Dumb question.

1 solution

Has the developer created each page separately?
Yes. If you look at most websites, they are done the same way.

How the webmaster is handling this site, any update, any modification
without a database, how every thing is working.

Very well indeed - All you have to do is use Cascading Style Sheets, and update the page content.

Is it a convenient way to create each page separately( In my thinking it
is a time consuming process)

Yes. Style sheets handle the overall look and feel, the page content is separate from each other: as it should be.

If some database is working behind this then why the name of each page is
unique and no any id etc is passed to the url (like asp?id=).

There is a database behind some websites, but it is frequently handled in the code rather than exposed directly in the page.

What kind of technique is this to create such like a website
Pretty normal, I think...
 
Share this answer
 
Comments
rashidfarooq 6-Feb-11 10:19am    
Thanks a lot Brother for answering me.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900