SlideShare ist ein Scribd-Unternehmen logo
1 von 23
Downloaden Sie, um offline zu lesen
Mobile web debugging


My tricks to develop for the
        mobile web



                      By:        Gregers Rygg
                      Twitter:   @gregersrygg
Desktop



•  ”All” have developer tools
•  Most are very good
 Inspect HTML
 Debug JavaScript
 Network analysis
 Console
 JavaScript profiling
 Performance tips
 Modify CSS/JavaScript on the fly
 Memory inspection
 Database explorer
 +++
Possible in Internet Explorer 6…
…usable in Internet Explorer 8+
Desktop
 Console
 Inspect HTML
 Debug JavaScript
 Network analysis
 JavaScript profiling
 Performance tips
 Modify CSS/JavaScript on the fly
 Memory inspection
 Database explorer
 +++
iPhone/Android (built-in)
 Console
 Inspect HTML
 Debug JavaScript
 Network analysis
 JavaScript profiling
 Performance tips
 Modify CSS/JavaScript on the fly
 Memory inspection
 Database explorer
Opera Mobile + Dragonfly
  Console
  Inspect HTML
  Debug JavaScript
  Modify CSS
  Database explorer?
  Network analysis
 JavaScript on the fly
 JavaScript profiling
 Performance tips
 Memory inspection
Yay!, but…
…unfortunately not much used (for m.finn.no)
iPhone/Android (Weinre)
  Console
  Inspect HTML
  Modify CSS/JavaScript on the fly
  Database explorer
 Debug JavaScript
 Network analysis
 JavaScript profiling
 Performance tips
 Memory inspection
Tip #1
•  Connect to both WiFi and ethernet
HP ”Elite”Book
•  WiFi turns off when ethernet is connected
•  BIOS Settings (reboot + ESC, then F10)
•  System Configuration
  –  Built-In Device Option
     •  Disable LAN/WLAN switching
Tip #2
•  Webkit Inspector Remote (Weinre)
•  Demo time!
Weinre install
http://phonegap.github.com/weinre/
  Installing.html

$ cat ~/.weinre/server.properties
boundHost: -all-
httpPort: 8001
Weinre install
•  Start server
•  Add bookmarklet
•  Increase Auto-Lock time (iOS setting) to
   prevent disconnect
page.jsp?weinre=8001
<c:if test="${!empty param.weinre}">
 <script src="http://${pageContext.request.serverName}:<c:out
   value="${param.weinre}"/>/target/target-script-min.js#anonymous">
 </script>




</c:if>
page.jsp?weinre=8001
<c:if test="${!empty param.weinre}">
 <script src="http://${pageContext.request.serverName}:<c:out
   value="${param.weinre}"/>/target/target-script-min.js#anonymous">
 </script>
 <script>
   window.console &&
     (window.onerror = function(e) { console.error(e); });
 </script>
</c:if>
Tip #3
Charles Debugging Proxy
Tip #4
<style type="text/css”
  media =
  "${param.debug != 'mobile' ?
  'only screen and (max-device-width:
  480px)' :
  'screen'}”
>
Link to all tools mentioned ++
     http://goo.gl/FgOg7

Weitere ähnliche Inhalte

Was ist angesagt?

JavaScript Testing VIA Selenium
JavaScript Testing VIA SeleniumJavaScript Testing VIA Selenium
JavaScript Testing VIA Selenium
Adam Christian
 
Selenium Automation Using Ruby
Selenium Automation Using RubySelenium Automation Using Ruby
Selenium Automation Using Ruby
Kumari Warsha Goel
 
The Peanut Butter Cup of Web-dev: Plack and single page web apps
The Peanut Butter Cup of Web-dev: Plack and single page web appsThe Peanut Butter Cup of Web-dev: Plack and single page web apps
The Peanut Butter Cup of Web-dev: Plack and single page web apps
John Anderson
 
SXSW 2012 JavaScript MythBusters
SXSW 2012 JavaScript MythBustersSXSW 2012 JavaScript MythBusters
SXSW 2012 JavaScript MythBusters
Elena-Oana Tabaranu
 

Was ist angesagt? (20)

JavaScript Testing VIA Selenium
JavaScript Testing VIA SeleniumJavaScript Testing VIA Selenium
JavaScript Testing VIA Selenium
 
Selenium and Cucumber Selenium Conf 2011
Selenium and Cucumber Selenium Conf 2011Selenium and Cucumber Selenium Conf 2011
Selenium and Cucumber Selenium Conf 2011
 
Advanced Jasmine
Advanced JasmineAdvanced Jasmine
Advanced Jasmine
 
Intro to Rails
Intro to RailsIntro to Rails
Intro to Rails
 
Cache is King
Cache is KingCache is King
Cache is King
 
