Web Development Training

Slides:



Advertisements
Similar presentations
4.01 How Web Pages Work.
Advertisements

DT228/3 Web Development WWW and Client server model.
Multiple Tiers in Action
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.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
Introduction to Web Development in HTML Web module day 1 IS 201.
IT 210 The Internet & World Wide Web introduction.
CS 299 – Web Programming and Design CS299: Web Programming and Design Instructor: Dr. Fang (Daisy) Tang.
 Computer Information System Club focused on the understanding and applied learning of web development.  The club was founded in April 5,  We.
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.
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
The Internet and the World Wide Web. The Internet A Network is a collection of computers and devices that are connected together. The Internet is a worldwide.
HTML ~ Web Design.
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.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Overview Web Session 3 Matakuliah: Web Database Tahun: 2008.
By Bearzx Dive Into Web Introduction To WEB
IS2802 Introduction to Multimedia Applications for Business Lecture 1: Introduction to IS2802 Rob Gleasure
INTRODUCTION TO WEB APPLICATION Chapter 1. In this chapter, you will learn about:  The evolution of the Internet  The beginning of the World Wide Web,
● A system of Internet servers that support specially formatted documents. The documents are formatted in a markup language called HTML. What is the World.
Web Systems & Technologies Lecture 1
01 - Introduction Informatics Department Parahyangan Catholic University.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
Introduction to the World Wide Web & Internet CIS 101.
Matthew Baillie, Luke Day THE INTERNET. HISTORY OF THE INTERNET J.C.R. Licklider authored a series of memos concerning theoretical network structures.
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)
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
World Wide Web. The World Wide Web is a system of interlinked hypertext documents accessed via the Internet The World Wide Web is a system of interlinked.
Web Development. Agenda Web History Network Architecture Types of Server The languages of the web Protocols API 2.
4.01 How Web Pages Work.
Dive into web development
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.
Web Technologies Computing Science Thompson Rivers University
IS1500: Introduction to Web Development
Objective % Select and utilize tools to design and develop websites.
Web Concepts Lesson 2 ITBS2203 E-Commerce for IT.
CISC103 Web Development Basics: Web site:
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.
E-commerce | WWW World Wide Web - Concepts
The Internet and HTML Code
E-commerce | WWW World Wide Web - Concepts
Objective % Select and utilize tools to design and develop websites.
Web page a hypertext document connected to the World Wide Web.
THE INTERNET.
Database Driven Websites
Web Systems & Technologies
Web Browser server client 3-Tier Architecture Apache web server PHP
Web Design & Development
الانترنت والبريد الإلكتروني
Unit 6 part 3 Test Javascript Test.
Secure Web Programming
How the Web Works 2/19/2019.
Introduction to Web Application Design
Introduction to World Wide Web
ხელმძღვანელი: დიმიტრი ქარაული
Globally interconnected 6lowPAN
DD Sir-Infomatics Web Development Part-1.
Website A website is a collection of web pages (documents that are accessed through the Internet) When someone gives you their web address, it generally.
Web Technologies Computing Science Thompson Rivers University
Read this to find out how the internet works!
4.01 How Web Pages Work.
Client-Server Model: Requesting a Web Page
4.01 How Web Pages Work.
Web Programming : Building Internet Applications Chris Bates CSE :
Web Application Development Using PHP
Presentation transcript:

Web Development Training Summer of 2017 By: NAIF ALSHEHRI

Chapter 1 : Introduction

Course Outline Introduction To Web Technology HTML and HTML5 HTML5 Project CSS and CSS3 CSS3 and HTML5 Project BootStrap BootStrap Project JavaScript JavaScript Project PHP MySQL Final Project

Course Plan Introduction to Web Technology HTML and HTML5 Projects Part #1 Introduction to Web Technology HTML and HTML5 Projects Wrapping up Part #2 CSS CSS3 Part #3 Javascript basics BOM and DOM Building Entire page with only JS Project Part #4 Introduction to Scripting Languages PHP basics DataBases and MySQL Final Project

What are you going to learn ? What we will cover ? HTML5 - CSS3 - Javascript - PHP and MySQL In general :you will learn how to create simple to advanced(Powerful) websites. Skills you’ll learn ? Jobs Names after this course you'll have : Web developer , web designer , web programmer , front-end developer , back-end developer and full stack developer.

Examples

Introduction To Internet and WEB

Network and Internet Network : Group of interconnected computer systems. Why they are connected ? Computer systems such as PCs , Laptops, mobilePhones and also internet of things devices.  Internet:  is a global system of interconnected computer networks. Network of networks. Millions of networks and Devices ! Services of Internet : Web - E-Mailing - File sharing - Gaming - VOIP

Using the Internet You can access the Web(Road) World Wide Web (WWW) : is a system that interconnect resources such as documents , files and images on the internet via hyperlinks and we can access these resources using the web browsers . Resources are presented in webpages. We create webpages using HTML , CSS and programming languages such as java and PHP. So this is the reason why you’re here ! To learn how to build webpages (Website) to share some resources and services on the web. Remember that : Internet and web are different. j Using the Internet You can access the Web(Road) WEB(City)

Client / Server Architecture What is the Client ? What is the Server ? Client / Server Model

Web Page and Website Web page: is a file that may contains text , graphics , etc…  We create Webpages using markup language such as HTML. Website : group of interlinked related well-structured webpages that exists on the same domain. Domain examples :google.com- VisionAcademy.online

THE END Thanks To : 1-Maram Alenazi 2-Ghaida Alrusainy References : 1-Wikipedia