1 HTML (Set Up Public Folder) Some material on these slides is taken directly from

Slides:



Advertisements
Similar presentations
4.01 How Web Pages Work.
Advertisements

1 Configuring Internet- related services (April 22, 2015) © Abdou Illia, Spring 2015.
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.
Layer 7- Application Layer
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
Browser Basics Tutorial 2 Introduction to Microsoft Internet Explorer.
Using FileZilla to FTP CS10001 – Computer Literacy Kent State University.
1 Software Testing and Quality Assurance Lecture 32 – SWE 205 Course Objective: Basics of Programming Languages & Software Construction Techniques.
HTML & Dreamweaver 101 Aman Yadav. Definitions HTTP – The Web uses a protocol called HTTP (Hyper Text Transport Protocol) to communicate between the Web.
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
Introduction 2: Internet, Intranet, and Extranet J394 – Perancangan Situs Web Program Sudi Manajemen Universitas Bina Nusantara.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
Browser and Basics Tutorial 1. Learn about Web browser software and Web pages The Web is a collection of files that reside on computers, called.
How the World Wide Web Works
Website Publishing. Publishing Basics Early Web Sites Obtain a Domain Name IP Address (Internet Protocol Address) – A number that uniquely identifies.
Internet. Internet is Is a Global network Computers connected together all over that world. Grew out of American military.
Lecturer: Ghadah Aldehim
The Internet Writer’s Handbook 2/e Introduction to World Wide Web Terms Writing for the Web.
HOW ACCESS TO WWW Student Name : Hussein Alkhaldi.
CPSC203 Introduction to Computers Lab 69 By Jie Gao.
Web Page Design I Retest Terms Review. 1. Web pages are created using a language known as ___________. The coding of this language must follow specific.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
Chapter 2 Browsing the Web. Web Sites  What is a Home Page?  What is a Web Portal? (portal) Example: Yahoo! Lycos and MSN Typically offer? ________________________________________.
Parts of a URL (Uniform Resource Locator). Let’s study more closely what the parts of this string indicate.
Chapter 1: Introduction to Web Applications. This chapter gives an overview of the Internet, and where the World Wide Web fits in. It then outlines the.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
Websites 101 Technology Committee UPSOM. Web Class – Goals  Make a simple web page (or series of pages)  Upload that page to the internet  Feel comfortable.
HOW WEB SERVER WORKS? By- PUSHPENDU MONDAL RAJAT CHAUHAN RAHUL YADAV RANJIT MEENA RAHUL TYAGI.
Developing a Web Site. Web Site Navigational Structures A storyboard is a diagram of a Web site’s structure, showing all the pages in the site and indicating.
Chapter 1: The Internet and the WWW CIS 275—Web Application Development for Business I.
Ethernet port  Make sure that your computer has an Ethernet connection (RJ45 port).  Power the zSeries on and make sure the “network link” LED is solid.
 The World Wide Web is a collection of electronic documents linked together like a spider web.  These documents are stored on computers called servers.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 1 1 Browser Basics Introduction to the Web and Web Browser Software Tutorial.
The Inter-network is a big network of networks.. The five-layer networking model for the internet.
IP BROS Presentation by: Amen Ahmed. Mario and Luigi are here to help us find our way through the internet. Mario will act as our browser and Luigi will.
1 Welcome to CSC 301 Web Programming Charles Frank.
Structure of the Internet. Internet Structure LAN ISP Internet Backbone.
The Web and Web Services Jim Graham NR 621 Spring 2009.
Website Development & Management Going Live with Web Pages (a) CIT Fall Instructor: John Seydel, Ph.D.
1 UNIT 13 The World Wide Web Lecturer: Kholood Baselm.
Introduction to Internet. Chapter 1 Objectives Origins of the Internet Packets and Routers TCP/IP DNS HTTP URL Client-Server.
Web Browsers  Web browser- software that you run on your computer to make it work as a web client.  Web Servers- Computers connected to the Internet.
Murach's HTML5 and CSS3, C1© 2012, Mike Murach & Associates, Inc. Slide 1.
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
Protocols COM211 Communications and Networks CDA College Olga Pelekanou
Module: Software Engineering of Web Applications Chapter 2: Technologies 1.
The Internet and World Wide Web Sullivan University Library.
XP New Perspectives on Microsoft Windows XP Tutorial 5 1 Microsoft Windows XP Bringing the World Wide Web to the Desktop Tutorial 5.
Internet Concept of protocols INTERNET Internet Service Provider (ISP) has connected to the Internet.
JavaScript and Ajax (Internet Background) Week 1 Web site:
FileZilla An open-source success story. Mark Swelstad – Itec400, Winter 2007.
The Internet, Fourth Edition-- Illustrated 1 The Internet – Illustrated Introductory, Fourth Edition Unit B Understanding Browser Basics.
Session 1: Introduction to HTML Fall Today’s Agenda Talk about the functions of the Internet Cover useful terminology for today’s session HTML,
Your final site CSS WP Hand- code, using TextEdit, TextWrangler, Dreamweaver or any other wysiwyg editor. Site doesn’t require to be hosted Deliver all.
The Internet What is the Internet? The Internet is a lot of computers over the whole world connected together so that they can share information. It.
How Web Servers and The Internet Work The Basic Process.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 2 Creating Links.
Basic Internet Skills. What is the internet? A large group of computers connected to one another Its purpose is to send information back and forth to.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Some bits on how it works
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.
CoreFTP.
ما هي خدمة بروتوكول نقل الملفات؟
Configuring Internet-related services
CoreFTP.
4.01 How Web Pages Work.
Information Retrieval and Web Design
Q/ Compare between HTTP & HTTPS? HTTP HTTPS
Presentation transcript:

1 HTML (Set Up Public Folder) Some material on these slides is taken directly from

2 ADMN410: Management Information Systems Uniform Resource Locator (URL)  Hypertext Transport Protocol (http), the message format computers use to exchange information on the internet This is the server name. It will be converted to an IP address by the Domain Name Server (DNS) tilde(~)jsx33 indicates jsx33's personal directory on the pubpages server Index.html is the filename and extension

3 ADMN410: Management Information Systems Question  What would the URL look like if we had the folder named “New” and a file called find.html on jsx33’s pubpage.   Note: case sensitive

4 ADMN410: Management Information Systems Connecting to a website What is the IP address for Google.com DNS ClientServe r GET request: Can you send me the page index.html? Here is the index.html page Default for http: Port 80 Index.html Browser then reads & formats html then displays formatted html

5 ADMN410: Management Information Systems Setting up your public folder

6 ADMN410: Management Information Systems Setting up your public folder

7 ADMN410: Management Information Systems Setting up your public folder  mkdir $HOME/public_html  chmod 711 $HOME  chmod 755 $HOME/public_html  exit

8 ADMN410: Management Information Systems Placing your files on pubpages  Open IE 7  Type in: in the address  Click the 'Page' menu button on the right-hand side of the IE 7 browser window and select the option, "Open FTP Site in Windows Explorer"  Type in: in the address  Enter your username and password

9 ADMN410: Management Information Systems Placing your files on pubpages  To view: You will place all the files you create inside this folder