SlideShare una empresa de Scribd logo
1 de 41
Descargar para leer sin conexión
The Dynamic Web
    and why we need it
History of the WWW

• To understand why there became a need
  for dynamic websites it helps to know a bit
  about the evolution of the World Wide
  Web...
History of the WWW
•   The Internet as we know it today was not so much
    a single invention, but the culmination of many
    different technologies and fields of research.
•   We might categorise some of these as:
    •   The physical (network infrastructure)
    •   The logical (information organisation and
        transport)
    •   The representatioal (how we represent the
        data - usually visual)
    •   The interactive (how we interact with the
        data - interfaces)
1958

• US Defense Advanced Research Projects
  Agency (DARPA) created.
• Early research included the development of
  robust networking technologies for
  connecting remote military assets.
Packet Switching Vs Circut Switching




          http://www.iekucukcay.com/?p=60
1969
• The Advanced Research
  Projects Agency Network
  (ARPANET), was the world's
  first operational packet
  switching network and the
  core network of a set that
  came to compose the global
  Internet.
1988
• US National Science Foundation (NSF)
  commissioned the construction of the
  NSFNET, a university network backbone.
• NSFNET was decommissioned in 1995
  when it was replaced by new backbone
  networks operated by commercial Internet
  Service Providers
US Internet backbone networks (colours
        represent different ISPs)




       http://source-report.com/internetbackbone/internetbackbone_20.htm
1989 - 1990
•   Tim Berners-Lee, while working
    CERN invents the World Wide
    Web in a proposal for an
    information management system
    that presented data in a common
    and consistent way.
•   He creates the HyperText Transfer
    Protocol (HTTP), the HyperText
    Markup Language (HTML), the first
    Web browser and the first HTTP
    server software
6 August 1991
• First website goes online.
• It defines Defines the WorldWideWeb
  as “a wide-area hypermedia
  information retrieval initiative aiming
  to give universal access to a large
  universe of documents.”
 • Makes no mention of anything we
    might associate with visual interface
    design.
An archived copy of the first webpage




            http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html
1992 - 1995

• early adopters of the World Wide Web
  were primarily university-based scientific
  departments or research laboratories
• A turning point was the introduction of
  Mosiac - a graphical browser released in
  1993
•   Mosaic was the first web browser to display
    images inline with text (this was seen as a
    huge leap forward at the time)
1992 - 1995
• Bandwidth was limited by the network
  technologies.
• Web began to grow from a few hundred
  web pages.
• Any sense of web design was severely
  limited by these constraints
• but, there is a clear trend towards a more
  visual, more accessible web
Web organisation

• In 1993, CERN agrees that anyone can use
  the web protocol and code royalty-free
• In 1994, Tim Berners-Lee founds the World
  Wide Web Consortium (W3C) - the main
  international standards organization for the
  WWW
1995 - 1998
• Commercial interest in capitalising on the
  growth of the web (eCommerce)
• Increased commercial investment pushed
  the technology to a point where there was
  a legitimate role for web designers.
• Early examples of User Created Content
  (UCC) - e.g. GeoCities
1995 - 1998
    Browser wars (Netscape vs Internet Explorer)

•   Feature ‘arms race’
    •   Tables and frames
        for more complex
        layouts
    •   Animated gifs
    •   Javascript (button
        rollovers etc)
    •   ...
1995 - 1998
•   Trend towards advertising a “web presence” rather than offering useful
    content or services.
•   This lead to websites which were stuffed full of attention seeking ‘bells and
    whistles’ whether they served a purpose or not
    •   Splash pages
    •   Tiled background images
    •   Crazy background and text colour combinations
    •   Animated gifs/flash
    •   Blinking/scrolling/marching ants etc. text effects
    •   http://www.htmlprimer.com/articles/90s-web-design-nostalgic-look-back
    •   http://www.webpagesthatsuck.com/gorgeous-websites-from-the-late-90s-
        to-inspire-you-if-you-have-no-taste.html
•   More often than not this approach distracted from the content and made it
    less accessible
h"p://www.superdesignstudio.com/
1998 - 2000
•   ‘Traditional’ interface design principles start to be seriously
    applied to web site designs.
