|
Glossary notes for terms used throughout HELP will be placed in this sidebar.
Default is the selection that a program or process starts with. The default can be changed to accommodate custom settings. Browser is a software program such as Netscape or Microsoft IE that is used to look at various kinds of Internet resources such as the WWW.
Frames allow the user to see more than one window or page on the screen at the one time. Counters indicate the traffic visiting the website.
HTML stands for Hypertext Markup Language and is the language used to compose web pages.
Chatroom is Internet Relay Chat- IRC allows users to interact through live discussion on line.
Guestbook allows users to interact usually providing feedback about the website.
Upload is when data is copied from a local computer to a remote computer.
Tag is the syntax for a particular way html is written.
FTP stands for File Transfer Protocol. It allows users to access and transfer files from one host computer to another over a network.
|
Introduction to the Default Home Page myinternet Limited has provided you with a default home page to give your school a presence on the Internet immediately. This page has been designed for those schools who are new to the tools of the Internet. If you already have a home page you may want to adopt some of the side bar features described in the following section 'Customizing the default home page'. This home page will come up when you open your WWW Browser (eg Netscape or Microsoft Internet Explorer) and enter the following URL or location:
http://www.schooldomain.schoolzone.net.nz eg. http://www.telecom.schoolzone.net.nz This default home page is supplied with a number of tools ready for your school to utilise, such as a search engine, frames, counters, HTML tutorials, chatrooms and guestbooks. All of these features are able to be adapted for individual school requirements. You may already have a home page which you wish to upload to the WWW Server to replace the default home page we have provided. To assist you in developing your own web page for the Internet, we have provided a number of tools through Web Manager and a selection of tools on your default home page. The following are tools available
ready for you to use.
* These tools are not available in all deployments The default home page provided by the SINA Service is tagged 'Welcome.html' and is unable to be overwritten. To replace the default home page and then upload your existing school's home page to the SINA Server, you will need to change the tag on your school's home page to 'index.html'. The SINA system has been prioritised to recognize the 'index.html' page first if it exists in your WWW files. To upload your existing page, the SINA provides an upload tool to avoid the technical requirements of FTP. It then becomes a 'point and click' function. For instructions on the upload tool, please refer to the Web Manager section of the SINA. Default Home Page customization
There are several features on the default home page which you may wish to utilise when constructing your own home page. First of all you need to recognize the structure of the html page which you see. You will need to copy the html code and place it in your new html pages.
If you require more of this introductory information go to the HTML Course in Web Resources in MyInternet.
Frameset structure
The default home page contains a frameset structure. It allows
the loading of more than one html page at a time. For example, the side
frame could load another page and the mainframe could load different
pages from the Internet after the hyperlink has been activated. Some frames are static, that is,
you cannot scroll or a scroll bar does not appear to enable you to
scroll. This occurs in this default page. The links are placed in
the left hand side bar and are the main navigational tools for this default
page. Therefore the intention for this frame is to remain static and
other html pages will load in the right frame.When one of the hyperlinks in the navigation bar is pressed,
the new html document loads and if the latter has a scroll bar
option it will appear immediately.
The default home page also contains a top frame which holds the
header logo and/or other information. A Frameset holds the information about the HTML pages within the Frames. It does not hold any information itself. The frames are named as html files and have target codes so that the browser can know where to load them. An example to illustrate a frameset is the Heading of the document does not hold any information but acts as an indicator of the content of the page.
This default home page should be the entrance to your schools website. You do not need to include much detailed information here. Create hyperlinks to reload a new html pages with the detailed information.
As stated previously the default home
page actually uses frames. If you go to the SINA HTML course there
is a section introducing Frames.
Go to http://www.schooldomain/myinternet
and press on the HTML course link in the Web Resources Property
box, thereafter clicking the hyperlink 'Frames'
Note: You will need to know your user name and password to get
to MyInternet desktop.
The Frameset
The Frameset for the default home page is below. Remember that it does
not hold any of the html [frame] pages. It just directs where the pages
will load.
The coloured pink text should assist you in deciphering the html. Do not cut and paste this code. This
Frameset html source code: The Side
Frame Example
The Frameset holds three files:
schoolZoneHeader.htm
,schoolZoneSideNav.htm
and home.htm
. Remember to right click the
mouse to VIEW FRAME SOURCE.
You will see the following
for schoolZoneSideNav.htm
<html> This
is code to display the border image for the side navigation bar This
is the hyperlink path for the search site button and loads the ourSchool.htm
page in the main frame
This is the hyperlink path
for the search site button and loads the search.htm page in the main
frame This is the hyperlink path
for the school chat room target=main class="OtherTabs">Chatroom</a></td> This is the hyperlink path
for the school guest book target=main class="OtherTabs">Guestbook</a></td> This is the hyperlink path
for the education site This is the hyperlink path
to search for education related information This is the hyperlink path
for this page This is the hyperlink path
for the for students and teachers to login to the intranet
If you wish to remove any of the links on the sidebar (if you wanted to not have a guest book or a chat room for example) then you can do so by deleting or commenting out the html code for that link from the sidebar. We recommend commenting the link out, that way if you change you mind at a later date it's easy to fix it. You can comment out the buttons by putting the following tag before: <!-- and after: --> the html code that makes the button. So, for example, if you wanted to remove the guestbook link which is created by the following code: <td class="OtherTabs"><a href="/cgi-bin/utils/guestbook.cgi"
target=main class="OtherTabs">Guestbook</a></td> you would alter it so that it looks like this: <!-- <td class="OtherTabs"><a href="/cgi-bin/utils/guestbook.cgi"
target=main class="OtherTabs">Guestbook</a></td>
-->
CHECKLIST FOR MODIFYING THE DEFAULT HOME PAGE
SINA ® Version 3.16 |