Web Info for Project Presentations

Slides:



Advertisements
Similar presentations
 To publish information for global distribution, one needs a universally understood language, a kind of publishing mother tongue that all computers may.
Advertisements

CPSC 203 Introduction to Computers Tutorial 59 & 64 By Jie (Jeff) Gao.
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.
CIS101 Introduction to Computing Week 05. Agenda Your questions CIS101 Survey Introduction to the Internet & HTML Online HTML Resources Using the HTML.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
CIS101 Introduction to Computing
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
Internet – Part II. What is the World Wide Web? The World Wide Web is a collection of host machines, which deliver documents, graphics and multi-media.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
HTML & Dreamweaver 101 Aman Yadav. Definitions HTTP – The Web uses a protocol called HTTP (Hyper Text Transport Protocol) to communicate between the Web.
Introduction 2: Internet, Intranet, and Extranet J394 – Perancangan Situs Web Program Sudi Manajemen Universitas Bina Nusantara.
Creating your website Using Plain HTML. What is HTML? ► Web pages are authored in HyperText Markup Language (HTML) ► Plain text is marked up with tags,
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
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.
CNIT 132 Intermediate HTML and CSS Publish Web Page.
A simple example An HTML file is a text (ASCII) file in a special format: Charles Ling's home page My first.
CPSC 203 Introduction to Computers Lab 21, 22 By Jie Gao.
Internet Fundamentals Total Advantage MS Excel 97, Hutchinson, Coulthard, 1998 McGraw Introduction to HTML Chapter 7.
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.
Understanding a Web Web page is a single page containing text and graphics that has been labeled with the appropriate HTML coding for the.
Introduction to World Wide Web Authoring © Directorate of Information Systems and Services University of Aberdeen, 1999 IT Training Workshop.
Slide No. 1 Slide No. 1 HTML and Web Publishing Continued CS 104 CS 104.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Introduction to HTML. Today’s Discussion What is HTML ? What is HTML ? What is Web Page ? What is Web Page ? Web Server Web Server Web Browser Web Browser.
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.
CS 330 Class 2: Programming Plan for Today Recap from last time More UNIX Begin HTML (material from Chapters 5-8) –Tags and attributes –Hyperlinks Features.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
HTML Hyper Text Markup Language. What is HTML HTML stands for the Hyper Text Markup Language. HTML stands for the Hyper Text Markup Language. HTML is.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
Finally getting to html and CSS… Tim Berners-Lee, the writer of the software program that makes him the inventor of the WWW, defines the Internet as a.
Prepared by Sana Maqbool. Objectives After completing this lesson, the you will be able to… Understand about web authoring Name and explain the uses of.
4.01 How Web Pages Work.
The World Wide Web.
4.01 How Web Pages Work.
Introduction to HTML.
4.01 How Web Pages Work.
Tonga Institute of Higher Education IT 141: Information Systems
Introduction to HTML Section A – Programming, HTML
Chapter 1 Introduction to HTML
Chapter 1 Introduction to HTML.
Computers and Information Systems
Sec (4.3) The World Wide Web.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Today’s topics Networks & the Internet Basic HTML
HTML (Hyper Text Markup Language) HTTP (Hyper Text Transfer Protocol)
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Tonga Institute of Higher Education IT 141: Information Systems
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Web Page Concept and Design :
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Tonga Institute of Higher Education IT 141: Information Systems
Introduction to Web Application Design
MA10126 Introduction to HTML
Intro Project Introduction to HTML.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
The Internet and Electronic mail
Web Programming : Building Internet Applications Chris Bates CSE :
An Introduction to the Internet
Presentation transcript:

Web Info for Project Presentations Matt Georgescu matt1@cep.rutgers.edu ENR Building 201 February 20, 2006 Introduction HTML Making a Webpage SSH Client (transferring files) Editing the page(s) Links/Previous Class Presentations

Introduction Tim Berners-Lee invented the World Wide Web (1989), an internet-based initiative for global information sharing. Internet (Upper case I) -- collection of inter-connected networks (actual cables and their common way of behavior) that connects tens of thousands of independent networks (picture a fishing net, where each strand in the net is an additional connection). WWW -- (World Wide Web) World Wide Web (or Web, for short) is a term frequently used (incorrectly) when referring to “The Internet”. WWW denotes the entire collection of resources that can be accessed using any of the following protocols Gopher, FTP, HTTP, telnet …

Introduction The key to Tim Berners-Lee’s WWW invention was: All web servers people use to view the web work the same way on the Internet -- one way to view a document. They all use HTTP. HTTP Hyper Text Transfer Protocol (HTTP) is the communications protocol that enables WWW browsing (other protocols are ftp, telnet, etc.) What is HTML? Hyper Text Markup Language -- universally understood language giving authors the ability to publish tables, lists, photos, retrieve information via hypertext links, etc.

