SCORM-ready template: Part 2
February 04, 2006
Tutorials | Elearning | SCORM

Note: this tutorial has been superceded by a new version: click here to view the new version.


3. Customize the Window Title

The Window title is the title shown at the top of the browser window. It is controlled by the frameset page ("index.htm"): windowTitle.jpg To change the title at the top of all your page windows, open the file "index.htm." index.htm is a frameset, so in Dreamweaver we will need to do a little fancy selecting to edit it. Dreamweaver will open the frameset to the first page page01.htm. If you select code view from here, you will be editing the code of page01.htm, NOT of index.htm. We need to get to the code of index.htm itself. Here's how:
Ads by Google

Posted by ellen at February 04, 2006 03:49 PM
A. Dreamweaver will open to the first page:
opens2Firstpage.jpg
B. We need to select the frame border to make it display the frameset, but it is invisible by default. Turn it on by selecting Frame Borders from the Visual Aids dropdown
frameBordersMenu.jpg
C. Now that the frame borders are visible, you can select them as shown (Click on the area highlighted in red).
selectframeborder.jpg
E. With the border selected, click Code View. The title you need to edit is at Line 4 (shown highlighted in yellow).
framesetCode.jpg

4. Customize the Navigation

One file pageNavigation.js controls the contents of the nav bar on the left, page numbers, page titles and all the navigation buttons.
autoNavigationareas.jpg
Open the "js" folder.
openJS.jpg
Open the file pageNavigation.js
openPageNav.jpg
Don't be intimidated by all the code on this page. You will simply be adding titles to the list of pages.
array.jpg
Look for the line "var PageArray" as shown here (approx. line 44) Carefully replace the "Page Title Goes Here" with the page titles from your outline. Don't worry about the chapter and level numbers at this time. It is very important that you DO NOT DELETE ANY PUNCTUATION, so be careful when you are pasting in titles. If you do, and cannot find what you deleted, use the backup file you just created, and try again. Every line gets a comma after it, except for the last one.
Duplicate the file pageNavigation.js so you will have a backup. (Control-D). Open pageNavigation.js by double-clicking it. Insert your page titles over the placeholder text.

5. Add Your Content

Since page01.htm is a special page (Content Criteria), we'll leave it for later.
Let's begin adding text to the first content page.
Open page02.htm:
openPage2.jpg
It will open in Design View. You will notice Design View doesn't look exactly like the web view. This is because some elements of the page, like the navigation bar on the left, are generated by javascript, so Dreamweaver will not display everything precisely. You can ignore these differences while editing. Generally the older the version of Dreamweaver, the worse the display will be. However, the content area you need to edit displays well enough to work on easily, so you can ignore the differences.
If your module contains chapters, change the chapter title. If not, delete it.
chapterTitle.jpg
The white content area is set up as a single table with two columns. Subheadings go in the left column, and the text goes in the right. Paste your content into the 2 areas provided (shown outlined in red).
2columns.jpg

6. Editing: Styles

You may style text by using the options in the Properties Palette.
properties.jpg
Use the Format menu or the Style menu, or simply use the Font, Size, and color dropdowns. Some of the styles that are preset for you are shown here:
styles.jpg
Preview the page by selecting Preview in... or use the F12 key.
preview.jpg

8. Editing: Tables

The initial content table in the Table example page is set up with one row and two columns. You may change the width of the columns, add additional rows or columns or remove a column. Each row will automatically have a light gray bottom border. This is set in the style sheet but may be locally overruled where necessary.
Resize columns by selecting column border until cursor changes to double arrow.
Insert additional rows to the table by clicking inside the table, then select Modify:Table:Insert Rows or Columns.
insert1Below.jpg
A dialog will come up asking where you want the new rows or columns. Usually you will want to choose Below the Selection.
Once you have set up one page to your satisfaction, Save the page, then duplicate the page by right-clicking it in the Files panel, and selecting Edit: Duplicate.

Ads by Google


Ads by Google

 RSS   |   Contact Me


Ads by Google