Web Programming and Internet Teaching Methods

Size: px
Start display at page:

Download "Web Programming and Internet Teaching Methods"

Transcription

1 Web Programming and Internet Teaching Methods Students handbook in English Municipal High School Gjorche Petrov Kriva Palanka, 2014

2 CONTENTS WEB DESIGN AND CSS SUBJECT 1: Preparation for development of a web site Research Planning and building the structure Design and development of the site Testing Maintenance....5 SUBJECT 2: The Dreamweaver 8 Interface Start working Setting up a local site Starting a new HTML page Saving a webpage - File/Save Rules to observe when naming a file The interface Working with panels and documents Insert bar (Insert) Page title Page preview...10 SUBJECT 3: Webpage designing with tables. Setting up tables. Formatting tables Setting up a table Formatting cells Properties panel Sorting a table Modifying a table Nested tables...14 SUBJECT 4: Text input in the webpage Text input

3 2. Setting up the content structure New lines Non-breaking space Text alignment Formatting characters Adding special characters Horizontal lines Automatic date insertion Lists...16 SUBJECT 5: HOW TO WORK WITH IMAGES Inclusion of images Working with images Editing images Creating image links and image mapping...22 SUBJECT 6: Hypertext and image links Insertion and locking to named anchors Designation Types Creating hyperlinks Modifying a link's destination Insertion of an anchor and creation of an internal link to it Insertion of an anchor and creation of an external link to it Editing anchors Setting a color and format for hyperlinks SUBJECT 7: Insertion of flash animations and flash buttons Creating flash text Insertion of flash buttons Insertion of flash animation SUBJECT 8: How to create a web photo album

4 SUBJECT 9: Interactive forms. Insertion of rollover images Advantages Tools for insertion of interactive elements Insertion of a rollover image SUBJECT 10: Developing new styles. Internal and external styles Definition Designation Types Creating new external files

5 EB DESIGN SUBJECT 1: Preparation for development of a web site 1. Research. Before you start working on the site, it is good to know: - what the target audience of your site will be; what the visitors' interests are; - why there is a demand for the site; - what its visitors would like to find; - what is the most relevant contents for the site; - what is the message of the site or what you would like to share with its visitors; - it is important that you know your competitors and how they build their sites. 2. Planning and building the structure. The key characteristics for the success of a web site is how comprehensible and easy to work with it is. a) the site's structure in order to be clear, communicable and user-friendly you should plan the site's structure. You need to develop a detailed map of the site. b) build a structure of files and folders we recommend that you make separate folders for different file types (a folder for the HTML code, for images, multimedia, cascade sets of styles (CSS)). 3. Design and development of the site. This is the stage where you define general types of styles that provide specific information for the appearance, interface, colors and styles that are to be used in the site. 4. Testing. You should test how different browsers (Microsoft Internet Explorer, Mozilla Firefox, Opera, Safari) display the pages, make sure you do this for all pages and links. 5. Maintenance. This stage includes addition of new pages, update of links, change of contents and images. 5

6 SUBJECT 2: The Dreamweaver 8 Interface 1. Start working When you launch Dreamweaver for the first time on your computer, you need to choose one of the two options: - Designer integrates all Dreamweaver windows and panels in an enviroment which is optimized for the purpose of visual web site development; - Coder suitable for programmers who work mainly with HTML and other languages for web programming. Choose Designer. Dreamweaver initial screen is displayed and it provides for: - Open a Recent Item quick access to recent documents; - Create New options to create a new documents of various file types; - Create From Samples template designs for web pages; - Dreamweaver Exchange comprises resources that can be used to broaden the range of tools. By default, the initial screen is displayed every time when you start the application unless you check out the Don t show again preference. If the initial screen does not show up, you can change this in Edit/Preferences, General, by enabling the option Show start page. 6

7 2. Setting up a local site 1. How to set up a local site To set up a local site means that you need to create a local folder on your computer. This folder will hold all files and folders of the site. You will not be able to load files that are on the hard disk but not in this folder on a remote server. 2. Setting up a local site with Basic option: 1. Create a new folder but make sure it is not in the Dreamweaver's folder. We recommend that it be in My Documents. 2. Set up a new site: 1w.) In Dreamweaver's initial screen, Create New, choose Dreamweaver Site; 2w.) Site/New Site ; 3w.) Site/Manage Sites and press button New. Choose Site in the pop-up menu. A dialog box opens Site Definition with two tabs Basic (simple) and Advanced (complete). The default option is Basic and it will take you through a number of steps. Advanced gives additional options and settings and does not provide the text explanations available in Basic. Choose Basic. 3. Type the site name in the first input field (it will remain hidden for the site's visitors); press button Next 4. Dreamweaver will ask you whether you would like to work with server technology. Choose the first option, button Next. 5. Decide on how you will handle the files before you publish them choose the first option. 6. Specify the folder where you will keep the local files this is the local root folder that you have already created; press Next. 7

8 7. Specify the remote server on which you will publish your files: - None - Local/Network to test the files on you computer first - FTP to publish the files on a remote server - Choose None and press Next 8. Review the information for the site and press Done. 3. Starting a new HTML page 1w.) File/New a dialog box opens New Document with 2 tabs: General and Templates. Choose General and then from the category Basic Page choose HTML. Press Create button. 2w.) In Dreamweaver's initial screen, choose the column Create New, HTML. 4. Saving a webpage - File/Save. If the file already exists, when importing images and other elements all paths to these will be loaded properly. Dreamweaver automatically adds an HTML extension to the name of the file for HTML documents. If the default extension is not HTM then go to Edit/Preferences, category New Document and specify HTML in the input text field Default Extension. 8

9 5. Rules to observe when naming a file The filename can include letters from the Latin alphabet, Arabic numbers (the name cannot start with a number though), underscore. 6. The interface 1.1 Title 1.2 Menu bar 1.3 Insert bar 1.4 Document bar comprises buttons for 3 optional interfaces: - Code only the code is displayed - Design only the design is displayed - Split combination of the two views above 1.5 Standard bar - View/Toolbars shows and hides Standard, Document and Insert bars. 1.6 Tag selector bar located in the bottom left corner of the window, it always starts with the start tag and lists in hierarchical order all the HTML tags applied to the selected element. 1.7 Panel Properties located in the bottom of the screen and used to specify the format of various elements in the page. It can be shown or hidden with the button on top - Window/Properties. 7. Working with panels and documents They provide options for the input and change of the contents. They can be selected in the Window menu. A mouse click on the arrow under the panel name will show or hide the panel. A click on the icon against the panel name will open the panel menu. By default the CSS, Application, Tag Inspector and Files groups are shown. 9

10 8. Insert bar (Insert) a) designation it is used to add contents to web pages. It can be visualized as a list or tab menu. b) to switch the formats: - If in a list menu format, you can change the format and display it as a combination of tabs with button Common/Show as Tabs; - If the format is the tab menu, you can switch to the list menu format from Options in the upper right of the panel Insert/Show as menu. c) options: - Common contains the most used elements of a web page like hyperlinks, tables, images, templates. - Layout provides options for table creation, layers and frames; options for table appearance; - Forms contains all elements that build online forms; - Text with buttons for text formats; - HTML contains buttons for inclusion of data (meta data, key words and description) in the Head section of the webpage; - Application for inclusion of dynamic webpage elements; - Flash Elements provides options for files that are created with Flash; - Favorites facilitates the user to make a list of preferred objects in the Insert bar. 9. Page title The title of each page will be displayed in the browser's title bar and it should be specified before you input the page's contents. (in the Document bar, field Title). 10. Page preview a) choose a browser browsers display web pages differently and that is why the pages should be tested beforehand: 1) File/Preview in Browser/Edit Browser List; 2) A dialog box opens - Preferences, choose category Preview in Browser you can see a list of installed browsers. You can add/remove a browser to/from the list (if you have more than one browser on your computer) with the buttons (+) and ( ). b) page preview Document bar, button Preview/Debug in Browser (F12). SUBJECT 3: Webpage designing with tables. Setting up tables. Formatting tables. There are three layouts available in Dreamweaver: Standard, Layout, Expanded (choose a layout in Insert bar, category Layout, buttons View/Тable Mode). The Expanded layout displays tables slightly bigger and with thicker borders. The tables do not look the way they are displayed by the browsers. 10

