学习 JavaScript(第2版 影印版) mobi 下载 网盘 caj lrf pdf txt 阿里云

学习 JavaScript(第2版 影印版)电子书下载地址
- 文件名
- [epub 下载] 学习 JavaScript(第2版 影印版) epub格式电子书
- [azw3 下载] 学习 JavaScript(第2版 影印版) azw3格式电子书
- [pdf 下载] 学习 JavaScript(第2版 影印版) pdf格式电子书
- [txt 下载] 学习 JavaScript(第2版 影印版) txt格式电子书
- [mobi 下载] 学习 JavaScript(第2版 影印版) mobi格式电子书
- [word 下载] 学习 JavaScript(第2版 影印版) word格式电子书
- [kindle 下载] 学习 JavaScript(第2版 影印版) kindle格式电子书
内容简介:
如果你想使用JavaScript来利用当今强大的浏览器,《学习JavaScript》为这个Web开发中奇妙且不可缺少的语言提供了完整而实际的指导。你将会学习从原始数据类型到复杂特性的所有内容,包括与Ajax和动态页面效果有关的JavaScript元素。学完这本书,你将能够使用最复杂的程序库和Web应用程序。
第二版中包括了许多JavaScript运用中的*实践和范例,展示了如何将语言和浏览器环境整合,以及如何为符合标准的Web站点实践准确的编码技术。
有了这本书,你将能够:
学习JavaScript应用程序结构,包括基本语句和控制结构;
识别JavaScript对象:String、Number、Boolean、Function等;
使用浏览器调试工具和故障检测技术;
理解事件处理、表单事件和带有表单的JavaScript应用程序;
使用浏览器对象模型(BOM)、文档对象模型(DOM)和自定义对象进行开发;
学习关于浏览器cookies和更多*的客户端存储技术;
利用Ajax应用程序得到使用XML和JSON的详细信息。
《学习JavaScript》遵循已被证实的学习原理,帮助你以简单的步骤吸收这些原理,以使你理解如何在各种浏览器中建立强大且反应迅速的应用程序。
书籍目录:
Preface
1. Hello JavaScript!
Hello World!
Hello World! Once Again
The script Tag
JavaScript Versus ECMAScript Versus JScript
Defining Functi*** in JavaScript
Event Handlers
The document Browser Object
The property ***
The var Keyword and Scope
Statements
Comments
What You Didn't See: HTML Comments and CDATA Secti***.
JavaScript Files
Accessibility and JavaScript Best Practices
Accessibility Guidelines
noscript
2. JavaScript Data Types and Variables
Identifying Variables
Naming Guidelines
Primitive Types
The String Data Type
String Escape Sequences
String Encoding
Converting to Strings
The Boolean Data Type
The Number Data Type
The null and undefined Variables
C***tants: Named but Not Variables
Test Your Knowledge: Quiz
Test Your Knowledge: Answers
3. Operat0rs and Statements
The Format of a JavaScript Statement
The Assignment Statement
The Arithmetic ***s
The Unary ***s
*** Precedence
A Handy Shortcut: Assignment with Operation
The Bitwise ***s
Conditional Statements and Program Flow
The if...else Conditional Statement
The switch Conditional Statement
The Conditional ***s
The Equality and Identity (String Equality) ***s
Other Relational ***s
The One and Only JavaScript Ternary ***
The Logical ***s
Advanced Statements: The Loops
The while Loop
The do...while Loop
The for Loops
Test Your Knowledge: Quiz
Test Your Knowledge: Answers
4. The JavaScript Objects
Primitive Data Types As Objects
Boolean, Number, and String
The Boolean Object
The Number Object, Static Properties, and Instance Methods
The String Object
Regular Expressi*** and RegExp
The RegExp Methods: test and exec
Working with Regular Expressi***
The Date Object
The Math Object
The Math Properties
The Math Methods
JavaScript Arrays
FIFO Queues
Test Your Knowledge: Quiz
Test Your Knowledge: Answers
5. Functi***
Declarative Functi***
Function Naming Conventi*** and Size
Function Returns and Arguments
Anonymous Functi***
Function Li***ls
Functi*** and Recursion
Nested Functi***, Function Closure, and Memory Leaks
Callback Functi***
Function Type Summary
Function Scope
Function As Object
Test Your Knowledge: Quiz
Test Your Knowledge: Answers
6. Troubleshooting, Debugging, and Cross-Browser Issues
Simple Ways to Debug
Development and Debugging Tools by Browser
Firefox and Firebug
Using c***ole.log
Firefox, the Web Developer Toolkit, and NoScript
Opera and Dragonfly
Safari/WebKit and the Web Inspector
Internet Explorer
Dealing with Cross-Browser Differences
Object Detection
Where Object Detection Fails
DOCTYPE, X-UA-Compatible, and Quirks Mode
Breaking Backward Compatibility: The IE8 http-equiv Meta Tag
Test Your Knowledge: Quiz
Test Your Knowledge: Answers
7. Catching Events
The Events
Level 0 Event Handling
The Event Object
Event Bubbling
Event Handlers and this
The DOM Level 2 Event Model
Generating Events
Test Your Knowledge: Quiz
Test Your Knowledge: Answers
8. Forms, Form Events, and Validation
Attaching Events to Forms: Different Approaches
Cross-Browser Event Handling
Canceling an Event
Selection
Dynamically Modifying the Selection
Selection and Auto-Selection
Radio Butt*** and Checkboxes
The text, textarea, password, and hidden Input Elements
Text Validation
Input Fields and Regular Expression Validation
Forms, the Sandbox, and XSS
Test Your Knowledge: Quiz
Test Your Knowledge: Answers
9. Browser As Puzzle Box
The Structure of the Browser at a Glance
The window Object
Creating and Controlling Windows
The Dialogs: alert, confirm, and prompt
Creating Custom Windows
Modifying a Window
Frames
The location Object
Remote Scripting with the iframe
Adding and Controlling Timers
The history, screen, and navigator Objects
The history Object
The screen Object
The navigator Object
The history, screen, and navigator Properties in Action
The Document Object
Links
Images
innerHTML
Test Your Knowledge: Quiz
Test Your Knowledge: Answers
10. Cookies and Other Client-Side Storage Techniques
The JavaScript Sandbox and Cookie Security
The Same-Origin Security Policy
Using document.domain
All About Cookies
Storing and Reading Cookies
Flash Shared Objects, Google Gears, and HTML5 DOM Storage
Test Your Knowledge: Quiz
Test Your Knowledge: Answers
11. The DOM, or Web Page As Tree
A Tale of Two Interfaces
The DOM HTML API
The DOM HTML Objects and Their Properties
DOM (HTML) Collecti***
Understanding the DOM: The Core API
The DOM Tree
Node Properties and Methods
The DOM Core Document Object
Element and Access in Context
Modifying the Tree
Test Your Knowledge: Quiz
Test Your Knowledge: Answers
12. Dynamic Pages
JavaScript, CSS, and the DOM
The Style Property/Attributes
Fonts and Text
Font Style Properties
Text Properties
Position and Movement
Dynamic Positioning
Drag-and-Drop
Size and Clipping
Overflow and Dynamic Content
The Clipping Rectangle
Display, Visibility, and Opacity
The Right Tool for the Right Effect
Just-in-Time Information
Revisiting the DOM: Collapsing Forms, Query Selectors, and Class Names
Test Your Knowledge: Quiz
Test Your Knowledge: Answers
13. Creating Custom lavaScript Objects
The JavaScript Object and Prototyping
Prototyping
Creating Your Own Custom JavaScript Objects
Enter the Function
Public and Private Properties and Where this Enters the Picture
Getters and Setters
Object Encapsulation
Chaining C***tructors and JavaScript Inheritance
One-Off Objects
Object Libraries: Packaging Your Objects for Reuse
Advanced Error Handling Techniques (try, throw, catch)
Test Your Knowledge: Quiz
Test Your Knowledge: Answers
14. Moving Outside the Page with Ajax
How Ajax Works
Hello Ajax World!
The XMLHttpRequest Object and Preparing to Send the Request
Object, Object, Who Has the Object?
The XMLHttpRequest Methods
Processing the Web Request Return
Checking the readyState and status of an Ajax Request
Processing the Web Request Result
Ajax: It's Not Only Code
The Dynamic Nature of Ajax
Ajax Accessibility and Degrading Gracefully
Security and Workarounds
JavaScript and Ajax Libraries
Test Your Knowledge: Quiz
Test Your Knowledge: Answers
15. Ajax Data: XML oriSON?
XML-Formatted Ajax Results
The Data's MIME Type
Generating the XML on the Server
Processing the XML on the Client
JavaScript Object Notation
A Simple JSON Application
The JSON Object
Test Your Knowledge: Quiz
Test Your Knowledge: Answers
Index
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
编辑推荐
“无论你是一个初学者,还是一个正在寻求一种新语言的有经验的程序设计者,我都要明确地向你推荐《学习JavaScript》这本书。作者Shelley简单明了的分析,可以帮助你掌握这种语言的基础及细微之处,从而将它*适当地用于你自己的Web站点。”
——Anthony T.Holdener III,O'Reilly出版的《Ajax权威指南》一书的作者
作者简介:Shelley Powers从事并编写Web技术超过13年。近年来她在O'Reilly出版的图书内容涵盖了语义网(semantic web)、Ajax、JavaScript及Web graphics。同时,她也是一名狂热的业余摄影爱好者和Web开发爱好者。
书摘插图
书籍介绍
《学习JavaScript(影印版)》讲述了:如果你想使用JavaScript来利用当今强大的浏览器,《学习JavaScript》为这个Web开发中奇妙且不可缺少的语言提供了完整而实际的指导。你将会学习从原始数据类型到复杂特性的所有内容,包括与Ajax和动态页面效果有关的JavaScript元素。学完这《学习JavaScript(影印版)》,你将能够使用最复杂的程序库和Web应用程序。
第二版中包括了许多JavaScript运用中的最佳实践和范例,展示了如何将语言和浏览器环境整合,以及如何为符合标准的Web站点实践准确的编码技术。
有了这《学习JavaScript(影印版)》,你将能够:
学习JavaScript应用程序结构,包括基本语句和控制结构
识别JavaScript对象:String、Number、Boolean、Function等
使用浏览器调试工具和故障检测技术
理解事件处理、表单事件和带有表单的JavaScript应用程序
使用浏览器对象模型(BOM)、文档对象模型(DOM)和自定义对象进行开发
学习关于浏览器cookies和更多最新的客户端存储技术
利用Ajax应用程序得到使用XML和JSON的详细信息
《学习JavaScript》遵循已被证实的学习原理,帮助你以简单的步骤吸收这些原理,以使你理解如何在各种浏览器中建立强大且反应迅速的应用程序。
网站评分
书籍多样性:6分
书籍信息完全性:7分
网站更新速度:6分
使用便利性:9分
书籍清晰度:5分
书籍格式兼容性:6分
是否包含广告:9分
加载速度:6分
安全性:7分
稳定性:7分
搜索功能:6分
下载便捷性:6分
下载点评
- 下载快(397+)
- 情节曲折(266+)
- 体验差(266+)
- 速度慢(107+)
- 可以购买(191+)
- 服务好(480+)
- 购买多(547+)
- 无多页(366+)
- 种类多(287+)
- 无颠倒(142+)
- 收费(78+)
- 章节完整(274+)
下载评价
- 网友 孙***夏:
中评,比上不足比下有余
- 网友 瞿***香:
非常好就是加载有点儿慢。
- 网友 晏***媛:
够人性化!
- 网友 权***波:
收费就是好,还可以多种搜索,实在不行直接留言,24小时没发到你邮箱自动退款的!
- 网友 谭***然:
如果不要钱就好了
- 网友 堵***洁:
好用,支持
- 网友 龚***湄:
差评,居然要收费!!!
- 网友 游***钰:
用了才知道好用,推荐!太好用了
- 网友 田***珊:
可以就是有些书搜不到
- 网友 芮***枫:
有点意思的网站,赞一个真心好好好 哈哈
- 网友 融***华:
下载速度还可以
- 网友 师***怡:
说的好不如用的好,真心很好。越来越完美
喜欢"学习 JavaScript(第2版 影印版)"的人也看了
英文原版 马达加斯加的企鹅 Penguins of Madagascar Movie Novelization mobi 下载 网盘 caj lrf pdf txt 阿里云
1课3练单元达标测试 数学 四年级下(BSD升级版) mobi 下载 网盘 caj lrf pdf txt 阿里云
理想树 2019版 教材划重点 高中政治 必修2 RJ 人教版 教材全解读 mobi 下载 网盘 caj lrf pdf txt 阿里云
孙权传 中国历代帝王传记 张作耀【正版图书】 mobi 下载 网盘 caj lrf pdf txt 阿里云
史酷比:神探机车之谜 mobi 下载 网盘 caj lrf pdf txt 阿里云
边缘的权利 mobi 下载 网盘 caj lrf pdf txt 阿里云
9787562341239 mobi 下载 网盘 caj lrf pdf txt 阿里云
三毛作品撒哈拉的故事中国现当代散文随笔文三毛全集三毛逝世二十年纪念作品全集 经典文学小说 青春励志书中国文学 mobi 下载 网盘 caj lrf pdf txt 阿里云
拒绝合唱 张磊 著 著作 mobi 下载 网盘 caj lrf pdf txt 阿里云
逝川(迟子建作品)茅盾文学奖、鲁迅文学奖得主,《额尔古纳河右岸》作者迟子建小说代表作 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 口腔种植的精准植入技巧——如何避免种植手术的毫米级误差 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 湖湘文库-刘锦棠奏稿 李续宾奏疏 (清)刘锦棠,(清)李续宾,杨云辉 校点 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 审判体系和审判能力现代化与行政法律适用问题研究——全国法院第32届学术讨论会获奖论文集 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 《吴疆说普洱》 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 宁夏羊皮书 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 2019新版刑事审判参考总第115集刑事审判工作指导指南刑审刑事辩护实务法律实用刑审实务办案手册参考书籍审判人员刑事办案工具书正版正版 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 当代全球商务 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 漫花束起(时尚花束设计) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 新概念英语练习册4 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 化学(高中预备班) mobi 下载 网盘 caj lrf pdf txt 阿里云
书籍真实打分
故事情节:3分
人物塑造:3分
主题深度:7分
文字风格:8分
语言运用:9分
文笔流畅:5分
思想传递:6分
知识深度:3分
知识广度:5分
实用性:3分
章节划分:3分
结构布局:9分
新颖与独特:6分
情感共鸣:3分
引人入胜:9分
现实相关:5分
沉浸感:4分
事实准确性:9分
文化贡献:7分