Dynamic Web Sites
Make your presence on the World Wide Web a pleasant Experience
Binary Date 0111 / 00100 / 11111011001
(7/4/2009)
|
Dynamic Web Site Design |
by |
RJProgramming.com |
Ray Jones, Webmaster |
| |
|
Dynamic Web Sites are more that just straight static HTML pages.
These pages are fine to just present information and show a few pictures. But the
web pages that get noticed are the ones with some movement on them (see header on this page) or they interact
with the user. Like when the user moves the mouse over an item, something will appear
(i.e. interactive menus). Dynamic Web Sites can welcome the user to the site.
Dynamic Web Sites can be fairly simple to very complex. A more simple site, using a little bit of Javascript, can
make menus appear or show an explaination box on mouseover or click of an item. When you move off the item the
menu will disappear.
More complex Web Sites can be connected with a Database and collect information from users. This information can
be retrieved by the site owner on other pages that are password protected. This site is done in asp.net which allows
for Master pages. This allows the pages on the site to have the same look and feel. The top, the menus and the
yellow side bar are all on the master page. Therefore when you make a change to a menu item, it is the same for
all pages in the site using the master page.
|
|