11 1. Setting up a table 1w.) Insert bar, category Layout, button Table; 2w.) Insert bar, category Common, button Table; 3w.) Insert/Table; A dialog box opens Table with the following fields: Section Table Size; Rows the number of rows in the table; Columns the number of columns in the table; Table Width the table's width in pixels or as percentage % of the width of the browser's window; Border Thickness the thickness of the table's border; Cell Padding the space between the cell contents and its border. A value of 0 will leave no space; Cell Spacing the space between the cells without the frame. If you do not want a space between the cells, specify 0. An empty option will use a value of 1 by default. The default options may be changed by selecting a table first, Properties panel, and section Table Size; Section Header options for the content of the heading cell: None no heading cell, Left for rows only, Top for columns only, Both for both rows and columns. Heading rows and columns describe the content. They are common for tables with data and are not used when tables are set up for the sake of design and situation of different elements. Header option has an attribute for scope thus, the row and column heading cells content is considered the identification of each cell. 11

12 Example: If you specify the option for top column title Top and you input Order in the topmost cell of the first column, then the content of the rest cells in the column will begin with the word Order. table. Caption it is visible to all visitors and can be aligned to the top, bottom, left or right of the Summary the summary information is not displayed on the webpage. It only describes the table's designation and context. When a table is selected, horizontal and vertical lines are displayed. These mark the width and the height of the rows and columns respectively. If you click outside the table, the lines disappear. Table visual aids can be enabled/disabled in View/Visual Aids/Table Widths. To move from cell to cell use Tab. If the input text is long, the table automatically adjusts the respective column's width to take the text. The top row is heading and the cell content is centered and bold type. 2. Formatting cells Properties panel a) cell background with Properties/BackGround Color (Bg) you can choose a background color for the cell, button BackGround URL of cell selects an image. b) automatical table formatting: 1) Commands/Format Table 2) a dialog box Format Table choose one of the proposed optional formats. This tool is disabled for tables with headings. c) alignment of cell content panel Properties, tick Horz horizontal alignment, Vert vertical. d) No wrap the text cannot be shown in multiple lines; the cell width gets bigger in order to take the whole information; Header specifies the selected cell as heading; the cell content is centered and bold. e) border color button Brdr, Properties panel. 12

13 3. Sorting a table You can sort the content of one column (or more). Tables with merged cells cannot be sorted. 1) select the table 2) Commands/Sort Table 3) A dialog box opens - Sort Table with the following options: Sort By specifies which column is to be sorted; Order whether the content is to be sorted alphabetically or numerically; Then By defines a second sorting criteria; Sort Includes the First Row whether the first row is included in the range Sort Header Rows, Sort Footer Rows whether the heading rows will be sorted too; Keep All Row Colors The Same After the Sort has been Completed if the option is checked, row colors attributes do not change for the same data. Example: Let us sort a table the first row of which is colored and after the sorting the content of the first row moves to the second row. If the option is checked, then the color, too, will move onto the second row. Alternatively, the color remains on the first row. 4. Modifying a table a) modifying the size of rows and columns Properties panels, options W and H b) insert a new row/column: 1w.) place the cursor in the last cell of the table and press Tab 2w.) click in the last row/column, Modify/Table/Insert Row, Insert Columns, Insert Rows or Columns c) Dividing cells 13

14 1) select a cell 2) Properties panel, button Split Cell or Modify/Table/Split Cell d) Combining cells 1) select the cells 2) Properties panel, button Merge Cell or Modify/Table/Merge Cell You can combine any number of cells as long as their selection form a rectangular shape. 5. Nested tables 1) set up two tables 2) fill in the table that you want to insert into the other table 3) select the table; Edit/Cut 4) click in the cell of the second table where you wish to insert the first one; Edit/Paste. SUBJECT 4: Text input in the webpage 1. Text input 1w.) direct input in Dreamweaver's screen 2w.) text copy from other applications 3w.) open an HTML document 4w.) open text files directly in Dreamweaver's screen Dreamweaver can open wordprocessors' text files as long as they are saved as ASCII text files. Text files (.txt) always open in a new window in Code view. To preserve the lines of the ASCII files, you need to change the setting of Dreamweaver Line Break Type: 1) Edit/Preferences 2) A dialog box opens Preferences, Category list, Code Format 3) Line Break Type - CR LF 14

15 2. Setting up the content structure HTML has six heading levels. Level 1 is the largest font, and level 6 the smallest. When you specify a text as heading, some space is automatically added to the line; this can me changed only in CSS: 1) we select the heading 2) In Properties, menu Format, Heading New lines To create a new line without space above it (new single line), you can do the following: 1w.) new line (line break) Shift + Enter note that this is a new line and not a new paragraph, therefore you do not have additional space between the lines; 2w.) Insert/HTML/Special Character/Line break; 3w.) From Insert bar, tab Text, menu Characters, Line break; 4. Non-breaking space It is inserted between characters, words or other elements that should not be separated as mathematical equations, proper names or dates. We place the cursor somewhere in between the words 1w.) Ctrl + Shift + Space 2w.) Insert/HTML/Special Characters/Non-breaking Space; 3w.) The Insert bar, tab Text, menu Characters, Non-breaking Space; 5. Text alignment There are five alignment alternatives: Default (no alignment is specified), Align Left (text aligned to the left margin), Align Center (aligned to the center), Align Right (aligned to the right) as well as Justify in panel Properties. The best alignment styles for text and images are provided with CSS. 6. Formatting characters 1) select the text to be formatted 2) Properties panel, buttons B, I or Text/Style Teletype characters are displayed with constant width 7. Adding special characters We can add characters that do not have a respective button on the keyboard. These have special HTML codes and alternative key combinations. The Insert bar, Text page, menu Characters, choose a symbol Example: - copyright information The Characters menu is not complete. For additional symbols Insert/HTML Special Characters/Other 8. Horizontal lines a) insertion Horizontal lines (horizontal rules) run across the page and visually divide it into sections. 1w.) The Insert bar, HTML page, button Horizontal rule 2w.) Insert/HTML/Horizontal rule 15

16 A horizontal line places with preliminary set up spaces above and below, this can be modified only in CSS. b) horizontal line properties they are displayed in the Properties panel when the line is selected. W line width H line height Pixels measurement units (pixels, percent) Shading shadow Align alignment style Class CSS styles 9. Automatic date insertion Dreamweaver provides you with an option to insert date and time and trace the time of the last page modification. The program updates these automatically each time the page is saved. This date is not dynamic and it does not change to reflect the time when the page is just read. 1w.) The Insert bar, category Common, button Date 2w.) Insert/Date a dialog box opens: Day format choose the day Date format choose a date format Time format choose a time format Update automatically on save if the option is checked, the is automatically updated each time the page is saved, the date format can me changed at any time by: 1) Set the date 2) In Properties panel, Edit date format An Insert date dialog box opens make the necessary changes; OK 10. Lists There are three types of lists in Dreamweaver: numbered (ordered), bulleted (unordered) and lists of definitions (definition lists). 1. Numbered lists 1w.) In Properties panel, button Ordered List 2w.) Text/List/Ordered List 2. Bulleted lists (lists starting with symbols) These may be with small dots or squares. 1w.) In Properties panel, button Unordered List 2w.) Text/List/Unordered List 3. Additional options 1) click anywhere in the list 2) Properties panel, button List Item or Text/List/Properties 3) List Properties dialog box opens: attribute List Type type of the list attribute Style style of the list attribute New Style style of different list items (not the whole list) attribute Reset Count to change of numbering type starting from the point of the cursor and on 16

