SlideShare ist ein Scribd-Unternehmen logo
1 von 21
Downloaden Sie, um offline zu lesen
PROGRAM: BCAH, SEMESTER-2, FIRSTYEAR
BCAH-206: SEMINAR
TOPIC:- WEB DEVELOPMENT
Submitted By:
Student Name :- Paras Jain
Roll No :- BCAH1CA20016
Submitted To:
Ms. NishaVerma Mam
OUTLINES
 What isWeb Development ?
 Front end development
 Front end development technologies
 Back end development
 Back end development technologies
 Who is aWeb Developer ?
 Types ofWeb Developer
 How a website works ?
 Difference BetweenWeb Developer andWeb Designer
 Projects
WHAT IS WEB DEVELOPMENT ?
 Web Development usually refers to developing the website for
the Internet (WorldWideWeb) or for an Intranet (Private
network).
 Also known asWeb Programming.
 It is the creation of Dynamic Web Applications.
 Examples of Web Applications are Social networking sites like
Facebook or E-commerce sites like Amazon, Flipkart, etc.
 There are two broad division of Web Development –
 Front-end Development (also called Client-side Development)
 Back-end Development (also called Server-side Development).
FRONT END DEVELOPMENT
 Front end development refers to producing a web application so
that a user can see and interact with them directly.
 It is also known as Client side development.
 It focuses on the visual elements of a website that a user will interact
with.
 A front end developer has one general responsibility: to ensure that
website visitors can easily interact with the page.They do this through
the combination of design, technology and programming to code a
website's appearance, as well as taking care of debugging.
 The common technologies we can use in front-end development are:
 HTML
 CSS
 JAVASCRIPT
FRONTEND DEVELOPMENTTECHNOLOGIES
 HTML was first created byTim Berners-Lee, starting in 1989. It stands
for HyperText Markup Language.
 Hypertext means that the document contains links that allow the
reader to jump to other places in the document.
 A Markup Language is a way that computers speak to each other to
control how text is processed and presented.
 It describes the structure of a web page and consists series of elements.
 Its elements tells browser how to display the content.
 It’s code is written in Notepad or any text editor but save it as .htm
or .html extension.
FRONTEND DEVELOPMENTTECHNOLOGIES (CONT..)
 CSS was first proposed by Hakon Wium Lie on October 10, 1994
at CERN (European Organization for Nuclear Research).
 Cascading Style Sheets (CSS) describes how HTML elements are to be
displayed on screen.
 CSS saves a lot of work. It can control the layout of multiple web pages
all at once.
 It is also responsible for responsive layouts of a website.
 It is also written in any text editor but save as .css extension.
FRONTEND DEVELOPMENTTECHNOLOGIES (CONT..)
 Javascript was invented by Brendan Eich in 1995.
 Javascript is the Programming Language for theWeb.
 Javascript can update and change both HTML and CSS.
 Javascript is responsible for the Functioning of the website.
 It is a scripting language that enables us to create dynamically updating
content, control multimedia, animate images, and pretty much everything else.
 It is also written in any text editor but add the .js extension.
EXAMPLE OF AWEBSITE
BACK END DEVELOPMENT
 Backend development controls what goes on behind the
scenes of the web applications.
 It is also known as server side development.
 Backend usually consists of three parts:
 A server
 An Application
 A Database
 Users can’t see how the backend works but this code is what
communicates the database information to the browser.
 Common Backend development technologies are:
 SQL
 PHP
BACKEND DEVELOPMENTTECHNOLOGIES
 SQL stands for Structured Query Language.
 SQL let us access and manipulate databases.
 SQL became a standard of the American National Standards
Institute (ANSI) in 1986, and of the International Organization
for standardization (ISO) in 1987.
 SQL is a database language, it is used for database creation,
deletion, fetching rows, and modifying rows, etc.
 It can retrieve data and executes queries against the database.
 Every website is supported by a database at the backend. Each
time a user submits information or searches something in the
website, data gets stored and retrived from the database. SQL
is the language for qurying and storing data in the database.
BACKEND DEVELOPMENTTECHNOLOGIES (CONT..)
 PHP is an acronym for “PHP: Hypertext
Preprocessor”.
 PHP is a widely-used, open source scripting
language.
 PHP scripts are executed on the server.
 PHP is free to download and use.
 PHP is a server side scripting language that is
embedded in HTML.
 It is used to manage dynamic content, databases,
session tracking, even build entire e-commerce
sites.
 A web developer is a programmer who specializes in the development
of World Wide Web applications using a client–server model.
 The applications typically use HTML, CSS and JavaScript in the