Introduction to Selenium and Ruby
Introduction to Selenium and RubyIntroduction to Selenium and Ruby
Introduction to Selenium and Ruby
 
Selenium Automation Using Ruby
Selenium Automation Using RubySelenium Automation Using Ruby
Selenium Automation Using Ruby
 
The Peanut Butter Cup of Web-dev: Plack and single page web apps
The Peanut Butter Cup of Web-dev: Plack and single page web appsThe Peanut Butter Cup of Web-dev: Plack and single page web apps
The Peanut Butter Cup of Web-dev: Plack and single page web apps
 
Web testing with Selenium
Web testing with SeleniumWeb testing with Selenium
Web testing with Selenium
 
Watir Presentation Sumanth Krishna. A
Watir Presentation   Sumanth Krishna. AWatir Presentation   Sumanth Krishna. A
Watir Presentation Sumanth Krishna. A
 
Routes
RoutesRoutes
Routes
 
jQuery Proven Performance Tips & Tricks
jQuery Proven Performance Tips & TricksjQuery Proven Performance Tips & Tricks
jQuery Proven Performance Tips & Tricks
 
Testing Any Site With Cucumber and Selenium
Testing Any Site With Cucumber and SeleniumTesting Any Site With Cucumber and Selenium
Testing Any Site With Cucumber and Selenium
 
SXSW 2012 JavaScript MythBusters
SXSW 2012 JavaScript MythBustersSXSW 2012 JavaScript MythBusters
SXSW 2012 JavaScript MythBusters
 
Integration and Acceptance Testing
Integration and Acceptance TestingIntegration and Acceptance Testing
Integration and Acceptance Testing
 
Your Script Just Killed My Site
Your Script Just Killed My SiteYour Script Just Killed My Site
Your Script Just Killed My Site
 
Beach Parasol
Beach ParasolBeach Parasol
Beach Parasol
 
JavaOne2016 #CON5929 Time-Saving Tips and Tricks for Building Quality Java Ap...
JavaOne2016 #CON5929 Time-Saving Tips and Tricks for Building Quality Java Ap...JavaOne2016 #CON5929 Time-Saving Tips and Tricks for Building Quality Java Ap...
JavaOne2016 #CON5929 Time-Saving Tips and Tricks for Building Quality Java Ap...
 
Story Driven Development With Cucumber
Story Driven Development With CucumberStory Driven Development With Cucumber
Story Driven Development With Cucumber
 
Frontend SPOF
Frontend SPOFFrontend SPOF
Frontend SPOF
 

Andere mochten auch

Instrukacja montazu narożników i łączników
Instrukacja montazu narożników i łącznikówInstrukacja montazu narożników i łączników
Instrukacja montazu narożników i łączników
skleporac
 
Lessons for Africa’s Integration inspired by the EU Integration
Lessons for Africa’s Integration inspired by the EU IntegrationLessons for Africa’s Integration inspired by the EU Integration
Lessons for Africa’s Integration inspired by the EU Integration
Gaia Manco
 
Tf8 integratingtechnologyintothecurriculum ahmadzai
Tf8 integratingtechnologyintothecurriculum ahmadzaiTf8 integratingtechnologyintothecurriculum ahmadzai
Tf8 integratingtechnologyintothecurriculum ahmadzai
ahmadzai1959
 
Know your city for saamavani
Know your city   for saamavaniKnow your city   for saamavani
Know your city for saamavani
Subhradip Bose
 
A3 examen et corrige arabe 2012 1 am t2
A3 examen et corrige arabe 2012 1 am t2A3 examen et corrige arabe 2012 1 am t2
A3 examen et corrige arabe 2012 1 am t2
Ahmed Mesellem
 
2 examen et corrige anglais 2011 1 am t1
2 examen et corrige anglais 2011 1 am t12 examen et corrige anglais 2011 1 am t1
2 examen et corrige anglais 2011 1 am t1
Ahmed Mesellem
 
A3 examen et corrige his geo 2012 1-am t2
A3 examen et corrige his geo 2012 1-am t2A3 examen et corrige his geo 2012 1-am t2
A3 examen et corrige his geo 2012 1-am t2
Ahmed Mesellem
 

Andere mochten auch (20)

Instrukacja montazu narożników i łączników
Instrukacja montazu narożników i łącznikówInstrukacja montazu narożników i łączników
Instrukacja montazu narożników i łączników
 
Introduction of Agent Based Modeling (ABM) for Customer Behavior Model
Introduction of  Agent Based Modeling (ABM) for Customer Behavior Model Introduction of  Agent Based Modeling (ABM) for Customer Behavior Model
Introduction of Agent Based Modeling (ABM) for Customer Behavior Model
 
BEM it! Introduction to BEM
BEM it! Introduction to BEMBEM it! Introduction to BEM
BEM it! Introduction to BEM
 
Numbers activities
Numbers activitiesNumbers activities
Numbers activities
 