17 4. Lists of definitions These lists comprise of terms and their definitions. The defined term is aligned to the left and its definition is indented to the right and placed on the next line. Text/List/Definition List 5. Nested lists Nested lists can be of the same type as of the parent list or different. When inserted in other lists, the nested items receive different numbers. In bulleted lists, the leading symbols (bullets) are different. 1) select the nested list; 2) button Text Indent 1.Inclusion of images 1. Graphic formats on the web SUBJECT 5: HOW TO WORK WITH IMAGES The process of working with images to save them in a suitable for the web form is called optimization and it can be done with computer software for graphic design such as Macromedia Fireworks and Adobe Photoshop. The key consideration at the choice of design format is the best possible quality at the smallest filesize. a) GIF (Graphic Interchange Format) it is suitable for text, vector graphic, images of few colors or small size. GIF supports an 8-bit pallette, i.e. up to maximum of 256 colors. GIF images load fast, there are a greater number of options for their optimization and they are used to create animation and transparency effects. The file extension is gif. b) JPEG (Joint Photographic Experts Group) the best choice for photographs (you can save smaller than the GIF files with a better quality) and images of a great color pallette. JPEG uses a 24- bit pallette, preserving all nuances. The file extensions are jpg and jpeg. c) PNG (Portable Network Graphic) it provides more options for color control you can preserve all colors just like with JPEG, or limit their number as with GIF. PNG does not support animation and such images are not displayed by some older browsers. The file extension is png. 2. Insertion of an image The image can be: - a small image tiled across the page and covering the whole background with the size of the browser's window. It is not affected by the scrolls. - a larger image whose location is specified by CSS. They define whether the image will be tiled horizontally, vertically, in both directions or will not tile at all. You should save your files before you import an image. The relative paths on the hard disk will not be recognized on the remote server. If you insert an image without saving the document beforehand you might get incorrect display. a) in a separate page ( by creating a style) 1) Modify/Page Properties, category Appearance 17

18 2) button Browse to search for image files. There is an optional provision to specify the image repetition. You can also define page fields very useful when the image affects their size. b) in all pages of the site (by creating an external style) 1) in case you do not have an external style (rule)already, you will have to create one; if you have one panel CSS Styles, list All Rules select the rule body (it redefines the tag that contains the document contents), button Edit Style. 2) A dialog box opens, CSS Rule Definition for body in name_of_file, category Background, button Browse 3) A dialog box opens, Select Image Source find the image of preference; OK or Select. If the image file is not in the local site, then Dreamweaver displays a warning and asks you to put it in the site. All the pages and elements that you use in the site are in the root folder. Additionally, you can use elements which are not in the root folder, but can be found on the Internet. For this purpose you will need their absolute addresses. Such elements are not displayed in the Document window, so if you want to preview the page with them you will have to do this in a browser. 4) a dialog box CSS Rule Definition: - choose a repetition style for the selected image menu Repeat. The available options are: Repeat y the selected background image is repeated vertically Repeat x - the selected background image is repeated horizontally Repeat - the selected background image is repeated both vertically and horizontally (enabled by default) No-Repeat repetition is disabled - Attachment with this option you can specify whether the background image is with a fixed position or it will scroll with the rest of the page (the option cannot be used with not repeated images). - Horizontal position and Vertical position they are used to control the background image position. The horizontal position values are left, center, right, and the vertical position ones - top, center, bottom. 3. Deletion of an image 1w.) Modify/Page Properties, Appearance category, field Background delete the name of the file 2w.) panel CSS, Properties list, Background attribute change or delete the name of the file 4. Placing images in the pages 1) In the Insert bar, Common category, Images menu choose Image (or Insert/Image) 2) A dialog box opens, Select Image Source select an image of preference Preview images while searching, you can see what the image looks like Look in select the folder you want to search in Files of Type use this option to filter the displayed files by file type File name displays the name of the selected file URL the path that the document will use to load the image 18

19 Relative to: Document (by default) the path to the image that is relative to the document; on the right you will see the name of document in which the image will be inserted. Site Root the path to the image that is relative to the site's root; the site's name is on the right Options for dynamic sites: File System this is the default method for file selection on sites that do not use server technology Data Sources the document is created on application server (on dynamic sites) 3) OK 4) Type in alternative text in the filed of Alternate Text in the Image Tag Accessibility Attributes; OK. The alternative text will be displayed when users disable images, browsers cannot display images, an image cannot load or for some other reason the user cannot see the image. The Alt text should be the image's text equivalent it should describe its function. For a selected image, the text can be modified in the Properties panel. 2. Working with images 1. Resizing and refreshing images 1w.) Select the image and change the values in the fields for W and H; press Enter or just click in the Document window. The new width and height attributes in the img tag make the image look smaller or bigger, yet its real dimensions have not been decreased (increased). The filesize in the Properties panel does not change. 2w.) Click on the selected image's handlers and resize it. To keep the proportions, press Shift and drag the handler in the bottom right corner. 3w.) Use a graphic editor (for example Macromedia Fireworks or Adobe Photoshop) this method gives the smallest filesize. To restore the original dimensions of the image press the button Reset Image To Original Size which is in Properties panel (there is a refreshment icon that is on the border line between the W and H fields). If you need to use large images or images on other servers, then you can define images of not so good quality (low source image) which load first. The full image is displayed in the same place when it has loaded. The low source image is just like a dialog box, it can be 'loaded' and defined in Properties panel, field low src. 2. Image positioning with CSS Example: Alignment of an image to the left, text wrapping to the right of the image 1) Panel CSS Styles, New CSS Rule button 2) Class Selector Type; field Name type in a name for the CSS file; OK 3) A dialog box opens, CSS Rule Definition, Box category All elements in the document are mapped in rectangular areas called boxes. In CSS this concept is used to control the objects' appearance, position, etc. There are blocks of boxes and each box can hold other boxes in it. Choose left in float menu (floating); OK 4) Select an image in the Document window 5) Properties Panel, Class menu choose the name of the external file in step 2) 19

20 3. Naming an image Use short names with small letters, do not include white spaces and special symbols. These are only internal names. 1) Select the image. 2) Properties panel, type the name in the filename text field (the top left of the panel, right under the image size). 4. Image borders 1w.) Through definitions in CSS 1) If you have already created CSS to manipulate the image, go to the CSS Style panel, All Rules list, press button Edit Style; if you do not have a CSS style create an external style (rule) to control the image. 2) A dialog box CSS Rule Definition opens, category Border Set your preferences for Style, Width, Color; OK 2w.) Through the attribute border of the img tag 1) Select the image 2) Properties panel, field Border specify your preference When the image is also a link, the border color will be the default Link Color (unless there is a CSS style). 5. Adjustment of margins around images Margins are measured in pixels. 1w.) In CSS each side of objects can be separately controlled 1) Same as in 4.1) 2) A dialog box CSS Rule Definition opens, category Box In Margin uncheck the Same for all field and make adjustments for Top, Right, Bottom, Left; Enter. 2w.) Through the attributes H space, V space of the img tag they add the same margin on both sides of the image (you cannot add a space to just one side as in CSS) 1) Select the image 2) Properties panel, fields H space, V space input your preference 6. Preserving a space for an image If an image is not available at the time of the page design, then you may use a placeholder. It preserves the space and gives an idea of how the final image will look like in place and between the other elements. 1) Place the cursor at the insertion point; 2) On Insert bar, category Common, menu Images, option Image Placeholder 3) A dialog box Image Placeholder opens set up your preferences (Name, Width, Height, Color, Alternate text); OK The reserved space is indicated in the Document window. It is filled in with the specified color and states the image file name and size. In the browser you will see a missing image icon in its place + alternative text in a rectangular box with the size and color, specified in the dialog box. 7. Replacing a placeholder (or one image with another) 1) In the Document window double click on the placeholder. 2) Select Image Source dialog box opens select an image; OK 20

