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

W3C Digital Publishing Interest Group Update
W3C Digital Publishing Interest Group UpdateW3C Digital Publishing Interest Group Update
W3C Digital Publishing Interest Group UpdateIvan Herman
 
World wide web (WWW)
World wide web (WWW)World wide web (WWW)
World wide web (WWW)Mishuk Hossan
 
It's their cloud, not yours
It's their cloud, not yoursIt's their cloud, not yours
It's their cloud, not yoursPaul Walk
 
Lecture 3: Data Formats on the Social Web (2013)
Lecture 3: Data Formats on the Social Web (2013)Lecture 3: Data Formats on the Social Web (2013)
Lecture 3: Data Formats on the Social Web (2013)Lora Aroyo
 
Web browsers and website publishing
Web browsers and website publishingWeb browsers and website publishing
Web browsers and website publishingGurleen Kaur
 
A Fractured Fairy Tale of the Internet (SI110)
A Fractured Fairy Tale of the Internet (SI110)A Fractured Fairy Tale of the Internet (SI110)
A Fractured Fairy Tale of the Internet (SI110)Charles Severance
 
World Wide Web (WWW)
World Wide Web (WWW)World Wide Web (WWW)
World Wide Web (WWW)Al Mamun
 
Introduction to Omeka
Introduction to OmekaIntroduction to Omeka
Introduction to OmekaShawn Day
 
Why Open Access to Bibliographic Metadata Matters
Why Open Access to Bibliographic Metadata MattersWhy Open Access to Bibliographic Metadata Matters
Why Open Access to Bibliographic Metadata MattersAnders Söderbäck
 
COMMON ONLINE TERMINOLOGIES
COMMON ONLINE TERMINOLOGIESCOMMON ONLINE TERMINOLOGIES
COMMON ONLINE TERMINOLOGIESKc Bunagan
 
Lecture 3: Social Web Data Formats (2012)
Lecture 3: Social Web Data Formats (2012)Lecture 3: Social Web Data Formats (2012)
Lecture 3: Social Web Data Formats (2012)Lora Aroyo
 

La actualidad más candente (19)

World wide web
World wide webWorld wide web
World wide web
 
W3C Digital Publishing Interest Group Update
W3C Digital Publishing Interest Group UpdateW3C Digital Publishing Interest Group Update
W3C Digital Publishing Interest Group Update
 
World wide web (WWW)
World wide web (WWW)World wide web (WWW)
World wide web (WWW)
 
It's their cloud, not yours
It's their cloud, not yoursIt's their cloud, not yours
It's their cloud, not yours
 
Lecture 3: Data Formats on the Social Web (2013)
Lecture 3: Data Formats on the Social Web (2013)Lecture 3: Data Formats on the Social Web (2013)
Lecture 3: Data Formats on the Social Web (2013)
 
ICT project
ICT projectICT project
ICT project
 
Taysom seminar
Taysom seminarTaysom seminar
Taysom seminar
 
Web browsers and website publishing
Web browsers and website publishingWeb browsers and website publishing
Web browsers and website publishing
 
WEBSITE
WEBSITEWEBSITE
WEBSITE
 
A Fractured Fairy Tale of the Internet (SI110)
A Fractured Fairy Tale of the Internet (SI110)A Fractured Fairy Tale of the Internet (SI110)
A Fractured Fairy Tale of the Internet (SI110)
 
Beitarie, "Toward Service-Oriented Librarianship"
Beitarie, "Toward Service-Oriented Librarianship"Beitarie, "Toward Service-Oriented Librarianship"
Beitarie, "Toward Service-Oriented Librarianship"
 
Go Global with Mobile!
Go Global with Mobile!Go Global with Mobile!
Go Global with Mobile!
 
World Wide Web (WWW)
World Wide Web (WWW)World Wide Web (WWW)
World Wide Web (WWW)
 
Introduction to Omeka
Introduction to OmekaIntroduction to Omeka
Introduction to Omeka
 
Why Open Access to Bibliographic Metadata Matters
Why Open Access to Bibliographic Metadata MattersWhy Open Access to Bibliographic Metadata Matters
Why Open Access to Bibliographic Metadata Matters
 
COMMON ONLINE TERMINOLOGIES
COMMON ONLINE TERMINOLOGIESCOMMON ONLINE TERMINOLOGIES
COMMON ONLINE TERMINOLOGIES
 
world wide web
world wide webworld wide web
world wide web
 
Lecture 3: Social Web Data Formats (2012)
Lecture 3: Social Web Data Formats (2012)Lecture 3: Social Web Data Formats (2012)
Lecture 3: Social Web Data Formats (2012)
 
Web Terminology
Web TerminologyWeb Terminology
Web Terminology
 

Destacado

Lecture the dynamic web (2013)
Lecture   the dynamic web (2013)Lecture   the dynamic web (2013)
Lecture the dynamic web (2013)Dave Wallace
 
Installing wordpress
Installing wordpressInstalling wordpress
Installing wordpressDave Wallace
 
Mobile Web Design & Development 2012 Lecture
Mobile Web Design & Development 2012 LectureMobile Web Design & Development 2012 Lecture
Mobile Web Design & Development 2012 LectureDave Wallace
 
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
 
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 2011Dave Wallace
 

Destacado (6)

Lecture the dynamic web (2013)
Lecture   the dynamic web (2013)Lecture   the dynamic web (2013)
Lecture the dynamic web (2013)
 
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
 
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)
 
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
 

Similar a The Dynamic Web

Trends and advancements in www.pptx
Trends and advancements in www.pptxTrends and advancements in www.pptx
Trends and advancements in www.pptxARYAASEnglish
 
Trends and advancements in www.pptx
Trends and advancements in www.pptxTrends and advancements in www.pptx
Trends and advancements in www.pptxAncyTEnglish
 
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 AspenwareAspenware
 
The Future is Static
The Future is StaticThe Future is Static
The Future is StaticEric Gardner
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic WebOscar Corcho
 
web world wide defination introduction.pptx
web world wide defination introduction.pptxweb world wide defination introduction.pptx
web world wide defination introduction.pptxubaidullah75790
 
Multimedia- How Internet Works
Multimedia- How Internet WorksMultimedia- How Internet Works
Multimedia- How Internet Workssambhenilesh
 
Web Technologies Introduction to web technologies
Web Technologies Introduction to web technologiesWeb Technologies Introduction to web technologies
Web Technologies Introduction to web technologiesVigneshkumar Ponnusamy
 
Slides 1 - Internet and Web
Slides 1 - Internet and WebSlides 1 - Internet and Web
Slides 1 - Internet and WebMassimo Callisto
 
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 architectureAlexandre Monnin
 
Web Introduction
Web IntroductionWeb Introduction
Web Introductionasim78
 

Similar a The 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
 
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
 
Web Introduction
Web IntroductionWeb Introduction
Web Introduction
 
INTERNET PART1.pptx
INTERNET PART1.pptxINTERNET PART1.pptx
INTERNET PART1.pptx
 
9 10 july2020
9 10 july20209 10 july2020
9 10 july2020
 

Último

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
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...Miguel Araújo
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
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 MenDelhi Call girls
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
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 slidevu2urc
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
[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.pdfhans926745
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
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.pdfEnterprise Knowledge
 

Último (20)

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
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...
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
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
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
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
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
[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
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
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
 

The 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.