client, PHP, C#, Python, Node.js or Java in the server, and http for
communications between client and server.
 Web developers typically do the following:
 Meet with clients or management to discuss the needs and design of a website.
 Create and test applications for a website.
 Write code for the website, using programming languages such as HTML, CSS,
etc.
 Work with other team members to determine what information the site will
contain.
 Work with graphics and other designers to determine the website's layout.
 Integrate graphics, audio, and video into the website.
 Monitor website traffic.
WHO IS AWEB DEVELOPER ?
TYPES OF WEB DEVELOPER
 There are 3 kinds of Web Developers –
 Front End Developer,
 Back End Developer and,
 Full Stack Developer.
 Front-End Developer :-They are responsible for how a website looks.
They create the site's layout and integrate graphics, applications (such as
a retail checkout tool), and other content.They also write web design
programs in a variety of computer languages, such as HTML or
JavaScript.
 Back-End Developer :- They are responsible for server-side web
application logic and integration of the work front-end developers do.
 Full-Stack Developer :- A full-stack web developer is a person who
can develop both client and server software.They perform the task of
both Front end and Back End Developer.
HOW A WEBSITE WORKS ?
When you type a web address into your browser :
 The browser goes to the DNS server, and finds the real
address of the server that the website lives on.
 The browser sends an HTTP request message to the
server, asking it to send a copy of the website to the client.
 If the server approves the client's request, the server sends
the client a "200 OK" message, which means "Of course
you can look at that website! Here it is", and then
starts sending the website's files to the browser as a
series of small chunks called data packets.
 The browser assembles the Data Packets into a
complete web page and displays it to you.
WEB DEVELOPER VS. WEB DESIGNER
Web Developer
 Web Developers are more technical in nature.
 Web development refers to building user-friendly
websites based on client’s specifications.
 They transform designs into fully functional websites.
 Web development refers to the functionality of the
website on how it works.
 Languages used are HTML, PHP, JavaScript, CSS,
Python, Ruby, jQuery etc.
Web Designer
 Web Designers are very creative in nature.
 Web designers are the aesthetic element.
 They transform the ideas into visually appealing
designs.
 Web designs refers to how the websites looks and
feels on the outside.
 Web designing tools include Abobe Photoshop,
Illustrater, DreamWeaver, Sketch etc.
PROJECTS
My First Project 
PROJECTS (CONT...)
Flipkart Clone Project 
PROJECTS (CONT...)
Responsive BloggingWebsite 
PROJECTS (CONT...)
Web development ppt
Web development ppt

Weitere ähnliche Inhalte

Was ist angesagt?

Front-End Web Development
Front-End Web DevelopmentFront-End Web Development
Front-End Web DevelopmentYash Sati
 
Front end web development
Front end web developmentFront end web development
Front end web developmentviveksewa
 
Web development | Derin Dolen
Web development | Derin Dolen Web development | Derin Dolen
Web development | Derin Dolen Derin Dolen
 
Internship presentation
Internship presentationInternship presentation
Internship presentationWasim Shemna
 
ppt of web development for diploma student
ppt of web development for diploma student ppt of web development for diploma student
ppt of web development for diploma student Abhishekchauhan863165
 
Ppt full stack developer
Ppt full stack developerPpt full stack developer
Ppt full stack developerSudhirVarpe1
 
Introduction to web development
Introduction to web developmentIntroduction to web development
Introduction to web developmentMohammed Safwat
 
Web Development Presentation
Web Development PresentationWeb Development Presentation
Web Development PresentationTurnToTech
 
Front End Development | Introduction
Front End Development | IntroductionFront End Development | Introduction
Front End Development | IntroductionJohnTaieb
 
Report file on Web technology(html5 and css3)
Report file on Web technology(html5 and css3)Report file on Web technology(html5 and css3)
Report file on Web technology(html5 and css3)PCG Solution
 
Web Development on Web Project Presentation
Web Development on Web Project PresentationWeb Development on Web Project Presentation
Web Development on Web Project PresentationMilind Gokhale
 
Introduction to Web Development
Introduction to Web DevelopmentIntroduction to Web Development
Introduction to Web DevelopmentParvez Mahbub
 
Web Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptWeb Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptEdureka!
 
Advanced Web Development
Advanced Web DevelopmentAdvanced Web Development
Advanced Web DevelopmentRobert J. Stein
 
How To be a Backend developer
How To be a Backend developer    How To be a Backend developer
How To be a Backend developer Ramy Hakam
 

Was ist angesagt? (20)

