SlideShare ist ein Scribd-Unternehmen logo
1 von 24
OVERVIEW OF STATIC WEBPAGE & STATIC WEBPAGE
TEAM
MEMBERS
Maryam Bibi
(Pari)
#006
Muhammad
Junaid Shahid
#016
Aqib Amin #023
Mehwish #04
Sayed Ihtsham
Ahmad
#047
Content
• Webpage
– History
– Difference b/w WebPages, Website & Web server
– Search Engine
• HTML And DHTML
– Use of Language
– CSS & JavaScript
• DOM
– How to work
– Why?
• Static WebPages and Dynamic WebPages
– Page Processing
– Use of Dynamic Pages
– Kind of Dynamic Pages
Webpage:-
– A Hypertext document connected to World Wide Web.
– It is accessible through the Internet.
– It is accessed by entering a unique URL address.
– It is like an information set, can contain numerous types of
information, which is able to be seen, heard and interactive
with by end-user.
– It is consist of several elements including CSS, Images and
JavaScript.
– File extension for web page is .htm or .html
– Pages generated by a script can end in .cgi, .php, .pl, and other
extensions.
Tip: You can view all of code by viewing the source code of webpage.
HISTORY:-
The first web page was created at CERN by Tim
Berners-Lee on August 6, 1991.
Example:
http://www.computer.com/jargon/u/url.html
Protocol Sub-domain Domain and domain suffix Directories Web page
Difference b/w web page, web site and
web server
Web Page Web Site Web Server
It is a Hypertext document
displayed by a browser
It is collection of linked
web pages that share a
unique domain
It is a computer hosting one
or more websites.
All web pages available on
the web are reachable
through a unique address
To access a website, type
its domain name in your
browser address bar.
It well send any web page
from the website it is
hosting to any user’s
browser, per user request
https://developer.mozilla.or
g/en-us/docs/Glossary
(Show Glossary page)
developer/mozilla.org
(Show Home page)
My website is not
responding.
My web server is not
responding.
“Hosting” mean that all the web pages and their supporting
files are available on that computer.
Web Page:
Website:
Search Engine:
“It is a special kind of website that helps users
find web pages from other websites”.
• Difference b/w Search engine & Browser
Search Engine Browser
It is a website that helps
people find web pages
from other websites.
It is a piece of software
that retrieve and displays
web pages.
Google, Bing, Yahoo,
Yandex
Google Chrome, Mozilla
Firefox, Internet Explorer.
Search
engine
Browser
HTML:
“It is needed to explain the structure of any web pages and
used to develop website”.
HTML stands for “Hyper Text Markup Language”.
DHTML:
“It is a collection of technologies that are used to create
interactive and animated web sites”.
DHTML stands for “Dynamic Hyper Text Markup
Language”.
Use of
Language
HTML
HTML CSS
DHTML
HTML CSS JavaScript
Cascading Style Sheet
CSS JavaScript
It is used to control how a document
should appear.
It is used to make a web page dynamic
and interactive. It is a programming and
interpreted Language.
Advantages of CSS and JavaScript:
CSS JavaScript
CSS saves time: You can
reuse CSS code
Immediate feedback to the
visitor: Don’t have to wait for
a page reload
Pages Load faster: Don’t
need to write HTML tags
Attributes every time.
Increased interactivity: you
can create interfaces that reacts.
Easy maintenance: To make
Global change, simply change
the Style
Richer interface: You can use
it to include such items as Drag
and Drop
DOM
• It is a cross platform and language
independent application programming
interface that treats and HTML document as a
Tree Structure.
• It stands for Document Object Model
(DOM).
• Documents are web pages, Objects are
Elements and Attributes and Model is tree
structure.
HTML
Head
Title Meta Data Link
Body
Header Section
Heading Paragraph
Footer
DOM for HTML Document
Why?
Making dynamic pages
Easy to manipulate the data.
Root
Parent
1st child element Last child element
Child
Sibling
There are two types of web pages:
Static webpage:-
– “It is a web page that is delivered to the user
exactly as stored on the web server”.
– It is also called “Flat or Stationary web page”.
Dynamic web page:-
– “It is a web page that shows different information
at different point of time”.
Web Pages:
Static Vs Dynamic Page Processing
Browser
Browser
Static Web pages
(.htm or .html)
Passed straight to browser
Dynamic Web pages
(.php or .asp)
Server processes scripting
language querying database
and other functions then passes
resulting html page to browser
Static Web page
 They are also known as flat or stationary web pages
 They are also used when the information is no more