2. HTML Like in The Matrix, you can view HTML pages in two ways: Their appearance on a Web browser -- colors, different text sizes, graphics. "HTML Code" -- this is an example of the code that tells the browser what to do. <ul id="nav"> <li class="current"><div><a href="/">Home Page</a></div></li> <li><div><a href="/WORLD/">World</a></div></li> <li><div><a href="/US/">U.S.</a></div></li> <li><div><a href="/WEATHER/">Weather</a></div></li>

2. HTML In HTML, a tag tells the browser what to do -- to change the appearance of text, to show a graphic, or to make a link to another page. The tags you write are not visible on the browser, but their effects are. Tags begin with the symbol "<" and end with ">". Tags usually come in pairs, one that begins an action and one that ends it. This tag: <I> starts printing italicized text. This tag: </I> stops the effect of a previous <I> tag. Note the "/". To italicize a word, you simply put <I> before the word and </I> after it: HTML Code Browser Display I want to <I>italicize</I> this! I want to italicize this!

Do I have to memorize a bunch of tags? Not really … 2. HTML Do I have to memorize a bunch of tags? Not really … Tag     HTML Code Example Browser Display Example <B> (Bold) I want to <B>emphasize</B> this! I want to emphasize this! <I> (Italic) I want to <I>italicize</I> this! I want to italicize this! <U> (Underline) I want to <U>underline</U> this! I want to underline this!

This is my message to the world! </BODY> </HTML> A Very Simple HTML page. HTML Code     Browser Display <HTML> <HEAD> <TITLE>This is my page title!</TITLE> </HEAD> <BODY> This is my message to the world! </BODY> </HTML>

3. Making a Webpage What is an HTML document? Just a text file (written in the language named HTML) What do I need to create an HTML document? Any Text Editor (e.g., notepad, wordpad, vi, etc.) WYSIWYG Editor [What You See Is What You Get] (e.g., Microsoft FrontPage, Netscape Composer, Macromedia DreamWeaver, etc.) Access to the Internet

3. Making a Webpage How can my website be accessed via the Internet? For any site to be accessed via the Internet that site needs a URL (Uniform Resource Locator) basically the address for that specific site on the World Wide Web. What is my URL? Every Eden and RCI user has their own URL. If your NetID is jqdoe then your URL for Eden or RCI is: http://www.eden.rutgers.edu/~jqdoe http://www.rci.rutgers.edu/~jqdoe

Connect to eden/rci account 3a. SSH Client SSH (Secure Shell) is a protocol that can be used as a replacement for Telnet on UNIX and GNU/Linux systems. Unlike Telnet, which communicates to remote systems using plain text, SSH encrypts all communication going on between the client and the remote system creating a more secure environment on both the client and the remote system. Connect to eden/rci account

New File Transfer Window 3a. SSH Client New File Transfer Window Remote system directories/files To upload/download files, simply click and drag from desktop to window and vice versa … Local machine directories/files

3a. SSH Client How do you know if your public_html directory exists? You need to “ls -al” (lists contents & files in working directory) and look for it. Creating the public_html directory: mkdir public_html Once created, proper directory permissions need to be set (all on the Internet can read, execute, but not edit your files): chmod 755 public_html

3b. Editing the page(s) 2. Change directory to public_html cd public_html and create a file called index.html (it is this file that must be edited, with your favorite editor, to customize your Home Page) touch index.html 3. We will create and Edit the index.html file <HTML> <HEAD> <TITLE>My Home Page</TITLE> </HEAD> <BODY> </BODY> </HTML>

3b. Editing the page(s) Using a Text Editor a. b. testing.html c.

3b. Editing the page(s) Online result

3b. Editing the page(s) Further edits <H3 ALIGN=CENTER>Personal Hot List</H3> <UL> <LI><A HREF="http://www.whitehouse.gov/">The White House</A> <LI><A HREF="http://www.rutgers.edu/">Rutgers</A> <LI><A HREF="Put another URL Here">Put the link description here</a> </UL> <ADDRESS> Matt (<A HREF="MAILTO:matt1@cep.rutgers.edu">matt1@cep.rutgers.edu</A>) </ADDRESS>

3b. Editing the page(s) Online result

3b. Editing the page(s) Using a WYSIWYG

Links/Previous Class Presentations http://marine.rutgers.edu/dmcs/ms552/2005/presentation.htm) http://cep.rutgers.edu/~krasting/snowcover/ 2000 Class Presentation ( http://marine.rutgers.edu/cool/education/spring2000/classmain.html) http://marine.rutgers.edu/cool/education/spring2000/lorit/projmain.html