深入学习专业级Web开发者的JavaScript第二版

需积分: 10 0 下载量 123 浏览量 更新于2024-07-29 收藏 5.24MB PDF 举报
《专业JavaScript for Web Developers 第2版》是一本面向Web开发者的权威指南,由Nicholas C. Zakas撰写,隶属于Wrox Press出版社的专业级编程系列。该书的第2版在原有的基础上进行了更新,提供了深度剖析JavaScript语言的知识内容,旨在帮助读者提升技能,推动职业生涯发展。 本书的核心内容涵盖了多个关键领域: 1. **JavaScript语言详解**:深入探讨JavaScript语言的基础和高级特性,包括最新的开发工具如Microsoft Visual Studio中的调试工具、Firebug和Drosera。这些工具对于提高代码质量和效率至关重要。 2. **客户端数据存储**:介绍如何利用cookies进行客户端数据存储,以及DOM(Document Object Model)在网页结构管理中的应用。此外,还涉及与Adobe Flash相关的客户端数据处理技术。 3. **图形处理与客户端渲染**:讨论了JavaScript在客户端图形处理方面的技术,包括可矢量化的SVG (Scalable Vector Graphics)、VML (Vector Markup Language) 和HTML5 Canvas。这有助于开发者创建丰富的视觉效果。 4. **设计模式应用**:书中涵盖了创建性、结构性和行为性设计模式,这些都是构建高效、可维护的JavaScript代码架构的重要组成部分。理解并应用这些模式能够提高代码的可复用性和可扩展性。 5. **专业级Ajax技术**:对于希望通过Ajax技术增强Web应用性能和交互性的开发者来说,第二版的《专业Ajax》深入讲解了Prototype、jQuery等框架,以及Microsoft Fiddler、ASP.NET AJAX Extensions等工具,帮助中级JavaScript开发者更深入地理解Ajax技术及其最新进展。 《Professional JavaScript for Web Developers 第2版》是一本全面且实用的资源,不仅适合初级开发者入门JavaScript,也适合有经验的开发者提升技能,跟上现代Web开发的技术潮流。通过阅读和实践书中的内容,开发者可以更好地掌握JavaScript语言,从而在构建高效、高性能的Web应用程序时游刃有余。

翻译 This is Elsevier's new document class for typeset journal articles, elsarticle.cls. It is now accepted for submitted articles, both in Elsevier's electronic submission system and elsewhere. Elsevier's previous document class for typeset articles, elsart.cls, is now over 10 years old. It has been replaced with this newly written document class elsarticle.cls, which has been developed for Elsevier by the leading TeX developer STM Document Engineering Pvt Ltd. elsarticle.cls is based upon the standard LaTeX document class article.cls. It uses natbib.sty for bibliographical references. Bugs and problems with elsarticle.cls may be reported to the developers of the class via elsarticle@stmdocs.in. The file manifest.txt provides a list of the files in the elsarticle bundle. The following are the main files available: - elsarticle.dtx, the dtx file - elsdoc.pdf, the user documentation - elsarticle-template-num.tex, template file for numerical citations - elsarticle-template-harv.tex, template file for name-year citations - elsarticle-template-num-names.tex, template file for numerical citations + new natbib option. Eg. Jones et al. [21] - elsarticle-num.bst, bibliographic style for numerical references - elsarticle-harv.bst, bibliographic style for name-year references - elsarticle-num-names.bst, bibliographic style for numerical referencces + new natbib option for citations. To extract elsarticle.cls from *.dtx: latex elsarticle.ins The documentation file is elsdoc.tex in the contrib directory. To compile it: 1. pdflatex elsdoc 2. pdflatex elsdoc 3. pdflatex elsdoc

2023-06-01 上传