Front-End Web Development
Front-End Web DevelopmentFront-End Web Development
Front-End Web Development
 
Front end web development
Front end web developmentFront end web development
Front end web development
 
Web development | Derin Dolen
Web development | Derin Dolen Web development | Derin Dolen
Web development | Derin Dolen
 
Html Ppt
Html PptHtml Ppt
Html Ppt
 
Internship presentation
Internship presentationInternship presentation
Internship presentation
 
ppt of web development for diploma student
ppt of web development for diploma student ppt of web development for diploma student
ppt of web development for diploma student
 
Ppt full stack developer
Ppt full stack developerPpt full stack developer
Ppt full stack developer
 
Introduction to web development
Introduction to web developmentIntroduction to web development
Introduction to web development
 
Web Development Presentation
Web Development PresentationWeb Development Presentation
Web Development Presentation
 
Front End Development | Introduction
Front End Development | IntroductionFront End Development | Introduction
Front End Development | Introduction
 
Report file on Web technology(html5 and css3)
Report file on Web technology(html5 and css3)Report file on Web technology(html5 and css3)
Report file on Web technology(html5 and css3)
 
HTML CSS Basics
HTML CSS BasicsHTML CSS Basics
HTML CSS Basics
 
Web Development using HTML & CSS
Web Development using HTML & CSSWeb Development using HTML & CSS
Web Development using HTML & CSS
 
Introduction to php
Introduction to phpIntroduction to php
Introduction to php
 
Web Development on Web Project Presentation
Web Development on Web Project PresentationWeb Development on Web Project Presentation
Web Development on Web Project Presentation
 
Introduction to Web Development
Introduction to Web DevelopmentIntroduction to Web Development
Introduction to Web Development
 
Web Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptWeb Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScript
 
Advanced Web Development
Advanced Web DevelopmentAdvanced Web Development
Advanced Web Development
 
How To be a Backend developer
How To be a Backend developer    How To be a Backend developer
How To be a Backend developer
 
Web development
Web developmentWeb development
Web development
 

Ähnlich wie Web development ppt

Basics of Web Development.pptx
Basics of Web Development.pptxBasics of Web Development.pptx
Basics of Web Development.pptxPalash Sukla Das
 
webdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptxwebdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptxlearnEnglish51
 
webdevelopmentppt-2210923044639 (1).pptx
webdevelopmentppt-2210923044639 (1).pptxwebdevelopmentppt-2210923044639 (1).pptx
webdevelopmentppt-2210923044639 (1).pptxsubhalaxmibarik478
 
webdevelopmentppt-210923044639 (1) (1).pptx
webdevelopmentppt-210923044639 (1) (1).pptxwebdevelopmentppt-210923044639 (1) (1).pptx
webdevelopmentppt-210923044639 (1) (1).pptxsitesite4
 
uuserinterfacewebdevelopmentnewoneppt.pptx
uuserinterfacewebdevelopmentnewoneppt.pptxuuserinterfacewebdevelopmentnewoneppt.pptx
uuserinterfacewebdevelopmentnewoneppt.pptxSHAIKIRFAN715544
 
webdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptxwebdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptxssuser485fb2
 
Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.JohnLagman3
 
web development.pptx
web development.pptxweb development.pptx
web development.pptxMohdArbazraza
 
​Web ​Development
 ​Web ​Development ​Web ​Development
​Web ​DevelopmentFariha Tasnim
 
Unit 5 World_Wide_Web.pptx
Unit 5 World_Wide_Web.pptxUnit 5 World_Wide_Web.pptx
Unit 5 World_Wide_Web.pptxDhruvPatel189174
 
Full Stack Web Development
Full Stack Web DevelopmentFull Stack Web Development
Full Stack Web DevelopmentSWAGATHCHOWDARY1
 
Web Design & Development !BATRA COMPUTER CENTRE
Web Design & Development !BATRA COMPUTER CENTREWeb Design & Development !BATRA COMPUTER CENTRE
Web Design & Development !BATRA COMPUTER CENTREjatin batra
 
Front End Lecture 1.pptx
Front End Lecture 1.pptxFront End Lecture 1.pptx
Front End Lecture 1.pptxmalise2997
 
Aspnet2.0 Introduction
Aspnet2.0 IntroductionAspnet2.0 Introduction
Aspnet2.0 IntroductionChanHan Hy
 
Web development presentation.pptx
Web development presentation.pptxWeb development presentation.pptx
Web development presentation.pptxManjeetAgarwal
 

Ähnlich wie Web development ppt (20)

Basics of Web Development.pptx
Basics of Web Development.pptxBasics of Web Development.pptx
Basics of Web Development.pptx
 
webdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptxwebdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptx
 
webdevelopmentppt-2210923044639 (1).pptx
webdevelopmentppt-2210923044639 (1).pptxwebdevelopmentppt-2210923044639 (1).pptx
webdevelopmentppt-2210923044639 (1).pptx
 
webdevelopmentppt-210923044639 (1) (1).pptx
webdevelopmentppt-210923044639 (1) (1).pptxwebdevelopmentppt-210923044639 (1) (1).pptx
webdevelopmentppt-210923044639 (1) (1).pptx
 
uuserinterfacewebdevelopmentnewoneppt.pptx
uuserinterfacewebdevelopmentnewoneppt.pptxuuserinterfacewebdevelopmentnewoneppt.pptx
uuserinterfacewebdevelopmentnewoneppt.pptx
 
webdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptxwebdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptx
 
Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.
 
WebTechnology presentation.pptx
WebTechnology presentation.pptxWebTechnology presentation.pptx
WebTechnology presentation.pptx
 
UI Web Development.pptx
UI Web Development.pptxUI Web Development.pptx
UI Web Development.pptx
 
web development.pptx
web development.pptxweb development.pptx
web development.pptx
 
​Web ​Development
 ​Web ​Development ​Web ​Development
​Web ​Development
 
Unit 5 World_Wide_Web.pptx
Unit 5 World_Wide_Web.pptxUnit 5 World_Wide_Web.pptx
Unit 5 World_Wide_Web.pptx
 
Full Stack Web Development
Full Stack Web DevelopmentFull Stack Web Development
Full Stack Web Development
 
Web Design & Development !BATRA COMPUTER CENTRE
Web Design & Development !BATRA COMPUTER CENTREWeb Design & Development !BATRA COMPUTER CENTRE
Web Design & Development !BATRA COMPUTER CENTRE
 
minor web.pptx
minor web.pptxminor web.pptx
minor web.pptx
 
Web development
Web developmentWeb development
Web development
 
Front End Lecture 1.pptx
Front End Lecture 1.pptxFront End Lecture 1.pptx
Front End Lecture 1.pptx
 
Aspnet2.0 Introduction
Aspnet2.0 IntroductionAspnet2.0 Introduction
Aspnet2.0 Introduction
 
ashish ppt webd.pptx
ashish ppt webd.pptxashish ppt webd.pptx
ashish ppt webd.pptx
 
Web development presentation.pptx
Web development presentation.pptxWeb development presentation.pptx
Web development presentation.pptx
 

Kürzlich hochgeladen

Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 

Kürzlich hochgeladen (20)

Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 