21 3) The image is displayed in the space of the placeholder in the Document window. The filename and the alternative text are not brought to the foreground of the image. 3. Editing images 1w.) With an external graphic editor it must be installed on the computer and set up as follows: 1) Edit/Preferences 2) A dialog box Preferences opens it is used to link external graphic editors as default editors of files with different extensions. 3) Category File Types/Editors 4) Choose gif from the Extensions list. Press button + above the list Editors and select a graphic editor, such as Fireworks; button Make Primary 5) Repeat step 4) for extensions.jpeg and.png; OK 6) Select an image 7) Panel Properties Button Edit opens and modifies the image in an external application Button Optimize In Fireworks changes the image's shape, the quality (for JPEG) and the color pallette (for GIF) Button Resample changes the image resolution. It is good to start with a higher resolution and gradually reach a lower resolution of preference. 2w.) With the use of the built-in tools of Dreamweaver and Fireworks When you choose a tool, a message is displayed that the action will change the original image on the disk. Choose OK. This modification affects all copies of the image in the site as well. If you do not want this to happen, you should make a copy of the image, give it a different name and then work with it. - Cropping 1) Select the image 2) Properties panel, Crop tool You can see a selection area on the image. The area has central and end handlers on its sides. The selection is smaller than the image and it has almost the same proportions. The image inside it is clear. When you place the cursor in its center, it takes the shape of an arrow cross and at this point the selection can me moved. The image can be resized with the help of the handlers. 3) Modify the selection area as you like but leave it smaller that the image; Enter (or double click in the selection or click on the Crop icon in panel Properties) The is cropped by the selection. The size of the image is reduced. To undo the action, click in the Document window off the image (or Edit/Undo Crop or Ctrl+Z). - Brightness and contract 1) Select the image 2) Properties Panel, tool Brightness and Contrast 3) A dialog box opens Brightness/Contrast which has 2 slide switches with ranges from -100 to Make your adjustments.; OK - Image sharpening (acutance) 1) Select the image 21

22 2) Properties panel, tool Sharpen 3) The Sharpen dialog box opens with a slide switch of 0 to 10. Make your adjustments; Press OK. 5. Creating image links and image mapping 1. Creating image links 1) Select the image 2) Panel Properties, text field Link type the path to the linked object To refer to a document that is not in the local file system or the site's root folder, you will need to provide the object's absolute address. Absolute paths start with (HyperText Transfer Protocol) and they imply that the user is connecting to a web server. The rest of the absolute path is the site's address. All links to documents of external sites are absolute. 4) Save the file and test it in a browser 2. Image mapping (image map) Image mapping is used to devide an image into several areas called hotspots This method is useful at creating geographic maps. a) Creating a hotspot 1) Select the image 2) Panel Properties, text field Map (if hidden, click on the down arrow ( ) in the bottom right of the panel Properties) input a mapname (do not use spaces and special symbols) 3) Panel Properties, choose an instrument: Rectangular Hotspot creates a rectangular hotspot (draw a rectangle around the targeted area in the image) Shift + Rectangular Hotspot - creates a square hotspot Oval Hotspot - creates a circle hotspot Polygon Hotspot creates areas of complex shapes, each mouse click adds a new point; a straight line connects it to the next point b) resizing a map 1) Properties panel, tool Pointer Hotspot 2) drag a handler (so that the area includes only one hotspot) c) moving a hotspot place the cursor in it a drag it d) deletion of a hotspot select the hotspot and press Backspace or Delete e) addition of Alt text to a hotspot it describes what the link refers to - Properties panel, text field Alt for definition of the hotspot's reference - Properties panel, text field Hotspot Link input the path to the target Target specifies how the target is to be opened. SUBJECT 6: Hypertext and image links Insertion and locking to named anchors 1. Designation These links direct the users to documents in the site or other resources on the web. 22

23 2. Types. a) Relative they are limited to the same site and refer to objects located in the site's folders. Use only that portion of the path that is external for the current referring document. b) absolute they provide the full web address of a site or information resource. 3. Creating hyperlinks. a) Relative 1) Select the word (phrase) 2) Properties panel, button Browse to search for a file 3) Select a file on the hard disk; press OK the name of the file is displayed in the text field Link of the Properties panel b) Absolute 1) Select the word (phrase) 2) Properties panel, text field Link type in the target's absolute address; press Enter; c) A hyperlink to an address 1w.) Simultaneous insertion of the text and address 1. Click at the insertion point 2. Insert bar, category Common, button Link (or Insert/ Link) 3. A dialog box Link: in the Text field input your name; in field type in your address; 4. OK the text is displayed on the page as a hyperlink; 2w.) Creating a link to an existing text on the page 1) Select the text 2) Insert bar, category Common, button Link (or Insert/ Link) 3) Dialog box Link, the selected text will be displayed in the Text field 3w.) 1) Click at the point of preference 2) Input the text mailto: and the address immediately after the word in the field Link of the Properties panel 4. Modifying a link's destination. 1) Click anywhere in a link 2) Make the necessary changes in the Link field in the Properties panel. 5. Anchor. A certain spot in the page referred to by a link. 6. Insertion of an anchor and creation of an internal link to it. 1) Modify/Page Properties, category Links set a color for hyperlinks 2) Place the cursor right before the word which will be referred to by a link 3) 1w.) Insert/Named Anchor 2w.) Insert bar, category Common, Named Anchor 4) A dialog box Named Anchor opens, in the text field Anchor Name type a name for the anchor 5) Select the text to be a hyperlink. 6) 1w.) Properties Panel, panel Link input #anchor name. The # symbol is mandatory as it instructs the browser that the link is internal. 23

24 2w.) With the mouse drag the Point to File icon on Properties to the anchor. Release the mouse button when the cursor is over the anchor. The #anchor name is displayed in the text field Link. This method eliminates typos. 7. Insertion of an anchor and creation of an external link to it. 1w.) 1) Create anchor in the file of reference. 2) Open the file where you will create the link and select the text for the hyperlink. 3) Properties, panel Link input the name of the file that contains the anchor, #anchor name 2w.) 1) Open the two files that contain both the anchor and the hyperlink in two separate windows. 2) Select the link in one file, click on Point to File icon and then go to the designated anchor in the second file. 8. Editing anchors. 1) Click on the anchor. 2) Properties, field Name modify the anchor's name. 9. Setting a color and format for hyperlinks. Unless otherwise specified, a browser will display the page's hyperlinks of its default settings. They may differ for different browsers. Hyperlinks' color should be in contrast (but not harshly) with the background and the other elements, so that they are distinctively visualized. 1) Modify/Page Properties, category Links 2) We set link properties Link Font (same as page font) hyperlinks inherit the styles created for the document Link Color the color of the link before its being visited (the default color is blue) Visited Links the color of the link after it has been visited (the default color is purple) Rollover Links the color of the link when the cursor is rolled over it Active Links the color of the link on mouse click The color of the link is a hexadecimal number. Or you can click in the color field on the left of the text field a palette of color hues opens (button opens a menu with other color palettes) Underline Style: - underline style enabled Always Underline underline style constantly turned on Never Underline underline style disabled Show Underline Only on Rollover underline style enabled only on cursor rollover the hyperlink Underline on Rollover the underline disappears once the mouse loses focus on the link. 3) OK 24

25 SUBJECT 7: Insertion of flash animations and flash buttons 1. Creating flash text a) Description Text of type Flash combines the best characteristics of text and images. You can use any font and create the text in Dreamweaver. The created text is then saved as a Flash file with extension.swf. b) Creation: 1) Go to the insertion point. 2) Insert bar, category Common, menu Media, Flash Text 3) A dialog box Insert Flash Text opens with the following options: - Font font - Size size - Color color - Text text to be displayed on the page - Rollover Color a second color on mouse rollover the text 4) In the field Save as input a name and choose extension.swf. 5) The flash text is displayed in the Document window and dialog Flash Accessibility Attributes opens 6) in Title enter the text c) Changing the size of flash text 1) Select Flash text. 2) Drag one of the handlers to change the text size. Text of type flash is a vector image that preserves its contents when it is resized or scaled. To keep the dimensional ratio, while resizing the flash text you should keep button Shift pressed. To view available effects, in panel Properties, press button Play d) Modification of flash text 1) Double click on Flash text (if it is not enabled, first press button Stop on panel Properties) 2) A dialog box opens Insert Flash Text make the necessary changes 3) Button Apply to see the result 2. Insertion of flash buttons A flash graphic is vector, such files are of a small size and they are loaded faster compared to raster graphics. You can insert flash button without having flash. a) Flash buttons' status depending on the mouse cursor point and whether a mouse button is pressed or not 1) The button's status when the mouse cursor is placed over it; 2) The button when the mouse cursor is placed over it but no mouse button is pressed; 3) The button when the mouse cursor is placed over it and the mouse button is pressed; b) Creation: 1) The Insert bar, Common category, Media menu, Flash button icon 2) A dialog box Insert Flash Button 3) In the Style field choose a style 25

