SlideShare a Scribd company logo
1 of 18
Introduction of Website
Genius Estrella Pvt, Ltd,(OPC)
Ph.No: 9742222884
M.ID: info@geniusestrella.in
W:www.geniusestrella.in
www.geniusestrella.in
What is website?
• Website is a collection of related web pages that may contain
text, images, audio and video. The first page of a website is
called home page. Each website has specific internet address
(URL) that you need to enter in your browser to access a
website.
• Website is hosted on one or more servers and can be accessed
by visiting its homepage using a computer network. A website
is managed by its owner that can be an individual, company or
an organization.
www.geniusestrella.in
Type of Website
• Static Website
• Dynamic Website
• Responsive Website
www.geniusestrella.in
What is Static Website?
• A static website contains Web pages with fixed content.
• The codes are fixed for each page so the information contained
in the page does not change and it looks like a printed page.
• Each page is coded in HTML and displays the same
information to every visitor.
• Static website is the basic type of website that is easy to create.
• You don't need web programming and database design to
create a static website
• Once a web browser requests the particular static web page, a
server returns the page to the browser and also the user only
gets whatever info is contained within the HTML code
www.geniusestrella.in
Static Website Architecture
Output:
<html>
<body>
Hi, This is Genius Estrella
</body>
</html>
Output:
<html>
<body>
Hi, This is Genius Estrella
</body>
</html>
Computer Server
Request Index.html
Send Index.html
www.geniusestrella.in
How to Run Static Website
www.geniusestrella.in
Disadvantage of Static Website
• It may cost more for long run.
• For any changes you’ll need to wait until your web
designer has time to make the changes.
• Limited functionality
• A static website does not offer all the functionalities
but a dynamic website can.
www.geniusestrella.in
What is Dynamic Website?
• A dynamic web site is opposite static web site, here web pages
not fixed as static web site, changes will be done according to
clients by own ends.
• It accesses content from a database
• Therefore, when you alter or update the content of the database,
the content of the website is also altered or updated.
• Dynamic website uses client-side scripting or server-side
scripting, or both to generate dynamic content.
• Client side scripting generates content at the client computer on
the basis of user input.
www.geniusestrella.in
Dynamic Website Architecture
Output:
<html>
<body>
Hi, This is Genius Estrella
</body>
</html>
Server content:
<html>
<body> <?php
echo”Hi, This is Genius
Estrella”;
?> </body>
</html>
Computer Server
Request
Index.php
Send html code with the name
index.php
Preprocessor
Database
www.geniusestrella.in
How to Run Dynamic Website
www.geniusestrella.in
Advantages for Dynamic Website
• Operate without a developer, reduce developer
dependency.
• Less operation time and cost
• Big and highly functionalities
• Easy to update
• Quickly convertible to responsive
• Excellent navigation
• SEO friendly
www.geniusestrella.in
Static Vs Dynamic Website
Static Website Dynamic Website
Prebuilt content is same every time the page
is loaded.
Content is generated quickly and changes
regularly.
It uses the HTML code for developing a
website.
It uses the server side languages such
as PHP,SERVLET, JSP, and ASP.NET etc. for
developing a website.
It sends exactly the same response for every
request.
It may generate different HTML for each of
the request.
The content is only changes when someone
publishes and updates the file (sends it to
the web server).
The page contains "server-side" code it
allows the server to generate the unique
content when the page is loaded.
Flexibility is the main advantage of static
website.
Content Management System (CMS) is the
main advantage of dynamic website.
www.geniusestrella.in
What is Responsive Website?
• A responsive website is a single website that adapts
to any screen size so, it's as easy to use on mobile as
it is on tablet and desktop – no pinching or
horizontal scrolling required.
• The design instinctively adapts to the device it is
being viewed on so it looks great on a mobile, tablet
and desktop.
www.geniusestrella.in
Why do you need a responsive
website?
• If your website is not mobile-friendly then it will not
be easy to view by the 38 million smart phone users in
the over all world.
www.geniusestrella.in
Why do you need a responsive
website?
According to Google:
• 60% of people won’t stay on your site if it’s not
mobile-friendly.
• 67% of people are more likely to buy a product or
use a service form a website that is mobile
friendly.
• This is why google ranks mobile-friendly websites
above non-mobile friendly websites.
www.geniusestrella.in
How to Run Responsive Website
www.geniusestrella.in
Advantages for Responsive
Website
• Super Flexible
• Excellent User Experience
• Cost Effective
• It is Recommended By Google
• Very Easy to manage
www.geniusestrella.in
Thank You….
www.geniusestrella.in

