Unit 2,2.2b
Unit 2,2.2b
Unit 2,2.2b
Today’s Topics
Session will be demo’s and exercises to show the similarities and differences
between a HTML editor, like Kompozer, and a text editor like Microsoft Word.
• Reminder of how we intend to structure course
• Some tips on zooming temporarily in Kompozer for readability
• Text entry and formatting
o Setting size of “container” for your text and pictures, etc.
o Menus and keystrokes for text formatting using the list presented last week, namely:
Font size, Font name, Space between lines, Font weight (normal/bold), Font style
(italic/normal/all caps, etc.), Text alignment (left/right/center/justified), Font color, Text
subscript/superscript, Special symbols and foreign-language accents, Ordered and unordered
lists, List decorations (Bullets, etc.)
• Pictures and graphics (if time permits)
o Location on page, Size, Shape, Background color, Transparency, Make clickable as a hyperlink, etc.
• Hyperlinks types (if time permits)
o Links to internal locations within document.
o Links to file locations in computer being used.
o Links to webpages or files in external locations on the Internet.
Some tips on zooming temporarily in Kompozer for readability
• Windows programs allow you to “zoom in” on the contents of the screen by
holding the Control key and rolling the mouse button toward the front of the
mouse. (Roll in opposite direction to decrease the zoom.) Unfortunately, this
feature doesn’t work when running Kompozer that has tiny hard-to-decipher
icons and small lettering on labels.
• ZoomIt is a free program for zooming contents in any program, and more.
• Download ZoomIt at
https://technet.microsoft.com/en-us/sysinternals/zoomit.aspx
o Initial (settable) default zoom factor is 2x. Just roll the mouse wheel to increase or
decrease the amount of zooming.
o Move the mouse to choose what part of the screen you want to enlarge.
o ZoomIt eliminates need to squint at tiny features of Kompozer
o Default shortcut key combination is CTL+1 ( the number 1)
o Will demo and describe basic features
o Will ask if we can get it installed in Room 357
o If you want to learn more about how to use ZoomIt, open the brief tutorial:
http://screencast-o-matic.com/watch/c2ViqEnftK
Reminder: How we intend to use Kompozer
• First, learn how to use its built-in features as if it were a simple text processor like Notepad, but
with some ones like those in Word
o Like most Windows programs, Kompozer has a couple of primary methods for performing most operations:
Clickable icons, and access through drop-down menus.
o We’ll do exercises that won’t necessarily create HTML code behind the scenes; the purpose will be for you to
gain familiarity with the process for when you will need to create HTML code.
• Gradually create simple web pages without regard to how Kompozer creates the HTML code in the
background.
o We’ll create pages that are mostly text, then add a picture or graphic, and then create a hyperlink or two using
only Kompozer’s built-in capabilities.
• Continue creating simple web pages and look at the HTML tags that Kompozer creates.
o This will be your first formal look at tags, which are composed of simple ordinary text embedded between two
pairs of opening and closing angle brackets like this: <strong>(text to bold here in the middle)</strong>
• Eventually, discuss and use “CSS styles” to produce formatted text similar to way in which
Microsoft Word styles to the facilitate formatting of doc/docx documents.
o All HTML-related formatting in a HTML file is embedded using alphabetic characters, not binary code. A HTML
file is readable with any ordinary text editor.
o In contrast, Microsoft Word hides formatting information internally in the “doc” or “docx” file and only shows
the user the result of the formatting, not the code that produces what you see on the screen.
Demo’s and Practice