"《高性能JavaScript編程》(High Performance JavaScript: Build Faster Web Application Interfaces)英文文字版/更新中英文對照文字版/[PDF]"介紹
中文名: 高性能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