required to be modified
 Such web pages contain only static information
 They can only read the information , but can’t do any
modification or interact with information.
 Designed and developed by HTML & CSS
 In static web pages, HTML & CSS can use.
Dynamic web page
• Dynamic web pages whose content changes
dynamically.
• It accesses content from a database or Content
Management System(CMS).
• Content is generated quickly and changes
regularly.
• The main objective to make the page is
dynamic, dynamic mean the content of
webpage get changed as per user requirement.
• Designed and developed by DHTML
Use of dynamic pages
• Offers highly personalized and customized visitor
options.
• Database access improves the personalized
experience (as opposed to using just client side
cookies)
• Scripts can read in data sources and display it
differently depending on how it is run.
• Can create the illusion of being updated regularly
using time and date sensitive routines (or even
randomizers) to display prewritten text.
Dynamic Web pages are of two types.
Client side scripting:
“Scripts that runs within web browser without interaction
with a web server”
Example: Google.com, Facebook.com and Yahoo use Java
Script .
Server side Scripting:
“Scripts that run at server end and return the HTML document
as the Output.”
Example: Google.com (C, C++, Go, Java, Python,Php)
Facebook.com(Hack, Php, Python, C++,Erlang)
Yahoo (PHP)
Dynamic Web page:
Client Side Scripting Language
• JavaScript(.js)
• VbScript(.vbs, .vbe)
• Jscript(.js)
Server Side Scripting Language
• ASP (.asp)
• Go (.go)
• Lasso (.lasso)
• Perl (.pl)
• PHP (.php)
• Python (.py) Like (Pyramid, Flask)
• Ruby (.rb)
Comparison of Static and Dynamic web
pages(Advantages & Disadvantages)
Static Web pages Dynamic Web pages
Easy to develop Slower to develop
Cheap to develop More Expensive to develop
Cheap to host More cost to host
Required web development expertise
to update
Much easier to update
Not useful for user New content brings people back
Content can get inactive Can work as a system to allow staff
or users to collaborate
Much more Functional webpage
Thanks of:
Mam.
Wardah
Akram
The Style
of Nature
The
Natural
Flower

Weitere ähnliche Inhalte

Was ist angesagt?

Web Design Notes
Web Design NotesWeb Design Notes
Web Design Notes
butest
 
Creating a webpage in html
Creating a webpage in htmlCreating a webpage in html
Creating a webpage in html
Shrey Goswami
 
Web Publishing: An Overview of Tools and Service
Web Publishing: An Overview of Tools and ServiceWeb Publishing: An Overview of Tools and Service
Web Publishing: An Overview of Tools and Service
kilmeny21
 

Was ist angesagt? (20)

Web Site Design Principles
Web Site Design PrinciplesWeb Site Design Principles
Web Site Design Principles
 
Web Design Notes
Web Design NotesWeb Design Notes
Web Design Notes
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Web Design & Development - Session 1
Web Design & Development - Session 1Web Design & Development - Session 1
Web Design & Development - Session 1
 
Web Development
Web DevelopmentWeb Development
Web Development
 
Html
HtmlHtml
Html
 
Front end web development
Front end web developmentFront end web development
Front end web development
 
Difference between-web-designing-and-web-development
Difference between-web-designing-and-web-developmentDifference between-web-designing-and-web-development
Difference between-web-designing-and-web-development
 
Internet and Its Applications
Internet and Its ApplicationsInternet and Its Applications
Internet and Its Applications
 
Introduction to web page
Introduction to web pageIntroduction to web page
Introduction to web page
 
Website
WebsiteWebsite
Website
 
uniform resource locator
uniform resource locatoruniform resource locator
uniform resource locator
 
Creating a webpage in html
Creating a webpage in htmlCreating a webpage in html
Creating a webpage in html
 
Type of websites
Type of websitesType of websites
Type of websites
 
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
 
HTML
HTMLHTML
HTML
 
Content Management System
Content Management SystemContent Management System
Content Management System
 
Web Publishing: An Overview of Tools and Service
Web Publishing: An Overview of Tools and ServiceWeb Publishing: An Overview of Tools and Service
Web Publishing: An Overview of Tools and Service
 
Working of web
Working of webWorking of web
Working of web
 
Web server
Web serverWeb server
Web server
 

