chapter 9 publishing and maintaining your site. 2 principles of web design chapter 9 objectives...

30
Chapter 9 Publishing and Maintaining Your Site

Upload: janel-davidson

Post on 02-Jan-2016

218 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

Chapter 9

Publishing and Maintaining Your Site

Page 2: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

2

Principles of Web Design Chapter 9

Objectives

• Understand the features of Internet Service Providers and what to look for when choosing one

• Use the File Transfer Protocol (FTP) to transfer files to and from your Web site

• Plan for usability testing and user feedback

Page 3: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

3

Principles of Web Design Chapter 9

Objectives

• Plan for ongoing site maintenance and updates

• Use a variety of ways to enhance search engine listing of your site

Page 4: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

4

Principles of Web Design Chapter 9

Publishing Your Site

• To make your site live, transfer your Web site files to a Web server

• Unless your company or organization has a Web server, you’ll have to use the services of a Web hosting provider

• After you choose a server to host your files, you’ll need to select file transfer software and upload the Web site files from your development machine to the Web server

Page 5: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

5

Principles of Web Design Chapter 9

Choosing an ISP

• One of the most important decisions you’ll make is your choice of Web hosting service or Internet Service Provider (ISP). This is the company that hosts your Web pages on a Web server, making them available to anyone who knows your URL.

• Web hosting services provide Web server space only, and may be more capable of hosting a complex commercial site.

Page 6: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

6

Principles of Web Design Chapter 9

ISP Checklist

• Is the ISP local or national?• Does the ISP have enough local Points Of

Presence (POPs) in my area code?• Does the ISP offer technical support? When is

support staff available?• How many email address do I get with an

account?• Does the ISP provide software, such as an

FTP client?

Page 7: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

7

Principles of Web Design Chapter 9

ISP Checklist

• Does the ISP support the latest connection technologies?

• Does the ISP offer enhanced services, such as SQL database support, Secure Socket Layer, CGI scripting, and multimedia technology?

Page 8: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

8

Principles of Web Design Chapter 9

Using CGI Scripts

• The Common Gateway Interface (CGI) is the communications “bridge” between the Internet and the server

• Using programs called scripts, CGI can collect data sent by a user via the Hypertext Transfer Protocol (HTTP) and transfer it to a variety of data processing programs including spreadsheets, databases, or other software running on the server

Page 9: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

9

Principles of Web Design Chapter 9

Page 10: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

10

Principles of Web Design Chapter 9

Using CGI Scripts

• The data processing software can then work with the data and send a response back to CGI, and then onto the user

• The user enters data via an HTML form

Page 11: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

11

Principles of Web Design Chapter 9

Page 12: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

12

Principles of Web Design Chapter 9

Using FTP

• To publish your pages on the Web, you must send your HTML, image, and other files to the Web server

• To do this, you need File Transfer Protocol (FTP) software, often called an FTP client

Page 13: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

13

Principles of Web Design Chapter 9

Using FTP

• To upload your files, start your FTP program and connect to your Web server using the FTP information provided by your service provider

• Select the files that you want to upload in your local directory listing and transfer them to the server

• Once the files have reached the Web server, they are immediately available for access on the Web

Page 14: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

14

Principles of Web Design Chapter 9

Page 15: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

15

Principles of Web Design Chapter 9

Page 16: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

16

Principles of Web Design Chapter 9

Testing Your Site

Remember to test for the following Web design variables:• Multiple browsers• Multiple operating systems• Connection Speeds• Display types

Page 17: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

17

Principles of Web Design Chapter 9

User Testing

• Vary your subjects• Formalize your testing• Develop a feedback form

Page 18: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

18

Principles of Web Design Chapter 9

User Feedback Questions

• Did you find the information you needed?• Was it easy or difficult to find the information

you needed?• Did you find the site visually attractive?• Did you find the content easy to read?• Did you find the site easy to navigate?

Page 19: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

19

Principles of Web Design Chapter 9

User Feedback Questions

• Did you think the information was presented correctly?

• Did the information have enough depth?• What area of the site did you like the best?• What area of the site did you like the least?• Would you recommend the site to others?

Page 20: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

20

Principles of Web Design Chapter 9

Refining and Updating Content

• Refine your content and presentation based on your user’s feedback

• Analyze your visitors and their preferences when they visit

• Plan for ongoing maintenance of your site• Plan for major site design changes on a

regular basis

Page 21: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

21

Principles of Web Design Chapter 9

Working with Search Engines• Search engines are software programs that search out and index Web

sites in a catalog • Not all search engines are alike, so the way they search and catalog

differs greatly

Page 22: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

22

Principles of Web Design Chapter 9

Working with Search Engines• Use meaningful titles • Use META elements• Be careful with frames• Use ALT text with images• Submit your URL to different search engines

Page 23: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

23

Principles of Web Design Chapter 9

Working with <META> Tags• You can use the <META> elements on your site to possibly raise your Web site listing with certain

search engines • The <META> tags will get you results with Alta Vista, Excite, Inktomi, and HotBot• The <META> element is an empty element that resides in the <HEAD> section of the HTML document• <META> allows you to specify information about a document that is invisible to the user

Page 24: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

24

Principles of Web Design Chapter 9

Page 25: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

25

Principles of Web Design Chapter 9

<META> Syntax<META NAME="description" CONTENT="Joel Sklar Consulting -

Specializing in Course Development and Delivery on Web-related topics">

<META NAME="keywords" CONTENT="Joel, Joel Sklar, Sklar, HTML, XML, Web, Course Design”>

Page 26: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

26

Principles of Web Design Chapter 9

Frames and Search Engines• Since frame set files contain no content, they lack the information

that many search engines look for• Use both <META> tags and information in the NOFRAMES element

Page 27: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

27

Principles of Web Design Chapter 9

<NOFRAMES> Syntax<FRAMESET COLS="150,*">

<FRAME SRC="NAVCOL.HTM">

<FRAME SRC="ARTICLE1.HTM" NAME="CONTENT">

<NOFRAMES>

<BODY>

<P>The Joel Sklar Consulting Web site is a resource for HTML authors and students.</P>

<P>You can view a <A HREF=”index2.htm”>non-framed</A> version of the site.</P>

</BODY>

</NOFRAMES>

</FRAMESET>

Page 28: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

28

Principles of Web Design Chapter 9

Summary• Publishing your Web site involves transferring

files to a Web server. Internet Service Providers (ISPs) provide space on their Web server if you are one of their subscribers. You can use an FTP application to transfer the files.

• Shop carefully and compare features when you are looking for an Internet Service Provider or Web host. Consider the future disk space and technology needs of your content.

Page 29: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

29

Principles of Web Design Chapter 9

Summary• Download and learn to use an FTP client.

You will transfer files to your site often and will need to know how to do this.

• After your site is live, test it against the basic Web variables of browser, operating system, display resolution, and connection speed.

• Test your site with a variety of users. Listen carefully to their feedback to determine trouble spots in your information design.

Page 30: Chapter 9 Publishing and Maintaining Your Site. 2 Principles of Web Design Chapter 9 Objectives Understand the features of Internet Service Providers

30

Principles of Web Design Chapter 9

Summary• Plan for the maintenance, upkeep, and

redesign of your site. Keep your content fresh! Let users know when you have made updates to the site.

• Enhance your site to take advantage of search engine behavior.