26 Button Text the text to be seen on the button Font and Size font and size of characters Sample preview of the button's appearance. To see how it works simply move to mouse over the button. Bg color button's color Save as input a name with extension.swf; OK; 4) The Flash Accessibility Attributes dialog box opens in the Title field input the title of the button (the text) 5) In the Properties panel press the Play button you can see the button the way it will be displayed in the browser. c) Modifying of flash buttons 1) Double click on the Flash button icon 2) A dialog Insert Flash Button opens make the necessary changes 3) Press the Apply button you will see the result d) Addition of new button templates 1) Create buttons in Flash as SWT Generator Template 2) Save these in Configuration\Flash Objects\Flash Buttons of the Dreamweaver's folder. 3. Insertion of flash animation. You can insert flash animation only if it has already been created. This type of animations cannot be designed directly in Dreamweaver, you will need to use Flash. 1) Start a new paragraph. 2) On the Insert bar, Common category, Media menu, Flash 3) In the Select file dialog box choose a video with an extension.swf. Browsers will not display files of types.fla.swt. Press the Select button. 4) A dialog box Object Tag Accessibility Attributes opens in the Title field input the name of the Flash animation file. 5) On the Properties panel: Loop check the option out for constant repetition; Autoplay check out if you want the animation to start automatically; Play button press the button to view the animation; Stop button the button stops the animation. SUBJECT 8: How to create a web photo album How to make a photo album of various designation using Dreamweaver? For any purpose from showing family photos to friends to offering catalogs, etc. In your gallery, each photo has to have a Thumbnail, in other words a smaller variant of the photo that will be displayed prior to the real photo and will be referring to it. First decide on which photos to include in the gallery and place them in one folder. Do not worry about their size, Fireworks will take care of that and will reduce them and create their Thumbnails. And you will also have to start Fireworks 1) Open one of your pages in Dreamweaver. 26

27 2) Make a separate folder for your photos. Give it a name like 'album', 'photoalbum' or whatever comes to your mind. 3) Back in Dreamweaver, go to Commands --> Create Web Photo Album. You will see a box with a lot of options and settings in it. Here is a list with their designation. Photo Album Title You will type the name of your album here. Subheading Info This field is optional, however, the text you input here will be displayed with the big photo. Other Info You will see this text on your page along with the big photo. Source Images Folder Press the Browse button and point to the folder that contains all your photos. Destination Folder This folder has a special function, it was created in step 2). So click on the Browse button and point to it; Thumbnail Size You can specify the size of the thumbnails on your page, so make your adjustment (Recommendation: 100 x 100 is the best size) Columns Set up your preference for the number of columns in which the thumbnails will be arranged on the screen. (Recommendation: 4 or 5 is a good number) Thumbnail Format You can use either JPEG or GIF for your Thumbnails. Photo Format - ou can use either JPEG or GIF for your big photos. Once you have done the settings, press OK. Now Fireworks will start creating all those smaller images we already mentioned earlier and which we called Thumbnails. That will take a few minutes depending on the total number of the photos in the folder and their size. When Fireworks has done its job, you will be able to look at your web album. 4) A new page with thumbnails will be displayed in your page. It will have the name index.html. Now you will have to place your template on the page with the thumbnails. 5) Below the name of your photo album there will be three other folders: Thumbnails, Images, and Pages. - Thumbnails all small images icons will be in this folder. - Images all your photos (of original size) are here. - Pages all the pages that have links in them to the Thumbnails. SUBJECT 9: Interactive forms. Insertion of rollover images Interactive elements and user feedback are essential web site components. An interactive process implements an action and its response, it is dual-direction communication. 1. Advantages. a) web site contents is easy to read and comprehend; b) Direct and easy navigation through all the pages. 2. Tools for insertion of interactive elements. a) Dynamic pages and use of database; b) Macromedia Flash; 27

28 c) Quick Time Virtual Reality (QTVR) a format that supports 360-degree panorama views and interactive components; d) JavaScript used to create scripts executed for the user by the browser; e) Java Server Pages (JSP) scripts executed by the server and then the result is sent to the user; f) Behavior in Dreamweaver a dialog with programs with JavaScript code that can be easily included in the web site. Behaviors are combinations of one action or series of actions and an event. The action is what takes place as a consequence of the user's step ( for example replacement of images). The event is what provokes the action (for example the mouse rolls over an image or is clicked). - predefined behaviors - addition of behaviors - creation of custom behaviors 3. Insertion of a rollover image. This is an images that changes when the user places the mouse over it. This is done with 2 images that are placed in the same position. 1) The Insert bar, Common category, Images menu, Rollover Image button (or Insert/Interactive Image/Rollover Image) 2) A dialog box Insert Rollover Image opens Image Name image name (the default names are Image1, Image2,..). Do not include spaces or special symbols and do not start the name with a number. Browse buttons choose the files for the original (the first) and the alternative (second) images. The two images must have equal dimensions. Alternate Text input Alt text Preload Rollover Image the browser loads the second image at the display of the page. If the option is not enabled, the second image will load only after the user has placed the mouse over the first image. When Click Go to URL use the Browse button to select the file that will be the link for the rollover image. It will be shown in the Link field on the Properties panel when the rollover image is selected. 28

29 1. Definition. SUBJECT 10: Developing new styles. Internal and external styles. a) A style also called a rule is a set of attributes that defines and controls the appearance of each element. Each style has a name that tells the browsers how to display a certain element; b) Style Sheets a group of styles; c) Cascading styles they define the hierarchy and priority of the styles. Each new style in a page predefines the previous style. 2. Designation. Styles control the format, the appearance and the layout of the elements in the web pages. All browsers of versions 4.0 and higher support CSS. The CSS style code is placed in the head tag of the HTML page. 3. Types. a) internal it is defined and used only in the current document (when certain formatting is needed just for that page). Dreamweaver creates it automatically when you format a text or a page. b) external a text file containing formatting attributes (only CSS code). All pages that are to be displayed with the created styles must contain a reference to it. This is used when the site is designed to have one layout for all its pages. 29

30 4. Creating new internal styles. Modify/Page Properties, Appearance category a) Specify the background color Background Color b) Modify the font Page Font, the combinations of fonts in the Page Font menu tell the browser how to display the text. If the first font in the list is not available, then the browser tries to use the second. If it is not available either, then the browser attempts the third font. When neither of the listed fonts is available, the browser applies its own default font. c) Change the font size Size d) Choose the text color - Text Color 5. Creating new external files. These are applied automatically on the contents included in them in all documents that refer to them. A) Creating a style for a tag 1) Place the cursor in the text using the tag and select the tag in the Tag selector 2) In the CSS Styles panel, New CSS Rule icon 3) A dialog box New CSS Rule opens. Choose the Tag radio button 4) The Tag text field should be displaying the selected tag without the angle brackets < > 5) In the Define in field press the menu radio button and choose the referenced external set of styles; OK 6) A dialog CSS Rule Definition. in.. opens Put in your preferences; OK The file of the external styles opens automatically in a new tab of the Document window. You can review CSS files in the Code view. In case you intend to make changes in it, make sure you have saved the CSS file first. 30

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets Dreamweaver Basics Planning your website Organize site structure Plan site design & navigation Gather your assets Creating your website Dreamweaver workspace Define a site Create a web page Linking Manually

More information

Dreamweaver Basics Outline

Dreamweaver Basics Outline Dreamweaver Basics Outline The Interface Toolbar Status Bar Property Inspector Insert Toolbar Right Palette Modify Page Properties File Structure Define Site Building Our Webpage Working with Tables Working

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

More information

How to set up a local root folder and site structure

How to set up a local root folder and site structure Activity 2.1 guide How to set up a local root folder and site structure The first thing to do when creating a new website with Adobe Dreamweaver CS3 is to define a site and identify a root folder where

More information

Adobe Dreamweaver CS5/6: Learning the Tools