Ähnlich wie Web Pages

Week01 jan19 introductionto_php
Week01 jan19 introductionto_phpWeek01 jan19 introductionto_php
Week01 jan19 introductionto_php
Jeanho Chu
 
Introduction to web designing
Introduction to web designingIntroduction to web designing
Introduction to web designing
Rajat Shah
 
Week01 jan19 introductionto_php
Week01 jan19 introductionto_phpWeek01 jan19 introductionto_php
Week01 jan19 introductionto_php
Jeanho Chu
 

Ähnlich wie Web Pages (20)

Web Design Basics and HTML
Web Design Basics and HTMLWeb Design Basics and HTML
Web Design Basics and HTML
 
Les Basiques - Web Développement HTML5, CSS3, JS et PHP
Les Basiques - Web  Développement HTML5, CSS3, JS et PHPLes Basiques - Web  Développement HTML5, CSS3, JS et PHP
Les Basiques - Web Développement HTML5, CSS3, JS et PHP
 
Tech talk php_cms
Tech talk php_cmsTech talk php_cms
Tech talk php_cms
 
ICT project
ICT projectICT project
ICT project
 
Static dynamic and active web pages
Static dynamic and active web pagesStatic dynamic and active web pages
Static dynamic and active web pages
 
INDUSTRIAL TRAINING Presentation on Web Development. (2).pptx
INDUSTRIAL TRAINING Presentation on Web Development. (2).pptxINDUSTRIAL TRAINING Presentation on Web Development. (2).pptx
INDUSTRIAL TRAINING Presentation on Web Development. (2).pptx
 
Web browser architecture.pptx
Web browser architecture.pptxWeb browser architecture.pptx
Web browser architecture.pptx
 
Unit 5 World_Wide_Web.pptx
Unit 5 World_Wide_Web.pptxUnit 5 World_Wide_Web.pptx
Unit 5 World_Wide_Web.pptx
 
Week01 jan19 introductionto_php
Week01 jan19 introductionto_phpWeek01 jan19 introductionto_php
Week01 jan19 introductionto_php
 
Web development
Web developmentWeb development
Web development
 
Introduction to web designing
Introduction to web designingIntroduction to web designing
Introduction to web designing
 
Website/Web Applications / Static vs Dynamic Website / Web Browser /
Website/Web Applications  / Static vs Dynamic Website / Web Browser / Website/Web Applications  / Static vs Dynamic Website / Web Browser /
Website/Web Applications / Static vs Dynamic Website / Web Browser /
 
Web browsers and web document
Web browsers and web documentWeb browsers and web document
Web browsers and web document
 
Basic web designing 2
Basic web designing 2Basic web designing 2
Basic web designing 2
 
Javascript - Getting started | DevCom ISITCom
Javascript - Getting started | DevCom ISITComJavascript - Getting started | DevCom ISITCom
Javascript - Getting started | DevCom ISITCom
 
Web Browsers.pptx
Web Browsers.pptxWeb Browsers.pptx
Web Browsers.pptx
 
Unit 01 (1).pdf
Unit 01 (1).pdfUnit 01 (1).pdf
Unit 01 (1).pdf
 
Introduction web tech
Introduction web techIntroduction web tech
Introduction web tech
 
Week01 jan19 introductionto_php
Week01 jan19 introductionto_phpWeek01 jan19 introductionto_php
Week01 jan19 introductionto_php
 
Introduction To Website Development
Introduction To Website DevelopmentIntroduction To Website Development
Introduction To Website Development
 

Kürzlich hochgeladen

Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Sérgio Sacani
 
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Silpa
 
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...
Scintica Instrumentation
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learning
levieagacer
 
Digital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxDigital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptx
MohamedFarag457087
 
Porella : features, morphology, anatomy, reproduction etc.
Porella : features, morphology, anatomy, reproduction etc.Porella : features, morphology, anatomy, reproduction etc.
Porella : features, morphology, anatomy, reproduction etc.
Silpa
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Sérgio Sacani
 

Kürzlich hochgeladen (20)

Factory Acceptance Test( FAT).pptx .
Factory Acceptance Test( FAT).pptx       .Factory Acceptance Test( FAT).pptx       .
Factory Acceptance Test( FAT).pptx .
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
 
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRingsTransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
 
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryFAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
 
