|
Department
of Geography and Meteorology, Valparaiso University
Geography of Cyberspace GEO/COM 280X Assignment Basic Home page |
|
The goal of this assignment is to have built a basic home page for yourself by the end of the class period today that you can build on and enhance over the next few days and throughout the semester.. In order to do that you will need to learn a little bit about HTML. Below is the assignment for learning Basic HTML, followed by some additional notes on HTML editors, and design hints and tips. I have provided an example of a basic page to look at as you create your own page. See also the grading rubric on a separate page for the standards by which your web page will be graded. Did you notice how I made links to various sections of this page? You'll learn how to do that below. First off, make sure that you have created space for your homepage on VU's servers. HTML is what makes the web go round. It is very easy to learn and to master because contrary to what you might think there is no complex computer programming involved (though if you really get into things it can become complex). By the next time we meet you should be up and running with your own basic home page. Once you master the basics, you can start to use on of the many HTML editors that take some of the tedium out of HTML coding. (Note: if you already have a home page, you should spend this time making a home page specifically for this class that satisfied the requirements listed on the grading rubric, and helping your fellow students.) We will be using online tutorials from Webmonkey.com and HTML.net to learn the basics. 1. Read Intro to HTML on Webmonkey. This will cover the basic rules you need to get started. 2. Now take a look at the HTML Cheat Sheet and print it out or bookmark it for future reference. 3. Do the tutorials on html.net for Lesson 4 Create Your First Web Site, Lesson 6: A few more elements, Lesson 7 Attributes, Lesson 8 Links, Lesson 9 Images. Finish up with the tutorial Aligning text and images with div tags on Webmonkey. Later you may want to complete some of the other tutorials on html.net or browse Webmonkey for more advanced tips. 4. Now take a stab at creating your own home page. Use the notepad application for now. This is just a simple text editor. Later you can begin to explore a program specifically designed for creating web sites like Dreamweaver.
Additional Notes on HTML Editors Most likely you will not be doing your HTML coding for this course by hand but will use an HTML Editor. The best one to start exploring for this class is Dreamweaver. The biggest advantage of Dreamweaver is that it lets you edit using a WYSIWYG (What You See Is What You Get) display of your page. You can also look at the raw HTML code as well. Managing and uploading your site is a bit easier because you can FTP files through the program rather than doing it using a separate FTP program. We will not cover how to use Dreamweaver yet, but I encourage you to explore on your own. Open it up and play around with it to your heart's content. An additional convenient way to create HTML is to save documents created in Microsoft Word as HTML documents. This is an easy way to convert word processed document into HTML but it is not necessarily as easy as something like Dreamweaver for creating web pages. Choose the filtered HTML option to get a web site that looks a bit like something you can understand and edit later. There are other filters available on the net that will also convert word processing documents into HTML. Design Hints and Tips Sure you can now make a home page, but can you make one that looks good and functions well? Here are some hints and tips. First of all, Webmonkey and html.net both have tons more advice for you if you have questions about how to do something or want to learn some advanced skills. You might want to explore CSS. Since you don't want people waiting for their web pages to download, make sure that the images you put on your web site are as small in file size as possible without loosing too much quality. gif file compression is good for line art and logos, while jpg file compression is good for photographic images. The dimensions of an image can still be large even if the file size is small. Ideally your web page will download in no more than 30 seconds on a slower home DSL or even dial up connection, and if possible quicker. Photoshop has a Save for Web utility (look under File) that can help you create images with smaller file sizes. The way your web page looks will vary depending upon the type of browser, the available fonts, and the screen size that your viewer has. Use fonts that most everyone has (Arial, Times Roman, Tahoma, Verdana) and don't make your web site layout too wide especially if you are designing on a large screen. Busy backgrounds often make a web page hard to read. Stick to subtle patterns and muted colors. Use a dark background and light text or a light background and dark text. Save underlines for links. If you use underline formatting in a web document then users invariably try to click on it. You can use tables to control the layout of your web site. This is easiest to do in a program like Dreamweaver, but you can also attempt it "by hand." If you are really ambitious you can learn how to use CSS to position elements on your page. There's more information on HTML.net on creating tables. Provide alternate text to provide a brief description of images on your site. Your viewer will see the text as the image loads and blind people using screen readers will be able to get the description of the image. Remember your web site will be out there for the world to see. Making it look as professional as possible is to your advantage. Cluttering your page with a mélange of miscellaneous graphics, lots of animated gifs, or other stuff might detract from the professionalism of your page. Hey even Hampsterdance is looking more professional these days. This exercise has only covered the most basic aspects of HTML. There's more to learn including using style sheets to control formatting, creating forms, designing for accessibility and usability, and mastering the art of creating graphics for the web. Nevertheless, after today you should be able to impress your friends and family with your skill at creating a simple yet good looking web page. |
|
|
|
|