Adobe Dreamweaver CS5/6: Learning the Tools Adobe Dreamweaver CS5/6: Learning the Tools Dreamweaver is an HTML (Hypertext Markup Language) editor, authoring tool, and Web site management tool. Dreamweaver is a WYSIWYG (what you see is what you get)

More information

CS Multimedia and Communications. Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3)

CS Multimedia and Communications. Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3) CS 1033 Multimedia and Communications Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3) REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Table Properties Reference Guide The Property

More information

< building websites with dreamweaver mx >

< building websites with dreamweaver mx > < building websites with dreamweaver mx > < plano isd instructional technology department > < copyright = 2002 > < building websites with dreamweaver mx > Dreamweaver MX is a powerful Web authoring tool.

More information

Dreamweaver MX Overview. Maintaining a Web Site

Dreamweaver MX Overview. Maintaining a Web Site Dreamweaver MX Overview Maintaining a Web Site... 1 The Process... 1 Filenames... 1 Starting Dreamweaver... 2 Uploading and Downloading Files... 6 Check In and Check Out Files... 6 Editing Pages in Dreamweaver...

More information

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10 CONTENTS Chapter 1 Introduction to Dreamweaver CS3 1 About Dreamweaver CS3 Interface...4 Title Bar... 4 Menu Bar... 4 Insert Bar... 5 Document Toolbar... 5 Coding Toolbar... 6 Document Window... 7 Properties

More information

Dazzle the Web with Dynamic Dreamweaver, Part II

Dazzle the Web with Dynamic Dreamweaver, Part II Dazzle the Web with Dynamic Dreamweaver, Part II In the second Dreamweaver workshop we will learn the following skills: 1. Adding hyperlinks to our home page 2. Adding images to our home page 3. Creating

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

ADOBE Dreamweaver CS3 Basics

ADOBE Dreamweaver CS3 Basics ADOBE Dreamweaver CS3 Basics IT Center Training Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu This page intentionally left blank 2 8/16/2011 Contents Before you start with Dreamweaver....

More information

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special.

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special. This section describes how to add content to your pages including text, Microsoft Office documents, images, Flash, and other media content. Inserting Text To add text to your document, you can type the

More information

Creating Web Pages with SeaMonkey Composer

Creating Web Pages with SeaMonkey Composer 1 of 26 6/13/2011 11:26 PM Creating Web Pages with SeaMonkey Composer SeaMonkey Composer lets you create your own web pages and publish them on the web. You don't have to know HTML to use Composer; it

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

Dreamweaver Domain 4: Adding Content by Using Dreamweaver CS5

Dreamweaver Domain 4: Adding Content by Using Dreamweaver CS5 Dreamweaver Domain 4: Adding Content by Using Dreamweaver CS5 Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Define a Dreamweaver site. Create,

More information

DREAMWEAVER QUICK START TABLE OF CONTENT

DREAMWEAVER QUICK START TABLE OF CONTENT DREAMWEAVER QUICK START TABLE OF CONTENT Web Design Review 2 Understanding the World Wide Web... 2 Web Browsers... 2 How Browsers Display Web pages... 3 The Web Process at Sacramento State... 4 Web Server

More information

Objective % Select and utilize tools to design and develop websites.

Objective % Select and utilize tools to design and develop websites. Objective 207.02 8% Select and utilize tools to design and develop websites. Hypertext Markup Language (HTML) Basic framework for all web design. Written using tags that a web browser uses to interpret

More information

STD 7 th Paper 1 FA 4

STD 7 th Paper 1 FA 4 STD 7 th Paper 1 FA 4 Choose the correct option from the following 1 HTML is a. A Data base B Word Processor C Language D None 2 is a popular text editor in MS window A Notepad B MS Excel C MS Outlook

More information

IT153 Midterm Study Guide

IT153 Midterm Study Guide IT153 Midterm Study Guide These are facts about the Adobe Dreamweaver CS4 Application. If you know these facts, you should be able to do well on your midterm. Dreamweaver users work in the Document window

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

Creating Buttons and Pop-up Menus

Creating Buttons and Pop-up Menus Using Fireworks CHAPTER 12 Creating Buttons and Pop-up Menus 12 In Macromedia Fireworks 8 you can create a variety of JavaScript buttons and CSS or JavaScript pop-up menus, even if you know nothing about

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

Dreamweaver CS 5.5. University Information Technology Services. Training, Outreach, Learning Technologies, and Video Production

Dreamweaver CS 5.5. University Information Technology Services. Training, Outreach, Learning Technologies, and Video Production Dreamweaver CS 5.5 Creating Web Pages with a Template University Information Technology Services Training, Outreach, Learning Technologies, and Video Production Copyright 2012 KSU Department of Information

More information

Rich Text Editor Quick Reference

Rich Text Editor Quick Reference Rich Text Editor Quick Reference Introduction Using the rich text editor is similar to using a word processing application such as Microsoft Word. After data is typed into the editing area it can be formatted

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

Dear Candidate, Thank you, Adobe Education

Dear Candidate, Thank you, Adobe Education Dear Candidate, In preparation for the Web Communication certification exam, we ve put together a set of practice materials and example exam items for you to review. What you ll find in this packet are:

More information

Do It Yourself Website Editing Training Guide

Do It Yourself Website Editing Training Guide Do It Yourself Website Editing Training Guide Version 3.0 Copyright 2000-2011 Sesame Communications. All Rights Reserved. Table of Contents DIY Overview 3 What pages are editable using the DIY Editing

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Dreamweaver MX The Basics

Dreamweaver MX The Basics Chapter 1 Dreamweaver MX 2004 - The Basics COPYRIGHTED MATERIAL Welcome to Dreamweaver MX 2004! Dreamweaver is a powerful Web page creation program created by Macromedia. It s included in the Macromedia

More information

Creating a Website in Schoolwires

Creating a Website in Schoolwires Creating a Website in Schoolwires Overview and Terminology... 2 Logging into Schoolwires... 2 Changing a password... 2 Navigating to an assigned section... 2 Accessing Site Manager... 2 Section Workspace

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

Nauticom NetEditor: A How-to Guide

Nauticom NetEditor: A How-to Guide Nauticom NetEditor: A How-to Guide Table of Contents 1. Getting Started 2. The Editor Full Screen Preview Search Check Spelling Clipboard: Cut, Copy, and Paste Undo / Redo Foreground Color Background Color

More information

Creating a Website in Schoolwires Technology Integration Center

Creating a Website in Schoolwires Technology Integration Center Creating a Website in Schoolwires Technology Integration Center Overview and Terminology... 2 Logging into Schoolwires... 2 Changing a password... 2 Accessing Site Manager... 2 Section Workspace Overview...

More information

Working with Images and Multimedia

Working with Images and Multimedia CHAPTER Working with Images and Multimedia You can make your web page more interesting by adding multimedia elements. You can download the files featured in this chapter from www.digitalfamily.com/tyv.

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

How to lay out a web page with CSS

How to lay out a web page with CSS How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS3 to create a simple page layout. However, a more powerful technique is to use Cascading Style Sheets (CSS).

More information

Using Adobe Contribute 4 A guide for new website authors

Using Adobe Contribute 4 A guide for new website authors Using Adobe Contribute 4 A guide for new website authors Adobe Contribute allows you to easily update websites without any knowledge of HTML. This handout will provide an introduction to Adobe Contribute

More information

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE RadEditor Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Contents... 2 Introduction... 3 What is RadEditor?... 3 RadEditor

More information

FrontPage. Directions & Reference

FrontPage. Directions & Reference FrontPage Directions & Reference August 2006 Table of Contents Page No. Open, Create, Save WebPages Open Webpage... 1 Create and Save a New Page... 1-2 Change the Background Color of Your Web Page...

More information

(Pixelsilk Training Manual) Your Guide to Pixelsilk Site Updates

(Pixelsilk Training Manual) Your Guide to Pixelsilk Site Updates 2525 NE Twin Knolls Drive, Suite 1 Bend, OR 97701 tel 541.388.4398 fax 541.385.4798 website www.smartz.com (Pixelsilk Training Manual) Your Guide to Pixelsilk Site Updates Thank you for choosing Pixelsilk

