Maintaining a web site with Dreamweaver

Defining a site in Dreamweaver

Specify where the local copy of the site files will be kept
Provide details about the web host
Save the Dreamweaver Site definition (Use your N Drive)
Example 1 http://www.northshorechoral.com
Example 2 - Student 09 on dom751.com

Creating or updating a web page in Dreamweaver

Create page locally and upload (s09/test.html)
Get page from web site, update, then upload. (s09/index.html)

HTML Programming

<head><title>
<body><h1><h2><p>
<a href="www.dom.edu">This is the Dominican Web Site</a>
<img><ol><ul>

What other programming languages can you find in a web page source file?

Javascript (logic to be run on the client by the browser)
CSS (formatting instructions to be interpreted by the browser on the client)
PHP, ASP.NET, JSP (logic to run on the application server)
SQL and variations ( logic to be run on the database sever)
Review http://www.northshorechoral.com/sales/ticketord3.php