Web Development How the Web Works.

Slides:



Advertisements
Similar presentations
HTTP Request/Response Process 1.Enter URL ( in your browser’s address bar. 2.Your browser uses DNS to look up IP address of server.com.
Advertisements

The Client-Server Model for the Web 1. A Web Client (usually in the form of a web browser) makes an HTTP request to a specific web server. 2. The Web Server.
Project 1 Introduction to HTML.
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
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.
Chapter 14 Introduction to HTML
ECA 228 Internet/Intranet Design I Intro to the Web.
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
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.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
INTRO TO GRAPHIC DESIGN IN THE NEW MEDIA ART468. What is a Web Designer?  A web designer creates websites.  When working as a designer, your clients.
Web Design Basic Concepts.
مقدمه ای بر طراحی صفحات وب. 2 Web Components  Clients and Servers  Internet Service Providers  Web Site Hosting Services  Domains Names, URL ’ s and.
How the Web Works. WWW – part of the Internet (others: , FTP, Telnet) Loaded to a Server | Viewed in a Browser (Client) Client: Request & Render.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Computer Concepts 2014 Chapter 7 The Web and .
LEARNING WEB DESIGN Beginner’s Guide to HTML, Graphics and Beyond.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Lectures and Practicals Mon 8-10 SC1222 TUE SC1222 Office: SC Website: mis.csit.sci.tsu.ac.th/kanida.
Tutorial 1 Getting Started with Adobe Dreamweaver CS3
Web Engineering we define Web Engineering as follows: 1) Web Engineering is the application of systematic and proven approaches (concepts, methods, techniques,
1 Welcome to CSC 301 Web Programming Charles Frank.
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
1 Chapter 01: Introduction by Tharith Sriv. This course covers the following topics:  Hypertext Markup Language (HTML)  Cascading Style Sheets  JavaScript.
HOW THE WEB WORKS Reference: Learning Web Design (4 th edition) by Robbins 2012 – Chapter 2 (pp. 21 – 32)
Web Development Process The Site Development Process Site Construction is one of the last steps.
WHAT IS SERVER SIDE SCRIPTING? Server-side scripting is a web server technology in which a user's request is verified by running a script directly on the.
Internet Applications (Cont’d) Basic Internet Applications – World Wide Web (WWW) Browser Architecture Static Documents Dynamic Documents Active Documents.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Website Design, Development and Maintenance ONLY TAKE DOWN NOTES ON INDICATED SLIDES.
JavaScript and Ajax (Internet Background) Week 1 Web site:
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)
INTERNET AND . WHAT IS INTERNET The Internet can be defined as the wired or wireless mode of communication through which one can receive, transmit.
Basics Components of Web Design & Development Basics, Components, Design and Development.
Tutorial 1 Getting Started with Adobe Dreamweaver CS5.
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.
4.01 How Web Pages Work.
CS299: Web Programming and Design Instructor: Dr. Fang (Daisy) Tang
Web Programming Language
4.01 How Web Pages Work.
Distributed Control and Measurement via the Internet
Chapter 10: Web Basics.
Web Technologies Computing Science Thompson Rivers University
IS1500: Introduction to Web Development
Web Concepts Lesson 2 ITBS2203 E-Commerce for IT.
CISC103 Web Development Basics: Web site:
JavaScript and Ajax (Internet Background)
What is WWW? The term WWW refers to the World Wide Web or simply the Web. The World Wide Web consists of all the public Web sites connected to the Internet.
Chapter 1 Introduction to HTML.
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Warm Handshake with Websites, Servers and Web Servers:
CNIT 131 Internet Basics & Beginning HTML
Introduction to Computers
Project 1 Introduction to HTML.
Web Technologies Basics
PHP / MySQL Introduction
Browser Engine How it works…..
Web Page Concept and Design :
Chengyu Sun California State University, Los Angeles
Fall 2016 CourseIntro.
Chengyu Sun California State University, Los Angeles
Introduction to World Wide Web
Chengyu Sun California State University, Los Angeles
Web Technologies Computing Science Thompson Rivers University
4.01 How Web Pages Work.
Web Application Development Using PHP
CGS 3066: Web Programming and Design Fall 2019
Presentation transcript:

Web Development How the Web Works

How the Web Works Clients / Server WWW – part of the Internet (others: Email, FTP, Telnet) Loaded to a Server | Viewed in a Browser (Client) Client: Request & Render Content Browsers, mobile devices, screen readers Server (server software): Applications that deliver web content or services – HTTP, FTP, mail servers (POP), DB servers, name servers (DNS), application servers (PHP) Clients / Server

TRIDENT GECKO PRESTO WEBKIT BLINK How the Web Works Browsers Browser Components: Browser UI | Internal Engine | Rendering Engine | Networking | Data Storage | JavaScript Interpreter RENDERING ENGINES TRIDENT GECKO PRESTO WEBKIT BLINK Developed by Microsoft: Internet Explorer, Windows Mobile, AOL Open Source Originally developed by Netscape: Mozilla Firefox Firefox OS Developed by Opera (now using BLINK): Opera Opera Mobile Open Source Developed by Apple, Google, Nokia: Safari, Android and many other mobile browsers Based on Webkit Developed by Google: Chrome Opera 14+ Android 4.4+

