Skip Navigation
IT Connect
Connecting You to Information Technology at the UW

 

Using HTML Authoring Tools at the UW

IT Connect > Web > Publishing > HTML Authoring Tools

HTML authoring tools can help you design and maintain a Web site. They do so by helping you to write HTML, to create and modify Web pages, and to publish your finished content to your Web directory. UW Information Technology provides very limited help desk support for these tools. Nevertheless, most can be used to create sites hosted on central UW Web servers. Please use the basic information below to learn more about using HTML authoring tools.

General Advice

Overview

HTML authoring tools such as Adobe Dreamweaver, Microsoft Expression Web, and Seamonkey Composer help you write HTML, often without having to learn it. Most HTML authoring tools feature:

Using an HTML authoring tool goes something like this:

  1. Start your HTML authoring tool.
  2. Open your Web page(s) from your hard drive.
  3. Create/edit as needed.
  4. Preview your work.
  5. Save your work to your hard drive.
  6. When ready, move pages to your Web directory.

Settings

Our servers only support uploads using secure protocols such as SFTP. You should configure your HTML authoring tool to use this protocol. SFTP is also referred to as "Secure FTP." This protocol uses port 22, if you're asked what port to use.

Here is a list of common configuration variables you may need to set in your HTML authoring tool. These may be referred to by other names, in a different order. For example, "username" may be called "login."

VariableWhat you should use
hostnameUse the hostname of your Web development environment. (ovid.u.washington.edu or vergil.u.washington.edu)
directorypublic_html or student_html (if you're both a student and staff or faculty uploading to your student Web site)
usernameYour UW NetID

Training

UW Information Technology Computer Training offers introductory and intermediate training courses for learning to use some common HTML authoring tools. Please refer to the HTML and Web Training category in the training catalog.

Campus educators, including faculty, librarians, instructors, teaching assistants, and instructional staff, can also take Learning and Scholarly Technologies workshops on a variety of topics relating to teaching with technology.

Making Sites That Work for Everyone

Most HTML authoring tools now include features to help you create Web sites that are accessible to the handicapped and that work well with other assistive technologies. Software companies including Microsoft, Adobe, and Apple have made major commitments to supporting accessible design. See the IT Connect - Accessibility site for further information.

Other Options

If you don't want to use one of the tools featured on this page, or you're more comfortable editing your HTML with a text editor, see our Writing Your Own Web Pages In HTML page.