•   Web development tools like Dreamweaver promote a more
    ‘visual’ approach/workflow to web-interface design.
•   Content is becoming more important and web-design begins to
    focus on servicing that content
•   But... presentation and content are still combined –specified
    within html markup. It is not possible to update one
    independent of the other.
•   Website layouts of this period still look square, based mostly on
    HTML tables (an abuse of their intended use) and sliced images.
1998 - 2000




          "A	
  List	
  Apart"	
  website	
  c.	
  1998
1999–2001: "Dot-com" boom and
                  bust
• Everyone wanted to jump
  on the dot-com bandwagon
  at the end of the 20th
  Century.
• A lot of money was thrown
  at entrepreneurs without
  solid business plans because
  of the novelty of the dot-
  com concept, leading to the
  tech bubble and subsequent
  bust.
2000 - 2004
•   High-speed Internet connectivity becomes more affordable
•   Push towards web standards, headed by the World Wide Web
    Consortium (W3C)
•   Continuing trend of more content, more often.
•   Separation of presentation and content allowing each to be
    updated independent of the other.
    •   Cascading Style Sheets (CSS) for presentation
    •   HTML for content
•   Move away from static web pages towards
    dynamic web sites. (more on this later)
2000 - 2004




              h"p://csszengarden.com/
2004 – 2007
•   Web 2.0 era
•   Web applications vs websites
    •   Highly dynamic
    •   Community oriented
    •   User-contributed multi-media content (lots of it!)
    •   Interactivity and functionality approaching native
        desktop applications
•   Social networking takes off
•   Purchasing goods and services online via sites like eBay
    and Amazon becomes mainstream to the point where it
    threatens traditional retailers.
2008 onwards
•   (almost) real-time content updates
•   Trend for content to ‘find’ users (rss feed
    subscriptions, twitter updates etc)
•   Storing personal data “in the cloud”
•   Content ‘mash-ups’
•   Embedded widgets, feeds, services etc using
    external APIs
•   Design for multiple devices (especially mobile)
So what are the trends?
• More content
• More frequently (up-to-date and on-
  demand)
• From more sources (crowd sourcing,
  mashups etc)
• Moving away from a static web towards a
  dynamic web.
So what are the trends?
•   More contributors. As a web designer you need to at least have
    an understanding of all these areas and how they fit together.
Hypertext Transfer Protocol (HTTP)
•   HTTP functions as a request-response protocol in the
    client-server computing model.
•   In the most common example the web browser is the client and an
    application running on a computer hosting a web site is the server.
•   The client submits an HTTP request message to the server.
•   The server returns a response message to the client containing
    completion status information about the request and may also
    contain requested content in its message body.
Hypertext Transfer Protocol (HTTP)
Static vs Dynamic Website
Static website


• each logical page is represented by a
  physical file on the web server
Advantages of static
       websites
• Lower entry barrier for development (just
  plain old html and css files).
• Simple hosting requirements
• Easily cacheable
• Can be viewed “offline”
Disadvantages of static
      websites
• Much less scope for personalisation,
  interactivity - any scripting has to be done
  client-side.
• Every little change/update needs to be
  done manually...
Some stats
• 24 hours of video is uploaded to YouTube
  every minute. (source)
• More than 30 billion pieces of content (web
  links, news stories, blog posts, notes, photo
  albums, etc.) shared each month in over 70
  languages. (source)
• 50 million tweets are sent per day. (source)
Disadvantages of static
      websites
• Can you even fathom updating this much
  content by hand? And these numbers are
  growing at an exponential rate.
• Fortunately computers are very good at
  automating repetitive tasks in a dynamic
  way.
Dynamic website

• Website content is stored in a database
  (and/or other external sources) and
  assembled with markup and output by a
  web server script or application.
Advantages of dynamic
      website
• Content can be updated in a decentralised
  way. (a single “webmaster” does not have
  the sole privilege/responsibility of updating
  the website)
• Modularisation and reuse of common code
  (e.g. headers, menus).
• Automation
Disadvantages of dynamic website
•   Higher entry barrier / learning curve for
    development
•   More complex web server requirements
•   Issues with pages being indexed by search
    engines.


