Slide No. 1 Slide No. 1 HTML and Web Publishing Continued CS 104 CS 104.

Slides:



Advertisements
Similar presentations
Math Introduction to HTML Gavin Shaddick
Advertisements

HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
CPSC 203 Introduction to Computers Tutorial 59 & 64 By Jie (Jeff) Gao.
Hypertext Markup Language. Platform: - Independent  This means it can be interpreted on any computer regardless of the hardware or operating system.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
Computer Science 1611 Internet & Web Creating Webpages Hypertext and the HTML Markup Language.
CIS101 Introduction to Computing Week 05. Agenda Your questions CIS101 Survey Introduction to the Internet & HTML Online HTML Resources Using the HTML.
Its easy to be an information provider Tutorial: Web Publishing.
CIS101 Introduction to Computing
Internet Publishing / Dreamweaver Luke E. Reese ANR Educ. and Communication Systems
1 Computing for Todays Lecture 22 Yumei Huo Fall 2006.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
MA10126 Introduction to HTML Gavin Shaddick
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Internet Publishing / Dreamweaver Luke E. Reese CARRS
Web Publishing TutorialIS for Management1 Tutorial: Web Publishing.
What Is A Web Page? An Introduction to the Internet.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
How the World Wide Web Works
COMPUTERS AND INFORMATION SYSTEMS HTML. How the Web Works To access a web site  Enter its address (URL) in the address box of your browser 
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Creating a Web Page HTML, FrontPage, Word, Composer.
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
INTRODUCTION TO DREAMWEAVER 8. What we already know…  Design basics  Contrast  Repetition  Alignment  Repetition  HTML.
CPSC 203 Introduction to Computers Lab 21, 22 By Jie Gao.
1 HTML (Set Up Public Folder) Some material on these slides is taken directly from
Exploring Web Page Design. What is a Web Page?  A web page is a multimedia file which can be stored on a web server.  It can include text, graphics,
Anatomy of a URL: Finding Broken Links Dr. Steve Broskoske Misericordia University.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Tutorial: Web Publishing. Web Publishing Tutorial IS for Management2 Web Publishing Web pages are stored on a Web server: a computer with a unique Web.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Dreamweaver An introduction to Dreamweaver by a beginner who can show you the rudiments of quickly and easily creating a web site. An attempt to offer.
ECT 250: Survey of E-Commerce Technology FrontPage Publishing pages Unix.
FTP Server and FTP Commands By Nanda Ganesan, Ph.D. © Nanda Ganesan, All Rights Reserved.
 The World Wide Web is a collection of electronic documents linked together like a spider web.  These documents are stored on computers called servers.
Chapter 13. Applets and HTML HTML Applets Computer Programming with JAVA.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
Internet Publishing Luke E. Reese ANR Education and Communication Systems
W orld W ide W eb Client/Server design using TCP/IP Incorporates Other Client/Server Systems –ftp –gopher –mail Server runs on port 80, named httpd, exchanges.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
Slide No. 1 Slide No. 1 HTML and Web Publishing CS 104 CS 104.
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
HTML HyperText Markup Language. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
 How a computer works  The Internet  Browsers  Web Pages.
The Internet and World Wide Web Sullivan University Library.
Website Design, Development and Maintenance ONLY TAKE DOWN NOTES ON INDICATED SLIDES.
Internet Publishing / Dreamweaver Luke E. Reese Biosystems & Ag. Engr. / CARRS
1 More About HTML Images and Links. 22 Objectives You will be able to Include images in your HTML page. Create links to other pages on your HTML page.
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
XP Creating Web Pages with Microsoft Office
Basic Web Design UVICELL Week 4 Templates and site management Week 4 Templates and site management.
Online PD Basic HTML The Magic Of Web Pages
Introduction to HTML.
4.01 How Web Pages Work.
Distributed Control and Measurement via the Internet
CS7026: Authoring for Digital Media HTML Authoring
With Microsoft FrontPage 2000
Computers and Information Systems
Web Info for Project Presentations
Embedding Graphics in Web Pages
Web Page Concept and Design :
Internet Publishing Luke E. Reese
Introduction to Internet Explorer
MA10126 Introduction to HTML
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

Slide No. 1 Slide No. 1 HTML and Web Publishing Continued CS 104 CS 104

Slide No. 2 Slide No. 2 HTML and Web Publishing H What is HTML? review H Why Learn HTML H Netscape Composer

Slide No. 3 Slide No. 3 What is HTML ä Hypertext Mark-up Language ä not a programming language ä “marking-up” text for emphasis and organization ä standard

Slide No. 4 Slide No. 4 HTML file ä ASCII file with a.html extension ä contains tags and text ä all web documents are HTML files

Slide No. 5 Slide No. 5 Tags ä commands surrounded by <> ä understood by the browser to take some action

Slide No. 6 Slide No. 6 Example of HTML template ä ä ä Enter title here ä Enter title here ä ä

Slide No. 7 Slide No. 7 Why learn HTML ä Have a global audience ä growth in the use for business and commerce is expanding daily ä do not need programming skills ä you have the freedom to supply information to readers in powerfully innovative ways. ä Most dynamic medium you will ever publish in