Dr. E. Muralinath_ Blood indices_clinical aspects
Dr. E. Muralinath_ Blood indices_clinical  aspectsDr. E. Muralinath_ Blood indices_clinical  aspects
Dr. E. Muralinath_ Blood indices_clinical aspects
 
Genome sequencing,shotgun sequencing.pptx
Genome sequencing,shotgun sequencing.pptxGenome sequencing,shotgun sequencing.pptx
Genome sequencing,shotgun sequencing.pptx
 
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
 
Thyroid Physiology_Dr.E. Muralinath_ Associate Professor
Thyroid Physiology_Dr.E. Muralinath_ Associate ProfessorThyroid Physiology_Dr.E. Muralinath_ Associate Professor
Thyroid Physiology_Dr.E. Muralinath_ Associate Professor
 
Grade 7 - Lesson 1 - Microscope and Its Functions
Grade 7 - Lesson 1 - Microscope and Its FunctionsGrade 7 - Lesson 1 - Microscope and Its Functions
Grade 7 - Lesson 1 - Microscope and Its Functions
 
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...
 
Clean In Place(CIP).pptx .
Clean In Place(CIP).pptx                 .Clean In Place(CIP).pptx                 .
Clean In Place(CIP).pptx .
 
Module for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learningModule for Grade 9 for Asynchronous/Distance learning
Module for Grade 9 for Asynchronous/Distance learning
 
Digital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxDigital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptx
 
Selaginella: features, morphology ,anatomy and reproduction.
Selaginella: features, morphology ,anatomy and reproduction.Selaginella: features, morphology ,anatomy and reproduction.
Selaginella: features, morphology ,anatomy and reproduction.
 
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRL
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRLGwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRL
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRL
 
Zoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdfZoology 5th semester notes( Sumit_yadav).pdf
Zoology 5th semester notes( Sumit_yadav).pdf
 
Porella : features, morphology, anatomy, reproduction etc.
Porella : features, morphology, anatomy, reproduction etc.Porella : features, morphology, anatomy, reproduction etc.
Porella : features, morphology, anatomy, reproduction etc.
 
FAIRSpectra - Enabling the FAIRification of Analytical Science
FAIRSpectra - Enabling the FAIRification of Analytical ScienceFAIRSpectra - Enabling the FAIRification of Analytical Science
FAIRSpectra - Enabling the FAIRification of Analytical Science
 
Genetics and epigenetics of ADHD and comorbid conditions
Genetics and epigenetics of ADHD and comorbid conditionsGenetics and epigenetics of ADHD and comorbid conditions
Genetics and epigenetics of ADHD and comorbid conditions
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
 