•   Overall the benefits will almost always
    outweigh the disadvantages.

Más contenido relacionado

La actualidad más candente

Web content management
Web content managementWeb content management
Web content management
Smita Chandra
 
Active Server Page(ASP)
Active Server Page(ASP)Active Server Page(ASP)
Active Server Page(ASP)
Keshab Nath
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
vikasgaur31
 
Hypertext and hypermedia
Hypertext and hypermediaHypertext and hypermedia
Hypertext and hypermedia
Jay Patel
 
Introduction to web development
Introduction to web developmentIntroduction to web development
Introduction to web development
Mohammed Safwat
 

La actualidad más candente (20)

Difference between frontend and backend
Difference between frontend and backendDifference between frontend and backend
Difference between frontend and backend
 
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
 
Web content management
Web content managementWeb content management
Web content management
 
Web Development
Web DevelopmentWeb Development
Web Development
 
WWW, Website & Webpage
WWW, Website & WebpageWWW, Website & Webpage
WWW, Website & Webpage
 
Active Server Page(ASP)
Active Server Page(ASP)Active Server Page(ASP)
Active Server Page(ASP)
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Web development tool
Web development toolWeb development tool
Web development tool
 
Introduction to ASP.NET
Introduction to ASP.NETIntroduction to ASP.NET
Introduction to ASP.NET
 
Asp.net.
Asp.net.Asp.net.
Asp.net.
 
Web Application
Web ApplicationWeb Application
Web Application
 
Web application architecture
Web application architectureWeb application architecture
Web application architecture
 
How the Web Works
How the Web WorksHow the Web Works
How the Web Works
 
Introduction to Html5
Introduction to Html5Introduction to Html5
Introduction to Html5
 
Hypertext and hypermedia
Hypertext and hypermediaHypertext and hypermedia
Hypertext and hypermedia
 
Web application
Web applicationWeb application
Web application
 
Introduction of Html/css/js
Introduction of Html/css/jsIntroduction of Html/css/js
Introduction of Html/css/js
 
Introduction to web development
Introduction to web developmentIntroduction to web development
Introduction to web development
 
INTERNET TECHNOLOGY
INTERNET  TECHNOLOGYINTERNET  TECHNOLOGY
INTERNET TECHNOLOGY
 
DHTML - Events & Buttons
DHTML - Events  & ButtonsDHTML - Events  & Buttons
DHTML - Events & Buttons
 

Destacado

Ecommerce website proposal
Ecommerce website proposalEcommerce website proposal
Ecommerce website proposal
Sudhir Raj
 
Web design proposal sample
Web design proposal sampleWeb design proposal sample
Web design proposal sample
Adviacent
 

Destacado (13)

Intro to Dynamic Web Pages
Intro to Dynamic Web PagesIntro to Dynamic Web Pages
Intro to Dynamic Web Pages
 
Mother's Day Special Offer for Dynamic Website Design
Mother's Day Special Offer for Dynamic Website DesignMother's Day Special Offer for Dynamic Website Design
Mother's Day Special Offer for Dynamic Website Design
 
presentation on static website design
presentation on static website designpresentation on static website design
presentation on static website design
 
E commerce website proposal
E commerce website proposalE commerce website proposal
E commerce website proposal
 
Website designing proposal with price
Website designing proposal with priceWebsite designing proposal with price
Website designing proposal with price
 
Web design proposal pdf
Web design proposal pdfWeb design proposal pdf
Web design proposal pdf
 
Web site proposal
Web site proposalWeb site proposal
Web site proposal
 
How to Prepare a Website Redesign Proposal
How to Prepare a Website Redesign ProposalHow to Prepare a Website Redesign Proposal
How to Prepare a Website Redesign Proposal
 
Ecommerce website proposal
Ecommerce website proposalEcommerce website proposal
Ecommerce website proposal
 
Website Development and Design Proposal
Website Development and Design ProposalWebsite Development and Design Proposal
Website Development and Design Proposal
 
Web design proposal sample
Web design proposal sampleWeb design proposal sample
Web design proposal sample
 
