1 / 30

Chapter 9 Publishing and Maintaining Your Site

Chapter 9 Publishing and Maintaining Your Site. Chapter 9. Principles of Web Design. 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

kiral
Download Presentation

Chapter 9 Publishing and Maintaining Your Site

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 9Publishing and Maintaining Your Site

  2. Chapter 9 Principles of Web Design 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

  3. Chapter 9 Principles of Web Design Objectives • Plan for ongoing site maintenance and updates • Use a variety of ways to enhance search engine listing of your site

  4. Chapter 9 Principles of Web Design 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

  5. Chapter 9 Principles of Web Design 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.

  6. Chapter 9 Principles of Web Design 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?

  7. Chapter 9 Principles of Web Design 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?

  8. Chapter 9 Principles of Web Design 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

  9. Chapter 9 Principles of Web Design

  10. Chapter 9 Principles of Web Design 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

  11. Chapter 9 Principles of Web Design

  12. Chapter 9 Principles of Web Design 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

  13. Chapter 9 Principles of Web Design 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

  14. Chapter 9 Principles of Web Design

  15. Chapter 9 Principles of Web Design

  16. Chapter 9 Principles of Web Design Testing Your Site Remember to test for the following Web design variables: • Multiple browsers • Multiple operating systems • Connection Speeds • Display types

  17. Chapter 9 Principles of Web Design User Testing • Vary your subjects • Formalize your testing • Develop a feedback form

  18. Chapter 9 Principles of Web Design 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?

  19. Chapter 9 Principles of Web Design 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?

  20. Chapter 9 Principles of Web Design 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

  21. Chapter 9 Principles of Web Design 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

  22. Chapter 9 Principles of Web Design 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

  23. Chapter 9 Principles of Web Design 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

  24. Chapter 9 Principles of Web Design

  25. Chapter 9 Principles of Web Design <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”>

  26. Chapter 9 Principles of Web Design 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

  27. Chapter 9 Principles of Web Design <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>

  28. Chapter 9 Principles of Web Design 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.

  29. Chapter 9 Principles of Web Design 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.

  30. Chapter 9 Principles of Web Design 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.

More Related