SlideShare a Scribd company logo
1 of 35
Komfort
we wszechobecnym Internecie
Mateusz Miracki
2000
<table>
<table>
<tr>
<td>hello</td>
<td>from</td>
</tr>
<tr>
<td>HTML</td>
<td>table</td>
</tr>
</table>
Evolution?
AJAX!
var xmlhttp;
if (window.XMLHttpRequest) {
xmlhttp = new XMLHttpRequest();
} else {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
}
xmlhttp.onreadystatechange = function() {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
// do sth with xmlhttp.responseText;
}
}
xmlhttp.open("GET", "http://example.com/ajax", true);
xmlhttp.send();
The State of the Internet
Options?
ignore
mobile website
application
RWD
Responsive web design
is a web design approach aimed at crafting sites to provide an
optimal viewing experience—easy reading and navigation
with a minimum of resizing, panning, and scrolling—across a
wide range of devices (from desktop computer monitors to
mobile phones).
Responsive web design
fluid grid
flexible images
media queries
RWD - grid
no pixels
target ÷ context = result
em
%
RWD - images
img, object { max-width: 100%; }
overflow:hidden
best quality
RWD - media queries
@media screen and (min-width:500px) { }
RWD
<meta name="viewport" content="width=device-width">
Tools?
mobitest.akamai.com
THE END

More Related Content

What's hot (8)

AJAX
AJAXAJAX
AJAX
 
Ajax
AjaxAjax
Ajax
 
Calc shipping
Calc shippingCalc shipping
Calc shipping
 
HTML5
HTML5HTML5
HTML5
 
Ajax
AjaxAjax
Ajax
 
Ajax Presentation for the TSSG
Ajax Presentation for the TSSGAjax Presentation for the TSSG
Ajax Presentation for the TSSG
 
Load image of choice karan chanana
Load image of choice karan chananaLoad image of choice karan chanana
Load image of choice karan chanana
 
Ajax
AjaxAjax
Ajax
 

Viewers also liked

Den følelsesmæssige historie – en narratologisk og følelsesmæssig tilgang til...
Den følelsesmæssige historie – en narratologisk og følelsesmæssig tilgang til...Den følelsesmæssige historie – en narratologisk og følelsesmæssig tilgang til...
Den følelsesmæssige historie – en narratologisk og følelsesmæssig tilgang til...
Kenneth Dahl
 
El consumidor de video online - Generación Video
El consumidor de video online - Generación VideoEl consumidor de video online - Generación Video
El consumidor de video online - Generación Video
Giancarlo Giansante
 
Nitrous oxide, 0xygen and hyperbaric oxygen
Nitrous oxide, 0xygen and hyperbaric oxygenNitrous oxide, 0xygen and hyperbaric oxygen
Nitrous oxide, 0xygen and hyperbaric oxygen
ashtondionel
 
Mount clemens siding 888 778 0212
Mount clemens  siding 888 778 0212Mount clemens  siding 888 778 0212
Mount clemens siding 888 778 0212
hansons0588
 
Riskpro capital markets industry 2013
Riskpro capital markets industry 2013Riskpro capital markets industry 2013
Riskpro capital markets industry 2013
Nidhi Gupta
 
Wirform15
Wirform15Wirform15
Wirform15
Odjl
 
Jenison siding 888 778 0212
Jenison siding 888 778 0212Jenison siding 888 778 0212
Jenison siding 888 778 0212
hansons0588
 
Hazel park mi roofing 888 778 0212
Hazel park  mi roofing 888 778   0212Hazel park  mi roofing 888 778   0212
Hazel park mi roofing 888 778 0212
hansons0588
 
Member firm proposal 2013
Member firm proposal 2013Member firm proposal 2013
Member firm proposal 2013
Nidhi Gupta
 

Viewers also liked (17)

Vacaciones
VacacionesVacaciones
Vacaciones
 
Divani pronto letto in pronta consegna
Divani pronto letto in pronta consegnaDivani pronto letto in pronta consegna
Divani pronto letto in pronta consegna
 
#IT fest 2013 - Wielkość ma znaczenie. Wyzwania architektury aplikacji dla ry...
#IT fest 2013 - Wielkość ma znaczenie. Wyzwania architektury aplikacji dla ry...#IT fest 2013 - Wielkość ma znaczenie. Wyzwania architektury aplikacji dla ry...
#IT fest 2013 - Wielkość ma znaczenie. Wyzwania architektury aplikacji dla ry...
 
Den følelsesmæssige historie – en narratologisk og følelsesmæssig tilgang til...
Den følelsesmæssige historie – en narratologisk og følelsesmæssig tilgang til...Den følelsesmæssige historie – en narratologisk og følelsesmæssig tilgang til...
Den følelsesmæssige historie – en narratologisk og følelsesmæssig tilgang til...
 
El consumidor de video online - Generación Video
El consumidor de video online - Generación VideoEl consumidor de video online - Generación Video
El consumidor de video online - Generación Video
 
Globway Billing France Internet+ Box
Globway Billing France Internet+ BoxGlobway Billing France Internet+ Box
Globway Billing France Internet+ Box
 