Web development ppt

  • 1. PROGRAM: BCAH, SEMESTER-2, FIRSTYEAR BCAH-206: SEMINAR TOPIC:- WEB DEVELOPMENT Submitted By: Student Name :- Paras Jain Roll No :- BCAH1CA20016 Submitted To: Ms. NishaVerma Mam
  • 2. OUTLINES  What isWeb Development ?  Front end development  Front end development technologies  Back end development  Back end development technologies  Who is aWeb Developer ?  Types ofWeb Developer  How a website works ?  Difference BetweenWeb Developer andWeb Designer  Projects
  • 3. WHAT IS WEB DEVELOPMENT ?  Web Development usually refers to developing the website for the Internet (WorldWideWeb) or for an Intranet (Private network).  Also known asWeb Programming.  It is the creation of Dynamic Web Applications.  Examples of Web Applications are Social networking sites like Facebook or E-commerce sites like Amazon, Flipkart, etc.  There are two broad division of Web Development –  Front-end Development (also called Client-side Development)  Back-end Development (also called Server-side Development).
  • 4. FRONT END DEVELOPMENT  Front end development refers to producing a web application so that a user can see and interact with them directly.  It is also known as Client side development.  It focuses on the visual elements of a website that a user will interact with.  A front end developer has one general responsibility: to ensure that website visitors can easily interact with the page.They do this through the combination of design, technology and programming to code a website's appearance, as well as taking care of debugging.  The common technologies we can use in front-end development are:  HTML  CSS  JAVASCRIPT
  • 5. FRONTEND DEVELOPMENTTECHNOLOGIES  HTML was first created byTim Berners-Lee, starting in 1989. It stands for HyperText Markup Language.  Hypertext means that the document contains links that allow the reader to jump to other places in the document.  A Markup Language is a way that computers speak to each other to control how text is processed and presented.  It describes the structure of a web page and consists series of elements.  Its elements tells browser how to display the content.  It’s code is written in Notepad or any text editor but save it as .htm or .html extension.
  • 6. FRONTEND DEVELOPMENTTECHNOLOGIES (CONT..)  CSS was first proposed by Hakon Wium Lie on October 10, 1994 at CERN (European Organization for Nuclear Research).  Cascading Style Sheets (CSS) describes how HTML elements are to be displayed on screen.  CSS saves a lot of work. It can control the layout of multiple web pages all at once.  It is also responsible for responsive layouts of a website.  It is also written in any text editor but save as .css extension.
  • 7. FRONTEND DEVELOPMENTTECHNOLOGIES (CONT..)  Javascript was invented by Brendan Eich in 1995.  Javascript is the Programming Language for theWeb.  Javascript can update and change both HTML and CSS.  Javascript is responsible for the Functioning of the website.  It is a scripting language that enables us to create dynamically updating content, control multimedia, animate images, and pretty much everything else.  It is also written in any text editor but add the .js extension.
  • 9. BACK END DEVELOPMENT  Backend development controls what goes on behind the scenes of the web applications.  It is also known as server side development.  Backend usually consists of three parts:  A server  An Application  A Database  Users can’t see how the backend works but this code is what communicates the database information to the browser.  Common Backend development technologies are:  SQL  PHP
  • 10. BACKEND DEVELOPMENTTECHNOLOGIES  SQL stands for Structured Query Language.  SQL let us access and manipulate databases.  SQL became a standard of the American National Standards Institute (ANSI) in 1986, and of the International Organization for standardization (ISO) in 1987.  SQL is a database language, it is used for database creation, deletion, fetching rows, and modifying rows, etc.  It can retrieve data and executes queries against the database.  Every website is supported by a database at the backend. Each time a user submits information or searches something in the website, data gets stored and retrived from the database. SQL is the language for qurying and storing data in the database.
  • 11. BACKEND DEVELOPMENTTECHNOLOGIES (CONT..)  PHP is an acronym for “PHP: Hypertext Preprocessor”.  PHP is a widely-used, open source scripting language.  PHP scripts are executed on the server.  PHP is free to download and use.  PHP is a server side scripting language that is embedded in HTML.  It is used to manage dynamic content, databases, session tracking, even build entire e-commerce sites.
  • 12.  A web developer is a programmer who specializes in the development of World Wide Web applications using a client–server model.  The applications typically use HTML, CSS and JavaScript in the client, PHP, C#, Python, Node.js or Java in the server, and http for communications between client and server.  Web developers typically do the following:  Meet with clients or management to discuss the needs and design of a website.  Create and test applications for a website.  Write code for the website, using programming languages such as HTML, CSS, etc.  Work with other team members to determine what information the site will contain.  Work with graphics and other designers to determine the website's layout.  Integrate graphics, audio, and video into the website.  Monitor website traffic. WHO IS AWEB DEVELOPER ?
  • 13. TYPES OF WEB DEVELOPER  There are 3 kinds of Web Developers –  Front End Developer,  Back End Developer and,  Full Stack Developer.  Front-End Developer :-They are responsible for how a website looks. They create the site's layout and integrate graphics, applications (such as a retail checkout tool), and other content.They also write web design programs in a variety of computer languages, such as HTML or JavaScript.  Back-End Developer :- They are responsible for server-side web application logic and integration of the work front-end developers do.  Full-Stack Developer :- A full-stack web developer is a person who can develop both client and server software.They perform the task of both Front end and Back End Developer.
  • 14. HOW A WEBSITE WORKS ? When you type a web address into your browser :  The browser goes to the DNS server, and finds the real address of the server that the website lives on.  The browser sends an HTTP request message to the server, asking it to send a copy of the website to the client.  If the server approves the client's request, the server sends the client a "200 OK" message, which means "Of course you can look at that website! Here it is", and then starts sending the website's files to the browser as a series of small chunks called data packets.  The browser assembles the Data Packets into a complete web page and displays it to you.
  • 15. WEB DEVELOPER VS. WEB DESIGNER Web Developer  Web Developers are more technical in nature.  Web development refers to building user-friendly websites based on client’s specifications.  They transform designs into fully functional websites.  Web development refers to the functionality of the website on how it works.  Languages used are HTML, PHP, JavaScript, CSS, Python, Ruby, jQuery etc. Web Designer  Web Designers are very creative in nature.  Web designers are the aesthetic element.  They transform the ideas into visually appealing designs.  Web designs refers to how the websites looks and feels on the outside.  Web designing tools include Abobe Photoshop, Illustrater, DreamWeaver, Sketch etc.