Slide No. 8 Slide No. 8 What can I do in HTML ä HTML tags can produce most of the formatting a normal word processor can do. (tables, paragraphs, lists, italics, bold ….) ä But it can also incorporate images, sounds,,hyperlinks, other programs ä For each one of these there is a special tag ä For example the anchor tag

Slide No. 9 Slide No. 9 Linking to Other Documents ä Chief power of HTML comes from its ability to link regions of text (and also images) to another document ä Browsers highlight these regions to indicate that they are hypertext links ä HTML’s single hypertext-related tag is, which stands for anchor

Slide No. 10 Slide No. 10 Providing Links ä To complete the anchor tag you must provide a link (a viewable HTML file)

Slide No. 11 Slide No. 11 Relative and Absolute Links ä Remember this concept in spreadsheets, well it also occurs in links. ä A relative link, depends where the document that uses the link is located. If the anchor and the source are in the same directory, then only the file name.html is necessary. ä Absolute pathname gives the entire URL

Slide No. 12 Slide No. 12 Links ä Relative links should be used within your set of pages. This way it is easier to move a group of documents to another location, because the relative path name will still be valid. ä You must use absolute pathnames when linking document that are not directly related. (another site)

Slide No. 13 Slide No. 13 URL syntax ä protocol://host.domain[:port]/path/filename ä In our links, the protocol is usually HTTP, but it can be news, telnet, ftp … ä HTTP = Hypertext transfer protocol ä If you use a DOS/Windows-based system, a backslash indicates a change in folders. However, the Web follows UNIX syntax which is a forward slash.

Slide No. 14 Slide No. 14 Publishing on the Web ä all web documents are in HTML ä HTML describes the format layout and logical structure of a hypermedia document ä user’s web browser translates the HTML document ä to publish - need to place the HTML document where the Web Server can access it

Slide No. 15 Slide No. 15 Your URL ä The web server for the VAX expects to find your homepage in a special place (the www directory of your account). Webready already has placed the homepage template (index.html) there. So when you type in: ä ä This will retrieve the INDEX.HTML file from your www directory.

Slide No. 16 Slide No. 16 Updating Your Homepage ä There are many tools to use to create html documents. They range from simple text editors where you have to know HTML to what you see is what you get environments. ä These WYSIWYG tools are similar to using a word processor (Word)

Slide No. 17 Slide No. 17 How to Update the Information ä You already used Word to create a Web page by saving it as an HTML file. ä By bringing this page back into Word again you can continue to make changes to the same document

Slide No. 18 Slide No. 18 The Vax ä This computer system is different than the Windows system you are accustomed to ä Filenames ä all filename get converted to uppercase ä case insensitive (this is NOT true of other systems) ä there can be no blanks in a filename

Slide No. 19 Slide No. 19 Publishing ä The process of placing your web pages on server ä Each server can have a different method ä Our sever is the VAX ( bsuvc) ä BSUVC expects the html pages to be stored in a directory named www and the root page must be name INDEX.HTML

Slide No. 20 Slide No. 20 FTP - The File Transfer Protocol ä How are we going to transfer the file(s) we created using Word that are now on the floppy to the directory WWW on the VAX? ä FTP ä The program FTP is loaded on many computers on across campus.

Slide No. 21 Slide No. 21 Availability of FTP ä On computers running any version of Windows 95/97, you can execute it from the start menu ä Also on computers running Windows NT with a Start menu. ä On some NT machines that have a specific FTP icon on the desktop (no start menu) ä NOTICE: you need either a start menu or an FTP icon

Slide No. 22 Slide No. 22 Executing FTP ä Click the Start button, then select programs ä then click MS DOS Prompt ä You will see a plain black window on your screen with only white text and blinking cursor ä Now type in A: and hit enter ä type in FTP BSUVC.BSU.EDU

Slide No. 23 Slide No. 23 Executing FTP ä With that command you have just asked FTP to connect you to the VAX ä As you know the VAX is a multiuser system and now you enter your Username and Password. ä If you have logged in successfully you will see a message confirming this ä now type in the word bin and hit the return

Slide No. 24 Slide No. 24 Executing FTP ä The bin command is necessary because the files are in binary format for the web (graphic). Be sure that you enter bin in lowercase letters. ä Enter the command cd www ä you have just told ftp to change to the www directory in your Vax accout

Slide No. 25 Slide No. 25 Executing FTP ä Now you are ready to transfer the files to the WWW folder ä at the prompt type ä put index.html ä if you have other files that index.html uses as hyperlink, transfer them now! ä put mypicture.jpg ä after transferring all the files, type in quit / bye ä close the window

Slide No. 26 Slide No. 26 Other FTP reminders ä If you are a slow typist, FTP will time out. You will just type in bye and ä start at ftp bsuvc.bsu.edu ä if you have all your files to transfer in one directory, you can use a short cut command mput *.* ä Notice that you can PUT but you also can GET.

Slide No. 27 Slide No. 27 Put and Get Machine from where processed the ftp Machine connecting to Get Files from connecting machine going to the ftp machine PUT Files from the ftp machine going to the connecting machine

Slide No. 28 Slide No. 28 Viewing ä To see your masterpiece ä use Explorer or Netscape ä

Slide No. 29 Slide No. 29 Questions