Cargando…

Pro Internet Explorer 8 & 9 development : developing powerful applications for the next generation of IE /

This book is an in-depth guide to writing applications that embrace and extend the new features and capabilities of Windows Internet Explorer 8 and 9. With solid instruction, hands-on examples, and expert insight direct from the source into extending the browser, you'll learn how to create and...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Crowley, Matthew
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York] : New York : Apress ; Distributed by Springer Science+Business Media, LLC., ©2010.
Colección:Expert's voice in Web development.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Cover
  • Table of Contents
  • About the Author
  • About the Technical Reviewer
  • Acknowledgments
  • Preface
  • What Will You Learn?
  • Who Should Read This Book?
  • How Is the Book Structured?
  • Additional Resources
  • Chapter 1 Internet Explorer Architecture
  • Application Architecture and Dependencies
  • Command-Line Parameters
  • Processor Support
  • Protected Mode (Low-Rights Ie)
  • Loosely Coupled Internet Explorer
  • Browser Frame, Tabs, and Ui
  • Search and Navigation
  • Printing
  • Tab Management
  • Favorites Center, Feeds, and History Ui
  • Status and Notifications
  • Frame and Tab Extensibility
  • Developer Tools
  • Script Errors and View Source
  • Shell Document View
  • The Travel Log and Shared Features
  • Trident (Mshtml)
  • Third-Party and Custom Document Objects
  • Trident Layout and Rendering Engine
  • Parser Subsystem
  • Document Modes and Compatibility View
  • Core Document Subsystem
  • Text, Layout, and Rendering Subsystem
  • Object Model Subsystem
  • Component Model Subsystem
  • Editing Subsystem
  • Networking and Zones
  • Urlmon
  • Wininet
  • Security, Trust, and Privacy Architecture
  • Security Ui and Feedback Mechanisms
  • Application Integrity and Browser Defenses
  • Extension Integrity Defenses
  • Privacy and Social Engineering Protections
  • High-Integrity Brokers
  • Hosting and Reuse
  • Mshtml
  • Webbrowser Control
  • Html Applications
  • Scripting Interfaces and Api Usage
  • Application Management Tools
  • Internet Explorer Administration Kit
  • Setup and the Windows 7 Uninstaller
  • Windows Error Reporting, Event Logging Infrastructure, and the Customer Experience Improvement Program
  • Windows 7 Troubleshooter
  • Default Programs
  • Online Services
  • Settings Management and Feature Controls
  • Internet Options Control Panel (Inetcpl.Cpl)
  • Reset Internet Explorer Settings
  • Manage Add-Ons
  • Group Policy
  • Feature Control Keys
  • Summary
  • Chapter 2 Interoperability and Compatibility
  • Standards Support and Interoperability
  • Html 4.01, Html 5, and Dom Spec Support Improvements
  • Document Modes and Versioning
  • Quirks Mode, Document Modes, and X-Ua-Compatible
  • Document Modes
  • Targeting Quirks Mode and Document Modes in Markup
  • Targeting Document Modes From the Server Side
  • Feature Controls for Document Modes
  • Differences Between Ie 7 Standards Mode and True Ie 7
  • Compatibility View
  • The Microsoft Compatibility View List
  • Controlling Compatibility Settings
  • Version Targeting
  • Version Targeting Using Conditional Comments
  • User Agent String Sniffing Using Javascript
  • Compatibility View and the Ua String
  • The Web Developers Dilemma
  • Summary
  • Chapter 3 Enriching Web Applications With Ajax and Json
  • The Xmlhttprequest Object
  • The Xmlhttp Library and Xmlhttprequest Object
  • Native Xmlhttprequest
  • Cross-Browser Ajax Compatibility
  • Scripting and Dom Improvements
  • Native Json Su.