More Related Content

What's hot

Introduction To WordPress
Introduction To WordPressIntroduction To WordPress
Introduction To WordPressCraig Bailey
 
WEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentWEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentRandy Connolly
 
Different types of websites
Different types of websitesDifferent types of websites
Different types of websiteseNest Services
 
World wide web An Introduction
World wide web An IntroductionWorld wide web An Introduction
World wide web An IntroductionSidrah Noor
 
Web Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptWeb Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptEdureka!
 
Web Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo FadojutimiWeb Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo FadojutimiTemitayo Fadojutimi
 
Website performance optimization
Website performance optimizationWebsite performance optimization
Website performance optimizationShubham Shinde
 
Website Development Process
Website Development ProcessWebsite Development Process
Website Development ProcessHend Al-Khalifa
 
Optimizing web performance (Fronteers edition)
Optimizing web performance (Fronteers edition)Optimizing web performance (Fronteers edition)
Optimizing web performance (Fronteers edition)Dave Olsen
 
Different Types Of Websites - With Basic Information
Different Types Of Websites - With Basic InformationDifferent Types Of Websites - With Basic Information
Different Types Of Websites - With Basic InformationAfzal Hameed
 
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
 
Web Scraping and Data Extraction Service
Web Scraping and Data Extraction ServiceWeb Scraping and Data Extraction Service
Web Scraping and Data Extraction ServicePromptCloud
 
Introduction to Web Development
Introduction to Web DevelopmentIntroduction to Web Development
Introduction to Web DevelopmentParvez Mahbub
 

What's hot (20)

Introduction To WordPress
Introduction To WordPressIntroduction To WordPress
Introduction To WordPress
 
Web Development
Web DevelopmentWeb Development
Web Development
 
WEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentWEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web Development
 
Different types of websites
Different types of websitesDifferent types of websites
Different types of websites
 
Web browsers
Web browsersWeb browsers
Web browsers
 
Web Development
Web DevelopmentWeb Development
Web Development
 
Web Design
Web DesignWeb Design
Web Design
 
World wide web An Introduction
World wide web An IntroductionWorld wide web An Introduction
World wide web An Introduction
 
Web Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptWeb Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScript
 
Search engine ppt
Search engine pptSearch engine ppt
Search engine ppt
 
Web Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo FadojutimiWeb Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo Fadojutimi
 
Website performance optimization
Website performance optimizationWebsite performance optimization
Website performance optimization
 
Website Development Process
Website Development ProcessWebsite Development Process
Website Development Process
 
World Wide Web (WWW)
World Wide Web (WWW)World Wide Web (WWW)
World Wide Web (WWW)
 
Optimizing web performance (Fronteers edition)
Optimizing web performance (Fronteers edition)Optimizing web performance (Fronteers edition)
Optimizing web performance (Fronteers edition)
 
project-ppt1.pdf
project-ppt1.pdfproject-ppt1.pdf
project-ppt1.pdf
 
Different Types Of Websites - With Basic Information
Different Types Of Websites - With Basic InformationDifferent Types Of Websites - With Basic Information
Different Types Of Websites - With Basic Information
 
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
 
Web Scraping and Data Extraction Service
Web Scraping and Data Extraction ServiceWeb Scraping and Data Extraction Service
Web Scraping and Data Extraction Service
 
Introduction to Web Development
Introduction to Web DevelopmentIntroduction to Web Development
Introduction to Web Development
 

Similar to Website

Dynamic Website Designing
Dynamic Website DesigningDynamic Website Designing
Dynamic Website DesigningOGEN Infosystem
 
Static vs Dynamic Websites: Which Is Better for Your Business?
Static vs Dynamic Websites: Which Is Better for Your Business?Static vs Dynamic Websites: Which Is Better for Your Business?
Static vs Dynamic Websites: Which Is Better for Your Business?FredReynolds2
 
Clientside vs Serverside - SEO
Clientside vs Serverside  - SEOClientside vs Serverside  - SEO
Clientside vs Serverside - SEOAli Haris
 
