CLICK HERE TO DOWNLOAD PPT ON Website Design And Development
Website Design And Development Presentation Transcript
1.Website Design & Developemet
2.Topics
Introduction of HTML
CSS
Scripts
Server side scripting: PHP
Project Details
Introduction of HTML
CSS
Scripts
Server side scripting: PHP
Project Details
3.Introduction To Web
How it started?
In 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for Particle Physics (CERN) in Geneva, Switzerland
Web Browser
Web Server
The most popular Web server software is Apache HTTP Server (Apache)
How it started?
In 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for Particle Physics (CERN) in Geneva, Switzerland
Web Browser
Web Server
The most popular Web server software is Apache HTTP Server (Apache)
4.How It Works?
5.Into Depth
Client- Server Architecture
Client- Server Architecture
6.What is IP Address?
It is like your house address so anybody can reach there.
What is DNS?
This service helps browser to resolver the address
Domain Name
Hosting Space
Name Servers
FTP
It is like your house address so anybody can reach there.
What is DNS?
This service helps browser to resolver the address
Domain Name
Hosting Space
Name Servers
FTP
7.HTML
Hyper Text Markup Language
Intoduced in 91,Nov 92 Nov 95, Jan 97, Dec 97, May 11
Tim Burners-Lee was the Man
Currently version is 5
How it works?
Hyper Text Markup Language
Intoduced in 91,Nov 92 Nov 95, Jan 97, Dec 97, May 11
Tim Burners-Lee was the Man
Currently version is 5
How it works?
8.CSS
9.Cascading Style Sheet
Added in HTML 4.0
December 1996
Site-wide consistency
Bandwidth
Types: Inline, Internal, External
Added in HTML 4.0
December 1996
Site-wide consistency
Bandwidth
Types: Inline, Internal, External
10.Scripting
JavaScript is:
A client-side scripting language that allows Web page authors to develop interactive Web pages and sites.
Client-side scripting is:
a language that runs on a local browser (on the client tier) instead of on a Web server (on the processing tier)
JavaScript is:
A client-side scripting language that allows Web page authors to develop interactive Web pages and sites.
Client-side scripting is:
a language that runs on a local browser (on the client tier) instead of on a Web server (on the processing tier)
11. Server-Side Scripting and PHP
Server-side scripting refers to a scripting language that is executed from a Web server
Hypertext Preprocessor (PHP) is a server-side scripting language that is used to develop interactive Web sites
Server-side scripting refers to a scripting language that is executed from a Web server
Hypertext Preprocessor (PHP) is a server-side scripting language that is used to develop interactive Web sites
12.Scripting
13.Scripting
PHP
We never start PHP Deamon when we start apache it start PHP interpreter.
PHP is linked to Apache with SAPI
PHP consist 3 modules (CORE, Zend Engine, Extension Layer.
Core php handles requests, file streams, error handling.
Zend Engine convert Human Readable code into machine/ op-code in to a virtual machine.
PHP
We never start PHP Deamon when we start apache it start PHP interpreter.
PHP is linked to Apache with SAPI
PHP consist 3 modules (CORE, Zend Engine, Extension Layer.
Core php handles requests, file streams, error handling.
Zend Engine convert Human Readable code into machine/ op-code in to a virtual machine.
14.Scripting
15.Scripting
Connectivity of PHP with DB Server
Connectivity of PHP with DB Server
16.Here Comes The Project
A Website for Electricity Department
What do we need?
Front End
Back End
Utilities
Platform
A Website for Electricity Department
What do we need?
Front End
Back End
Utilities
Platform
17.The Project
A Website for Electricity Department
Getting things ready to start working.
A Website for Electricity Department
Getting things ready to start working.
18.A Website for Electricity Department
19.A Website for Electricity Department
20.My Experiences!
To start a project
Code to Software
Do the Needful
Don’t waste time
To start a project
Code to Software
Do the Needful
Don’t waste time
0 comments