Sample Website Proposal Presentation
Sample Website Proposal PresentationSample Website Proposal Presentation
Sample Website Proposal Presentation
 
Basic concept of management
Basic concept of managementBasic concept of management
Basic concept of management
 

Similar a Dynamic Web

Lecture the dynamic web (2013)
Lecture   the dynamic web (2013)Lecture   the dynamic web (2013)
Lecture the dynamic web (2013)
Dave Wallace
 

Similar a Dynamic Web (20)

Teknologi Aplikasi Web I : Internet
Teknologi Aplikasi Web I : InternetTeknologi Aplikasi Web I : Internet
Teknologi Aplikasi Web I : Internet
 
Trends and advancements in www.pptx
Trends and advancements in www.pptxTrends and advancements in www.pptx
Trends and advancements in www.pptx
 
Trends and advancements in www.pptx
Trends and advancements in www.pptxTrends and advancements in www.pptx
Trends and advancements in www.pptx
 
Open web platform talk by daniel hladky at rif 2012 (19 april 2012 moscow)
Open web platform talk by daniel hladky at rif 2012 (19 april 2012   moscow)Open web platform talk by daniel hladky at rif 2012 (19 april 2012   moscow)
Open web platform talk by daniel hladky at rif 2012 (19 april 2012 moscow)
 
Rich Web Applications with Aspenware
Rich Web Applications with AspenwareRich Web Applications with Aspenware
Rich Web Applications with Aspenware
 
The Future is Static
The Future is StaticThe Future is Static
The Future is Static
 
Introduction to Web Technology by Mahesh Sharma
Introduction to Web Technology by Mahesh SharmaIntroduction to Web Technology by Mahesh Sharma
Introduction to Web Technology by Mahesh Sharma
 
Innovation of web
Innovation of webInnovation of web
Innovation of web
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic Web
 
World Wide Web (WWW)
World Wide Web (WWW)World Wide Web (WWW)
World Wide Web (WWW)
 
Web technology unit I - Part A
Web technology unit I -  Part AWeb technology unit I -  Part A
Web technology unit I - Part A
 
web world wide defination introduction.pptx
web world wide defination introduction.pptxweb world wide defination introduction.pptx
web world wide defination introduction.pptx
 
Multimedia- How Internet Works
Multimedia- How Internet WorksMultimedia- How Internet Works
Multimedia- How Internet Works
 
Lecture the dynamic web (2013)
Lecture   the dynamic web (2013)Lecture   the dynamic web (2013)
Lecture the dynamic web (2013)
 
Web Technologies Introduction to web technologies
Web Technologies Introduction to web technologiesWeb Technologies Introduction to web technologies
Web Technologies Introduction to web technologies
 
Slides 1 - Internet and Web
Slides 1 - Internet and WebSlides 1 - Internet and Web
Slides 1 - Internet and Web
 
ICT introduction
ICT introductionICT introduction
ICT introduction
 
Another history of the Web from its architecture
Another history of the Web from its architectureAnother history of the Web from its architecture
Another history of the Web from its architecture
 
AJAX the Great: The Origin and Development of the Dynamic Web (2007)
AJAX the Great: The Origin and Development of the Dynamic Web (2007)AJAX the Great: The Origin and Development of the Dynamic Web (2007)
AJAX the Great: The Origin and Development of the Dynamic Web (2007)
 
Web Introduction
Web IntroductionWeb Introduction
Web Introduction
 

Más de Dave Wallace (8)

Anatomy of a Wordpress theme
Anatomy of a Wordpress themeAnatomy of a Wordpress theme
Anatomy of a Wordpress theme
 
Installing wordpress
Installing wordpressInstalling wordpress
Installing wordpress
 
Mobile Web Design & Development 2012 Lecture
Mobile Web Design & Development 2012 LectureMobile Web Design & Development 2012 Lecture
Mobile Web Design & Development 2012 Lecture
 
The Dynamic Web
The Dynamic WebThe Dynamic Web
The Dynamic Web
 
Mobile Web Design & Development 2011
Mobile Web Design & Development 2011Mobile Web Design & Development 2011
Mobile Web Design & Development 2011
 
