没有合适的资源?快使用搜索试试~ 我知道了~
pro-javascript-ria-techniques:支持 Apress 书籍“Pro JavaScript RIA 技术...
共94个文件
js:61个
html:21个
txt:2个
需积分: 9 0 下载量 160 浏览量
2021-06-13
20:34:56
上传
评论
收藏 127KB ZIP 举报
温馨提示
专业 JavaScript RIA 技术:最佳实践、性能、演示 作者:Den Odell ISBN 9781430219347 源代码发布 - 版本 1.6 2010 年 12 月 17 日更新 - 版本 1.6 修复: 第 2 章,清单 2-14,更新了 getPosition 方法以正确返回元素的宽度和高度 2010 年 11 月 8 日更新 - 版本 1.5 修复: 第 2 章,清单 2-12,更新了保存方法以将错误命名的 HTTP 标头从“内容类型”重命名为“内容类型” 2010 年 11 月 4 日更新 - 版本 1.4 修复: 第 2 章,清单 2-10,更新了 onDomReady 方法,该方法在某些浏览器中忽略了回调参数 2010 年 10 月 11 日更新 - 版本 1.3 修复: 第 2 章,清单 2-11,更新了 getRelatedTarget 方法
资源推荐
资源详情
资源评论
收起资源包目录
pro-javascript-ria-techniques-master.zip (94个子文件)
pro-javascript-ria-techniques-master
Chapter05
04 - Julian Lecomte's Code Pattern for Breaking Up Long Scripts into Smaller Blocks.js 1KB
07 - Loading Full Navigation HTML on Interaction with a Placeholder.js 755B
01 - Providing a Response 300 Milliseconds After an Action.js 1KB
06 - Improved Performance of the Sort Algorithm in Listing 5-5.js 2KB
02 - CSS Pseudo-Classes for Providing Visual Feedback on Hyperlinks.css 432B
03 - Informing the User That the Form Is Being Submitted.js 871B
05 - A Long-Running Sort Routine Split into Smaller Code Blocks.js 2KB
Chapter04
05 - Plugging a Memory Leak.html 397B
07 - Updating Applied Class Names Instead of Individual Styles.html 607B
09 - Adding Page Elements Dynamically As an HTML String.html 371B
02 - Executing Scripts As Soon As the DOM Is Ready.js 390B
04 - Using JSON-P.js 1KB
08 - Creating DOM Elements Efficiently.js 951B
06 - Event Delegation.html 511B
01 - Loading a JavaScript File on Demand Without Blocking the Browser.js 708B
03 - Using a Memoizer to Speed Up Execution Time of Repetitive Functions.js 2KB
Chapter02
03 - Polymorphism in Action - Replacing the Method of a Parent Class.js 747B
17 - The Bare-Bones Structure of an E-Mail Message Class.js 1KB
01 - Creating a Singleton.js 858B
18 - A Folder Class Structure.js 938B
16 - Instantiating the $ Library.js 146B
08 - Object Literal with Many Types of Values.js 692B
15 - Adding Methods for Locating Elements Within the DOM to the $ Library.js 1KB
21 - A Class Representing the Observer Pattern.js 1006B
04 - Polymorphism in Action - Extending the Method of a Parent Class.js 1KB
23 - Basic Test Suite HTML Page Using YUI Test.html 3KB
22 - Web Mail Client Application Using the Observer Pattern.js 3KB
19 - Singleton Representing a Web Mail Client Application.js 944B
02 - Basic Inheritance in JavaScript.js 814B
09 - Object Literal As an Input to a Function.js 1KB
05 - The this Keyword in Action.js 1KB
13 - Adding Utility Methods to the $ Library.js 4KB
10 - Executing Code When the DOM Is Ready for Access.js 1KB
07 - Restricting Access to Properties and Methods of a Class.js 1KB
11 - Writing Methods to Standardize Event Handling in Browsers.js 8KB
20 - Web Mail Client Application Using the MVC Software Pattern.js 4KB
06 - Using apply and call to Alter the Value of the this Keyword.js 1KB
14 - Adding CSS Style-Related Methods to the $ Library.js 6KB
12 - Loading Content Dynamically Using Ajax.js 6KB
README.md 1KB
Chapter10
01 - Configuring a Binary Connector.js 4KB
03 - Binary File Reader.js 5KB
05 - HTML Page for Displaying Image Data via Ajax.html 1KB
02 - Loading a Complete or Partial Binary File Using Ajax.js 3KB
06 - Displaying EXIF Image Data on an HTML Page.js 7KB
04 - EXIF Data Reader.js 20KB
Chapter06
02 - GenerateImage.aspx.cs 7KB
03 - Generating Images Containing Text in Custom Fonts in JSP.jsp 4KB
01 - Generating Images Containing Text in Custom Fonts Using PHP.php 4KB
Chapter11
06 - A Simple Canvas Tag Image.html 2KB
01 - A Simple SVG Image File.svg 2KB
05 - Drawing a Dynamic Graph Using the Raphael JavaScript Library.html 15KB
02 - A Simple SVG Image, Described Within an XHTML Page.xhtml 1KB
04 - A Simple VML Image, Described Within an HTML Page.html 1KB
03 - A Simple SVG Image, Described Through JavaScript.html 2KB
Chapter07
06 - Video Tutorial Page Using JW FLV Media Player.js 5KB
03 - HTML Markup for Video Tutorial Page.html 1KB
01 - HTML Markup for the Online MP3 Store Example.html 2KB
02 - JavaScript Code for Online MP3 Store Example.js 1KB
04 - JavaScript to Add Playback Controls to the Video Tutorial Page.js 1KB
05 - Displaying a Video Tutorial Using the YouTube Chromeless Player.js 6KB
Chapter09
13 - Cross-Browser Local Data Storage API.js 3KB
14 - Getting, Setting, and Removing Data Using a Cross-Browser API.js 798B
11 - Getting, Setting, and Removing Data Using Flash Local Shared Objects.js 1KB
07 - Setting, Getting, and Removing Data Using the Global Storage API.js 2KB
08 - Storing, Retreiving, and Removing Data Using the Global Storage API.js 546B
15 - Saving and E-mail Message Being Composed into Local Storage.html 6KB
04 - Creating, Locating, and Deleting userData in Internet Explorer.js 547B
09 - Getting, Setting, and Deleting Data Using the Database Storage API.js 5KB
10 - Setting, Getting, and Removing Data Using the Database Storage API.js 596B
storage.swf 260B
03 - Setting, Getting, and Removing Data Using Internet Explorer's userData Mechanism.js 3KB
storage.fla 38KB
01 - Setting and Reading Cookie Values.js 3KB
06 - Storing, Retreiving, and Removing Data Using the Local Storage API.js 464B
02 - Creating, Location, and Deleting Cookies Using the $ Library.js 486B
05 - Setting, Getting, and Removing Data Using the Local Storage API.js 1KB
12 - Storing, Retreiving, and Removing Data Using Flash Local Shared Objects.js 704B
Chapter08
01 - Extending the $ JavaScript Library with Utility Methods for Dates.js 5KB
06 - HTML Page Demonstrating the SWFUpload Component.html 8KB
07 - Using the TinyMCE Rich Text Editor on an HTML Page.html 2KB
04 - A Custom Slider Form Control.js 21KB
05 - An HTML Page Containing a Slider Control.html 5KB
02 - A Calendar Custom Form Control.js 27KB
03 - HTML Page Containing a Custom Calendar Control.html 7KB
Chapter12
06 - Dynamically Loading Content Accessibly Via Ajax.html 4KB
04 - Alerting Users to Updated Page Content.html 3KB
03 - Improving Event Handling Within the $ JavaScript Library.js 1KB
01 - Adding and Retrieving Browser History Items Through JavaScript.js 4KB
02 - Adding and Navigating Page Visit History Items Using Ajax.html 3KB
05 - Marking Up an HTML Page Using ARIA Landmark Roles.html 2KB
Chapter01
01 - Eric Meyer's Universal Cross-Browser Style Reset.css 1KB
Chapter03
01 - HTTP Request Message Example for www.google.com.txt 414B
02 - HTTP Response Message Example for www.google.com.txt 281B
共 94 条
- 1
资源评论
粢范团
- 粉丝: 35
- 资源: 4697
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 检测桌面物体-YOLO(v5至v9)、COCO、CreateML、Darknet、Paligemma、TFRecord、VOC数据集合集.rar
- 基于Java实现的动态操作实体属性及数据类型转换的设计源码
- x32dbg-And-x64dbg-for-windows逆向调试
- 检测是否佩戴口罩-YOLO(v5至v9)、Paligemma、TFRecord、VOC数据集合集.rar
- 基于Objective-C的TMComponentKitSpec融媒体发布端系统组件库设计源码
- 基于CSS的订餐系统设计源码实现与优化
- 基于Springboot+Vue技术的亚健康管理系统设计源码
- 基于Java平台的PlayerBase设计源码
- 基于HTML的晚自习排课系统——晚学助手设计源码
- 基于2024年9月更新的zzyl项目的Java设计源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功