Download Making a Home Page Why a Web Page?

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
Making a Home Page
Why a Web Page?




Easier to submit labs electronically (lack of
color printers at university);
Easier to assess many labs;
Helps us get to know who is who;
Provides additional computer experience that
helps in learning GIS.
Examples



http://folk.uio.no/sejalo/
http://folk.uio.no/mariol/
http://folk.uio.no/ckhirsch/
Web Page: Due Week 38
Your web page must meet the following criteria:
a) Your name
b) The following text: SGO1910 (or SGO4930, where applicable), Introduction
to GIS, Fall Semester 2005
c) An Email link to yourself. For example;
My E-mail: [email protected]
Note: to avoid spam, you can write karen.obrien (at) sgeo.uio.no
d) A digital photo (a .gif or .jpg image of yourself, your favorite place, your dog,
or whatever)
e) Links to each of your labs. You can place these in a table, or in some other
manner that is visually pleasing (e.g. buttons). Name the links Labs 1 – 9.
f) Links to 4 web sites of your choice (include a short description of each)
How to get started


You need a computer account on a UiO web
server (or other web server);
On your home area, you need to set up a
directory called www_docs; you can do this with
Windows Explorer, or directly on the Unix
server.
Lag Din Egen Hjemmeside
1. Først oppretter du katalogen www_docs (små bokstaver) (unix
kommando: mkdir www_docs) på toppen av hjemmeområdet
ditt på en unix server (for eksempel ulrik.uio.no). Du kan logge
deg inn på din egen tjenermasking ved å bruke ssh:
http://ssh.uio.no/
2. I katalogen www_docs lager du filen index.html. Dette skal vare
din egen hjemmeside slik at det må vare et html document.

3. Du kan legge andre html documenter i
katalogen www_docs. Disse dokumentene bør
linkes (pekes på) fra index.html.
4. Du må sørge for at katalogen og filene har
riktig beskyttelse, dvs at andre har tilgang til den.
Det kan du gjøre ved å taste:
chmod -R a+rX ~/www_docs
(Det er viktig av store og små bokstaver brukes på denne måten.)
5. Ved noen institutter er brukernes hemmeområde i
utgangspunktet uleselig for andre, og i såfall må man også gjøre
hjemmekatalogen lesbar
med kommandoen:
chmod o+x ~

6. NB. Husk at alle html dokumenter is www_docs katalogen må ha
beskyttelseskode 644 (chmod a+r). Skriver du
ls -al ~/www_docs
kan du sjekke dette ved at det står tilsamme tre r'er i venstre
kollone:
-rw-r--r-- 1 brukernavn filgruppe 145 Jan 5 10:59 index.html
Dersom dine filer ikke har dette; utfør punkt 4 (og kanskje 5!).
Important point:
When naming files, only use small letters, and use no blank spaces!
a) yes: my_favorite_image.jpg
b) no: my favorite image.jpg
a) yes: pine_tree.jpg
b) no: Pine_Tree.JPG
Need help?

http://www.usit.uio.no/it/web/tjenester/personlig.html
Setting up a file structure

1) A folder is a place to store files and/or other folders.
Here's how you create folders on your M drive: Open
Windows Explorer (it should be under programs when
you click on the start button – possibly under
accessories). Find your M: drive. To create a folder
named “www_docs" on your M drive, click once on
your M drive so it turns blue, go to, "file", then, "new",
then "folder"). Next, within your “www_docs" folder,
create additional folders named: lab1, lab2, lab3, lab4,
lab5, lab6, lab7, and oslo_prosjekt.
Making the home page:



Home pages are written in a language called html. To publish on
UiO, your first page MUST be named index.html.
HTML står for HyperText Markup Language. Poenget
med HTML er å kode informasjonen slik at nettleseren
forstår hvordan den skal tolkes; "her er det en overskrift"
og "her kommer det en tabell" og "her er en lenke til et
annet dokument".
Selve kodene i html, som vi ofte kaller tagger, omsluttes av spisse
parenteser < >. Når vi koder opp de ulike elementene må vi ha
med både en startkode og en sluttkode. Sluttkoder starter med en
skråstrek innenfor parentesene.

Background Information: You can generate HTML
code in several ways including word processing (such as
Word or WordPerfect), through Web editing graphical
programs (such as Nvu, Microsoft FrontPage 2000,
HotMetal, Netscape Composer, Macromedia
Dreamweaver, Adobe Page Mill), or by writing the
HTML code from scratch (using Notepad). For this lab,
you are free to use any program you wish to generate
your Web page(s).

The program Nvu is available for free as a download
from www.nvu.com. It is free and easy to use!
Open Source Software

Nvu is 100% open source and released under
the Mozilla Public License (MPL). Anyone is
welcome to download Nvu at no charge,
including the source code if you need to make
special changes. Developers are encouraged to
get involved and help make Nvu even better.
Related documents
Structure of IS elements.
Structure of IS elements.
Figure 1
Figure 1
Document
Document