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
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
Ad

More Related Content

What's hot (20)

The Full Stack Web Development
The Full Stack Web DevelopmentThe Full Stack Web Development
The Full Stack Web Development
Sam Dias
 
Ppt of web development
Ppt of web developmentPpt of web development
Ppt of web development
bethanygfair
 
Web Design & Development - Session 1
Web Design & Development - Session 1Web Design & Development - Session 1
Web Design & Development - Session 1
Shahrzad Peyman
 
Web Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptWeb Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScript
Edureka!
 
HyperText Transfer Protocol (HTTP)
HyperText Transfer Protocol (HTTP)HyperText Transfer Protocol (HTTP)
HyperText Transfer Protocol (HTTP)
Gurjot Singh
 
Client side scripting and server side scripting
Client side scripting and server side scriptingClient side scripting and server side scripting
Client side scripting and server side scripting
baabtra.com - No. 1 supplier of quality freshers
 
Javascript
JavascriptJavascript
Javascript
Manav Prasad
 
Internship Presentation 1 Web Developer
Internship Presentation 1 Web DeveloperInternship Presentation 1 Web Developer
Internship Presentation 1 Web Developer
Hemant Sarthak
 
Ppt full stack developer
Ppt full stack developerPpt full stack developer
Ppt full stack developer
SudhirVarpe1
 
Ajax ppt
Ajax pptAjax ppt
Ajax ppt
OECLIB Odisha Electronics Control Library
 
Complete-Mini-Project-Report
Complete-Mini-Project-ReportComplete-Mini-Project-Report
Complete-Mini-Project-Report
Akshay Pratap Singh
 
Front End Development | Introduction
Front End Development | IntroductionFront End Development | Introduction
Front End Development | Introduction
JohnTaieb
 
Internship on web development
Internship on web developmentInternship on web development
Internship on web development
Rajendra Kandel
 
Web Development on Web Project Report
Web Development on Web Project ReportWeb Development on Web Project Report
Web Development on Web Project Report
Milind Gokhale
 
ppt of web designing and development
ppt of web designing and developmentppt of web designing and development
ppt of web designing and development
47ishu
 
Training report on web developing
Training report on web developingTraining report on web developing
Training report on web developing
Jawhar Ali
 
Html
HtmlHtml
Html
Bhumika Ratan
 
Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1
Oleksii Prohonnyi
 
WWW or World Wide Web
WWW or World Wide WebWWW or World Wide Web
WWW or World Wide Web
Saransh Arora
 
Web technology
Web technologyWeb technology
Web technology
Selvin Josy Bai Somu
 
The Full Stack Web Development
The Full Stack Web DevelopmentThe Full Stack Web Development
The Full Stack Web Development
Sam Dias
 
Ppt of web development
Ppt of web developmentPpt of web development
Ppt of web development
bethanygfair
 
Web Design & Development - Session 1
Web Design & Development - Session 1Web Design & Development - Session 1
Web Design & Development - Session 1
Shahrzad Peyman
 
Web Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptWeb Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScript
Edureka!
 
HyperText Transfer Protocol (HTTP)
HyperText Transfer Protocol (HTTP)HyperText Transfer Protocol (HTTP)
HyperText Transfer Protocol (HTTP)
Gurjot Singh
 
Internship Presentation 1 Web Developer
Internship Presentation 1 Web DeveloperInternship Presentation 1 Web Developer
Internship Presentation 1 Web Developer
Hemant Sarthak
 
Ppt full stack developer
Ppt full stack developerPpt full stack developer
Ppt full stack developer
SudhirVarpe1
 
Front End Development | Introduction
Front End Development | IntroductionFront End Development | Introduction
Front End Development | Introduction
JohnTaieb
 
Internship on web development
Internship on web developmentInternship on web development
Internship on web development
Rajendra Kandel
 
Web Development on Web Project Report
Web Development on Web Project ReportWeb Development on Web Project Report
Web Development on Web Project Report
Milind Gokhale
 
ppt of web designing and development
ppt of web designing and developmentppt of web designing and development
ppt of web designing and development
47ishu
 