More information

The American University in Cairo. Academic Computing Services. Word prepared by. Soumaia Ahmed Al Ayyat

The American University in Cairo. Academic Computing Services. Word prepared by. Soumaia Ahmed Al Ayyat The American University in Cairo Academic Computing Services Word 2000 prepared by Soumaia Ahmed Al Ayyat Spring 2001 Table of Contents: Opening the Word Program Creating, Opening, and Saving Documents

More information

CROMWELLSTUDIOS. Content Management System Instruction Manual V1. Content Management System. V1

CROMWELLSTUDIOS. Content Management System Instruction Manual V1.   Content Management System. V1 Content Management System Instruction Manual V1 www.cromwellstudios.co.uk Cromwell Studios Web Services Content Management System Manual Part 1 Content Management is the system by which you can change

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

Word Tutorial 3. Creating a Multiple- Page Report COMPREHENSIVE

Word Tutorial 3. Creating a Multiple- Page Report COMPREHENSIVE Word Tutorial 3 Creating a Multiple- Page Report COMPREHENSIVE Objectives Format headings with Quick Styles Insert a manual page break Create and edit a table Sort rows in a table Modify a table s structure

More information

Adobe Dreamweaver CC 17 Tutorial

Adobe Dreamweaver CC 17 Tutorial Adobe Dreamweaver CC 17 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

Joomla! 2.5.x Training Manual

Joomla! 2.5.x Training Manual Joomla! 2.5.x Training Manual 1 Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several

More information

Adobe Dreamweaver CS4

Adobe Dreamweaver CS4 Adobe Dreamweaver CS4 About Dreamweaver Whether creating simple blog pages complex web sites, Dreamweaver provides users with a powerful set of web-design tools necessary f the task. Its userfriendly interface

More information

FRONTPAGE STEP BY STEP GUIDE

FRONTPAGE STEP BY STEP GUIDE IGCSE ICT SECTION 15 WEB AUTHORING FRONTPAGE STEP BY STEP GUIDE Mark Nicholls ICT lounge P a g e 1 Contents Introduction to this unit.... Page 4 How to open FrontPage..... Page 4 The FrontPage Menu Bar...Page

More information

Keynote 08 Basics Website:

Keynote 08 Basics Website: Website: http://etc.usf.edu/te/ Keynote is Apple's presentation application. Keynote is installed as part of the iwork suite, which also includes the word processing program Pages and the spreadsheet program

More information

Creating a Website with Publisher 2016

Creating a Website with Publisher 2016 Creating a Website with Publisher 2016 Getting Started University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2017 KSU Division of University Information

More information

What can Word 2013 do?

What can Word 2013 do? Mary Ann Wallner What can Word 2013 do? Provide the right tool for: Every aspect of document creation Desktop publishing Web publishing 2 Windows 7: Click Start Choose Microsoft Office > Microsoft Word

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

DOING MORE WITH WORD: MICROSOFT OFFICE 2010 DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Items needed to complete the Navigation Bar: Unit 21 - House Style Unit 21 - Graphics Sketch Diagrams Document ------------------------------------------------------------------------------------------------

More information

Basic Web Page Authoring with Dreamweaver MX2004

Basic Web Page Authoring with Dreamweaver MX2004 Basic Web Page Authoring with Dreamweaver MX2004 Panels and Windows p. 2 Page Properties Page Title p. 4 Background Image/Color p. 4 Add Text p. 5 Line Breaks p. 5 Format Text Size p. 6 Color p. 6 Font

More information

TinyMCE Users Guide. This user manual will show you all the basics of the TinyMCE editor.

TinyMCE Users Guide. This user manual will show you all the basics of the TinyMCE editor. Introduction TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor. What this means is that it will let you create html content on your web site. TinyMCE supports a lot of Operation

More information

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1 DRAFT Table of Contents About this manual... ix About CuteSITE Builder... ix Getting Started... 1 Setting up... 1 System Requirements... 1 To install CuteSITE Builder... 1 To register CuteSITE Builder...

More information

Introduction to the MODx Manager

Introduction to the MODx Manager Introduction to the MODx Manager To login to your site's Manager: Go to your school s website, then add /manager/ ex. http://alamosa.k12.co.us/school/manager/ Enter your username and password, then click

More information

ver Wfl Adobe lif Sams Teach Yourself Betsy Bruce Robyn Ness SAMS 800 East 96th Street, Indianapolis, Indiana, USA WlM John Ray ^lg^

ver Wfl Adobe lif Sams Teach Yourself Betsy Bruce Robyn Ness SAMS 800 East 96th Street, Indianapolis, Indiana, USA WlM John Ray ^lg^ Betsy Bruce John Ray Robyn Ness Sams Teach Yourself Adobe Wfl lif ver W ^msssi^ mm WlM ^lg^ SAMS 800 East 96th Street, Indianapolis, Indiana, 46240 USA Table of Contents Introduction What Is Dreamweaver

More information

Inserting Information into PowerPoint

Inserting Information into PowerPoint LESSON 6 6.1 Inserting Information into PowerPoint After completing this lesson, you will be able to: Change the layout of a slide. Insert a clip art image. Scale an image. Insert and format a table. Insert

More information

Creating Web Pages with a Template

Creating Web Pages with a Template Creating Web Pages with a Template Adobe Dreamweaver Creative Cloud 2017 University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2017 KSU Division of

More information

Numbers Basics Website:

Numbers Basics Website: Website: http://etc.usf.edu/te/ Numbers is Apple's new spreadsheet application. It is installed as part of the iwork suite, which also includes the word processing program Pages and the presentation program

More information

Learn more about Pages, Keynote & Numbers

Learn more about Pages, Keynote & Numbers Learn more about Pages, Keynote & Numbers HCPS Instructional Technology May 2012 Adapted from Apple Help Guides CHAPTER ONE: PAGES Part 1: Get to Know Pages Opening and Creating Documents Opening a Pages

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2007

DOING MORE WITH WORD: MICROSOFT OFFICE 2007 DOING MORE WITH WORD: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Taking Fireworks Template and Applying it to Dreamweaver

Taking Fireworks Template and Applying it to Dreamweaver Taking Fireworks Template and Applying it to Dreamweaver Part 1: Define a New Site in Dreamweaver The first step to creating a site in Dreamweaver CS4 is to Define a New Site. The object is to recreate

More information

Getting Started Guide. Chapter 11 Graphics, the Gallery, and Fontwork

Getting Started Guide. Chapter 11 Graphics, the Gallery, and Fontwork Getting Started Guide Chapter 11 Graphics, the Gallery, and Fontwork Copyright This document is Copyright 2005 2008 by its contributors as listed in the section titled Authors. You may distribute it and/or

More information

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Horizontal Rule Element

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Horizontal Rule Element Web Development & Design Foundations with HTML5 Ninth Edition Chapter 4 Visual Elements and Graphics Learning Objectives (1 of 2) 4.1 Create and format lines and borders on web pages 4.2 Apply the image

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2013

DOING MORE WITH WORD: MICROSOFT OFFICE 2013 DOING MORE WITH WORD: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Introduction to Microsoft Office PowerPoint 2010

Introduction to Microsoft Office PowerPoint 2010 Introduction to Microsoft Office PowerPoint 2010 TABLE OF CONTENTS Open PowerPoint 2010... 1 About the Editing Screen... 1 Create a Title Slide... 6 Save Your Presentation... 6 Create a New Slide... 7

More information

Dreamweaver Handout. University of Connecticut Prof. Kent Golden

Dreamweaver Handout. University of Connecticut Prof. Kent Golden Dreamweaver Handout University of Connecticut Prof. Kent Golden Kent@GoldenMultimedia.com www.goldenmultimedia.com Main goal of this handout: To give you the steps needed to create a basic personal website

More information

Sample Chapters. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid=192147

Sample Chapters. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid=192147 Sample Chapters Copyright 2010 by Online Training Solutions, Inc. All rights reserved. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid=192147 Chapter at a Glance

More information

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links Using Dreamweaver CC 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan shown below.

More information

Solo 4.6 Release Notes

