SlideShare a Scribd company logo
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.

More Related Content

What's hot

Web front end development introduction to html css and javascript
Web front end development introduction to html css and javascriptWeb front end development introduction to html css and javascript
Web front end development introduction to html css and javascript
Marc Huang
 
Introduction to Web Development
Introduction to Web DevelopmentIntroduction to Web Development
Introduction to Web Development
Parvez Mahbub
 
Introduction to ASP.NET
Introduction to ASP.NETIntroduction to ASP.NET
Introduction to ASP.NET
Rajkumarsoy
 
Introduction to JavaScript
Introduction to JavaScriptIntroduction to JavaScript
Introduction to JavaScript
Andres Baravalle
 
Ppt of web development
Ppt of web developmentPpt of web development
Ppt of web developmentbethanygfair
 
New Elements & Features in HTML5
New Elements & Features in HTML5New Elements & Features in HTML5
New Elements & Features in HTML5
Jamshid Hashimi
 
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
 
Introduction of Html/css/js
Introduction of Html/css/jsIntroduction of Html/css/js
Introduction of Html/css/js
Knoldus Inc.
 
Front end web development
Front end web developmentFront end web development
Front end web development
viveksewa
 
An Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java ScriptAn Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java Script
Fahim Abdullah
 
Html for beginners
Html for beginnersHtml for beginners
Html for beginners
Florian Letsch
 
DOT Net overview
DOT Net overviewDOT Net overview
DOT Net overview
chandrasekhardesireddi
 
Web Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptWeb Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScript
Edureka!
 
Front-end technologies for Wonderful User Experience through Websites
Front-end technologies for Wonderful User Experience through WebsitesFront-end technologies for Wonderful User Experience through Websites
Front-end technologies for Wonderful User Experience through Websites
Ready Bytes Software labs
 
Single Page Application (SPA) using AngularJS
Single Page Application (SPA) using AngularJSSingle Page Application (SPA) using AngularJS
Single Page Application (SPA) using AngularJS
M R Rony
 
C# Tutorial
C# Tutorial C# Tutorial
C# Tutorial
Jm Ramos
 
HTML Semantic Elements
HTML Semantic ElementsHTML Semantic Elements
HTML Semantic Elements
Reema
 
Basics of JavaScript
Basics of JavaScriptBasics of JavaScript
Basics of JavaScript
Bala Narayanan
 
Front-End Web Development
Front-End Web DevelopmentFront-End Web Development
Front-End Web Development
Yash Sati
 
Introduction to web development
Introduction to web developmentIntroduction to web development
Introduction to web developmentMohammed Safwat
 

What's hot (20)

Web front end development introduction to html css and javascript
Web front end development introduction to html css and javascriptWeb front end development introduction to html css and javascript
Web front end development introduction to html css and javascript
 
Introduction to Web Development
Introduction to Web DevelopmentIntroduction to Web Development
Introduction to Web Development
 
Introduction to ASP.NET
Introduction to ASP.NETIntroduction to ASP.NET
Introduction to ASP.NET
 
Introduction to JavaScript
Introduction to JavaScriptIntroduction to JavaScript
Introduction to JavaScript
 
Ppt of web development
Ppt of web developmentPpt of web development
Ppt of web development
 
New Elements & Features in HTML5
New Elements & Features in HTML5New Elements & Features in HTML5
New Elements & Features in HTML5
 
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
 
Introduction of Html/css/js
Introduction of Html/css/jsIntroduction of Html/css/js
Introduction of Html/css/js
 
Front end web development
Front end web developmentFront end web development
Front end web development
 
An Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java ScriptAn Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java Script
 
Html for beginners
Html for beginnersHtml for beginners
Html for beginners
 
DOT Net overview
DOT Net overviewDOT Net overview
DOT Net overview
 
Web Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptWeb Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScript
 
Front-end technologies for Wonderful User Experience through Websites
Front-end technologies for Wonderful User Experience through WebsitesFront-end technologies for Wonderful User Experience through Websites
Front-end technologies for Wonderful User Experience through Websites
 
Single Page Application (SPA) using AngularJS
Single Page Application (SPA) using AngularJSSingle Page Application (SPA) using AngularJS
Single Page Application (SPA) using AngularJS
 
C# Tutorial
C# Tutorial C# Tutorial
C# Tutorial
 
HTML Semantic Elements
HTML Semantic ElementsHTML Semantic Elements
HTML Semantic Elements
 
Basics of JavaScript
Basics of JavaScriptBasics of JavaScript
Basics of JavaScript
 
Front-End Web Development
Front-End Web DevelopmentFront-End Web Development
Front-End Web Development
 
Introduction to web development
Introduction to web developmentIntroduction to web development
Introduction to web development
 

Viewers also liked

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
Dotsilicon Limited
 
presentation on static website design
presentation on static website designpresentation on static website design
presentation on static website design
jyotiyadav1926
 