Cms & wordpress theme development 2011
Cms & wordpress theme development 2011Cms & wordpress theme development 2011
Cms & wordpress theme development 2011
 
Content Management Systems (CMS) & Wordpress theme development
Content Management Systems (CMS) & Wordpress theme developmentContent Management Systems (CMS) & Wordpress theme development
Content Management Systems (CMS) & Wordpress theme development
 
The Edge - Datahack Workshop
The Edge - Datahack WorkshopThe Edge - Datahack Workshop
The Edge - Datahack Workshop
 

Último

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Último (20)

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 

Dynamic Web

  • 1. The Dynamic Web and why we need it
  • 2. History of the WWW • To understand why there became a need for dynamic websites it helps to know a bit about the evolution of the World Wide Web...
  • 3. History of the WWW • The Internet as we know it today was not so much a single invention, but the culmination of many different technologies and fields of research. • We might categorise some of these as: • The physical (network infrastructure) • The logical (information organisation and transport) • The representatioal (how we represent the data - usually visual) • The interactive (how we interact with the data - interfaces)
  • 4. 1958 • US Defense Advanced Research Projects Agency (DARPA) created. • Early research included the development of robust networking technologies for connecting remote military assets.
  • 5. Packet Switching Vs Circut Switching http://www.iekucukcay.com/?p=60
  • 6. 1969 • The Advanced Research Projects Agency Network (ARPANET), was the world's first operational packet switching network and the core network of a set that came to compose the global Internet.
  • 7. 1988 • US National Science Foundation (NSF) commissioned the construction of the NSFNET, a university network backbone. • NSFNET was decommissioned in 1995 when it was replaced by new backbone networks operated by commercial Internet Service Providers
  • 8. US Internet backbone networks (colours represent different ISPs) http://source-report.com/internetbackbone/internetbackbone_20.htm
  • 9. 1989 - 1990 • Tim Berners-Lee, while working CERN invents the World Wide Web in a proposal for an information management system that presented data in a common and consistent way. • He creates the HyperText Transfer Protocol (HTTP), the HyperText Markup Language (HTML), the first Web browser and the first HTTP server software
  • 10. 6 August 1991 • First website goes online. • It defines Defines the WorldWideWeb as “a wide-area hypermedia information retrieval initiative aiming to give universal access to a large universe of documents.” • Makes no mention of anything we might associate with visual interface design.
  • 11. An archived copy of the first webpage http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html
  • 12. 1992 - 1995 • early adopters of the World Wide Web were primarily university-based scientific departments or research laboratories • A turning point was the introduction of Mosiac - a graphical browser released in 1993
  • 13. Mosaic was the first web browser to display images inline with text (this was seen as a huge leap forward at the time)
  • 14. 1992 - 1995 • Bandwidth was limited by the network technologies. • Web began to grow from a few hundred web pages. • Any sense of web design was severely limited by these constraints • but, there is a clear trend towards a more visual, more accessible web
  • 15. Web organisation • In 1993, CERN agrees that anyone can use the web protocol and code royalty-free • In 1994, Tim Berners-Lee founds the World Wide Web Consortium (W3C) - the main international standards organization for the WWW
  • 16. 1995 - 1998 • Commercial interest in capitalising on the growth of the web (eCommerce) • Increased commercial investment pushed the technology to a point where there was a legitimate role for web designers. • Early examples of User Created Content (UCC) - e.g. GeoCities
  • 17. 1995 - 1998 Browser wars (Netscape vs Internet Explorer) • Feature ‘arms race’ • Tables and frames for more complex layouts • Animated gifs • Javascript (button rollovers etc) • ...
  • 18. 1995 - 1998 • Trend towards advertising a “web presence” rather than offering useful content or services. • This lead to websites which were stuffed full of attention seeking ‘bells and whistles’ whether they served a purpose or not • Splash pages • Tiled background images • Crazy background and text colour combinations • Animated gifs/flash • Blinking/scrolling/marching ants etc. text effects • http://www.htmlprimer.com/articles/90s-web-design-nostalgic-look-back • http://www.webpagesthatsuck.com/gorgeous-websites-from-the-late-90s- to-inspire-you-if-you-have-no-taste.html • More often than not this approach distracted from the content and made it less accessible
  • 20. 1998 - 2000 • ‘Traditional’ interface design principles start to be seriously applied to web site designs. • Web development tools like Dreamweaver promote a more ‘visual’ approach/workflow to web-interface design. • Content is becoming more important and web-design begins to focus on servicing that content • But... presentation and content are still combined –specified within html markup. It is not possible to update one independent of the other. • Website layouts of this period still look square, based mostly on HTML tables (an abuse of their intended use) and sliced images.
  • 21. 1998 - 2000 "A  List  Apart"  website  c.  1998
  • 22. 1999–2001: "Dot-com" boom and bust • Everyone wanted to jump on the dot-com bandwagon at the end of the 20th Century. • A lot of money was thrown at entrepreneurs without solid business plans because of the novelty of the dot- com concept, leading to the tech bubble and subsequent bust.
  • 23. 2000 - 2004 • High-speed Internet connectivity becomes more affordable • Push towards web standards, headed by the World Wide Web Consortium (W3C) • Continuing trend of more content, more often. • Separation of presentation and content allowing each to be updated independent of the other. • Cascading Style Sheets (CSS) for presentation • HTML for content • Move away from static web pages towards dynamic web sites. (more on this later)
  • 24. 2000 - 2004 h"p://csszengarden.com/
  • 25. 2004 – 2007 • Web 2.0 era • Web applications vs websites • Highly dynamic • Community oriented • User-contributed multi-media content (lots of it!) • Interactivity and functionality approaching native desktop applications • Social networking takes off • Purchasing goods and services online via sites like eBay and Amazon becomes mainstream to the point where it threatens traditional retailers.
  • 26.
  • 27. 2008 onwards • (almost) real-time content updates • Trend for content to ‘find’ users (rss feed subscriptions, twitter updates etc) • Storing personal data “in the cloud” • Content ‘mash-ups’ • Embedded widgets, feeds, services etc using external APIs • Design for multiple devices (especially mobile)
  • 28.
  • 29. So what are the trends? • More content • More frequently (up-to-date and on- demand) • From more sources (crowd sourcing, mashups etc) • Moving away from a static web towards a dynamic web.
  • 30. So what are the trends? • More contributors. As a web designer you need to at least have an understanding of all these areas and how they fit together.
  • 31. Hypertext Transfer Protocol (HTTP) • HTTP functions as a request-response protocol in the client-server computing model. • In the most common example the web browser is the client and an application running on a computer hosting a web site is the server. • The client submits an HTTP request message to the server. • The server returns a response message to the client containing completion status information about the request and may also contain requested content in its message body.
  • 33. Static vs Dynamic Website
  • 34. Static website • each logical page is represented by a physical file on the web server
  • 35. Advantages of static websites • Lower entry barrier for development (just plain old html and css files). • Simple hosting requirements • Easily cacheable • Can be viewed “offline”
  • 36. Disadvantages of static websites • Much less scope for personalisation, interactivity - any scripting has to be done client-side. • Every little change/update needs to be done manually...
  • 37. Some stats • 24 hours of video is uploaded to YouTube every minute. (source) • More than 30 billion pieces of content (web links, news stories, blog posts, notes, photo albums, etc.) shared each month in over 70 languages. (source) • 50 million tweets are sent per day. (source)
  • 38. Disadvantages of static websites • Can you even fathom updating this much content by hand? And these numbers are growing at an exponential rate. • Fortunately computers are very good at automating repetitive tasks in a dynamic way.
  • 39. Dynamic website • Website content is stored in a database (and/or other external sources) and assembled with markup and output by a web server script or application.
  • 40. Advantages of dynamic website • Content can be updated in a decentralised way. (a single “webmaster” does not have the sole privilege/responsibility of updating the website) • Modularisation and reuse of common code (e.g. headers, menus). • Automation
  • 41. Disadvantages of dynamic website • Higher entry barrier / learning curve for development • More complex web server requirements • Issues with pages being indexed by search engines. • Overall the benefits will almost always outweigh the disadvantages.

Notas del editor

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n
  31. \n
  32. \n
  33. \n
  34. \n
  35. \n
  36. \n