Solo 4.6 Release Notes June9, 2017 (Updated to include Solo 4.6.4 changes) Solo 4.6 Release Notes This release contains a number of new features, as well as enhancements to the user interface and overall performance. Together

More information

1.0 Overview For content management, Joomla divides into some basic components: the Article

1.0 Overview For content management, Joomla divides into some basic components: the Article Joomla! 3.4.x Training Manual Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several tutorials

More information

Creating and Publishing Faculty Webpages

Creating and Publishing Faculty Webpages Creating and Publishing Faculty Webpages The UNF Template The template we are using today provides a professional page that is easy to work with. Because the pages are already built, faculty members can

More information

Independence Community College Independence, Kansas

Independence Community College Independence, Kansas Independence Community College Independence, Kansas C O N T E N T S Unit 1: Creating, Modifying, and Enhancing FrontPage Webs and Pages 1 Chapter 1 Investigating FrontPage 2002 3 Exploring World Wide Web

More information

ENGL 323: Writing for New Media Repurposing Content for the Web Part Two

ENGL 323: Writing for New Media Repurposing Content for the Web Part Two ENGL 323: Writing for New Media Repurposing Content for the Web Part Two Dr. Michael Little michaellittle@kings.edu Hafey-Marian 418 x5917 Using Color to Establish Visual Hierarchies Color is useful in

More information

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 USING WORD S TOOLBARS... 5 TASK PANE... 9

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 USING WORD S TOOLBARS... 5 TASK PANE... 9 TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 DEFINITIONS... 3 WHY WOULD YOU USE THIS?... 3 STEP BY STEP... 3 USING WORD S TOOLBARS... 5 DEFINITIONS... 5 WHY WOULD

More information

How to Request a Site

How to Request a Site Contribute Outline: How to request a site Connection Key Browse to page Edit Page View in Browser Formatting (text, photos ) Undo Insert horizontal line Publish, Save for Later, Cancel Rollback to Previous

More information

Quick Access Toolbar. You click on it to see these options: New, Open, Save, Save As, Print, Prepare, Send, Publish and Close.

Quick Access Toolbar. You click on it to see these options: New, Open, Save, Save As, Print, Prepare, Send, Publish and Close. Opening Microsoft Word 2007 in the practical room UNIT-III 1 KNREDDY 1. Nyelvi beállítások az Office 2007-hez (Language settings for Office 2007 (not 2003)) English. 2. Double click on the Word 2007 icon

More information

Page Layout Using Tables

Page Layout Using Tables This section describes various options for page layout using tables. Page Layout Using Tables Introduction HTML was originally designed to layout basic office documents such as memos and business reports,

More information

Create a Contact Sheet of Your Images Design a Picture Package Customize Your Picture Package Layout Resample Your Image...

Create a Contact Sheet of Your Images Design a Picture Package Customize Your Picture Package Layout Resample Your Image... 72 71 Create a Contact Sheet of Your Images................... 158 Design a Picture Package............ 160 73 Customize Your Picture Package Layout.... 162 74 Resample Your Image.................... 164

More information

Session 7 MS Word. Graphics. Inserting Clipart, and Graphics Modify graphics Position graphics

Session 7 MS Word. Graphics. Inserting Clipart, and Graphics Modify graphics Position graphics Session 7 MS Word Graphics Inserting Clipart, and Graphics Modify graphics Position graphics Table of Contents Session 7 Working with Graphics... 1 The Toolbar... 1 Drawing Toolbar... 1 Picture Toolbar...

More information

Chapter 11 Graphics, the Gallery, and Fontwork

Chapter 11 Graphics, the Gallery, and Fontwork Getting Started Guide Chapter 11 Graphics, the Gallery, and Fontwork This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option for

More information

MICROSOFT WORD 2010 Quick Reference Guide

MICROSOFT WORD 2010 Quick Reference Guide MICROSOFT WORD 2010 Quick Reference Guide Word Processing What is Word Processing? How is Word 2010 different from previous versions? Using a computer program, such as Microsoft Word, to create and edit

More information

Chapter 1 True/False Instructions: Circle T if the statement is true or F if the statement is false.

Chapter 1 True/False Instructions: Circle T if the statement is true or F if the statement is false. Name Date Chapter 1 True/False Instructions: Circle T if the statement is true or F if the statement is false. T F 1. WYSIWYG stands for What You See Is What You Get. T F 2. The menu bar shows the application

More information

Title and Modify Page Properties

Title and Modify Page Properties Dreamweaver After cropping out all of the pieces from Photoshop we are ready to begin putting the pieces back together in Dreamweaver. If we were to layout all of the pieces on a table we would have graphics

More information

Adobe Fireworks CS Essential Techniques

Adobe Fireworks CS Essential Techniques Adobe Fireworks CS4 HOW-TOs 100 Essential Techniques Jim Babbage 140 64 Creating Graphic Symbols Resizing Symbols When you resize any bitmap to a smaller size, pixel information is discarded. This is normally

More information

SeaMonkey Composer: Creating Web Pages

SeaMonkey Composer: Creating Web Pages SeaMonkey Composer: Creating Web Pages v.1101 There are many ways to create and modify Web pages to be published on the Web. You can use any text editor such as Notepad to directly enter or modify the

More information

Introduction to Dreamweaver CS3

Introduction to Dreamweaver CS3 TUTORIAL 2 Introduction to Dreamweaver CS3 In Tutorial 2 you will create a sample site while you practice the following skills with Adobe Dreamweaver CS3: Creating pages based on a built-in CSS page layout

More information

ORB Education Quality Teaching Resources

ORB Education Quality Teaching Resources These basic resources aim to keep things simple and avoid HTML and CSS completely, whilst helping familiarise students with what can be a daunting interface. The final websites will not demonstrate best

More information

EDITOR GUIDE. Button Functions:...2 Inserting Text...4 Inserting Pictures...4 Inserting Tables...8 Inserting Styles...9

EDITOR GUIDE. Button Functions:...2 Inserting Text...4 Inserting Pictures...4 Inserting Tables...8 Inserting Styles...9 EDITOR GUIDE Button Functions:...2 Inserting Text...4 Inserting Pictures...4 Inserting Tables...8 Inserting Styles...9 1 Button Functions: Button Function Display the page content as HTML. Save Preview

More information

Dreamweaver CS3 Concepts and Techniques

Dreamweaver CS3 Concepts and Techniques Dreamweaver CS3 Concepts and Techniques Chapter 3 Tables and Page Layout Part 1 Other pages will be inserted in the website Hierarchical structure shown in page DW206 Chapter 3: Tables and Page Layout

More information

Microsoft Word 2007 on Windows

Microsoft Word 2007 on Windows 1 Microsoft Word 2007 on Windows Word is a very popular text formatting and editing program. It is the standard for writing papers and other documents. This tutorial and quick start guide will help you

More information

Section Editor Quick Start. Schoolwires Academic Portal Version 4.0

Section Editor Quick Start. Schoolwires Academic Portal Version 4.0 Schoolwires Academic Portal Version 4.0 TABLE OF CONTENTS The Basics about Your Schoolwires Website...1 Website Navigation Elements...1 Prior to Signing In...1 After Signing In...2 Channel bar...2 Site

More information

This book will help you quickly create your first documents, spreadsheets, and slideshows.

This book will help you quickly create your first documents, spreadsheets, and slideshows. Getting Started Welcome to iwork 08 Preface This book will help you quickly create your first documents, spreadsheets, and slideshows. iwork 08 includes three applications that integrate seamlessly with

More information

User s guide to using the ForeTees TinyMCE online editor. Getting started with TinyMCE and basic things you need to know!

User s guide to using the ForeTees TinyMCE online editor. Getting started with TinyMCE and basic things you need to know! User s guide to using the ForeTees TinyMCE online editor TinyMCE is a WYSIWYG (what you see is what you get) editor that allows users a familiar word-processing interface to use when editing the announcement

More information

Cropping an Image for the Web

Cropping an Image for the Web Cropping an Image for the Web This guide covers how to use the Paint software included with Microsoft Windows to crop images for use on a web page. Opening Microsoft Paint (In Windows Accessories) On your

More information