As of August 1st, 2008, the Edutech web site will no longer be updated. Edutech was funded by the Swiss Virtual Campus programme, which ended on July 31st, 2008. Some activities will be taken over by the e-Learning Services group at the SWITCH foundation.
Advanced Design of Vista's Homepage
Introduction
This page introduces you to an advanced method of homepage design and guides you through the steps of its creation. The aim is to motivate you to develop your own method of creating an exceptional and unique homepage for your students. The method and material show here has been provided curtsy to Patricia Schettino, Christian Milani and Goran Josic from the eLab of the University of Lugano.
Table of contents
- Minimal Design Versus Advanced Design
- Access the demo in the course list
- Advanced Design
- Completely replace homepage by a HTML-page
- Tips and Hints
Minimal Design Versus Advanced Design
Take a moment to compare the three following screen pictures of Vista homepages.
Minimal Design

'Advanced' Design

Total Replacement

Main differences:
- The 'Minimal' design uses text-titles and standard Vista icons.
- The 'Advanced' design uses HTML-code in the header or footer field of the Vista Homepage as well as custom made images to create a unique look and feel inside Vistas homepage structure.
- The 'Total Replacement' design replaces the Vista homepage by a HTML page (from the courses File Manager or from outside) providing total liberty as to the creation of an artful look and feel
Advanced Design
The main elements
- a custom designed header and footer
- no standard Vista color background
- Vista icons are replaced by custom icons containing titles, short texts, photos
- a well chosen and corresponding coloring for images, background and icon picts
Homepage zones that you can act on are shown in this following illustration:

- Prepare your custom made HTML by using an external HTML editor. Add the desired style.
In the following see the code used in the example above:
.hometitle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
color: #ffcc33;
text-decoration: none;
margin-right: 20px;
}
.homesubtitle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
text-align: justify;
color: #99cccc;
text-decoration: none;
margin-right: 20px;
}
</style>
-
<table width="100%" border="0" cellpadding="0"
cellspacing="0"
align="center">
- Past your custom-made HTML-code into the header. In the example above this produces the following:
- Create your custom icons with a graphic editing program. Observe certain design rules such as:
- Keep it simple, only essential elements
- Don't use more than seven colors for a tool
- Don't use more than four colors for a website
- Upload your new icons to your File Manager
- Replace Vistas icons with the
help of the menu Course
Customization > Page Layout.

- Use the footer for any supplementary imagery. See the code for the example above:
<table
width="100%" border="0" cellpadding="0" cellspacing="0"
align="center">
<td bgcolor="#333366" colspan="3"><img height="30" width="780" src="html/m1/img/spacer.gif" alt=""/></td>
</tr>
</table>
See the result for the above example:

- Adapting the color in the upper frame
On the Group level go to Settings > Branding
- adapt the background color (in the
above example: #9acccd)
- adapt the text coulour (in the above
example: #000000)
- indicate an image. (In the example an
empty transparent image is used to cover and hide the standard logo).
More details in the HOWTO: Branding.
<tr>
<td width="274" bgcolor="#333366" ><img src="html/m1/img/logo.jpg" width="274" height="214"></td>
<td bgcolor="#333366" valign="bottom" width="10"><img height="216" width="10" src="html/m1/img/spacer.gif" alt=""/></td>
<td width="687" align="left" valign="top" bgcolor="#333366"><p> </p>
<p><span class="hometitle">Sciences économiques et gestion de santé</span></p>
<p class="homesubtitle"><br>Bienvenue aux étudiants du Master en économie et de management de la santé
</p><p class="homesubtitle"><br>Veuillez choisir une section</p></td>
</tr>
<tr>
<td colspan="3"><img height="8" width="780" src="html/m1/img/spacer.gif" alt=""/></td>
</tr>
<tr>
<td bgcolor="#333366" colspan="3"><img height="20" width="780" src="html/m1/img/spacer.gif" alt=""/></td>
</tr>
</table>

- Set the background color to the color already used in the header and the other images. Use the Course Customization and Course colors menus on the courses homepage to set the colors.
- Switch off the text description for all the icons on the Vista homepage by choosing "only images" in Icons Settings.
In the above example the desired color could not be set with the limited color choice of Vista. Instead an image containing the target color: #9acccd was uploaded and indicated in the Course Customization and Page Layouts Menu. with "Chose a Background Image:"
The choice here, color :
9acccd,
is a low saturated green to differ sufficiently from a blue (and a different tonality of green) for the navigation elements.
Completely replace homepage by a HTML-page
This method places a special code into the header of the homepage (or any organizer page you would like to use for this) and is both radical and risky for your course. Radical, since you replace the homepage completely forgoing most of the advantages of the Vista environment. Risky, since you will never be able to re-establish the 'normal' Vista homepage. So you best try it out first in a sub-organizer page that you can always erase if need be.
This is what you do: Place the following code into the header and tell it to use HTML:
<head><meta http-equiv="refresh" content="1; url=http://www.mySiteName.ch">
</head>

Details
- Replace the value for content in the code with '0' to get an immediate execution of the code (the numbers correspond to the seconds the browser waits before executing).
- Replace the address in this example with the URL of your page on an external server, or with the pathway to the file in the courses File Manager.
- To find the pathway to a file in the File Manager.
- open the header and set the HTML-Creator to 'on'.
- Chose the link tool (chain-icon)
- Browse in the File Manager for the file and end with "Add Selected".
- Set the HTML-Creator to 'off'
- Copy the file's pathway into the Replacement code. It will look something like this: "/webct/RelativeResourceManager/Template/1Test1.html".
- Place the completed code into the header field.
Warning
If you use this method you should be very much aware of the fact, that
- your students will not be able to use Vista's navigation tools that will have to be provided on your web page. No "Previous, Next, Retrace".
- your students will not be able to directly use Vistas tools, such as Search, Forum, Glossary, Quiz, Notes etc. Such tools will have to be linked to with absolute links that have to be placed by hand into all your different pages.
- with each upgrade or when using the templating the URLs of such internal tools and function change and imposes an enormous adaptation work each time.
- any tracking, that Vista normally does to inform you about students habits and your courses weeknesses will no longer work.>
Tips and Hints
Open page or Content Module in same or new Window- Go to the targets Action Menu: Edit Links Settings
- Check the box for Open in a New Browser Window.
Broken Image Link in Header or Footer
- In the Header or Footer's HTML code check the pathway to the image. This path is sometimes containing unwanted supplementary code.
- Shorten the pathway to the filename and any sub-folder the picture might be in.
