SlideShare ist ein Scribd-Unternehmen logo
1 von 26
Downloaden Sie, um offline zu lesen
How web sites work



 An epic story of how rugbyheaven.com.au
delivers important news to my screen every
                   morning
Covering

•  What is a website and where does it live?

•  How does our browser find a given website?

•  How does our browser display a given website?

•  What is a database and how does it work?
What is the Internet?

•  The internet is like our office computer network but on a
   global scale

•  There are literally millions of computers in this networked
   together

•  Simply put the internet is an international network of
   computers.
What is the World Wide Web?

•  The www exists on the internet

•  It’s a lose term to define the part of the internet that
   everyone can see and use
What is a website?

•  According to the wikipedia a website is a collection of
   related web pages, images, videos or other digital assets
   that are addressed with a common domain name

•  Let’s be serious though, we all know what a website is.
   We’ve all been to google.com, wikipedia.org or of course
   rugbyheaven.com.au
Do websites actually exist in cyberspace?

•  No!!!

•  Websites live in specific locations on web servers
How do we find what we’re looking for?

•  With all these computers and all this information available
   on the www wouldn’t it be great if there was a uniformed
   way of locating all the resources we’re looking for…

•  Introducing the uniformed resource locator or URL for
   short

•  http://www.rugbyheaven.com.au/news/200909.html
How does a URL map to a web page?

