Sofia Event Center 14-15 May 2014 Angel Todorov Principal Architect, Infragistics Inc. Debugging, Profiling and Optimizing Web Apps with IE11 – F12 Developer.

Slides:



Advertisements
Similar presentations
6 Copyright © 2005, Oracle. All rights reserved. Building Applications with Oracle JDeveloper 10g.
Advertisements

Develop your database with Visual Studio
Copyright  Oracle Corporation, All rights reserved. 1 Creating an Application: The AppBuilder for Java IDE.
Georgia Institute of Technology DrJava Appendix A Barb Ericson Georgia Institute of Technology May 2006.
© by Pearson Education, Inc. All Rights Reserved.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 11: Monitoring Server Performance.
The IDE (Integrated Development Environment) provides a DEBUGGER for locating and correcting errors in program logic (logic errors not syntax errors) The.
 2002 Prentice Hall. All rights reserved. Chapter 2 - Introduction to the Visual Studio.NET IDE Outline 2.1Introduction 2.2Overview of the Visual Studio.NET.
V0.01 © 2009 Research In Motion Limited Introduction to Java Application Development for the BlackBerry Smartphone Trainer name Date.
Internet Explorer 7 What’s new in IE7 Bryan College presents:
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
Chapter 1 Getting Started With Dreamweaver. Explore the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
Functional Simulation Overview1 OpenTV PC Simulator.
(source: “People will visit a Web site less often if it is slower than a close competitor by more than 250 milliseconds”
© 2006 by IBM 1 How to use Eclipse to Build Rich Internet Applications With PHP and AJAX Phil Berkland IBM Software Group Emerging.
Microsoft ® Official Course Monitoring and Troubleshooting Custom SharePoint Solutions SharePoint Practice Microsoft SharePoint 2013.
Internet Explorer 11 Developer Tools, F12, Just Got Nicer (Again)
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. Browser.
2. Introduction to the Visual Studio.NET IDE 2. Introduction to the Visual Studio.NET IDE Ch2 – Deitel’s Book.
Presented by…. Group 2 1. Programming language 2Introduction.
Debugging JavaScript CS346. IE Javascript Debugging Aids From IE6 on default: no debugging aid for Javascript Change setting: – Tools > Internet Options.
Mobile Programming Lecture 1 Getting Started. Today's Agenda About the Eclipse IDE Hello, World! Project Android Project Structure Intro to Activities,
WaveMaker Visual AJAX Studio 4.0 Training Troubleshooting.
Windows Store apps with HTML + Facebook integration
2. Introduction to the Visual Studio.NET IDE. Chapter Outline Overview of the Visual Studio.NET IDE Overview of the Visual Studio.NET IDE Menu Bar and.
Building Scripts For HP LoadRunner >>>>>>>>>>>>>>>>>>>>>>
Introduction to the Visual Studio.NET IDE (LAB 1 )
CPSC1301 Computer Science 1 Overview of Dr. Java.
Embedded Software SKKU 14 1 Sungkyunkwan University Tizen v2.3 Application Profiling & Debugging.
WSM Administrator Training. WSM Administrator Discussion of WSM Administrator responsibilities Discussion of WSM administrative interfaces Detailed discussion.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 11: Monitoring Server Performance.
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview How to create a first ASP.NET application.
Debugging parallel programs. Breakpoint debugging Probably the most widely familiar method of debugging programs is breakpoint debugging. In this method,
Extend the Operations Dashboard with Custom Widgets (and more)
Extending the Operations Dashboard
Sofia Event Center May 2014 Martin Kulov Continuous Delivery with Microsoft Release Management.
Debugging 1/6/2016. Debugging 1/6/2016 Debugging  Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a program.
Sofia Event Center May 2014 Martin Kulov Test Automation with Visual Studio.
| Basel Visual Studio 2013 and Internet Explorer 11 Tips & Tricks For Developers Sascha Corti Technical Evangelist, Microsoft Switzerland
Sofia Event Center November 2013 Dynamics CRM Техническа перспектива и възможности за интеграция Николай Ефтимов.
Internet Explorer 10 IE9 hardware-accelerated platform CSS 2D Transforms CSS Backgrounds & Borders CSS Color CSS Fonts CSS Media Queries CSS Namespaces.
Understanding VirtualAlloc usage using Windows Performance Analyzer
Microsoft Edge F12 Use Microsoft Edge to finish turning F12 around and get her going in the right direction F12 Focus for Win10.
Visual Studio 2013 and Internet Explorer 11 Tips & Tricks for Developers Sascha Corti Technical Evangelist, Microsoft Switzerland
15 Copyright © 2004, Oracle. All rights reserved. Debugging Triggers.
JavaScript Tools Tools for Writing / Editing / Debugging JavaScript Code Svetlin Nakov Technical Trainer Software University
Google Web Toolkit for Mobile Applications Development INGENUITY AT ITS BEST……………….
Developing Windows 8 Style Application With HTML and JavaScript Lino Tadros | Falafel Software.
Msdevcon.ru#msdevcon. ИЗ ПЕРВЫХ РУК: КАК СДЕЛАТЬ ВАШ КОД БЫСТРЫМ ПРОФАЙЛИНГ КЛИЕНТСКИХ И СЕРВЕРНЫХ ПРИЛОЖЕНИЙ В VISUAL STUDIO 2012 MAXIM GOLDIN Senior.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
1 Using an Integrated Development Environment. Integrated Development Environments An Integrated Development Environment, or IDE, permits you to edit,
John Cunningham Development Manager Microsoft DTL323.
Chapter 2: The Visual Studio .NET Development Environment
Appendix A Barb Ericson Georgia Institute of Technology May 2006
© 2016, Mike Murach & Associates, Inc.
Chrome Developer Tools
Using Visual Studio with C#
Office Power Hour New developer APIs and features for Apps for Office
IVend Retail 6.5 Dashboard Designer.
Microsoft Edge for Developers
Social Media And Global Computing Introduction to Visual Studio
Understanding the Visual IDE
Tooling and Diagnostics
TechEd /7/2018 9:56 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Forum on Application Compatibility for Windows “Longhorn”
Visual Studio Tooling Developer’s Guide to Windows 10
How to debug a website using IE F12 tools
Build /4/ Diagnosing issues with Windows Phone 8.1 JavaScript apps using Visual Studio Andy Sterland Senior Program
Working with events in the Edge dev tools
How to debug a website using IE F12 tools
Presentation transcript:

Sofia Event Center May 2014 Angel Todorov Principal Architect, Infragistics Inc. Debugging, Profiling and Optimizing Web Apps with IE11 – F12 Developer Tools

Contents Using the DOM Explorer Using the Console Debugger Analyzing network activity Profiling – time & memory Using the UI Responsiveness Tool Emulating geolocation / doc modes / orientations, etc. Resources

Using the DOM Explorer Intellisense & auto-completion Drag & drop DOM nodes The “Changes” & “Events” tabs Pseudo-class toggle (Windows 8.1) – Hover & Visited

Using the Console Execution targets (iframes) Console Debugging API Intellisense autocompletion Recording messages

Debugger Just my Code No refresh debugging Pretty print Source Maps (Windows 8.1) Tracepoints Breakpoints changes Tabbed scripts

Analyzing Network Activity Request timing Network toolbar Request/response details

Profiling – time & memory Profiler overview Precision profiling Inclusive & Exclusive times Memory tool (brand new) – overview User marks Taking and comparing heap snapshots Detecting memory leaks

Using the UI Responsiveness Tool Performance dashboard The timeline view Interpreting events (timeline details)

Emulation Document Modes Enterprise Mode (Windows 8.1) Display Emulation Geolocation emulation

Resources What’s new in F12 Developer Tools: us/library/ie/bg182632(v=vs.85).aspx Using the F12 Developer Tools: us/library/ie/bg182326(v=vs.85).aspx MS BUILD Internet Explorer 11’s Developer Tools, F12, Just Got Nicer (Again)

Questions??? Share your feedback for this particular session and for the overall conference experience at for a chance to win our prizes!