|
Web Development |
#4 Grading Criteria for: Resume created in Microsoft Word using Tables and saved as a Filtered Web page. Link your Resume to index.htm. |
|
| Description: Notepad is wonderful
for small pages, quick edits, and invaluable when other editors are not
available. Dreamweaver and Expression Web are great Web page editors.
However if you have a Word document file with a lot of formatted text, the best way to make a Web page from an existing Word
document is to choose File > Save, and in the Save as type box choose
Web Page, Filtered.
Do not use an old resume; you can update this
assignment later if you want, but for now, do this particular assignment
in Microsoft Word. The main purpose of this assignment is to see how to use Word as an Editor when there is a lot of text and also to reinforce how to use tables and hyperlinks. Note1: Both Dreamweaver and Expression Web have options to clean up Word Web pages. In Dreamweaver: Commands | Clean up Word HTML In Expression Web: Tools | Optimize HTML | Remove Generated HTML | Work HTML Note2: You can use Dreamweaver or Expression Web instead, but if you do be sure to use either tables or <div> tags to display three distinct columns.
In this assignment you will create an online Resume using Microsoft Word
with a single
table.
For detailed, step-by step directions see: http://faculty.mccfl.edu/WinterF/0ClassFolders/Common/ResumeOffice2007.doc or http://faculty.mccfl.edu/WinterF/0ClassFolders/Common/ResumeOffice2003.doc For an example of an online Word resume see: winterf/Resume.htm |
||
| Topic | Directions | Points |
| One 3-column Table | Your resume will include one 3-column Table with a border Do not use multiple tables. |
10 |
| Background | A light table background color or background image | 10 |
| Page Title | A properly set page Title that appears in the title bar | 10 |
| Email link | Include a working link to your Email address | 10 |
| Internal hyperlink | Add an internal hyperlink to a "bookmark" or anchor somewhere on the resume page. | 10 |
| External hyperlink | Add an external hyperlink to another Web site. In Word, just type the full URL address and then press either the spacebar or tap [Enter]. | 10 |
| Local hyperlink | Add a local hyperlink to index.htm and have a Navigation link from index.htm to resume.htm - Insert > Hyperlink | 10 |
| Linked image | Span several cells to insert a .jpg image of yourself or a logo image, with Alt text, to link to another Web site when image is
clicked. In Word, right-click the image and choose Hyperlink. In Notepad
the code is: <a href="index.htm"> <img src="Home.gif" alt="Home" /> </a> |
10 |
| Categories | Include at least 3 major categories, such as Education and
Employment, in Bold with a distinctive font and color. Add dates where appropriate, all dates in inverse order. Add city or locations where appropriate in the 3rd column. Spell check everything and make every thing attractive. |
20 |
| 1. FTP your files to your Web site. 2. Upload the URL to the SCF Angel online site. |
FTP your files (the resume.htm and the resume_files
folder) to your Web site.
This project will not be graded if it is not on the Web. Note: When done editing with Word, I open the resume_files folder and rename image001.jpg to a relevant name like MyPicture.jpg. Then I open resume.htm in Notepad and find image001.jpg and change the text to MyPicture.jpg. You can still edit resume.htm later in Word and it will keep the link and name MyPicture.jpg. |
|
| Home | Top | |