I NTRO TO W EB TECHNOLOGY Basic terms. C LIENT – S ERVER M ODEL a distributed communication between service requestors and service providers.

Slides:



Advertisements
Similar presentations
4.01 How Web Pages Work.
Advertisements

Project 1 Introduction to HTML.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
IST 221 Internet Concepts and Applications Internet, WWW and HTML 1.
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.
1st Project Introduction to HTML.
E-Commerce The technical side. LAMP Linux Linux Apache Apache MySQL MySQL PHP PHP All Open Source and free packages. Can be installed and run on most.
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
Chapter 6: The Web and E-Commerce Copyright © 2013 Pearson Education, Inc. publishing as Prentice Hall Chapter
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Website Publishing. Publishing Basics Early Web Sites Obtain a Domain Name IP Address (Internet Protocol Address) – A number that uniquely identifies.
مقدمه ای بر طراحی صفحات وب. 2 Web Components  Clients and Servers  Internet Service Providers  Web Site Hosting Services  Domains Names, URL ’ s and.
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
Chapter 6: The Web and E-Commerce Copyright © 2013 Pearson Education, Inc. publishing as Prentice Hall Chapter
The Internet  Internet Hardware connected together Creates a massive worldwide network  Hardware Computers Communication lines  Interlinked collection.
HTML. Principle of Programming  Interface with PC 2 English Japanese Chinese Machine Code Compiler / Interpreter C++ Perl Assembler Machine Code.
CIS 250 Advanced Computer Applications Internet/WWW Review.
WEB SCIENCE. What is the difference between the Internet and the World Wide Web? Internet is the entire network of connected computers and routers used.
Session I Chapter 1 - Introduction to Web Development
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
The Web and Web Services Jim Graham NR 621 Spring 2009.
Web Development Process The Site Development Process Site Construction is one of the last steps.
Session 1 Chapter 1 - Introduction to Web Development ITI 133: HTML5 Desktop and Mobile Level I
01 - Introduction Informatics Department Parahyangan Catholic University.
HTML A brief introduction HTML1. HTML, what is? HTML is a markup language for describing web documents (web pages). HTML stands for Hyper Text Markup.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
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.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
National College of Science & Information Technology.
Internet and World Wide Web Introduction to the Internet.
How Much Do You Know About the Internet?. What is the Internet? The Internet is the world’s largest computer network, connecting more than 4 million computers.
Web Development. Agenda Web History Network Architecture Types of Server The languages of the web Protocols API 2.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Understanding Web Server Programming
Web Programming Language
4.01 How Web Pages Work.
IS1500: Introduction to Web Development
CISC103 Web Development Basics: Web site:
Chapter 1 Introduction to HTML.
Introduction to HTML.
E-commerce | WWW World Wide Web - Concepts
Project 1 Introduction to HTML.
E-commerce | WWW World Wide Web - Concepts
Some bits on how it works
Unit 2, Lesson 5 Website Development Tools
Web page a hypertext document connected to the World Wide Web.
Unit 2, Lesson 5 Website Development Tools
Chapter 6: The Web and E-Commerce
The Internet and the World Wide Web (ch. 7)
CMP Creating Your Personal and Small Business Web Sites
HTML5 Level I Session I Chapter 1 - Introduction to Web Development
Test 1 Review Website Basics, HTML, CSS
Secure Web Programming
Chengyu Sun California State University, Los Angeles
Introduction to World Wide Web
INFS 230 L Internet Technology
4.01 How Web Pages Work.
Client-Server Model: Requesting a Web Page
4.01 How Web Pages Work.
CGS 3066: Web Programming and Design Fall 2019
Presentation transcript:

I NTRO TO W EB TECHNOLOGY Basic terms

C LIENT – S ERVER M ODEL a distributed communication between service requestors and service providers.

CLIENT / SERVER MODEL Client – a Web Browser Server – HTTP Server

A C LIENT REQUESTS SERVICES A SERVER PROVIDES SERVICES HTTP – COMMUNICATION PROTOCOL

URL Uniform Resource Locator (web address) http – Hypertext Transfer Protocol Domain name

DOMAIN NAME DOMAIN NAME – Easy to remember web address: DOMAIN NAME SYSTEM (DNS) – Resolves Domain name into IP address Getting a Domain – Register your domain with ICANN through a domain registrar

FILE TRANSFER PROTOCOL (FTP) FTP - transfers files between computers on a network

A SPECTS OF W EB D EVELOPMENT Content (Copyright) Layout and Design Accessibility and Usability Design for mobile device (Responsive web design) Markup and Programming Search Engine Optimization and Search Engine Marketing Multimedia Project Management Team Work

CORE WEB TECHNOLOGY HTML HTML tags, Hyperlinks, elements of a web page CSS Provides formatting JavaScript Provides interactivity

W EB D EVELOPMENT T RIFECTA :

O THER TECHNOLOGIES : Client-side scripting JavaScript libraries and Frameworks (jQuery, MooTools Server Side Scripting (Programming) languages: PHP, Python (framework – Django) ASP.NET Java Server Pages Ajax ( Asynchronous JavaScript and XML )

P OPULAR T OOLS : Site management tools: Adobe Dreamweaver MS Expression Web Text Editors: Aptana Studio NetBeans Sublime Text Notepad++