Portugal Direct Billing @ Globway
Portugal Direct Billing @ GlobwayPortugal Direct Billing @ Globway
Portugal Direct Billing @ Globway
 
South Africa Direct Billing @ Globway
South Africa Direct Billing @ GlobwaySouth Africa Direct Billing @ Globway
South Africa Direct Billing @ Globway
 
Nitrous oxide, 0xygen and hyperbaric oxygen
Nitrous oxide, 0xygen and hyperbaric oxygenNitrous oxide, 0xygen and hyperbaric oxygen
Nitrous oxide, 0xygen and hyperbaric oxygen
 
Mount clemens siding 888 778 0212
Mount clemens  siding 888 778 0212Mount clemens  siding 888 778 0212
Mount clemens siding 888 778 0212
 
Riskpro capital markets industry 2013
Riskpro capital markets industry 2013Riskpro capital markets industry 2013
Riskpro capital markets industry 2013
 
Wirform15
Wirform15Wirform15
Wirform15
 
Cah main game
Cah main gameCah main game
Cah main game
 
Jenison siding 888 778 0212
Jenison siding 888 778 0212Jenison siding 888 778 0212
Jenison siding 888 778 0212
 
Hazel park mi roofing 888 778 0212
Hazel park  mi roofing 888 778   0212Hazel park  mi roofing 888 778   0212
Hazel park mi roofing 888 778 0212
 
isbd
isbdisbd
isbd
 
Member firm proposal 2013
Member firm proposal 2013Member firm proposal 2013
Member firm proposal 2013
 

Similar to #IT fest 2013 - Komfort we wszechobecnym Internecie – parę słów o “responsive web design”

Introduction to javaScript
Introduction to javaScriptIntroduction to javaScript
Introduction to javaScript
Neil Ghosh
 
Ajax: User Experience
Ajax: User ExperienceAjax: User Experience
Ajax: User Experience
petrov
 
HTML5 - Future of Web
HTML5 - Future of WebHTML5 - Future of Web
HTML5 - Future of Web
Mirza Asif
 
Rob Tweed :: Ajax and the Impact on Caché and Similar Technologies
Rob Tweed :: Ajax and the Impact on Caché and Similar TechnologiesRob Tweed :: Ajax and the Impact on Caché and Similar Technologies
Rob Tweed :: Ajax and the Impact on Caché and Similar Technologies
george.james
 
Enhance Web Performance
Enhance Web PerformanceEnhance Web Performance
Enhance Web Performance
Adam Lu
 

Similar to #IT fest 2013 - Komfort we wszechobecnym Internecie – parę słów o “responsive web design” (20)

AJAX Workshop Notes
AJAX Workshop NotesAJAX Workshop Notes
AJAX Workshop Notes
 
Ajax Introduction
Ajax IntroductionAjax Introduction
Ajax Introduction
 
Ajax ppt
Ajax pptAjax ppt
Ajax ppt
 
Ajax presentation
Ajax presentationAjax presentation
Ajax presentation
 
Introduction to javaScript
Introduction to javaScriptIntroduction to javaScript
Introduction to javaScript
 
Ajax
AjaxAjax
Ajax
 
mukesh
mukeshmukesh
mukesh
 
Core Java tutorial at Unit Nexus
Core Java tutorial at Unit NexusCore Java tutorial at Unit Nexus
Core Java tutorial at Unit Nexus
 
Ajax: User Experience
Ajax: User ExperienceAjax: User Experience
Ajax: User Experience
 
HTML5 - Future of Web
HTML5 - Future of WebHTML5 - Future of Web
HTML5 - Future of Web
 
Ajaxppt
AjaxpptAjaxppt
Ajaxppt
 
Ajaxppt
AjaxpptAjaxppt
Ajaxppt
 
Rob Tweed :: Ajax and the Impact on Caché and Similar Technologies
Rob Tweed :: Ajax and the Impact on Caché and Similar TechnologiesRob Tweed :: Ajax and the Impact on Caché and Similar Technologies
Rob Tweed :: Ajax and the Impact on Caché and Similar Technologies
 
Interoperable Web Services with JAX-WS
Interoperable Web Services with JAX-WSInteroperable Web Services with JAX-WS
Interoperable Web Services with JAX-WS
 
Enhance Web Performance
Enhance Web PerformanceEnhance Web Performance
Enhance Web Performance
 
Javazone 2010-lift-framework-public
Javazone 2010-lift-framework-publicJavazone 2010-lift-framework-public
Javazone 2010-lift-framework-public
 
Ajax
AjaxAjax
Ajax
 
Ajax
AjaxAjax
Ajax
 
M Ramya
M RamyaM Ramya
M Ramya
 
PPT on javascript ajax and css and some points related to server
PPT on javascript ajax and css and some points related to serverPPT on javascript ajax and css and some points related to server
PPT on javascript ajax and css and some points related to server
 

Recently uploaded

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

Recently uploaded (20)

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...
 
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
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
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
 
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
 
[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
 
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 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
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

#IT fest 2013 - Komfort we wszechobecnym Internecie – parę słów o “responsive web design”