Lessons for Africa’s Integration inspired by the EU Integration
Lessons for Africa’s Integration inspired by the EU IntegrationLessons for Africa’s Integration inspired by the EU Integration
Lessons for Africa’s Integration inspired by the EU Integration
 
Science the bold words
Science the bold wordsScience the bold words
Science the bold words
 
ФОРУМ ПРОФЕССИОНАЛОВ
ФОРУМ ПРОФЕССИОНАЛОВФОРУМ ПРОФЕССИОНАЛОВ
ФОРУМ ПРОФЕССИОНАЛОВ
 
Tugas etika profesi
Tugas etika profesiTugas etika profesi
Tugas etika profesi
 
Tf8 integratingtechnologyintothecurriculum ahmadzai
Tf8 integratingtechnologyintothecurriculum ahmadzaiTf8 integratingtechnologyintothecurriculum ahmadzai
Tf8 integratingtechnologyintothecurriculum ahmadzai
 
Lord of Ages
Lord of AgesLord of Ages
Lord of Ages
 
Know your city for saamavani
Know your city   for saamavaniKnow your city   for saamavani
Know your city for saamavani
 
Использование библиотеки bem-bl
Использование библиотеки bem-blИспользование библиотеки bem-bl
Использование библиотеки bem-bl
 
A3 examen et corrige arabe 2012 1 am t2
A3 examen et corrige arabe 2012 1 am t2A3 examen et corrige arabe 2012 1 am t2
A3 examen et corrige arabe 2012 1 am t2
 
Presentation lohn
Presentation lohnPresentation lohn
Presentation lohn
 
Obinitsa- Finno-Ugric Capital of Culture 2015 @ UN in Geneva
Obinitsa- Finno-Ugric Capital of Culture 2015 @ UN in GenevaObinitsa- Finno-Ugric Capital of Culture 2015 @ UN in Geneva
Obinitsa- Finno-Ugric Capital of Culture 2015 @ UN in Geneva
 
Ko'galo After Party
Ko'galo After PartyKo'galo After Party
Ko'galo After Party
 
Science the bold words
Science the bold wordsScience the bold words
Science the bold words
 
2 examen et corrige anglais 2011 1 am t1
2 examen et corrige anglais 2011 1 am t12 examen et corrige anglais 2011 1 am t1
2 examen et corrige anglais 2011 1 am t1
 
A3 examen et corrige his geo 2012 1-am t2
A3 examen et corrige his geo 2012 1-am t2A3 examen et corrige his geo 2012 1-am t2
A3 examen et corrige his geo 2012 1-am t2
 
Cultural Considerations
Cultural ConsiderationsCultural Considerations
Cultural Considerations
 

Ähnlich wie Mobile web-debug

CTU June 2011 - Things that Every ASP.NET Developer Should Know
CTU June 2011 - Things that Every ASP.NET Developer Should KnowCTU June 2011 - Things that Every ASP.NET Developer Should Know
CTU June 2011 - Things that Every ASP.NET Developer Should Know
Spiffy
 
Mobile App Development
Mobile App DevelopmentMobile App Development
Mobile App Development
Chris Morrell
 
[convergese] Adaptive Images in Responsive Web Design
[convergese] Adaptive Images in Responsive Web Design[convergese] Adaptive Images in Responsive Web Design
[convergese] Adaptive Images in Responsive Web Design
Christopher Schmitt
 
HTML5 is the Future of Mobile, PhoneGap Takes You There Today
HTML5 is the Future of Mobile, PhoneGap Takes You There TodayHTML5 is the Future of Mobile, PhoneGap Takes You There Today
HTML5 is the Future of Mobile, PhoneGap Takes You There Today
davyjones
 
Web app and more
Web app and moreWeb app and more
Web app and more
faming su
 

Ähnlich wie Mobile web-debug (20)

Ajax to the Moon
Ajax to the MoonAjax to the Moon
Ajax to the Moon
 
Internet Explorer 8 for Developers by Christian Thilmany
Internet Explorer 8 for Developers by Christian ThilmanyInternet Explorer 8 for Developers by Christian Thilmany
Internet Explorer 8 for Developers by Christian Thilmany
 
orcreatehappyusers
orcreatehappyusersorcreatehappyusers
orcreatehappyusers
 
orcreatehappyusers
orcreatehappyusersorcreatehappyusers
orcreatehappyusers
 
HTML5 on Mobile
HTML5 on MobileHTML5 on Mobile
HTML5 on Mobile
 
So you want to build a mobile app - HTML5 vs. Native @ the Boston Mobile Expe...
So you want to build a mobile app - HTML5 vs. Native @ the Boston Mobile Expe...So you want to build a mobile app - HTML5 vs. Native @ the Boston Mobile Expe...
So you want to build a mobile app - HTML5 vs. Native @ the Boston Mobile Expe...
 
