MMDT1144
Multimedia and the Web
Week 2
Week
2 Notes on synchronize. Review of graphic image types and some basic concepts. For this course you will need to use image editing software of your choice. Common choices are Adobe Photoshop, Jasc Paint Shop Pro, Macromedia Fireworks, Microsoft Digital Image, The GIMP, Irfanview, and Paint.NET. If you don't have a license to one of the commercial products, then I recommend that you try Paint.NET. Pressing "Enter" creates an blank line (double spacing) by creating a new paragraph <p>. Line 1 Line 2 Line 3.
Pressing "Shift + Enter"
does not create a blank line rather it single spaces by creating a <br /> tag. I like to turn on the hidden line break icon so that I can see the line breaks in design view. Edit > Preferences... > Invisible Elements > check Line Breaks. Adding space between charactersHTML only allows for one space between characters; to add additional space in a document you must insert a non-breaking space . You can set a preference to automatically add non-breaking spaces in a document. To insert a non-breaking space , do one of the following:
To set a preference to add non-breaking spaces :
File and folder name conventions
Significance of index.htmEvery web server has a list of valid startup file names that are used to "automatically" bring up the first page in a web site. One of the most common file names used is "index.htm". Other commonly used names are "index.html", "default.htm", "default.html", "index.asp", and "index.php". You may need to check with your web hosting provider to find out what are the valid startup file names. TestingYou test your site locally by pressing F12. Check your spelling! Shift+F7. Periodically do a Clean up HTML and Apply Source Formatting. Orphaned FilesPeriodically check your site for orphaned files.
|
Lab 2 This lab is to test your knowledge of being able to do basic page creation and to create some basic links. Create a subfolder on your web server named "lab2". Within "lab2" you will create a mini site. This site must contain as a minimum:
Look at this example site for more information. Use your imagination and creative skills. You may use advanced features if you desire. The tree showing the subdirectories and files for my example site is shown below. Create an "index.htm" file in your root directory that will be a simple list of links that point to your labs. When viewing your website, this index.htm file should come up. Assignment is due 1 week from when it was assigned. 50% penalty if late.
|