Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applications rb mobi 在线 下载 lit txt 网盘 pdf

Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applications 电子书下载地址
- 文件名
- [epub 下载] Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applications epub格式电子书
- [azw3 下载] Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applications azw3格式电子书
- [pdf 下载] Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applications pdf格式电子书
- [txt 下载] Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applications txt格式电子书
- [mobi 下载] Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applications mobi格式电子书
- [word 下载] Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applications word格式电子书
- [kindle 下载] Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applications kindle格式电子书
内容简介:
Welcome to the only guidebook series that takes a visual approach to professional-level computer topics. Open the book and you'll discover step-by-step screen shots that demonstrate over 150 key Ajax techniques, including:
* Downloading data from behind the scenes
* Enabling real-time live searches
* Playing games that use Ajax
* Populating pop-up menus
* Accessing Web pages from JavaScript
* Handling menus, colors, and backgrounds
* Creating interactive mouseovers
* Updating shopping carts
* Installing Ajax frameworks
* Validating XML from the server
* Enabling auto-completion of typed terms
* Downloading images behind the scenes
"I just purchased my third Visual book (my first two are dog-eared now!) and, once again, your product has surpassed my expectations. Keep up the wonderful work!"-Tracey Moore (Memphis, TN)
* High-resolution screen shots demonstrate each task
* Succinct explanations walk you through step by step
* Two-page lessons break big topics into bite-sized modules
* "Apply It" and "Extra" sidebars highlight useful tips
书籍目录:
HOW TO USE THIS BOOK.
1 GETTING INTO AJAX.
Get into Ajax.
Using an Ajax-Based Application.
Run a Live Search.
Autocomplete What You Type.
Modify Web Pages without Page Refreshes.
Drag and Drop with Ajax.
Get Instant Login Feedback.
Create Rich Displays with Ajax.
Create Games with Ajax.
Chat Online Using Ajax.
Download Images with Ajax.
2 CREATING AJAX USING JAVASCRIPT.
Create a Script.
View JavaScript Errors.
Handle Browser Events.
Create JavaScript Functions.
Display Results Where You Choose in a Page.
Connect HTML Buttons to JavaScript.
Display Text in Text Fields.
Pass Arguments to Functions.
Return Data from Functions.
Store Data in Variables.
Work with Operators.
Use JavaScript Operators.
Create Local Variables.
Make Choices with the if Statement.
Using Comparison Operators.
Determine Browser Type and Version.
Repeat Code Execution with the for Loop.
Handle Multiple Data Items at Once Using Arrays.
Using the while Loop.
3 WRITING AJAX CODE.
Write Ajax.
Create an XMLHttpRequest Object Using JavaScript.
Open the XMLHttpRequest Object.
Get Ready to Download.
Download Data with the XMLHttpRequest Object.
Select Relative or Absolute URLs.
Create Newer XMLHttpRequest Objects in Internet Explorer.
Start Using Server-Side Scripts.
Create XML Documents for Download.
Download XML from the Server.
Create a Function That Adds Numbers.
Extract Data from XML Elements.
Read Data Sent to the Server.
Pass Data to the Server with GET.
Pass Data to the Server with POST.
4 GETTING MORE AJAX POWER.
Create Server-Side Mouseovers.
Download JavaScript Using Ajax.
Create a Live Search Using Google Suggest.
Connect to Google Suggest.
Display the Google Suggest Results.
Read Input and Send It to the Server for Validation.
Return Validation from the Server.
Get Header Information.
Extract Specific Header Data.
Check If a Document Exists.
Use Two XMLHttpRequest Objects at the Same Time.
Create an Array of XMLHttpRequest Objects.
Handle Multiple XMLHttpRequest Requests at the Same Time.
Call a Different Domain Safely.
Debug Ajax Code.
5 CREATING AJAX APPLICATIONS.
Convert Mouse Events into a Standard Format.
Handle Mouse Down and Mouse Up Events.
Handle Mouse Move Events.
Handle Mouse Click and Double-Click Events.
Handle Mouse Enter and Leave Events.
Create a Shopping Cart Application.
Drag an HTML Element in a Shopping Cart Application.
Drop an HTML Element in a Shopping Cart Application.
Update a Shopping Cart on the Server.
Download Image Names Using Ajax.
Display Images Using Ajax and Dynamic HTML.
Create an Ajax-Driven Menu System.
Display a Menu Using Cascading Styles.
Hide a Menu Using CSS.
Read Ajax-Driven Menu Selections.
6 EXPLORING THE BASIC AJAX FRAMEWORKS.
Using Ajax Frameworks.
Create the readTextWithGet Function.
Get Text with the readTextWithGet Function.
Create the readXmlWithGet Function.
Get XML with the readXmlWithGet Function.
Create the readTextWithPost Function.
Get Text with the readTextWithPost Function.
Create the readXmlWithPost Function.
Get XML with the readXmlWithPost Function.
Install AJAXLib.
Access the Server With AJAXLib.
Download Data With AJAXLib.
Install libXmlRequest.
Access the Server with libXmlRequest.
Download Data with libXmlRequest.
7 USING MORE POWERFUL AJAX FRAMEWORKS.
Install XHConn.
Access the Server with XHConn.
Download Data with XHConn.
Install SACK.
Access the Server with SACK.
Download Data with SACK.
Install Sarissa.
Access the Server with Sarissa.
Download Data with Sarissa.
Install Interactive Website Framework.
Connecting to the Server with the Interactive Website Framework.
Download Data with the Interactive Website Framework.
Install RICO.
Access the Server with RICO.
Download Data with RICO.
8 HANDLING SERVER-SIDE AJAX FRAMEWORKS.
Install SAJAX.
Write Server-Side Code with SAJAX.
Write Browser-Side Code with SAJAX.
Install Xajax.
Write Server-Side Code with Xajax.
Write Browser-Side Code with Xajax.
Install LibAjax.
Write Server-Side Code with LibAjax.
Write Browser-Side Code with LibAjax.
Chat with Direct Web Remoting.
Edit an Interactive Table with DWR.
Handling E-Mail with Echo2.
Support Auto-complete with the Ajax Tag Library.
Update HTML Elements with Ajax Tag Library.
9 HANDLING XML WITH AJAX.
Create an XML Document.
Write Well-Formed XML.
Handle XML in JavaScript.
Get the XML Document Element from Downloaded XML.
Navigate XML Using firstChild and lastChild.
Navigate XML Using nextSibling and previousSibling.
Extract Text Data From an XML Element.
Handle White Space in Mozilla and Firefox.
Create the removeWhitespace Function in Mozilla and Firefox.
Use the removeWhitespace Function in Mozilla and Firefox.
Find XML Elements by Name.
Extract XML Attributes.
Create a Valid XML Document.
Validate an XML Document.
Report XML Validation Errors.
10 USING CSS WITH AJAX.
Set Up CSS Styles.
Set Font Family and Size.
Underline or Italicize Text.
Make Text Bold.
Align Text.
Set Foreground Colors.
Make New Text More Noticeable.
Set Background Colors.
Set Background Images.
Position Elements Using Absolute Positioning.
Position Elements Using Relative Positioning.
Set HTML Element Visibility.
Create Web Page Pop-Ups.
Move Elements in a Web Page.
Overlap HTML Elements.
11 SUPPORTING AJAX ON THE SERVER WITH PHP.
Create a PHP Page.
Create HTML to Send to the Browser.
Work with Variables.
Create Arrays.
Use PHP Operators.
Handle Text String Data.
Make Choices with the if Statement.
Read Data from Text Fields.
Read Data from Check Boxes.
Read Data from Radio Buttons.
Send XML to the Browser.
Work with the for Loop.
Work with the while Loop.
Work with the foreach Loop.
Read Files on the Server.
INDEX.
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
编辑推荐
作者简介:
Steven Holzner Ph.D. (Ithaca, New York) is the author of 100 technology books, including bestsellers such as Ajax for Dummies and Inside JavaScript. His books have been translated into 18 languages and have sold more than 2 million copies. He specializes in writing about online applications, and has authored popular books on the components of Ajax including JavaScript, XML, browser objects, and Web services. He teaches classes to programmers around the country on the central skill in Ajax, using XML online and in-depth. He has been a contributing editor to PC Magazine, and was on the faculty at Cornell University and MIT.
网站评分
书籍多样性:8分
书籍信息完全性:9分
网站更新速度:7分
使用便利性:5分
书籍清晰度:9分
书籍格式兼容性:3分
是否包含广告:8分
加载速度:7分
安全性:9分
稳定性:7分
搜索功能:5分
下载便捷性:9分
下载点评
- 种类多(119+)
- 微信读书(268+)
- 不亏(497+)
- 体验满分(365+)
- 方便(480+)
- 傻瓜式服务(433+)
- 推荐购买(361+)
- 内涵好书(620+)
- 图书多(632+)
- 值得购买(457+)
- 在线转格式(378+)
- 无广告(510+)
下载评价
- 网友 田***珊:
可以就是有些书搜不到
- 网友 饶***丽:
下载方式特简单,一直点就好了。
- 网友 养***秋:
我是新来的考古学家
- 网友 后***之:
强烈推荐!无论下载速度还是书籍内容都没话说 真的很良心!
- 网友 林***艳:
很好,能找到很多平常找不到的书。
- 网友 丁***菱:
好好好好好好好好好好好好好好好好好好好好好好好好好
- 网友 益***琴:
好书都要花钱,如果要学习,建议买实体书;如果只是娱乐,看看这个网站,对你来说,是很好的选择。
- 网友 康***溪:
强烈推荐!!!
- 网友 寇***音:
好,真的挺使用的!
- 网友 扈***洁:
还不错啊,挺好
- 网友 宓***莉:
不仅速度快,而且内容无盗版痕迹。
- 网友 居***南:
请问,能在线转换格式吗?
- 网友 师***怀:
好是好,要是能免费下就好了
- 网友 相***儿:
你要的这里都能找到哦!!!
喜欢"Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applications "的人也看了
出国游城市系列:巴黎旅游地图 rb mobi 在线 下载 lit txt 网盘 pdf
子弹上膛 rb mobi 在线 下载 lit txt 网盘 pdf
华图公安院校毕业生统一招警考试教材:专业科目 rb mobi 在线 下载 lit txt 网盘 pdf
JSP实用编程实例集 rb mobi 在线 下载 lit txt 网盘 pdf
考点同步解读 高中物理2 必修 rb mobi 在线 下载 lit txt 网盘 pdf
小猪佩奇主题绘本(第2辑)(5册套装) 英国快乐瓢虫出版公司 改编 ; 圣孙鹏译 安徽少年儿童出版社 rb mobi 在线 下载 lit txt 网盘 pdf
2013中公版考前冲刺预测试卷行政职业能力测验-广东公务员考试专业教材 rb mobi 在线 下载 lit txt 网盘 pdf
投资学(第四版)(博学·微观金融学系列) rb mobi 在线 下载 lit txt 网盘 pdf
天星教育 2021学年 教材帮 选择性必修1 历史 RJ (人教新教材) rb mobi 在线 下载 lit txt 网盘 pdf
隋唐制度渊源略论稿 唐代政治史述论稿(陈寅恪合集·史集)(陈寅恪史学代表作首度简体横排) 9787544780902 rb mobi 在线 下载 lit txt 网盘 pdf
- 《金融市场基础知识》考点突破及模拟强化(2023) rb mobi 在线 下载 lit txt 网盘 pdf
- 每天懂一点人情世故 办事的艺术 中国式应酬 说话的分寸办事的尺度全4册做人处事别人不说 为人处事社交礼仪沟通智慧人际关系情商表达说话技巧中国式应酬交往人生畅销书籍排行榜 rb mobi 在线 下载 lit txt 网盘 pdf
- 周计划:小学语文基础知识强化训练(一年级) rb mobi 在线 下载 lit txt 网盘 pdf
- 全4册细菌世界历险记 爷爷的爷爷哪里来 地球的故事 十万个为什么 班主任推荐下册四五年级课外书小学生课外阅读书籍儿童文学 rb mobi 在线 下载 lit txt 网盘 pdf
- 全套5册 漫画儿童心理学 漫画小学生心理 心理健康教育书籍情绪管理与性格培养故事书儿童健康心理学教育心理学书籍博闻推荐任选 rb mobi 在线 下载 lit txt 网盘 pdf
- 正版 中华对联故事(全本典藏)中华传统国学经典名著 对联书籍大全 对联书籍 对联书籍民俗实用对联 北方文艺出版社 rb mobi 在线 下载 lit txt 网盘 pdf
- 9787308118965 rb mobi 在线 下载 lit txt 网盘 pdf
- 数学题型集粹与练习题集:经济类2008版 rb mobi 在线 下载 lit txt 网盘 pdf
- 二级注册建筑师考试教材 2 建筑结构与设备(第十六版) rb mobi 在线 下载 lit txt 网盘 pdf
- 高考必刷卷 信息卷 理科综合(全国版)2023新版 高二高三高考总复习摸底检测必刷题 理想树 rb mobi 在线 下载 lit txt 网盘 pdf
书籍真实打分
故事情节:7分
人物塑造:3分
主题深度:3分
文字风格:7分
语言运用:5分
文笔流畅:9分
思想传递:9分
知识深度:5分
知识广度:8分
实用性:9分
章节划分:7分
结构布局:9分
新颖与独特:9分
情感共鸣:4分
引人入胜:4分
现实相关:7分
沉浸感:5分
事实准确性:5分
文化贡献:7分