SlideShare a Scribd company logo
PROGRAM: BCAH, SEMESTER-2,FIRSTYEAR
BCAH-206:SEMINAR
TOPIC:- WEB DEVELOPMENT
Submitted By:
Student Name :- Paras Jain
Roll No :- BCAH1CA20016
SubmittedT
o:
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 ?
◾ T
ypes 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 DynamicWebApplications.
◾ Examples of Web Applications are Social networking sites like
Facebook or E-commerce sites likeAmazon,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 aweb 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 DEVELOPMENT TECHNOLOGIES
◾ HTML was first created byTim Berners-Lee,starting in 1989.It stands
for HyperT
ext 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 away thatcomputers speak to eachother 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 DEVELOPMENT TECHNOLOGIES (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 DEVELOPMENT TECHNOLOGIES (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 A WEBSITE
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
◾ AnApplication
◾ 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 DEVELOPMENT TECHNOLOGIES
◾ SQL stands for Structured Query Language.
◾ SQL let us access and manipulate databases.
◾ SQL becameastandard of theAmerican 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 DEVELOPMENT TECHNOLOGIES (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
ofWorldWide Web applications using a client–server model.
◾ The applications typically use HTML, CSS and JavaScript in the
client,PHP
,C#, Python,Node.js or Javain 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 ISA WEB 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 aperson who
can develop both client and server software.They perform the task of
both Front end and Back End Developer.
HOW A WEBSITEW ORKS ?
When you type a web address into your browser :
◾ The browser goes to the D N S 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
,J
avaScript,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 includeAbobe Photoshop,
Illustrater
,DreamWeaver,Sketch etc.
PROJECTS
My First Project 
PROJECTS (CONT...)
Flipkart Clone Project 
PROJECTS (CONT...)
Responsive Blogging W ebsite 
PROJECTS (CONT...)
uuserinterfacewebdevelopmentnewoneppt.pptx
uuserinterfacewebdevelopmentnewoneppt.pptx

More Related Content

PPTX
Web-Development Powerpoint Presentation.
JohnLagman3
 
PPTX
Web Development usually refers to developing the website for the Internet (W...
mammeabdu26
 
PPTX
webdevelopmentppt-210923044639 (1).pptx
ssuser485fb2
 
PDF
Web development ppt
ParasJain222
 
PPTX
WebTechnology presentation.pptx
UtkarshTiwari736372
 
PPTX
UI Web Development.pptx
SHAIKIRFAN715544
 
PPTX
Basics of Web Development.pptx
Palash Sukla Das
 
PPTX
webdevelopmentppt-210923044639 (1).pptx
learnEnglish51
 
Web-Development Powerpoint Presentation.
JohnLagman3
 
Web Development usually refers to developing the website for the Internet (W...
mammeabdu26
 
webdevelopmentppt-210923044639 (1).pptx
ssuser485fb2
 
Web development ppt
ParasJain222
 
WebTechnology presentation.pptx
UtkarshTiwari736372
 
UI Web Development.pptx
SHAIKIRFAN715544
 
Basics of Web Development.pptx
Palash Sukla Das
 
webdevelopmentppt-210923044639 (1).pptx
learnEnglish51
 

Similar to uuserinterfacewebdevelopmentnewoneppt.pptx (20)

PPTX
INDUSTRIAL TRAINING Presentation on Web Development. (2).pptx
12KritiGaneriwal
 
PPTX
WEB DEV PRESENTATTION FINAL.ppt "Mastering Web Development: Building Dynamic ...
shahzaibmain831
 
PPTX
WEB DEV PRESENTATTION FINAL.pptx "Mastering Web Development: Building Dynamic...
shahzaibmain831
 
PPTX
TOPIC 1 - INTRODUCTION TO WEBSITE DESIGN AND DEVELOPMENT.pptx
TemitopeOsadare1
 
PPTX
Summer Training PPT on Web development from digipaath private limited
srishti80
 
PPTX
WEB DEVELOPMENT.pptx
Rajnirani18
 
PPTX
web development.pptx
MohdArbazraza
 
PPTX
amanWeb.ppt.pptx
vinitajain703
 
PDF
Introduction to HTML, CSS, and JavaScript for Web Development
Qurinom Solutions
 
PPTX
Internship full stack developer ppt report .pptx
AnkitaVerma776806
 
PPTX
frontendwebdevelopment-190510024804 (1).pptx
ReemaAsker1
 
PPTX
Web Development using ASP.NET by Aamir Rafique.pptx
AamirRafique14
 
PPTX
Web-Development-ppt.pptx for the student
GunavathyA
 
PPTX
Web development revolution
Ahmed El-Zekred
 
PPTX
Web Development
Harshdeep Singh
 
PPTX
Web-Development-ppt (1).pptx
RaihanUddin57
 
PPTX
Web-Development-ppt.pptx
EleenaJha
 
PPTX
Web development
wasimakhtar81
 
PPTX
Gettings started with Web development
Ujjwal Ojha
 
PPTX
html css presentation for the btech cse students
surjitbansal
 
INDUSTRIAL TRAINING Presentation on Web Development. (2).pptx
12KritiGaneriwal
 
WEB DEV PRESENTATTION FINAL.ppt "Mastering Web Development: Building Dynamic ...
shahzaibmain831
 
WEB DEV PRESENTATTION FINAL.pptx "Mastering Web Development: Building Dynamic...
shahzaibmain831
 
TOPIC 1 - INTRODUCTION TO WEBSITE DESIGN AND DEVELOPMENT.pptx
TemitopeOsadare1
 
Summer Training PPT on Web development from digipaath private limited
srishti80
 
WEB DEVELOPMENT.pptx
Rajnirani18
 
web development.pptx
MohdArbazraza
 
amanWeb.ppt.pptx
vinitajain703
 
Introduction to HTML, CSS, and JavaScript for Web Development
Qurinom Solutions
 
Internship full stack developer ppt report .pptx
AnkitaVerma776806
 
frontendwebdevelopment-190510024804 (1).pptx
ReemaAsker1
 
Web Development using ASP.NET by Aamir Rafique.pptx
AamirRafique14
 
Web-Development-ppt.pptx for the student
GunavathyA
 
Web development revolution
Ahmed El-Zekred
 
Web Development
Harshdeep Singh
 
Web-Development-ppt (1).pptx
RaihanUddin57
 
Web-Development-ppt.pptx
EleenaJha
 
Web development
wasimakhtar81
 
Gettings started with Web development
Ujjwal Ojha
 
html css presentation for the btech cse students
surjitbansal
 
Ad

More from SHAIKIRFAN715544 (6)

PPTX
Object oriented Programming in Python.pptx
SHAIKIRFAN715544
 
PPTX
Introduction to ReactJS UI Web Dev .pptx
SHAIKIRFAN715544
 
PPTX
ui2.pptx
SHAIKIRFAN715544
 
PPTX
DEMO On PYTHON WEB Development.pptx
SHAIKIRFAN715544
 
PPTX
Introduction to React JS.pptx
SHAIKIRFAN715544
 
PPTX
packages.pptx
SHAIKIRFAN715544
 
Object oriented Programming in Python.pptx
SHAIKIRFAN715544
 
Introduction to ReactJS UI Web Dev .pptx
SHAIKIRFAN715544
 
DEMO On PYTHON WEB Development.pptx
SHAIKIRFAN715544
 
Introduction to React JS.pptx
SHAIKIRFAN715544
 
packages.pptx
SHAIKIRFAN715544
 
Ad

Recently uploaded (20)

PPTX
Generics jehfkhkshfhskjghkshhhhlshluhueheuhuhhlhkhk.pptx
yashpavasiya892
 
PPTX
Parallel & Concurrent ...
yashpavasiya892
 
PPTX
Pengenalan perangkat Jaringan komputer pada teknik jaringan komputer dan tele...
Prayudha3
 
PPTX
Different Generation Of Computers .pptx
divcoder9507
 
PPTX
Google SGE SEO: 5 Critical Changes That Could Wreck Your Rankings in 2025
Reversed Out Creative
 
PPTX
谢尔丹学院毕业证购买|Sheridan文凭不见了怎么办谢尔丹学院成绩单
mookxk3
 
PPTX
Blue and Dark Blue Modern Technology Presentation.pptx
ap177979
 
PPTX
Slides Powerpoint: Eco Economic Epochs.pptx
Steven McGee
 
PPTX
dns domain name system history work.pptx
MUHAMMADKAVISHSHABAN
 
PPTX
Microsoft PowerPoint Student PPT slides.pptx
Garleys Putin
 
PPTX
Unlocking Hope : How Crypto Recovery Services Can Reclaim Your Lost Funds
lionsgate network
 
PPTX
LESSON-2-Roles-of-ICT-in-Teaching-for-learning_123922 (1).pptx
renavieramopiquero
 
PDF
PDF document: World Game (s) Great Redesign.pdf
Steven McGee
 
PPTX
nagasai stick diagrams in very large scale integratiom.pptx
manunagapaul
 
PPTX
Crypto Recovery California Services.pptx
lionsgate network
 
PPTX
办理方法西班牙假毕业证蒙德拉贡大学成绩单MULetter文凭样本
xxxihn4u
 
PPTX
Perkembangan Perangkat jaringan komputer dan telekomunikasi 3.pptx
Prayudha3
 
PDF
BGP Security Best Practices that Matter, presented at PHNOG 2025
APNIC
 
PPT
Transformaciones de las funciones elementales.ppt
rirosel211
 
PPT
Introduction to dns domain name syst.ppt
MUHAMMADKAVISHSHABAN
 
Generics jehfkhkshfhskjghkshhhhlshluhueheuhuhhlhkhk.pptx
yashpavasiya892
 
Parallel & Concurrent ...
yashpavasiya892
 
Pengenalan perangkat Jaringan komputer pada teknik jaringan komputer dan tele...
Prayudha3
 
Different Generation Of Computers .pptx
divcoder9507
 
Google SGE SEO: 5 Critical Changes That Could Wreck Your Rankings in 2025
Reversed Out Creative
 
谢尔丹学院毕业证购买|Sheridan文凭不见了怎么办谢尔丹学院成绩单
mookxk3
 
Blue and Dark Blue Modern Technology Presentation.pptx
ap177979
 
Slides Powerpoint: Eco Economic Epochs.pptx
Steven McGee
 
dns domain name system history work.pptx
MUHAMMADKAVISHSHABAN
 
Microsoft PowerPoint Student PPT slides.pptx
Garleys Putin
 
Unlocking Hope : How Crypto Recovery Services Can Reclaim Your Lost Funds
lionsgate network
 
LESSON-2-Roles-of-ICT-in-Teaching-for-learning_123922 (1).pptx
renavieramopiquero
 
PDF document: World Game (s) Great Redesign.pdf
Steven McGee
 
nagasai stick diagrams in very large scale integratiom.pptx
manunagapaul
 
Crypto Recovery California Services.pptx
lionsgate network
 
办理方法西班牙假毕业证蒙德拉贡大学成绩单MULetter文凭样本
xxxihn4u
 
Perkembangan Perangkat jaringan komputer dan telekomunikasi 3.pptx
Prayudha3
 
BGP Security Best Practices that Matter, presented at PHNOG 2025
APNIC
 
Transformaciones de las funciones elementales.ppt
rirosel211
 
Introduction to dns domain name syst.ppt
MUHAMMADKAVISHSHABAN
 

uuserinterfacewebdevelopmentnewoneppt.pptx

  • 1. PROGRAM: BCAH, SEMESTER-2,FIRSTYEAR BCAH-206:SEMINAR TOPIC:- WEB DEVELOPMENT Submitted By: Student Name :- Paras Jain Roll No :- BCAH1CA20016 SubmittedT o: 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 ? ◾ T ypes 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 DynamicWebApplications. ◾ Examples of Web Applications are Social networking sites like Facebook or E-commerce sites likeAmazon,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 aweb 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 DEVELOPMENT TECHNOLOGIES ◾ HTML was first created byTim Berners-Lee,starting in 1989.It stands for HyperT ext 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 away thatcomputers speak to eachother 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 DEVELOPMENT TECHNOLOGIES (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 DEVELOPMENT TECHNOLOGIES (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.
  • 8. EXAMPLE OF A WEBSITE
  • 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 ◾ AnApplication ◾ 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 DEVELOPMENT TECHNOLOGIES ◾ SQL stands for Structured Query Language. ◾ SQL let us access and manipulate databases. ◾ SQL becameastandard of theAmerican 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 DEVELOPMENT TECHNOLOGIES (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 ofWorldWide Web applications using a client–server model. ◾ The applications typically use HTML, CSS and JavaScript in the client,PHP ,C#, Python,Node.js or Javain 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 ISA WEB 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 aperson who can develop both client and server software.They perform the task of both Front end and Back End Developer.
  • 14. HOW A WEBSITEW ORKS ? When you type a web address into your browser : ◾ The browser goes to the D N S 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 ,J avaScript,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 includeAbobe Photoshop, Illustrater ,DreamWeaver,Sketch etc.