How the Web Works Server Basic Web Server Computer running server software that can handle HTTP requests Popular Server Software Options -Apache (open source) -Microsoft Internet Information Services (IIS) Other Servers Other Server Applications that deliver web content or services - FTP, mail servers, DB servers, name servers, application servers Web Stack: Operating System | Web Server | Database Server | Programming Language Ex: LAMP: Linux | Apache | MySQL | PHP Server

WWW / Web docs - Based on HTTP | HYPERTEXT | HTML WWW / Web docs - Based on HTTP | HYPERTEXT | HTML HTTP: Hypertext Transfer Protocol The protocol or rules that specify how information is requested and sent between web server and client (Protocol: Standardized format for transferring data between devices – Others: FTP, SMTP (Simple Mail Transfer Protocol), POP (Post Office Protocol) RTP (real-time Transfer Protocol) –video) HTTP Client HTTP Server

How the Web Works DNS URL: http://www.uwm.edu 129.89.43.225 Hosting Server HTML | JS | CSS | JPG | GIF Some types of files will require server-side processing (php, .net, coldfusion) before page is rendered in browser

How the Web Works DNS URL: http://www.uwm.edu 129.89.43.225 Hosting Server SQL database (triggered by extension- .cfm, .aspx, .php ,net) HTML | JS | CSS | JPG | GIF

Dynamic Content How Dynamic Web Content Works Client: requests & renders content (browsers, mobile devices, screen readers) Web Servers: Configured to detect file type (does it need processing) dispatch request to application server (triggered by extension- .cfm, .aspx, .php ,net) Application Servers: talks to DB, generates response and returns info to web server. (compiles all elements and nodes needed from DB) Application Servers: Adobe Coldfusion (Java Based web application); Microsoft Active Server Pages & ASP.Net; PHP (free, open source); Ruby On Rails Example - ColdFusion based CMS Website Written in ColdFusion Markup Language (CFML)- running on server & HTML, CSS, JavaScript or JQuery – executed in the browser

Static vs. Dynamic Content Present different content based on which users are accessing the page Create pages populated with content from a database Build shopping carts Process forms

URL – Uniform Resource Locator Protocol: http:// Tells the browser that its using Hypertext Transfer Protocol Domain Name (resource name): www.sois.uwm.edu Indicates the server that the browser should connect to www=subdomain uwm=domain edu = top-level domain Pathname Filename

Folder Structure & Path Names server Folder Structure & Path Names Another Example: http://www.sois.uwm.edu/academics/graduate/mlis.html Browser will find the SOIS server (domain): www.sois.uwm.edu Open the folder called: academics Find and open the folder called: graduate And retrieve and display the file called: mlis.html (www= default subdomain on most web servers)

Index?? Significance of “index” Often the default filename a browser will look for if no filename is provide. http://www.sois.uwm.edu/EPub/spring retrieving a file called “index.html” in the spring folder

Web Tools Software associated with web development Web page authoring (Dreamweaver, Nvu) HTML editors (NotePad, TextEdit, BBEdit, jEdit) Graphics software (Adobe Photoshop (elements); Adobe Fireworks; Adobe Illustrator; Corel Paint Shop Pro, GIMP) Multimedia tools (Adobe Animate; QuickTime and iMovie; Apple Final Cut Pro; Windows Movie Maker; Adobe After Effects; Sony Sound Forge; Audacity) Internet tools (browsers, mobile browsers, ftp programs) Content Management Systems

“CMS” – content management system “Server-side software that is designed to simplify the creation and maintenance of sites. These systems manage online content, generate web pages, and allow users to upload and change content without requiring technical expertise” CMS Fundamentals http://www.lynda.com/course20/Business-Online-Marketing-SEO-tutorials/ CMS-Fundamentals/74535-2.html?org=uwm.edu

Content Management Systems Resources http://www.cmsmatrix.org http://cmsreport.com http://www.backendbattles.com/ http://www.lynda.com/Drupal-6-tutorials/essential-training/620-2.html

“CMS” – content management system WEB CONTENT STORED IN DATABASE re-used, re-purposed, published in multiple places – as needed DATABASE AUTHORING ENVIRONMENT ONLINE Input, upload, edit content ADMIN TEMPLATES Input, upload, edit content TEMPLATES

“CMS” – content management system MANAGE PERMISSIONS site administrators, publishers, editors, authors, contributors USERS ADVANCED FUNCTIONS blogs, e-commerce, calendars, widgets FUNCTIONALITY

CMS Benefits Ease of Use* Multiuser/Levels of Permission Ability to update content without technical knowledge (Web-based editor) Site-wide editing and modifications Speed up site development Add advanced functionality Multiuser/Levels of Permission Control over editing and publishing of content & content updates by content owners (edit, review and/or publish based on role and authority) Admin, Author, Contributor

CMS Benefits Consistency Extensible Consistency in content presentation (templates & style sheets) Modular page elements Ability to manage versions of the content (version control) Scheduling Extensible Ability to repurpose content across a large site or multiple sites Nodes / Page Elements(move & arrange) Modules Page View (collected & generated)

Content Management Systems (CMS) CommonSpot Paper|Thin (http://www.paperthin.com/ ) ColdFusion-based CMS Education Customers Cornell University, Kent State, Stanford, Savannah College of Art & Design UW-Milwaukee (http://www.paperthin.com/customers/University-of-Wisconsin-Milwaukee.cfm)