E commerce website proposal
E commerce website proposalE commerce website proposal
E commerce website proposal
Neha sharma
 
Web design proposal pdf
Web design proposal pdfWeb design proposal pdf
Web design proposal pdf
Marathi Vivah
 
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
Say WOW Marketing
 
Ecommerce website proposal
Ecommerce website proposalEcommerce website proposal
Ecommerce website proposalSudhir Raj
 
Website Development and Design Proposal
Website Development and Design ProposalWebsite Development and Design Proposal
Website Development and Design Proposal
Creative 3D Design
 
Web design proposal sample
Web design proposal sampleWeb design proposal sample
Web design proposal sampleAdviacent
 
Sample Website Proposal Presentation
Sample Website Proposal PresentationSample Website Proposal Presentation
Sample Website Proposal Presentation
Reach China Holdings Limited
 
Basic concept of management
Basic concept of managementBasic concept of management
Basic concept of management
vishalarvindbhole
 

Viewers also liked (12)

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 to Dynamic Web

Teknologi Aplikasi Web I : Internet
Teknologi Aplikasi Web I : InternetTeknologi Aplikasi Web I : Internet
Teknologi Aplikasi Web I : Internet
Politeknik Digital Boash Indonesia
 
Trends and advancements in www.pptx
Trends and advancements in www.pptxTrends and advancements in www.pptx
Trends and advancements in www.pptx
ARYAASEnglish
 
Trends and advancements in www.pptx
Trends and advancements in www.pptxTrends and advancements in www.pptx
Trends and advancements in www.pptx
AncyTEnglish
 
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)
AI4BD GmbH
 
Rich Web Applications with Aspenware
Rich Web Applications with AspenwareRich Web Applications with Aspenware
Rich Web Applications with Aspenware
Aspenware
 
The Future is Static
The Future is StaticThe Future is Static
The Future is Static
Eric Gardner
 
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
Arunima Education Foundation
 
Innovation of web
Innovation of webInnovation of web
Innovation of web
somnathmuluk
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic Web
Oscar Corcho
 
World Wide Web (WWW)
World Wide Web (WWW)World Wide Web (WWW)
World Wide Web (WWW)
Pramod Kshirsagar
 
Web technology unit I - Part A
Web technology unit I -  Part AWeb technology unit I -  Part A
Web technology unit I - Part A
SSN College of Engineering, Kalavakkam
 
web world wide defination introduction.pptx
web world wide defination introduction.pptxweb world wide defination introduction.pptx
web world wide defination introduction.pptx
ubaidullah75790
 
Multimedia- How Internet Works
Multimedia- How Internet WorksMultimedia- How Internet Works
Multimedia- How Internet Works
sambhenilesh
 
Lecture the dynamic web (2013)
Lecture   the dynamic web (2013)Lecture   the dynamic web (2013)
Lecture the dynamic web (2013)Dave Wallace
 
Web Technologies Introduction to web technologies
Web Technologies Introduction to web technologiesWeb Technologies Introduction to web technologies
Web Technologies Introduction to web technologies
Vigneshkumar Ponnusamy
 
Slides 1 - Internet and Web
Slides 1 - Internet and WebSlides 1 - Internet and Web
Slides 1 - Internet and Web
Massimo Callisto
 
ICT introduction
ICT introductionICT introduction
ICT introduction
Angelito Quiambao
 
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
Alexandre Monnin
 
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)
Fran Fabrizio
 
Web Introduction
Web IntroductionWeb Introduction
Web Introduction
asim78
 

Similar to 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
 

More from Dave Wallace

Anatomy of a Wordpress theme
Anatomy of a Wordpress themeAnatomy of a Wordpress theme
Anatomy of a Wordpress theme
Dave Wallace
 
Installing wordpress
Installing wordpressInstalling wordpress
Installing wordpress
Dave Wallace
 
Mobile Web Design & Development 2012 Lecture
Mobile Web Design & Development 2012 LectureMobile Web Design & Development 2012 Lecture
Mobile Web Design & Development 2012 Lecture
Dave Wallace
 
The Dynamic Web
The Dynamic WebThe Dynamic Web
The Dynamic Web
Dave Wallace
 
Mobile Web Design & Development 2011
Mobile Web Design & Development 2011Mobile Web Design & Development 2011
Mobile Web Design & Development 2011Dave Wallace
 
Cms & wordpress theme development 2011
Cms & wordpress theme development 2011Cms & wordpress theme development 2011
Cms & wordpress theme development 2011
Dave Wallace
 
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 developmentDave Wallace
 
The Edge - Datahack Workshop
The Edge - Datahack WorkshopThe Edge - Datahack Workshop
The Edge - Datahack Workshop
Dave Wallace
 

More from 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
 

Recently uploaded

Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
Alex Pruden
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 

Recently uploaded (20)

Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 

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.

Editor's Notes

  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