offered by instructional computing at the university of missouri – st.louis

26
A WEB DEVELOPMENT SHORT COURSE OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

Post on 19-Dec-2015

216 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

A WEB DEVELOPMENT SHORT COURSE

OFFERED BY

INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

Page 2: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

It is A TEXT FILE full of hints for your internet browser.

○ Those hints are called “TAGS”

○ “TAGS” tell your browser how to make your web page look.

○ Where it should place an image, text, a link to another document, etc.

What is a webpage?

Page 3: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

Where the web page is stored?

While you are working on webpage, you can save it on your computer, it does NOT have to be published on the WWW.

If you want your page to be available online, it will have to be uploaded to the remote computer called a “server”

Page 4: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

Programs that can be used to create a web document at UMSL computer labs

Notepad NVU ADOBE Dreamweaver MX Hotdog Professional Microsoft Word 2007 Microsoft PowerPoint 2007

Page 5: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

Common rules

1. The start page should be called “index.html”2. Following pages may have almost any name

Some restrictions apply: The filename should have a *.html or *.htm extension

Recommendation – File name should not contain spaces and special characters

Page 6: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

Let’s create the first web page of your website To create a simple website we can use a

simple tool NOTEPAD

Page 7: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

1. Click “Save as” in file menu2. Change the file type from *.txt to “All files”

The best place to save the file is a folder in your “K: drive” called “public_html”.

This folder is open to public. People from all over the world can read files in it but they cannot delete them.

“K drive” is nothing else but a storing space on the remote computer called “admiral.umsl.edu”.

Now let’s save your webpage

Page 8: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

The address for your webpage is :http://www.umsl.edu/~Your(SSO)ID

This link is an internet address for your “public_html” folder. According to the rules, the first file is named “index.html”

If you have such file in your “public_html” folder it will show up in your browser window

Now let’s check your web page

Page 9: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

Wait……This is not exactly what we wanted, is it?.

There are no line breaks!

How can we fix this?

Here it is ...

Page 10: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

HTML stands for the HyperText Markup Language

HyperText – text containing links to other texts

Markup Language – defines hints/Tags for the browser.

Tags are only visible for the browser. The Browser interprets the Tags The result shows up in the Browser

Window.

Page 11: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

For example in html we write something like this:

This is a <b> bold </b>

- The browser will show us the result:

This is a bold- If we want a line break at the end of line: This is a <b> bold </b><br> new line

- The browser will show : This is a bold

new line

Page 12: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

Let’s make changes to our webpage

Page 13: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

And we got what we wanted!

Page 14: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

Let’s try to use software suited for building web pages

START>Programs>Web Publishing>Macromedia Dreamweaver

Page 15: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

Menus

Properties panel

Toolbars

Page 16: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

Dreamweaver has 3 types of views Design view Code View Code And design view (split)

You can switch back and forth between them using these 3 buttons

Page 17: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

Step 1 : SAVE YOUR WEBPAGE

Page 18: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

With Dreamweaver you can easily modify the page’s properties

Path: from the top menu choose Modify/Page Properties

Page 19: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

You can modify text

You can make it bold, Italic Change color

Size Font type

Center text Create a link

Page 20: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

Probably the most important part of a website are “links”

Page 21: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

A big part of a web page are images

Page 22: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

You can preview your web page in a browser at any time

Page 23: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

More information on web page development

You can find html reference books in the following computer labs

SSB 103 TJ 316Ward E. Barnes

Of course there is a lot of help online too:http://www.w3schools.comhttp://www.w3.org

Page 24: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

Questions?

If any further questions arise, please contact a lab consultant in any of the

following Instructional Computing Labs.

SSB 103 SSB 452

Math TLC (UC 050) Ward E. Barnes Library

Thomas Jefferson Research Commons

Page 25: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

QUESTIONS ?

Page 26: OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS

Additional Information http://www.micros.umsl.edu

The Microcomputer Program at the University of Missouri-St. Louis offers day and evening computer courses as part of the Chancellor's Certificate series.

http://mell.umsystem.eduMicrosoft E-Learning Library has tutorials on many MS

Office products available to all UMSL students and staff http://www.umsl.edu/stg

The Online Student Technology Guide has answers to many computing questions.