Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applicati*** mobi 下载 网盘 caj lrf pdf txt 阿里云

Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applicati*** 电子书下载地址
- 文件名
- [epub 下载] Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applicati*** epub格式电子书
- [azw3 下载] Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applicati*** azw3格式电子书
- [pdf 下载] Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applicati*** pdf格式电子书
- [txt 下载] Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applicati*** txt格式电子书
- [mobi 下载] Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applicati*** mobi格式电子书
- [word 下载] Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applicati*** word格式电子书
- [kindle 下载] Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applicati*** 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 s***s that *** 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 in***ctive 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 expectati***. Keep up the wonderful work!"-Tracey Moore (Memphis, TN)
* High-resolution screen s***s *** each task
* Succinct explanati*** walk you through step by step
* Two-page less*** 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 J***ASCRIPT.
Create a Script.
View JavaScript Errors.
Handle Browser Events.
Create JavaScript Functi***.
Display Results Where You Choose in a Page.
Connect HTML Butt*** to JavaScript.
Display Text in Text Fields.
Pass Arguments to Functi***.
Return Data from Functi***.
Store Data in Variables.
Work with ***s.
Use JavaScript ***s.
Create Local Variables.
Make Choices with the if Statement.
Using Comparison ***s.
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 Serve***ith GET.
Pass Data to the Serve***ith POST.
4 GETTIN***ORE 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 Selecti***.
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 Serve***ith libXmlRequest.
Download Data with libXmlRequest.
7 USIN***ORE POWERFUL AJAX FRAMEWORKS.
Install XHConn.
Access the Serve***ith XHConn.
Download Data with XHConn.
Install SACK.
Access the Serve***ith SACK.
Download Data with SACK.
Install Sarissa.
Access the Serve***ith Sarissa.
Download Data with Sarissa.
Install In***ctive Website Framework.
Connecting to the Serve***ith the In***ctive Website Framework.
Download Data with the In***ctive Website Framework.
Install RICO.
Access the Serve***ith 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 In***ctive 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 ***s.
Handle Text String Data.
Make Choices with the if Statement.
Read Data from Text Fields.
Read Data from Check Boxes.
Read Data from Radio Butt***.
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 applicati***, 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.
网站评分
书籍多样性:6分
书籍信息完全性:7分
网站更新速度:6分
使用便利性:5分
书籍清晰度:6分
书籍格式兼容性:7分
是否包含广告:7分
加载速度:4分
安全性:3分
稳定性:4分
搜索功能:8分
下载便捷性:7分
下载点评
- 字体合适(156+)
- 情节曲折(658+)
- 博大精深(221+)
- 无缺页(171+)
- 速度快(61+)
- 服务好(621+)
- 在线转格式(99+)
下载评价
- 网友 孔***旋:
很好。顶一个希望越来越好,一直支持。
- 网友 瞿***香:
非常好就是加载有点儿慢。
- 网友 相***儿:
你要的这里都能找到哦!!!
- 网友 石***致:
挺实用的,给个赞!希望越来越好,一直支持。
- 网友 訾***雰:
下载速度很快,我选择的是epub格式
- 网友 堵***洁:
好用,支持
- 网友 宓***莉:
不仅速度快,而且内容无盗版痕迹。
- 网友 扈***洁:
还不错啊,挺好
- 网友 权***颜:
下载地址、格式选择、下载方式都还挺多的
- 网友 温***欣:
可以可以可以
- 网友 濮***彤:
好棒啊!图书很全
- 网友 常***翠:
哈哈哈哈哈哈
- 网友 习***蓉:
品相完美
- 网友 田***珊:
可以就是有些书搜不到
- 网友 詹***萍:
好评的,这是自己一直选择的下载书的网站
喜欢"Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applicati*** "的人也看了
韩信传奇 mobi 下载 网盘 caj lrf pdf txt 阿里云
2020版企业会计准则案例讲解 立信会计出版社正版企业会计准则制度培训用书 企业会计准则应用指南案例分析及操作实务财务税务书籍 mobi 下载 网盘 caj lrf pdf txt 阿里云
海外直订Saugatuck Reservoir Lake Safety Book: The Essential Lake Safety Guide For Children 索格塔克水库湖泊安全... mobi 下载 网盘 caj lrf pdf txt 阿里云
建筑模型制作图解 筑美设计,***空间出品 江苏***科学技术出版社【正版】 mobi 下载 网盘 caj lrf pdf txt 阿里云
造书 mobi 下载 网盘 caj lrf pdf txt 阿里云
手机短:脚本文案、拍摄剪辑与运营攻略9787122422491兴海图书专营店 mobi 下载 网盘 caj lrf pdf txt 阿里云
河南省编导制作类专业统考专用教材 mobi 下载 网盘 caj lrf pdf txt 阿里云
人到中年健康须知 致男性 mobi 下载 网盘 caj lrf pdf txt 阿里云
天才少年的48种特质 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 阿里云
- 9787302350347 mobi 下载 网盘 caj lrf pdf txt 阿里云
- IT职业英语教程 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 9787107245930 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 2014首都师大版教师招聘考试 最后冲刺试卷/中学地理 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 格式合同条款研究 苏号朋 著 中国人民大学出版社【无忧售后 正版书籍】 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 托马斯旅游英语会话(英朝对译) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 石磊2015考研思想政治理论终极预测3套卷石磊团队石磊彭林强张峰精心编制;知名辅导机构全国点睛班指定教材;依据2015年考试大纲结合最新时政材料的考前高质量押题预测卷 mobi 下载 网盘 caj lrf pdf txt 阿里云
书籍真实打分
故事情节:3分
人物塑造:8分
主题深度:6分
文字风格:4分
语言运用:4分
文笔流畅:7分
思想传递:3分
知识深度:9分
知识广度:4分
实用性:9分
章节划分:6分
结构布局:9分
新颖与独特:7分
情感共鸣:8分
引人入胜:6分
现实相关:9分
沉浸感:9分
事实准确性:8分
文化贡献:9分