CTU June 2011 - Things that Every ASP.NET Developer Should Know
CTU June 2011 - Things that Every ASP.NET Developer Should KnowCTU June 2011 - Things that Every ASP.NET Developer Should Know
CTU June 2011 - Things that Every ASP.NET Developer Should Know
 
Mobile App Development
Mobile App DevelopmentMobile App Development
Mobile App Development
 
[convergese] Adaptive Images in Responsive Web Design
[convergese] Adaptive Images in Responsive Web Design[convergese] Adaptive Images in Responsive Web Design
[convergese] Adaptive Images in Responsive Web Design
 
Velocity building a performance lab for mobile apps in a day - final
Velocity   building a performance lab for mobile apps in a day - finalVelocity   building a performance lab for mobile apps in a day - final
Velocity building a performance lab for mobile apps in a day - final
 
IPhone Web Development With Grails from CodeMash 2009
IPhone Web Development With Grails from CodeMash 2009IPhone Web Development With Grails from CodeMash 2009
IPhone Web Development With Grails from CodeMash 2009
 
WebTest - Efficient Functional Web Testing with HtmlUnit and Beyond
WebTest - Efficient Functional Web Testing with HtmlUnit and BeyondWebTest - Efficient Functional Web Testing with HtmlUnit and Beyond
WebTest - Efficient Functional Web Testing with HtmlUnit and Beyond
 
Building a Simple Mobile-optimized Web App Using the jQuery Mobile Framework
Building a Simple Mobile-optimized Web App Using the jQuery Mobile FrameworkBuilding a Simple Mobile-optimized Web App Using the jQuery Mobile Framework
Building a Simple Mobile-optimized Web App Using the jQuery Mobile Framework
 
スマートフォンサイトの作成術 - 大川洋一
スマートフォンサイトの作成術 - 大川洋一スマートフォンサイトの作成術 - 大川洋一
スマートフォンサイトの作成術 - 大川洋一
 
HTML5 is the Future of Mobile, PhoneGap Takes You There Today
HTML5 is the Future of Mobile, PhoneGap Takes You There TodayHTML5 is the Future of Mobile, PhoneGap Takes You There Today
HTML5 is the Future of Mobile, PhoneGap Takes You There Today
 
Does This Theme Make My Website Look Fat? (Wordcamp SLC 2013)
Does This Theme Make My Website Look Fat? (Wordcamp SLC 2013)Does This Theme Make My Website Look Fat? (Wordcamp SLC 2013)
Does This Theme Make My Website Look Fat? (Wordcamp SLC 2013)
 
State of the Web
State of the WebState of the Web
State of the Web
 
(WEB301) Operational Web Log Analysis | AWS re:Invent 2014
(WEB301) Operational Web Log Analysis | AWS re:Invent 2014(WEB301) Operational Web Log Analysis | AWS re:Invent 2014
(WEB301) Operational Web Log Analysis | AWS re:Invent 2014
 
Web Apps and more
Web Apps and moreWeb Apps and more
Web Apps and more
 
Web app and more
Web app and moreWeb app and more
Web app and more
 

Mehr von FINN.no

20111011 Geek Girls - Innovation
20111011 Geek Girls - Innovation20111011 Geek Girls - Innovation
20111011 Geek Girls - Innovation
FINN.no
 

Mehr von FINN.no (8)

OOCSS e ælsk
OOCSS e ælskOOCSS e ælsk
OOCSS e ælsk
 
Slutt å snakk, begynn å jobb - om FINNovasjonsdagen
Slutt å snakk, begynn å jobb - om FINNovasjonsdagenSlutt å snakk, begynn å jobb - om FINNovasjonsdagen
Slutt å snakk, begynn å jobb - om FINNovasjonsdagen
 
Hvordan fungerer en søkemotor
Hvordan fungerer en søkemotorHvordan fungerer en søkemotor
Hvordan fungerer en søkemotor
 
Apache solr i finn.no
Apache solr i finn.noApache solr i finn.no
Apache solr i finn.no
 
Slutte å snakke og begynn å jobbe
Slutte å snakke og begynn å jobbeSlutte å snakke og begynn å jobbe
Slutte å snakke og begynn å jobbe
 
Nå begynner moroa software2011
Nå begynner moroa software2011Nå begynner moroa software2011
Nå begynner moroa software2011
 
20111011 Geek Girls - Innovation
20111011 Geek Girls - Innovation20111011 Geek Girls - Innovation
20111011 Geek Girls - Innovation
 
Du vil vel ikke mamma noe vondt?
Du vil vel ikke mamma noe vondt?Du vil vel ikke mamma noe vondt?
Du vil vel ikke mamma noe vondt?
 

Kürzlich hochgeladen

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Kürzlich hochgeladen (20)

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
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...
 
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
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
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...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

Mobile web-debug