DD Sir-Infomatics Web Development Part-1.

Slides:



Advertisements
Similar presentations
Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
Advertisements

4.01 How Web Pages Work.
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.
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,
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
Lecturer: Ghadah Aldehim
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
With your friendly Web Developer, Chris.. Terminology  HTML - > Hypertext Markup Language  CSS -> Cascading Style Sheet  open tag  close tag  HTTP->Hypertext.
OV Copyright © 1998 Ziff-Davis Education, a division of Ziff-Davis Inc. All rights reserved. The Internet World-wide network of computers connected.
Chapter 6 The World Wide Web. Web Pages Each page is an interactive multimedia publication It can include: text, graphics, music and videos Pages are.
HTML ~ Web Design.
CIS 250 Advanced Computer Applications Internet/WWW Review.
Lesson 7 – World Wide Web. What is the World Wide Web?  The content of the worldwide web is held on individual web pages gathered together to form websites.
Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
By Josué A. Ruiz Rodriguez Wyatt Lugo Caballero.  What do you understand about Web tool?
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Web Design. How do web pages work? Webpages are written in a code called HTML. Programs like Internet Explorer read the code, and then show it as a web.
RUBRIC IP1 Ruben Botero Web Design III. The different approaches to accessing data in a database through client-side scripting languages. – On the client.
● A system of Internet servers that support specially formatted documents. The documents are formatted in a markup language called HTML. What is the World.
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
HTML HyperText Markup Language Victoria E. Kozlek.
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)
World Wide Web 16 World Wide Web 16. World Wide Web 16 Everyone also talks about the Web But people don’t really understand how it works You need to know.
Introduction to HTML 4.0 Getting Started – Basic Terminology Teacher: Mr. Ho.
By: The Immigrants :D I mean the Mexican and the Colombian I mean Daniel and Felipe.
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.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
1 ** THE INTERNET ** Large, worldwide collection of networks that use a common protocol to communicate with each other A network of networks.
Chapter 11 How Does the Internet Work?. How Important is this Chapter to Understanding How to Use a Computer? 7 or 8 on a scale of 1 to 10.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Web Programming Language
4.01 How Web Pages Work.
Chapter 10: Web Basics.
Development of Web Applications - Introduction
WWW and HTTP King Fahd University of Petroleum & Minerals
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.
Warm Handshake with Websites, Servers and Web Servers:
Development of Web Applications – Introduction revisited
Chapter 2 Client/Server Applications
E-commerce | WWW World Wide Web - Concepts
Real Life Networking Examples
E-commerce | WWW World Wide Web - Concepts
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.
Web software.
Developing Web-Based Applications
UNIT 15 Webpage Creator.
Web page a hypertext document connected to the World Wide Web.
Web Development Training
Markup Languages -Use codes, called tags, to provide instructions about formatting and structure of a website HTML (Hypertext Markup Language) Must be.
Database Driven Websites
Web Site Development.
Chapter 27 WWW and HTTP.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
HTTP and Abstraction on the Internet / The Need for DNS
WEB DESIGNING THROUGH HTML
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.
4.01 How Web Pages Work.
Markup Languages -Use codes, called tags, to provide instructions about formatting and structure of a website HTML (Hypertext Markup Language) Must be.
Client-Server Model: Requesting a Web Page
Hypertext Preprocessor
Your computer is the client
4.01 How Web Pages Work.
HTTP and HTML HTML HTTP HTTP – Standardize the packaging
Presentation transcript:

DD Sir-Infomatics Web Development Part-1

Important Facts about WebPage What is a Web Page:- A web page is a document commonly written in HyperText Markup Language (HTML) that is accessible through the Internet using an Internet browser.

Types of Web Page:- 1)Static Web Page 2)Dynamic Web Page

Types of Web Page:- Question1- What is static web page? Answer- A web page that contains static contents and it is common to All.

Types of Web Page:- Question2- What is dynamic web page? Answer- A web page generated by the server according to clients requests.

Types of Web Page:- Question3- Why build web page dynamically? Answer- There are following reason to build web page dynamically: 1- The Web page is based on data sent by the client. Example:- Display current User name on the website

Types of Web Page:- 2- The Web page is derived from data that changes frequently. Example: 2.1- Current date and time on the website 2.2- News Headlines on news website 2.3-Weather report on the website

What are Web Applications? A web site where the HTML pages are generated dynamically. Based on the user’s actions

Web Development

Web Development

Web Development What is the difference b/w Web Application and Enterprise Application. Ans:-  Web application is a Web site that allows the users to access the web page from any computer or device that is connected to the Internet. Ex:- facebook.com/gmail.com

While Enterprise application or enterprise software is specially designed software’s developed for large scale agencies, businesses or for government. Ex:-Bank Application/Telecom Application

DD Sir-Infomatics Thank You