•  Domain names are part of a URL
     (http://www.rugbyheaven.com.au/news/200909.html)


•  DNS servers map domain names to physical machines
Finally our browser has found our site

•  Now our computer can open a dialogue between the browser and the
   web server using the request-response model
Finally a web page

•  This is what we expect to see on our screen
How does it happen?

•  A request is made to the server
   for a single specific file (in this
   case index.html)



•  A response is sent back to the
   browser in the form of HTML
HTML

•  Our browser reads the HTML
   and renders it to our screens

•  Why doesn’t it look anything like
   the web site I know and love??
HTML is very simple

•  Yes that kind of simple

•  BUT it does do a couple of
   things very well
HTML has friends

•  HTML is very good at displaying
   text / data and linking to other
   resources

•  Links to other resources can be
   overt or covert

•  This page has been improved
   slightly by including cascading
   style sheets
HTML and Images

•  It’s still not quite right

•  The Browser now needs to
   request all the Images from the
   server too
We request this
It starts like this
Trasforms into this
And finally blossoms into this
Statistics

•  In the example we just saw there were 64 files downloaded
   to the browser, they were combinations of css, js, jpg, gif
   and swf’s… And it all happened so quickly

•  A little closer to home, on the PhotoChains homepage
   there are more than 130 separate files downloaded!!!
So who builds this?

•  Basically everything we’ve seen so far is built by Keong or
   a bunch of people like him

•  And if web sites / pages never changed I’d be out of a job
A little bit of jargon

•  Server side code versus client side code
So what does server side code do?

•  Web pages are not all static, in fact most these days are
   dynamic

•  Servers run pieces of code to deliver different and more
   specific responses to the browser

•  Server side rarely lives alone though, it’s usually coupled
   with one or more databases (or databi if you want to
   impress)
What is a Database?

•  Think of Dom’s rolodex, it stores specific information

•  The databases we use allow us create our own structure
Finally

•  We now know what a website is and where it physically
   lives

•  We also know how our computer finds that website

•  And finally we know how a webpage gets displayed in our
   browser

•  We know what a database is and a bit about how it works
Honourable techies

•  Thanks for listening, you can all be honourable techies for
   the day… Because deep down I all know you want to be

Weitere ähnliche Inhalte

Was ist angesagt?

Child Theming WordPress - Chris Aprea - WordCamp Sydney 2012
Child Theming WordPress - Chris Aprea - WordCamp Sydney 2012Child Theming WordPress - Chris Aprea - WordCamp Sydney 2012
Child Theming WordPress - Chris Aprea - WordCamp Sydney 2012WordCamp Sydney
 
Static Site Generation with Hugo and Markdown
Static Site Generation with Hugo and MarkdownStatic Site Generation with Hugo and Markdown
Static Site Generation with Hugo and MarkdownNic Raboy
 
Sharing is Caring - Web Development Resources
Sharing is Caring - Web Development ResourcesSharing is Caring - Web Development Resources
Sharing is Caring - Web Development ResourcesTrevor Barnes
 
Solving Common Client Requets with jQuery Presentation (v2)
Solving Common Client Requets with jQuery Presentation (v2)Solving Common Client Requets with jQuery Presentation (v2)
Solving Common Client Requets with jQuery Presentation (v2)Chris Coyier
 
Web typography
Web typographyWeb typography
Web typographyglvsav37
 
Building Ebooks that Last - Teresa Elsey (Bridge International Academies) - e...
Building Ebooks that Last - Teresa Elsey (Bridge International Academies) - e...Building Ebooks that Last - Teresa Elsey (Bridge International Academies) - e...
Building Ebooks that Last - Teresa Elsey (Bridge International Academies) - e...BookNet Canada
 
3.6.16 - How Platforms Work - Casey West
3.6.16 - How Platforms Work - Casey West3.6.16 - How Platforms Work - Casey West
3.6.16 - How Platforms Work - Casey WestDocker PDX
 
HTML / CSS / JS Web basics
HTML / CSS / JS Web basicsHTML / CSS / JS Web basics
HTML / CSS / JS Web basicsbtopro
 
Expert guide for PHP
Expert guide for PHPExpert guide for PHP
Expert guide for PHPSteve Fort
 
OOCSS presentation
OOCSS presentationOOCSS presentation
OOCSS presentationAndrew Ford
 

Was ist angesagt? (16)

Child Theming WordPress - Chris Aprea - WordCamp Sydney 2012
Child Theming WordPress - Chris Aprea - WordCamp Sydney 2012Child Theming WordPress - Chris Aprea - WordCamp Sydney 2012
Child Theming WordPress - Chris Aprea - WordCamp Sydney 2012
 
Static Site Generation with Hugo and Markdown
Static Site Generation with Hugo and MarkdownStatic Site Generation with Hugo and Markdown
Static Site Generation with Hugo and Markdown
 
Sharing is Caring - Web Development Resources
Sharing is Caring - Web Development ResourcesSharing is Caring - Web Development Resources
Sharing is Caring - Web Development Resources
 
Solving Common Client Requets with jQuery Presentation (v2)
Solving Common Client Requets with jQuery Presentation (v2)Solving Common Client Requets with jQuery Presentation (v2)
Solving Common Client Requets with jQuery Presentation (v2)
 
Web typography
Web typographyWeb typography
Web typography
 
State of the Web
State of the WebState of the Web
State of the Web
 
Building Ebooks that Last - Teresa Elsey (Bridge International Academies) - e...
Building Ebooks that Last - Teresa Elsey (Bridge International Academies) - e...Building Ebooks that Last - Teresa Elsey (Bridge International Academies) - e...
Building Ebooks that Last - Teresa Elsey (Bridge International Academies) - e...
 
E Books
E BooksE Books
E Books
 
3.6.16 - How Platforms Work - Casey West
3.6.16 - How Platforms Work - Casey West3.6.16 - How Platforms Work - Casey West
3.6.16 - How Platforms Work - Casey West
 
HTML / CSS / JS Web basics
HTML / CSS / JS Web basicsHTML / CSS / JS Web basics
HTML / CSS / JS Web basics
 
Wikis
WikisWikis
Wikis
 
Wikis Pp
Wikis PpWikis Pp
Wikis Pp
 
Geek basics
Geek basicsGeek basics
Geek basics
 
Intro to HTML
Intro to HTMLIntro to HTML
Intro to HTML
 
Expert guide for PHP
Expert guide for PHPExpert guide for PHP
Expert guide for PHP
 
OOCSS presentation
OOCSS presentationOOCSS presentation
OOCSS presentation
 

Andere mochten auch

Andere mochten auch (7)

The Role Of Digital Marketing
The Role Of Digital MarketingThe Role Of Digital Marketing
The Role Of Digital Marketing
 
What Is A Blog?
What Is A Blog?What Is A Blog?
What Is A Blog?
 
Blog Presentation
Blog PresentationBlog Presentation
Blog Presentation
 
Blogging ppt
Blogging pptBlogging ppt
Blogging ppt
 
Blog ppt
Blog pptBlog ppt
Blog ppt
 
Search Engine Powerpoint
Search Engine PowerpointSearch Engine Powerpoint
Search Engine Powerpoint
 
Importance of digital marketing
Importance of digital marketingImportance of digital marketing
Importance of digital marketing
 

Ähnlich wie Introduction to web (techie side)

Linked Data: The Real Web 2.0 (from 2008)
Linked Data: The Real Web 2.0 (from 2008)Linked Data: The Real Web 2.0 (from 2008)
Linked Data: The Real Web 2.0 (from 2008)Uche Ogbuji
 
How does the Internet Work?
How does the Internet Work?How does the Internet Work?
How does the Internet Work?Dina Goldshtein
 
How Does the Internet Work? (Wix she codes; branch)
How Does the Internet Work? (Wix she codes; branch)How Does the Internet Work? (Wix she codes; branch)
How Does the Internet Work? (Wix she codes; branch)Dina Goldshtein
 
BD Conf: Visit speed - Page speed is only the beginning
BD Conf: Visit speed - Page speed is only the beginningBD Conf: Visit speed - Page speed is only the beginning
BD Conf: Visit speed - Page speed is only the beginningPeter McLachlan
 
How does the Internet Work?
How does the Internet Work?How does the Internet Work?
How does the Internet Work?Dina Goldshtein
 
eMusic: WordPress in the Enterprise
eMusic: WordPress in the EnterpriseeMusic: WordPress in the Enterprise
eMusic: WordPress in the EnterpriseScott Taylor
 
WORKSHOP ON OWN WEBSITE LAUNCHING On March, 11th Sunday 2018 Morning 10 A.M ...
WORKSHOP ON OWN WEBSITE LAUNCHING  On March, 11th Sunday 2018 Morning 10 A.M ...WORKSHOP ON OWN WEBSITE LAUNCHING  On March, 11th Sunday 2018 Morning 10 A.M ...
WORKSHOP ON OWN WEBSITE LAUNCHING On March, 11th Sunday 2018 Morning 10 A.M ...venkata ravi kanth pokala
 
The things we found in your website
The things we found in your websiteThe things we found in your website
The things we found in your websitehernanibf
 
Joyent circa 2006 (Scale with Rails)
Joyent circa 2006 (Scale with Rails)Joyent circa 2006 (Scale with Rails)
Joyent circa 2006 (Scale with Rails)bcantrill
 
Lesson 102 23 aug13-1430-ay
Lesson 102 23 aug13-1430-ayLesson 102 23 aug13-1430-ay
Lesson 102 23 aug13-1430-ayCodecademy Ren
 
Introduction to web sites design
Introduction to  web sites designIntroduction to  web sites design
Introduction to web sites designMarwa Abdelgawad
 
USG Rock Eagle 2017 - PWP at 1000 Days
USG Rock Eagle 2017 - PWP at 1000 DaysUSG Rock Eagle 2017 - PWP at 1000 Days
USG Rock Eagle 2017 - PWP at 1000 DaysEric Sembrat
 

Ähnlich wie Introduction to web (techie side) (20)

Linked Data: The Real Web 2.0 (from 2008)
Linked Data: The Real Web 2.0 (from 2008)Linked Data: The Real Web 2.0 (from 2008)
Linked Data: The Real Web 2.0 (from 2008)
 
How does the Internet Work?
How does the Internet Work?How does the Internet Work?
How does the Internet Work?
 
How Does the Internet Work? (Wix she codes; branch)
How Does the Internet Work? (Wix she codes; branch)How Does the Internet Work? (Wix she codes; branch)
How Does the Internet Work? (Wix she codes; branch)
 
BD Conf: Visit speed - Page speed is only the beginning
BD Conf: Visit speed - Page speed is only the beginningBD Conf: Visit speed - Page speed is only the beginning
BD Conf: Visit speed - Page speed is only the beginning
 
How does the Internet Work?
How does the Internet Work?How does the Internet Work?
How does the Internet Work?
 
LecWeek2 lecture-whatiswebdesign-part2
LecWeek2 lecture-whatiswebdesign-part2LecWeek2 lecture-whatiswebdesign-part2
LecWeek2 lecture-whatiswebdesign-part2
 
Wp 3hr-course
Wp 3hr-courseWp 3hr-course
Wp 3hr-course
 
Week01 jan19
Week01 jan19Week01 jan19
Week01 jan19
 
eMusic: WordPress in the Enterprise
eMusic: WordPress in the EnterpriseeMusic: WordPress in the Enterprise
eMusic: WordPress in the Enterprise
 
WORKSHOP ON OWN WEBSITE LAUNCHING On March, 11th Sunday 2018 Morning 10 A.M ...
WORKSHOP ON OWN WEBSITE LAUNCHING  On March, 11th Sunday 2018 Morning 10 A.M ...WORKSHOP ON OWN WEBSITE LAUNCHING  On March, 11th Sunday 2018 Morning 10 A.M ...
WORKSHOP ON OWN WEBSITE LAUNCHING On March, 11th Sunday 2018 Morning 10 A.M ...
 
The things we found in your website
The things we found in your websiteThe things we found in your website
The things we found in your website
 
Joyent circa 2006 (Scale with Rails)
Joyent circa 2006 (Scale with Rails)Joyent circa 2006 (Scale with Rails)
Joyent circa 2006 (Scale with Rails)
 
Lesson 102 23 aug13-1430-ay
Lesson 102 23 aug13-1430-ayLesson 102 23 aug13-1430-ay
Lesson 102 23 aug13-1430-ay
 
world wide web
world wide webworld wide web
world wide web
 
Web design - How the Web works?
Web design - How the Web works?Web design - How the Web works?
Web design - How the Web works?
 
Introduction to web sites design
Introduction to  web sites designIntroduction to  web sites design
Introduction to web sites design
 
USG Rock Eagle 2017 - PWP at 1000 Days
USG Rock Eagle 2017 - PWP at 1000 DaysUSG Rock Eagle 2017 - PWP at 1000 Days
USG Rock Eagle 2017 - PWP at 1000 Days
 
My website is live now what?
My website is live now what?My website is live now what?
My website is live now what?
 
JSON all the way
JSON all the wayJSON all the way
JSON all the way
 
Web tips
Web tipsWeb tips
Web tips
 

Mehr von Dominique Hind

How to create Ad Campaign in LinkedIn
How to create Ad Campaign in LinkedInHow to create Ad Campaign in LinkedIn
How to create Ad Campaign in LinkedInDominique Hind
 
Digital - Where to next? An API future
Digital - Where to next? An API futureDigital - Where to next? An API future
Digital - Where to next? An API futureDominique Hind
 
NZ Digital Download - 2 April 2011
NZ Digital Download - 2 April 2011NZ Digital Download - 2 April 2011
NZ Digital Download - 2 April 2011Dominique Hind
 
Digital isn't everything, it's part of the pie
Digital isn't everything, it's part of the pieDigital isn't everything, it's part of the pie
Digital isn't everything, it's part of the pieDominique Hind
 
TCC Presentation - Digital 101 (Sydney, AU)
TCC Presentation - Digital 101 (Sydney, AU)TCC Presentation - Digital 101 (Sydney, AU)
TCC Presentation - Digital 101 (Sydney, AU)Dominique Hind
 
Qantas Customer Satisfaction Survey - 2010
Qantas Customer Satisfaction Survey - 2010Qantas Customer Satisfaction Survey - 2010
Qantas Customer Satisfaction Survey - 2010Dominique Hind
 
Digital Introduction - AU Market
Digital Introduction - AU MarketDigital Introduction - AU Market
Digital Introduction - AU MarketDominique Hind
 
Google Shopping (Beta - Digital Camera Journey
Google Shopping (Beta - Digital Camera JourneyGoogle Shopping (Beta - Digital Camera Journey
Google Shopping (Beta - Digital Camera JourneyDominique Hind
 
Search Introduction - Updated
Search Introduction - UpdatedSearch Introduction - Updated
Search Introduction - UpdatedDominique Hind
 
Five characters of social marketing - update
Five characters of social marketing - updateFive characters of social marketing - update
Five characters of social marketing - updateDominique Hind
 
What is a landing page?
What is a landing page?What is a landing page?
What is a landing page?Dominique Hind
 
New Media presentation
New Media presentationNew Media presentation
New Media presentationDominique Hind
 
Search Overview - LB Digital Download
Search Overview - LB Digital DownloadSearch Overview - LB Digital Download
Search Overview - LB Digital DownloadDominique Hind
 
Apple Email Marketing - Review
Apple Email Marketing - ReviewApple Email Marketing - Review
Apple Email Marketing - ReviewDominique Hind
 
Obama Campaign Summary
Obama Campaign SummaryObama Campaign Summary
Obama Campaign SummaryDominique Hind
 
Digital Marketing 101 - Interactive Training
Digital Marketing 101 - Interactive TrainingDigital Marketing 101 - Interactive Training
Digital Marketing 101 - Interactive TrainingDominique Hind
 
Dell Ideastorm - Community involvement
Dell Ideastorm - Community involvementDell Ideastorm - Community involvement
Dell Ideastorm - Community involvementDominique Hind
 
Social Marketing - 5 Characters Types
Social Marketing - 5 Characters TypesSocial Marketing - 5 Characters Types
Social Marketing - 5 Characters TypesDominique Hind
 

Mehr von Dominique Hind (20)

How to create Ad Campaign in LinkedIn
How to create Ad Campaign in LinkedInHow to create Ad Campaign in LinkedIn
How to create Ad Campaign in LinkedIn
 
Digital - Where to next? An API future
Digital - Where to next? An API futureDigital - Where to next? An API future
Digital - Where to next? An API future
 
NZ Digital Download - 2 April 2011
NZ Digital Download - 2 April 2011NZ Digital Download - 2 April 2011
NZ Digital Download - 2 April 2011
 
Digital isn't everything, it's part of the pie
Digital isn't everything, it's part of the pieDigital isn't everything, it's part of the pie
Digital isn't everything, it's part of the pie
 
TCC Presentation - Digital 101 (Sydney, AU)
TCC Presentation - Digital 101 (Sydney, AU)TCC Presentation - Digital 101 (Sydney, AU)
TCC Presentation - Digital 101 (Sydney, AU)
 
Qantas Customer Satisfaction Survey - 2010
Qantas Customer Satisfaction Survey - 2010Qantas Customer Satisfaction Survey - 2010
Qantas Customer Satisfaction Survey - 2010
 
Digital Introduction - AU Market
Digital Introduction - AU MarketDigital Introduction - AU Market
Digital Introduction - AU Market
 
Google Shopping (Beta - Digital Camera Journey
Google Shopping (Beta - Digital Camera JourneyGoogle Shopping (Beta - Digital Camera Journey
Google Shopping (Beta - Digital Camera Journey
 
Search Introduction - Updated
Search Introduction - UpdatedSearch Introduction - Updated
Search Introduction - Updated
 
CRM Introduction
CRM IntroductionCRM Introduction
CRM Introduction
 
Five characters of social marketing - update
Five characters of social marketing - updateFive characters of social marketing - update
Five characters of social marketing - update
 
What is a landing page?
What is a landing page?What is a landing page?
What is a landing page?
 
New Media presentation
New Media presentationNew Media presentation
New Media presentation
 
Search Overview - LB Digital Download
Search Overview - LB Digital DownloadSearch Overview - LB Digital Download
Search Overview - LB Digital Download
 
Apple Email Marketing - Review
Apple Email Marketing - ReviewApple Email Marketing - Review
Apple Email Marketing - Review
 
Obama Campaign Summary
Obama Campaign SummaryObama Campaign Summary
Obama Campaign Summary
 
Search Marketing 101
Search Marketing 101Search Marketing 101
Search Marketing 101
 
Digital Marketing 101 - Interactive Training
Digital Marketing 101 - Interactive TrainingDigital Marketing 101 - Interactive Training
Digital Marketing 101 - Interactive Training
 
Dell Ideastorm - Community involvement
Dell Ideastorm - Community involvementDell Ideastorm - Community involvement
Dell Ideastorm - Community involvement
 
Social Marketing - 5 Characters Types
Social Marketing - 5 Characters TypesSocial Marketing - 5 Characters Types
Social Marketing - 5 Characters Types
 

Kürzlich hochgeladen

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
 
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
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
#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
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
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
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
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
 
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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
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
 

Kürzlich hochgeladen (20)

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
 
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...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
#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
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
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
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
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
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
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
 

Introduction to web (techie side)

  • 1. How web sites work An epic story of how rugbyheaven.com.au delivers important news to my screen every morning
  • 2. Covering •  What is a website and where does it live? •  How does our browser find a given website? •  How does our browser display a given website? •  What is a database and how does it work?
  • 3. What is the Internet? •  The internet is like our office computer network but on a global scale •  There are literally millions of computers in this networked together •  Simply put the internet is an international network of computers.
  • 4. What is the World Wide Web? •  The www exists on the internet •  It’s a lose term to define the part of the internet that everyone can see and use
  • 5. What is a website? •  According to the wikipedia a website is a collection of related web pages, images, videos or other digital assets that are addressed with a common domain name •  Let’s be serious though, we all know what a website is. We’ve all been to google.com, wikipedia.org or of course rugbyheaven.com.au
  • 6. Do websites actually exist in cyberspace? •  No!!! •  Websites live in specific locations on web servers
  • 7. How do we find what we’re looking for? •  With all these computers and all this information available on the www wouldn’t it be great if there was a uniformed way of locating all the resources we’re looking for… •  Introducing the uniformed resource locator or URL for short •  http://www.rugbyheaven.com.au/news/200909.html
  • 8. How does a URL map to a web page? •  Domain names are part of a URL  (http://www.rugbyheaven.com.au/news/200909.html) •  DNS servers map domain names to physical machines
  • 9. Finally our browser has found our site •  Now our computer can open a dialogue between the browser and the web server using the request-response model
  • 10. Finally a web page •  This is what we expect to see on our screen
  • 11. How does it happen? •  A request is made to the server for a single specific file (in this case index.html) •  A response is sent back to the browser in the form of HTML
  • 12. HTML •  Our browser reads the HTML and renders it to our screens •  Why doesn’t it look anything like the web site I know and love??
  • 13. HTML is very simple •  Yes that kind of simple •  BUT it does do a couple of things very well
  • 14. HTML has friends •  HTML is very good at displaying text / data and linking to other resources •  Links to other resources can be overt or covert •  This page has been improved slightly by including cascading style sheets
  • 15. HTML and Images •  It’s still not quite right •  The Browser now needs to request all the Images from the server too
  • 19. And finally blossoms into this
  • 20. Statistics •  In the example we just saw there were 64 files downloaded to the browser, they were combinations of css, js, jpg, gif and swf’s… And it all happened so quickly •  A little closer to home, on the PhotoChains homepage there are more than 130 separate files downloaded!!!
  • 21. So who builds this? •  Basically everything we’ve seen so far is built by Keong or a bunch of people like him •  And if web sites / pages never changed I’d be out of a job
  • 22. A little bit of jargon •  Server side code versus client side code
  • 23. So what does server side code do? •  Web pages are not all static, in fact most these days are dynamic •  Servers run pieces of code to deliver different and more specific responses to the browser •  Server side rarely lives alone though, it’s usually coupled with one or more databases (or databi if you want to impress)
  • 24. What is a Database? •  Think of Dom’s rolodex, it stores specific information •  The databases we use allow us create our own structure
  • 25. Finally •  We now know what a website is and where it physically lives •  We also know how our computer finds that website •  And finally we know how a webpage gets displayed in our browser •  We know what a database is and a bit about how it works
  • 26. Honourable techies •  Thanks for listening, you can all be honourable techies for the day… Because deep down I all know you want to be