Susan Cates Posting HTML documents to the Web Library using Dreamweaver Bios 576/577.

Slides:



Advertisements
Similar presentations
Chapter 2 HTML Basics Key Concepts
Advertisements

Cascading Style Sheets. CSS stands for Cascading Style Sheets and is a simple styling language which allows attaching style to HTML elements. CSS is a.
1 Web Developer & Design Foundations with XHTML Chapter 9 Key Concepts.
กระบวนวิชา CSS. What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to.
Web Design with Cascading Style Sheet Lan Vu. Overview Introduction to CSS Designing CSS Using Visual Studio to create CSS Using template for web design.
HTML Computing Concepts HTML - An Introduction 1.
HTML resources page exercise An HTML resource page is created for later use. The web editor Composer is used to create tables, named anchors, horizontal.
Workshop: CSS-Part I Cascading Style Sheets add style to your HTML web pages.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
More HTML Chapter 4. 2 Nesting Tags How do you write the following in HTML? The wrong way: This is really, REALLY fun ! Tags must be correctly nested.
ETT 429 Spring 2007 Web Design I.
HTML BASIC
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Computer Sciences Department
Computer Science 101 HTML. World Wide Web Invented by Tim Berners-Lee at CERN, the European Laboratory for Particle Physics in Geneva, Switzerland (roughly.
CompSci Today’s topics Networks & the Internet Basic HTML ä The basis for web pages ä “Almost” programming Upcoming ä Connections ä Algorithms.
CS105 Introduction to Computer Concepts HTML
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
Creating Web Pages with Links, Images, and Formatted Text.
What is HTML ? HyperText Markup Language. The authoring language of the Web is currently HTML, which stands for HyperText Markup Language. Future versions.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
HTML (HyperText Markup Language)
Amber Annett David Bell October 13 th, What will happen What is this business about personal web pages? Designated location of your own web page.
HTML Overview Part 4 – Tables 1. HTML Tables  Tables are defined with the tag pair.  A table is divided into rows with tag pairs. o tr stands for "table.
 2002 Prentice Hall, Inc. All rights reserved.2 Chapter 2 — Introduction to HyperText Markup Language 4: Part I Outline 2.1Introduction 2.2Markup Languages.
Objectives: 1. Create a Skeleton HTML 2. View a Skeleton File Through a Server and Browser 3. Learn HTML Body Tags for the Display of Text and Graphics.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
More Basic HTML. Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features Add alignments.
Unit 1 — HTML BASICS Lesson 2 — HTML Organization Techniques.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
15.2 More Basic HTML. More Basic HTML Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features.
Getting Started with HTML Please use speaker notes for additional information!
G053 Lecture 12 Introduction To HTML Mr C Johnston ICT Teacher
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
College of Micronesia- FSM Pohnpei State Campus GEORGE S. MANGONON, MBA Chair, Math/Sci Division September 15-25, 2008.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
CompSci Today’s topics Networks & the Internet Basic HTML ä The basis for web pages ä “Almost” programming Upcoming ä Connections ä Algorithms.
Introduction to Web Authoring Ellen Cushman /wra210.htm Class mtg. #2.
Chapter 5 BIE2313 | Web design. ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of.
G046 Lecture 03 Introduction To HTML Mr C Johnston ICT Teacher
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
1999, COMPUTER SCIENCE, BUU Introduction to HTML Seree Chinodom
Writing Web Pages in HTML HTML.1 The Web  Lots of computers connected together in a collection of networks  HyperText Markup Language (HTML) is a common.
CompSci Today’s topics Basic HTML  The basis for web pages  “Almost” programming Upcoming  Programming  Java Reading Great Ideas Chapters 1,
CSS Cascading Style Sheets *referenced from
CompSci 1 Lecture 2 HTML Webpages. Today’s Topics Basic HTML The basis for web pages “Almost” programming Upcoming Programming Java Reading Great Ideas.
1 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
HTML Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
Basic Web Publishing M. Scott Gartner 7/15/98.
G053 Lecture 12 Introduction To HTML Mr C Johnston ICT Teacher
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Web Development & Design Foundations with HTML5 8th Edition
Creating Your Own Webpage
Computer Fundamentals 2
Introduction to HTML.
CSCI-235 Micro-Computers in Science
Today’s topics Networks & the Internet Basic HTML
Cascading Style Sheets
Marking Up with XHTML Tags describe how a web page should look
Pertemuan 1b
Introduction to HTML.
Marking Up with XHTML Tags describe how a web page should look
Presentation transcript:

Susan Cates Posting HTML documents to the Web Library using Dreamweaver Bios 576/577

I.Web Library - Purpose A.Prevents graduate students from having to reinvent the wheel B.Provides contact information for additional, supplemental information C.Showcases the resources of the Bioscience departments (BCB, BioE)

HTML Editors A.Netscape: composer (Under the Communicator menu) B.Mozilla: composer (Under the Windows menu) C.Dreamweaver (Rice IT dept. recommended software) D.Any text editor can be used to hand-code HTML E.For those who don’t want to know anything about HTML: 1.Microsoft Word: Save as Web Page (under the File menu) a.can really only be altered/edited in Word b.sometimes looks funny on non-Microsoft browsers

Netscape and Mozilla composers Viewing modes: Normal HTML Tags Source code Preview Publish tool Print tool

Normal and Preview Viewing Modes - see HTML objects, can’t see code

HTML Source Viewing Mode - shows source code

Hints for HTML coding A.Wrap-around text within a paragraph – sizes itself to the browser. 1. Do not return or format within a paragraph 2. Use HTML to format, not keys (ie, space, tab) 3. Blockquote – tool for using formatting keys, text shows up “as is” B.Brackets and Beginning/Ending Statements 1. General rule - each beginning must have an ending ( ) 2. HTML tags start with “ ”

Resources for HTML help A.The W3C HTML Home Page B.Dreamweaver Manual – available for check out from Susan Cates

Basic HTML document structure - formal HTML Head: Title Body <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" " My first HTML document Hello world!

Basic HTML document structure - practical HTML Head: Title Body syllabus <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#551A8B" alink="#0000FF"> This is the official web site for course BIOS 533, Bioinformatics & Computational Biology, offered at Rice University as a part of the Keck Computational Biology & Houston Area Molecular Biophysics Programs. Bios 533 Online Syllabus:

Basic HTML document structure - practical HTML Head: Title Body Susan Cates Ribbons Diagram of Carp Parvalbumin Susan Cates, Ph.D. Laboratory Coordinator Department of Biochemistry and Cell Biology Rice University Course Web Pages Bios 532 Bios 533

Colors This is web page content here. Bios 533 Online Syllabus: 16 color names with their sRGB values: Black = # Green = # Silver = #C0C0C0 Lime = #00FF00 Gray = # Olive = # White = #FFFFFF Yellow = #FFFF00 Maroon = # Navy = # Red = #FF0000 Blue = #0000FF Purple = # Teal = # Fuchsia= #FF00FF Aqua = #00FFFF

Elements and Attributes Elements are the sections or objects defining the document structure and format such as,,, and. Attributes assign characteristics to the element, such as color, bgcolor, name, align. Examples: This is web page content here. Bios 533 Online Syllabus:

Images element within an html document, supplemental files must be in same directory or specified by path Examples: <img src="header_title.gif" width="640" height="73" border="0" alt="NIH Home" usemap="#title"> <IMG src=" alt="A photo of my family at the lake.">

Tables elements TABLE, THEAD, TBODY, TR, TH, TD Name Start Tag End Tag Empty Depr. DTD Description A anchor

Lists elements UL, OL Doctoral Dissertation </a Link to the PDB W. M. Keck Center for Computational Biology

Anchorselement A Each A element defines an anchor 1. The A element's content defines the position of the anchor. 2. The name attribute names the anchor so that it may be the destination of zero or more links (see also anchors with id). 3. The href attribute makes this anchor the source anchor of exactly one link. Doctoral Dissertation </a

AnchorsTable of Contents Example Contents: Brief History of NMR Basic Concepts of NMR NMR for Biochemical Applications - Overview Labeling and Sample Prep Two/Three dimensional analysis Sequential assignment process Applications example Advantages over crystallography NMR at Rice Links to useful sites References I. Brief History of NMR

Line break - html text is “wrap around” - fits itself into browser unless author species a different structure - to skip lines or move to the next line the author must use Draws a line across the web page to separate sections.

Viewing Page Sources from the Internet Mozilla - View: Page Source

Viewing Page Sources from the Internet Mozilla - View: Page Source

Dreamweaver (Rice IT dept. recommended software)

Dreamweaver (cont’d)

Placing the documents in the appropriate directory A.Move file by ssh/ftp (requires correct permissions in the target directory) B.Dreamweaver, Mozilla Composer and Netscape Composer can publish

Embedding media other than image Will autogenerate code for the following media types: Flash Real Player Quick Time Windows Media

Template files:

EXAMPLE LIBRARY FILES: header_title.gif

EXAMPLE LIBRARY FILES: header_title.gif is referenced in the html code The actual file header_title.gif must reside in the same directory as the html document or must be (1) referenced by relative directory or (2) explicitly by URL: 1. image_folder/header_title.gif 2.

EXAMPLE LIBRARY FILES: include images and link “back to top” using anchor (a)

Name the anchor “top” at the start of the table of contents: Contents: Then link back to “TOP” later in the document (as many times as you wish): Back to top

At the bottom of your page: Author: Your name Mailto link to author’s Last modified date Author: Susan Cates Last modified Nov 2002.