Top Banner
Effectively Debugging Web Applications Kelly Hutchins Matt Priour
26

Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Jan 03, 2016

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Effectively Debugging Web Applications

Kelly Hutchins

Matt Priour

Page 2: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Overview

- Prevention tips- Browser based debugging- Mobile application debugging - Gotchas

Page 3: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Text Editors

Type Presentation Title Here

Page 4: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Prevention

• Code quality tools- JSLint

- JSHint

• The trailing comma problem

Page 5: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

IDE integration

Page 6: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Github JSAPI Resources

Page 7: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Beautifiers

• Jsbeautifier.org

• Cssbeautify.com

• Plug-ins

Page 8: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Task automation

• Automate tasks- Linting

- Beautify

- Minification

• Grunt- http://gruntjs.com

• Gulp- http://github.com/gulpjs/gulp

Page 9: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Developer tools

• Set breakpoints

• Log information

• View network traffic

• Inspect CSS

Page 10: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Get the tools

• Firefox + Firebug

• Chrome Developer Tools

• IE

Type Presentation Title Here

Page 11: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

CSS

• Inspect Elements

• Modify on the fly

• Save changes

Type Presentation Title Here

Page 12: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Box Model

Type Presentation Title Here

Page 13: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

CSS Preprocessors

Type Presentation Title Here

Page 14: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Network

Type Presentation Title Here

Page 15: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Resources

• View application files

• Prettify

Type Presentation Title Here

Page 16: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Storage

Type Presentation Title Here

Page 17: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Console

• Log info

• Write commands

Type Presentation Title Here

Page 18: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Console Shortcuts

Type Presentation Title Here

Page 19: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |Esri UC 2014 | Technical Workshop |

Matt Priour

Breakpoint debugging and mobile

Type Presentation Title Here

Page 20: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Browser based mobile tools

• Emulation

• Touch

Page 21: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Geolocation

Page 22: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |Esri UC 2014 | Technical Workshop |

Kelly Hutchins

Mobile Browser

Type Presentation Title Here

Page 23: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Mobile Browser Tools

Type Presentation Title Here

• Emulate device

• Touch testing

• Responsive

Page 24: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Geolocation

Type Presentation Title Here

Page 25: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop |

Thank you…

• Please fill out the session survey:

First Offering ID: 1334

Second Offering ID: 1427

Online – www.esri.com/ucsessionsurveys

Paper – pick up and put in drop box

Type Presentation Title Here

Page 26: Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.

Esri UC 2014 | Technical Workshop | Type Presentation Title Here