Training report on web developing
Training report on web developingTraining report on web developing
Training report on web developing
Jawhar Ali
 
Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1
Oleksii Prohonnyi
 
WWW or World Wide Web
WWW or World Wide WebWWW or World Wide Web
WWW or World Wide Web
Saransh Arora
 

Similar to Web development ppt (20)

Basics of Web Development.pptx
Basics of Web Development.pptxBasics of Web Development.pptx
Basics of Web Development.pptx
Palash Sukla Das
 
webdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptxwebdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptx
learnEnglish51
 
webdevelopmentppt-2210923044639 (1).pptx
webdevelopmentppt-2210923044639 (1).pptxwebdevelopmentppt-2210923044639 (1).pptx
webdevelopmentppt-2210923044639 (1).pptx
subhalaxmibarik478
 
webdevelopmentppt-210923044639 (1) (1).pptx
webdevelopmentppt-210923044639 (1) (1).pptxwebdevelopmentppt-210923044639 (1) (1).pptx
webdevelopmentppt-210923044639 (1) (1).pptx
sitesite4
 
uuserinterfacewebdevelopmentnewoneppt.pptx
uuserinterfacewebdevelopmentnewoneppt.pptxuuserinterfacewebdevelopmentnewoneppt.pptx
uuserinterfacewebdevelopmentnewoneppt.pptx
SHAIKIRFAN715544
 