Web Pages

  • 1. OVERVIEW OF STATIC WEBPAGE & STATIC WEBPAGE
  • 2. TEAM MEMBERS Maryam Bibi (Pari) #006 Muhammad Junaid Shahid #016 Aqib Amin #023 Mehwish #04 Sayed Ihtsham Ahmad #047
  • 3. Content • Webpage – History – Difference b/w WebPages, Website & Web server – Search Engine • HTML And DHTML – Use of Language – CSS & JavaScript • DOM – How to work – Why? • Static WebPages and Dynamic WebPages – Page Processing – Use of Dynamic Pages – Kind of Dynamic Pages
  • 4. Webpage:- – A Hypertext document connected to World Wide Web. – It is accessible through the Internet. – It is accessed by entering a unique URL address. – It is like an information set, can contain numerous types of information, which is able to be seen, heard and interactive with by end-user. – It is consist of several elements including CSS, Images and JavaScript. – File extension for web page is .htm or .html – Pages generated by a script can end in .cgi, .php, .pl, and other extensions. Tip: You can view all of code by viewing the source code of webpage.
  • 5. HISTORY:- The first web page was created at CERN by Tim Berners-Lee on August 6, 1991. Example: http://www.computer.com/jargon/u/url.html Protocol Sub-domain Domain and domain suffix Directories Web page
  • 6. Difference b/w web page, web site and web server Web Page Web Site Web Server It is a Hypertext document displayed by a browser It is collection of linked web pages that share a unique domain It is a computer hosting one or more websites. All web pages available on the web are reachable through a unique address To access a website, type its domain name in your browser address bar. It well send any web page from the website it is hosting to any user’s browser, per user request https://developer.mozilla.or g/en-us/docs/Glossary (Show Glossary page) developer/mozilla.org (Show Home page) My website is not responding. My web server is not responding. “Hosting” mean that all the web pages and their supporting files are available on that computer.
  • 8. Search Engine: “It is a special kind of website that helps users find web pages from other websites”. • Difference b/w Search engine & Browser Search Engine Browser It is a website that helps people find web pages from other websites. It is a piece of software that retrieve and displays web pages. Google, Bing, Yahoo, Yandex Google Chrome, Mozilla Firefox, Internet Explorer.
  • 10. HTML: “It is needed to explain the structure of any web pages and used to develop website”. HTML stands for “Hyper Text Markup Language”. DHTML: “It is a collection of technologies that are used to create interactive and animated web sites”. DHTML stands for “Dynamic Hyper Text Markup Language”.
  • 11. Use of Language HTML HTML CSS DHTML HTML CSS JavaScript Cascading Style Sheet CSS JavaScript It is used to control how a document should appear. It is used to make a web page dynamic and interactive. It is a programming and interpreted Language.
  • 12. Advantages of CSS and JavaScript: CSS JavaScript CSS saves time: You can reuse CSS code Immediate feedback to the visitor: Don’t have to wait for a page reload Pages Load faster: Don’t need to write HTML tags Attributes every time. Increased interactivity: you can create interfaces that reacts. Easy maintenance: To make Global change, simply change the Style Richer interface: You can use it to include such items as Drag and Drop
  • 13. DOM • It is a cross platform and language independent application programming interface that treats and HTML document as a Tree Structure. • It stands for Document Object Model (DOM). • Documents are web pages, Objects are Elements and Attributes and Model is tree structure.
  • 14. HTML Head Title Meta Data Link Body Header Section Heading Paragraph Footer DOM for HTML Document Why? Making dynamic pages Easy to manipulate the data. Root Parent 1st child element Last child element Child Sibling
  • 15. There are two types of web pages: Static webpage:- – “It is a web page that is delivered to the user exactly as stored on the web server”. – It is also called “Flat or Stationary web page”. Dynamic web page:- – “It is a web page that shows different information at different point of time”. Web Pages:
  • 16. Static Vs Dynamic Page Processing Browser Browser Static Web pages (.htm or .html) Passed straight to browser Dynamic Web pages (.php or .asp) Server processes scripting language querying database and other functions then passes resulting html page to browser
  • 17. Static Web page  They are also known as flat or stationary web pages  They are also used when the information is no more required to be modified  Such web pages contain only static information  They can only read the information , but can’t do any modification or interact with information.  Designed and developed by HTML & CSS  In static web pages, HTML & CSS can use.
  • 18. Dynamic web page • Dynamic web pages whose content changes dynamically. • It accesses content from a database or Content Management System(CMS). • Content is generated quickly and changes regularly. • The main objective to make the page is dynamic, dynamic mean the content of webpage get changed as per user requirement. • Designed and developed by DHTML
  • 19. Use of dynamic pages • Offers highly personalized and customized visitor options. • Database access improves the personalized experience (as opposed to using just client side cookies) • Scripts can read in data sources and display it differently depending on how it is run. • Can create the illusion of being updated regularly using time and date sensitive routines (or even randomizers) to display prewritten text.
  • 20. Dynamic Web pages are of two types. Client side scripting: “Scripts that runs within web browser without interaction with a web server” Example: Google.com, Facebook.com and Yahoo use Java Script . Server side Scripting: “Scripts that run at server end and return the HTML document as the Output.” Example: Google.com (C, C++, Go, Java, Python,Php) Facebook.com(Hack, Php, Python, C++,Erlang) Yahoo (PHP) Dynamic Web page:
  • 21. Client Side Scripting Language • JavaScript(.js) • VbScript(.vbs, .vbe) • Jscript(.js)
  • 22. Server Side Scripting Language • ASP (.asp) • Go (.go) • Lasso (.lasso) • Perl (.pl) • PHP (.php) • Python (.py) Like (Pyramid, Flask) • Ruby (.rb)
  • 23. Comparison of Static and Dynamic web pages(Advantages & Disadvantages) Static Web pages Dynamic Web pages Easy to develop Slower to develop Cheap to develop More Expensive to develop Cheap to host More cost to host Required web development expertise to update Much easier to update Not useful for user New content brings people back Content can get inactive Can work as a system to allow staff or users to collaborate Much more Functional webpage
  • 24. Thanks of: Mam. Wardah Akram The Style of Nature The Natural Flower

Hinweis der Redaktion

  1. Please, see in Slide mode