Whats the difference between a Static or Dynamic site?
A. A Static site is comprised of html pages. Everything is “hard coded” right to the page. The only interactivity would be with JavaScript or Flash. Updates need to be made by hand to each page. A Dynamic site is a set of pages that are coded in ASP or Cold Fusion to call information from a database, which then “dynamically” fills the pages with content. The database can be updated with an Admin page and the new information will show up site-wide. That means you can update content on your own pages. Interactivity comes from information stored in the database and accessed by the users.