Web Development usually refers to developing the website for the Internet (W...
Web Development usually refers to developing the website for  the Internet (W...Web Development usually refers to developing the website for  the Internet (W...
Web Development usually refers to developing the website for the Internet (W...
mammeabdu26
 
webdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptxwebdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptx
ssuser485fb2
 
Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.
JohnLagman3
 
Summer Training PPT on Web development from digipaath private limited
Summer Training PPT on Web development from digipaath private limitedSummer Training PPT on Web development from digipaath private limited
Summer Training PPT on Web development from digipaath private limited
srishti80
 
WebTechnology presentation.pptx
WebTechnology presentation.pptxWebTechnology presentation.pptx
WebTechnology presentation.pptx
UtkarshTiwari736372
 
TOPIC 1 - INTRODUCTION TO WEBSITE DESIGN AND DEVELOPMENT.pptx
TOPIC 1 - INTRODUCTION TO WEBSITE DESIGN AND DEVELOPMENT.pptxTOPIC 1 - INTRODUCTION TO WEBSITE DESIGN AND DEVELOPMENT.pptx
TOPIC 1 - INTRODUCTION TO WEBSITE DESIGN AND DEVELOPMENT.pptx
TemitopeOsadare1
 
UI Web Development.pptx
UI Web Development.pptxUI Web Development.pptx
UI Web Development.pptx
SHAIKIRFAN715544
 
what is web development and what are type
what is web development and what are typewhat is web development and what are type
what is web development and what are type
shashwatsingh414094
 
Internship full stack developer ppt report .pptx
Internship full stack developer ppt report .pptxInternship full stack developer ppt report .pptx
Internship full stack developer ppt report .pptx
AnkitaVerma776806
 
Frontend Developer Roadmap PDF By Scholarhat
Frontend Developer Roadmap PDF By ScholarhatFrontend Developer Roadmap PDF By Scholarhat
Frontend Developer Roadmap PDF By Scholarhat
Scholarhat
 
web development.pptx
web development.pptxweb development.pptx
web development.pptx
MohdArbazraza
 
​Web ​Development
 ​Web ​Development ​Web ​Development
​Web ​Development
Fariha Tasnim
 
Front-End Web Development
Front-End Web DevelopmentFront-End Web Development
Front-End Web Development
Yash Sati
 
WEB DEV PRESENTATTION FINAL.ppt "Mastering Web Development: Building Dynamic ...
WEB DEV PRESENTATTION FINAL.ppt "Mastering Web Development: Building Dynamic ...WEB DEV PRESENTATTION FINAL.ppt "Mastering Web Development: Building Dynamic ...
WEB DEV PRESENTATTION FINAL.ppt "Mastering Web Development: Building Dynamic ...
shahzaibmain831
 
WEB DEV PRESENTATTION FINAL.pptx "Mastering Web Development: Building Dynamic...
WEB DEV PRESENTATTION FINAL.pptx "Mastering Web Development: Building Dynamic...WEB DEV PRESENTATTION FINAL.pptx "Mastering Web Development: Building Dynamic...
WEB DEV PRESENTATTION FINAL.pptx "Mastering Web Development: Building Dynamic...
shahzaibmain831
 
Basics of Web Development.pptx
Basics of Web Development.pptxBasics of Web Development.pptx
Basics of Web Development.pptx
Palash Sukla Das
 
webdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptxwebdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptx
learnEnglish51
 
webdevelopmentppt-2210923044639 (1).pptx
webdevelopmentppt-2210923044639 (1).pptxwebdevelopmentppt-2210923044639 (1).pptx
webdevelopmentppt-2210923044639 (1).pptx
subhalaxmibarik478
 
webdevelopmentppt-210923044639 (1) (1).pptx
webdevelopmentppt-210923044639 (1) (1).pptxwebdevelopmentppt-210923044639 (1) (1).pptx
webdevelopmentppt-210923044639 (1) (1).pptx
sitesite4
 
uuserinterfacewebdevelopmentnewoneppt.pptx
uuserinterfacewebdevelopmentnewoneppt.pptxuuserinterfacewebdevelopmentnewoneppt.pptx
uuserinterfacewebdevelopmentnewoneppt.pptx
SHAIKIRFAN715544
 
Web Development usually refers to developing the website for the Internet (W...
Web Development usually refers to developing the website for  the Internet (W...Web Development usually refers to developing the website for  the Internet (W...
Web Development usually refers to developing the website for the Internet (W...
mammeabdu26
 
webdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptxwebdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptx
ssuser485fb2
 
Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.
JohnLagman3
 
Summer Training PPT on Web development from digipaath private limited
Summer Training PPT on Web development from digipaath private limitedSummer Training PPT on Web development from digipaath private limited
Summer Training PPT on Web development from digipaath private limited
srishti80
 
TOPIC 1 - INTRODUCTION TO WEBSITE DESIGN AND DEVELOPMENT.pptx
TOPIC 1 - INTRODUCTION TO WEBSITE DESIGN AND DEVELOPMENT.pptxTOPIC 1 - INTRODUCTION TO WEBSITE DESIGN AND DEVELOPMENT.pptx
TOPIC 1 - INTRODUCTION TO WEBSITE DESIGN AND DEVELOPMENT.pptx
TemitopeOsadare1
 
what is web development and what are type
what is web development and what are typewhat is web development and what are type
what is web development and what are type
shashwatsingh414094
 
Internship full stack developer ppt report .pptx
Internship full stack developer ppt report .pptxInternship full stack developer ppt report .pptx
Internship full stack developer ppt report .pptx
AnkitaVerma776806
 
Frontend Developer Roadmap PDF By Scholarhat
Frontend Developer Roadmap PDF By ScholarhatFrontend Developer Roadmap PDF By Scholarhat
Frontend Developer Roadmap PDF By Scholarhat
Scholarhat
 
web development.pptx
web development.pptxweb development.pptx
web development.pptx
MohdArbazraza
 
​Web ​Development
 ​Web ​Development ​Web ​Development
​Web ​Development
Fariha Tasnim
 
Front-End Web Development
Front-End Web DevelopmentFront-End Web Development
Front-End Web Development
Yash Sati
 
WEB DEV PRESENTATTION FINAL.ppt "Mastering Web Development: Building Dynamic ...
WEB DEV PRESENTATTION FINAL.ppt "Mastering Web Development: Building Dynamic ...WEB DEV PRESENTATTION FINAL.ppt "Mastering Web Development: Building Dynamic ...
WEB DEV PRESENTATTION FINAL.ppt "Mastering Web Development: Building Dynamic ...
shahzaibmain831
 
WEB DEV PRESENTATTION FINAL.pptx "Mastering Web Development: Building Dynamic...
WEB DEV PRESENTATTION FINAL.pptx "Mastering Web Development: Building Dynamic...WEB DEV PRESENTATTION FINAL.pptx "Mastering Web Development: Building Dynamic...
WEB DEV PRESENTATTION FINAL.pptx "Mastering Web Development: Building Dynamic...
shahzaibmain831
 
Ad

Recently uploaded (20)

Political History of Pala dynasty Pala Rulers NEP.pptx
Political History of Pala dynasty Pala Rulers NEP.pptxPolitical History of Pala dynasty Pala Rulers NEP.pptx
Political History of Pala dynasty Pala Rulers NEP.pptx
Arya Mahila P. G. College, Banaras Hindu University, Varanasi, India.
 
2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx
contactwilliamm2546
 
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Library Association of Ireland
 
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam SuccessUltimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Mark Soia
 
Quality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdfQuality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdf
Dr. Bindiya Chauhan
 
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdfExploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Sandeep Swamy
 
Metamorphosis: Life's Transformative Journey
Metamorphosis: Life's Transformative JourneyMetamorphosis: Life's Transformative Journey
Metamorphosis: Life's Transformative Journey
Arshad Shaikh
 
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public SchoolsK12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
dogden2
 
How to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of saleHow to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of sale
Celine George
 
Operations Management (Dr. Abdulfatah Salem).pdf
Operations Management (Dr. Abdulfatah Salem).pdfOperations Management (Dr. Abdulfatah Salem).pdf
Operations Management (Dr. Abdulfatah Salem).pdf
Arab Academy for Science, Technology and Maritime Transport
 
Handling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptxHandling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptx
AuthorAIDNationalRes
 
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Library Association of Ireland
 
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptxSCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
Ronisha Das
 
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar RabbiPresentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Md Shaifullar Rabbi
 
How to Manage Opening & Closing Controls in Odoo 17 POS
How to Manage Opening & Closing Controls in Odoo 17 POSHow to Manage Opening & Closing Controls in Odoo 17 POS
How to Manage Opening & Closing Controls in Odoo 17 POS
Celine George
 
To study the nervous system of insect.pptx
To study the nervous system of insect.pptxTo study the nervous system of insect.pptx
To study the nervous system of insect.pptx
Arshad Shaikh
 
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 AccountingHow to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
Celine George
 
Geography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjectsGeography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjects
ProfDrShaikhImran
 
Biophysics Chapter 3 Methods of Studying Macromolecules.pdf
Biophysics Chapter 3 Methods of Studying Macromolecules.pdfBiophysics Chapter 3 Methods of Studying Macromolecules.pdf
Biophysics Chapter 3 Methods of Studying Macromolecules.pdf
PKLI-Institute of Nursing and Allied Health Sciences Lahore , Pakistan.
 
P-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 finalP-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 final
bs22n2s
 
2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx
contactwilliamm2546
 
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Library Association of Ireland
 
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam SuccessUltimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Mark Soia
 
Quality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdfQuality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdf
Dr. Bindiya Chauhan
 
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdfExploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Sandeep Swamy
 
Metamorphosis: Life's Transformative Journey
Metamorphosis: Life's Transformative JourneyMetamorphosis: Life's Transformative Journey
Metamorphosis: Life's Transformative Journey
Arshad Shaikh
 
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public SchoolsK12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
dogden2
 
How to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of saleHow to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of sale
Celine George
 
Handling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptxHandling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptx
AuthorAIDNationalRes
 
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Library Association of Ireland
 
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptxSCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
Ronisha Das
 
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar RabbiPresentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Md Shaifullar Rabbi
 
How to Manage Opening & Closing Controls in Odoo 17 POS
How to Manage Opening & Closing Controls in Odoo 17 POSHow to Manage Opening & Closing Controls in Odoo 17 POS
How to Manage Opening & Closing Controls in Odoo 17 POS
Celine George
 
To study the nervous system of insect.pptx
To study the nervous system of insect.pptxTo study the nervous system of insect.pptx
To study the nervous system of insect.pptx
Arshad Shaikh
 
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 AccountingHow to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
Celine George
 
Geography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjectsGeography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjects
ProfDrShaikhImran
 
P-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 finalP-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 final
bs22n2s
 
Ad

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.