Website Optimization How to Increase Page Performance and More
Website Optimization How to Increase Page Performance and More Website Optimization How to Increase Page Performance and More
Website Optimization How to Increase Page Performance and More Boundify
 
CREATING A NEW SIMPLE BUSINESS WEBSITE
CREATING A NEW SIMPLE BUSINESS WEBSITECREATING A NEW SIMPLE BUSINESS WEBSITE
CREATING A NEW SIMPLE BUSINESS WEBSITEShani Shashidharan
 
Best Digital Marketing Services
Best Digital Marketing Services Best Digital Marketing Services
Best Digital Marketing Services Pinacle Web India
 
Why every business needs a website
Why every business needs a websiteWhy every business needs a website
Why every business needs a websiteAmreenKhan91
 
How to make React Applications SEO-friendly
How to make React Applications SEO-friendlyHow to make React Applications SEO-friendly
How to make React Applications SEO-friendlyFibonalabs
 
webdesignmessage-com
webdesignmessage-comwebdesignmessage-com
webdesignmessage-comsyedmaahi
 
Website Maintenance Services Company in USA
Website Maintenance Services Company in USAWebsite Maintenance Services Company in USA
Website Maintenance Services Company in USADevin Roy
 
website planning and creation for beginners
website planning and creation for beginners website planning and creation for beginners
website planning and creation for beginners Shruti Goel
 
Rise and Fall of the Frontend Developer
Rise and Fall of the Frontend DeveloperRise and Fall of the Frontend Developer
Rise and Fall of the Frontend DeveloperRafael Casuso Romate
 

Similar to Website (20)

Static dynamic and active web pages
Static dynamic and active web pagesStatic dynamic and active web pages
Static dynamic and active web pages
 
My website is live now what?
My website is live now what?My website is live now what?
My website is live now what?
 
Dynamic Website Designing
Dynamic Website DesigningDynamic Website Designing
Dynamic Website Designing
 
Dynamic Website
Dynamic Website Dynamic Website
Dynamic Website
 
Static vs Dynamic Websites: Which Is Better for Your Business?
Static vs Dynamic Websites: Which Is Better for Your Business?Static vs Dynamic Websites: Which Is Better for Your Business?
Static vs Dynamic Websites: Which Is Better for Your Business?
 
Clientside vs Serverside - SEO
Clientside vs Serverside  - SEOClientside vs Serverside  - SEO
Clientside vs Serverside - SEO
 
Html5 &amp; css3
Html5 &amp; css3 Html5 &amp; css3
Html5 &amp; css3
 
Website Optimization How to Increase Page Performance and More
Website Optimization How to Increase Page Performance and More Website Optimization How to Increase Page Performance and More
Website Optimization How to Increase Page Performance and More
 
Website Tactics
Website Tactics Website Tactics
Website Tactics
 
CREATING A NEW SIMPLE BUSINESS WEBSITE
CREATING A NEW SIMPLE BUSINESS WEBSITECREATING A NEW SIMPLE BUSINESS WEBSITE
CREATING A NEW SIMPLE BUSINESS WEBSITE
 
Best Digital Marketing Services
Best Digital Marketing Services Best Digital Marketing Services
Best Digital Marketing Services
 
Ppt on web pages
Ppt on web pagesPpt on web pages
Ppt on web pages
 
Why every business needs a website
Why every business needs a websiteWhy every business needs a website
Why every business needs a website
 
How to make React Applications SEO-friendly
How to make React Applications SEO-friendlyHow to make React Applications SEO-friendly
How to make React Applications SEO-friendly
 
webdesignmessage-com
webdesignmessage-comwebdesignmessage-com
webdesignmessage-com
 
Website Development
Website DevelopmentWebsite Development
Website Development
 
Website Maintenance Services Company in USA
Website Maintenance Services Company in USAWebsite Maintenance Services Company in USA
Website Maintenance Services Company in USA
 
website planning and creation for beginners
website planning and creation for beginners website planning and creation for beginners
website planning and creation for beginners
 
Rise and Fall of the Frontend Developer
Rise and Fall of the Frontend DeveloperRise and Fall of the Frontend Developer
Rise and Fall of the Frontend Developer
 
Web Desing.pptx
Web Desing.pptxWeb Desing.pptx
Web Desing.pptx
 

Recently uploaded

Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 

Recently uploaded (20)

Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 

