|
游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0
资源信息:
中文名: 高性能JavaScript编程
原名: High Performance JavaScript: Build Faster Web Application Interfaces
作者: Nicholas C. Zakas
图书分类: 软件
资源格式: PDF
版本: 英文文字版/更新中英文对照文字版/
出版社: O'Reilly
书号: 978-0-596-80279-0
发行时间: 2010年03月
地区: 美国
语言: 英文
概述:
内容介绍:
Yahoo! frontend engineer Nicholas C. Zakas and five other JavaScript experts -- Ross Harmes, Julien Lecomte, Steven Levithan, Stoyan Stefanov, and Matt Sweeney -- demonstrate optimal ways to load code onto a page, and offer programming tips to help your JavaScript run as efficiently and quickly as possible. You'll learn the best practices to build and deploy your files to a production environment, and tools that can help you find problems once your site goes live.
Identify problem code and use faster alternatives to accomplish the same task
Improve scripts by learning how JavaScript stores and accesses data
Implement JavaScript code so that it doesn't slow down interaction with the DOM
Use optimization techniques to improve runtime performance
Learn ways to ensure the UI is responsive at all times
Achieve faster client-server communication
Use a build system to minify files, and HTTP compression to deliver them to the browser
内容截图:
目录:
Chapter 1 Loading and Execution
Chapter 2 Data Access
Chapter 3 DOM Scripting
Chapter 4 Algorithms and Flow Control
Chapter 5 Strings and Regular Expressions
Chapter 6 Responsive Interfaces
Chapter 7 Ajax
Chapter 8 Programming Practices
Chapter 9 Building and Deploying High-Performance JavaScript Applications
Chapter 10 Tools
|