Website

  • 1. Introduction of Website Genius Estrella Pvt, Ltd,(OPC) Ph.No: 9742222884 M.ID: info@geniusestrella.in W:www.geniusestrella.in www.geniusestrella.in
  • 2. What is website? • Website is a collection of related web pages that may contain text, images, audio and video. The first page of a website is called home page. Each website has specific internet address (URL) that you need to enter in your browser to access a website. • Website is hosted on one or more servers and can be accessed by visiting its homepage using a computer network. A website is managed by its owner that can be an individual, company or an organization. www.geniusestrella.in
  • 3. Type of Website • Static Website • Dynamic Website • Responsive Website www.geniusestrella.in
  • 4. What is Static Website? • A static website contains Web pages with fixed content. • The codes are fixed for each page so the information contained in the page does not change and it looks like a printed page. • Each page is coded in HTML and displays the same information to every visitor. • Static website is the basic type of website that is easy to create. • You don't need web programming and database design to create a static website • Once a web browser requests the particular static web page, a server returns the page to the browser and also the user only gets whatever info is contained within the HTML code www.geniusestrella.in
  • 5. Static Website Architecture Output: <html> <body> Hi, This is Genius Estrella </body> </html> Output: <html> <body> Hi, This is Genius Estrella </body> </html> Computer Server Request Index.html Send Index.html www.geniusestrella.in
  • 6. How to Run Static Website www.geniusestrella.in
  • 7. Disadvantage of Static Website • It may cost more for long run. • For any changes you’ll need to wait until your web designer has time to make the changes. • Limited functionality • A static website does not offer all the functionalities but a dynamic website can. www.geniusestrella.in
  • 8. What is Dynamic Website? • A dynamic web site is opposite static web site, here web pages not fixed as static web site, changes will be done according to clients by own ends. • It accesses content from a database • Therefore, when you alter or update the content of the database, the content of the website is also altered or updated. • Dynamic website uses client-side scripting or server-side scripting, or both to generate dynamic content. • Client side scripting generates content at the client computer on the basis of user input. www.geniusestrella.in
  • 9. Dynamic Website Architecture Output: <html> <body> Hi, This is Genius Estrella </body> </html> Server content: <html> <body> <?php echo”Hi, This is Genius Estrella”; ?> </body> </html> Computer Server Request Index.php Send html code with the name index.php Preprocessor Database www.geniusestrella.in
  • 10. How to Run Dynamic Website www.geniusestrella.in
  • 11. Advantages for Dynamic Website • Operate without a developer, reduce developer dependency. • Less operation time and cost • Big and highly functionalities • Easy to update • Quickly convertible to responsive • Excellent navigation • SEO friendly www.geniusestrella.in
  • 12. Static Vs Dynamic Website Static Website Dynamic Website Prebuilt content is same every time the page is loaded. Content is generated quickly and changes regularly. It uses the HTML code for developing a website. It uses the server side languages such as PHP,SERVLET, JSP, and ASP.NET etc. for developing a website. It sends exactly the same response for every request. It may generate different HTML for each of the request. The content is only changes when someone publishes and updates the file (sends it to the web server). The page contains "server-side" code it allows the server to generate the unique content when the page is loaded. Flexibility is the main advantage of static website. Content Management System (CMS) is the main advantage of dynamic website. www.geniusestrella.in
  • 13. What is Responsive Website? • A responsive website is a single website that adapts to any screen size so, it's as easy to use on mobile as it is on tablet and desktop – no pinching or horizontal scrolling required. • The design instinctively adapts to the device it is being viewed on so it looks great on a mobile, tablet and desktop. www.geniusestrella.in
  • 14. Why do you need a responsive website? • If your website is not mobile-friendly then it will not be easy to view by the 38 million smart phone users in the over all world. www.geniusestrella.in
  • 15. Why do you need a responsive website? According to Google: • 60% of people won’t stay on your site if it’s not mobile-friendly. • 67% of people are more likely to buy a product or use a service form a website that is mobile friendly. • This is why google ranks mobile-friendly websites above non-mobile friendly websites. www.geniusestrella.in
  • 16. How to Run Responsive Website www.geniusestrella.in
  • 17. Advantages for Responsive Website • Super Flexible • Excellent User Experience • Cost Effective • It is Recommended By Google • Very Easy to manage www.geniusestrella.in