Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applications pdf pdb 阿里云 极速 mobi caj kindle 下载

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分
网站更新速度:6分
使用便利性:6分
书籍清晰度:9分
书籍格式兼容性:8分
是否包含广告:5分
加载速度:4分
安全性:6分
稳定性:7分
搜索功能:3分
下载便捷性:3分
下载点评
- 中评多(402+)
- azw3(179+)
- 超值(608+)
- 一般般(498+)
- 全格式(147+)
- 可以购买(162+)
- 博大精深(180+)
- 品质不错(151+)
- 赞(665+)
- 差评(556+)
- mobi(325+)
- 图文清晰(679+)
- 五星好评(610+)
下载评价
- 网友 国***舒:
中评,付点钱这里能找到就找到了,找不到别的地方也不一定能找到
- 网友 薛***玉:
就是我想要的!!!
- 网友 曹***雯:
为什么许多书都找不到?
- 网友 邱***洋:
不错,支持的格式很多
- 网友 寿***芳:
可以在线转化哦
- 网友 谭***然:
如果不要钱就好了
- 网友 相***儿:
你要的这里都能找到哦!!!
- 网友 敖***菡:
是个好网站,很便捷
- 网友 步***青:
。。。。。好
- 网友 谢***灵:
推荐,啥格式都有
- 网友 汪***豪:
太棒了,我想要azw3的都有呀!!!
- 网友 陈***秋:
不错,图文清晰,无错版,可以入手。
- 网友 戈***玉:
特别棒
- 网友 常***翠:
哈哈哈哈哈哈
- 网友 温***欣:
可以可以可以
- 网友 郗***兰:
网站体验不错
喜欢"Ajax:互联网应用精要 Ajax: Your visual blueprint for creating rich Internet applications "的人也看了
建筑业企业资质申报指南(第2版) pdf pdb 阿里云 极速 mobi caj kindle 下载
无机化学习题解析(第三版) pdf pdb 阿里云 极速 mobi caj kindle 下载
星火英语·2013考研英语全真试卷(附DVD光盘一张) pdf pdb 阿里云 极速 mobi caj kindle 下载
学说汇纂(第11卷) pdf pdb 阿里云 极速 mobi caj kindle 下载
初中道德与法治默写能手(7下人教版) pdf pdb 阿里云 极速 mobi caj kindle 下载
特利迦奥特曼拼音认读故事第一辑(全5册) pdf pdb 阿里云 极速 mobi caj kindle 下载
乌龙院大长篇(活宝传奇18) pdf pdb 阿里云 极速 mobi caj kindle 下载
法语入门,看完这本就会说!法国语初级自学单词句子会话口语(基础发音教学视频+词汇+语法)法语口语 pdf pdb 阿里云 极速 mobi caj kindle 下载
液压与气压传动技术及应用(修订版) pdf pdb 阿里云 极速 mobi caj kindle 下载
生物医学工程学概论 pdf pdb 阿里云 极速 mobi caj kindle 下载
- 社会保障研究 郑功成 主编 pdf pdb 阿里云 极速 mobi caj kindle 下载
- 物流基础 周建亚 主编 著作 pdf pdb 阿里云 极速 mobi caj kindle 下载
- 9787117181662 pdf pdb 阿里云 极速 mobi caj kindle 下载
- 正版电影 少年时代(DVD9) 美国版《致青春》 pdf pdb 阿里云 极速 mobi caj kindle 下载
- 申论应试指导及深度训练[1/1](吉林省录用公务员考试专用教材) pdf pdb 阿里云 极速 mobi caj kindle 下载
- 工程制图与CAD(第2版) pdf pdb 阿里云 极速 mobi caj kindle 下载
- 政治心理学 pdf pdb 阿里云 极速 mobi caj kindle 下载
- 康熙字典 正版(现代点校版 横排、标点、注音、补正 套装全6册 精装) 中国收字多、释义详尽的字典 pdf pdb 阿里云 极速 mobi caj kindle 下载
- 500 Art Quilts pdf pdb 阿里云 极速 mobi caj kindle 下载
- 2012山东省公务员录用考试专用教材 pdf pdb 阿里云 极速 mobi caj kindle 下载
书籍真实打分
故事情节:5分
人物塑造:6分
主题深度:4分
文字风格:8分
语言运用:5分
文笔流畅:4分
思想传递:6分
知识深度:4分
知识广度:3分
实用性:7分
章节划分:7分
结构布局:8分
新颖与独特:8分
情感共鸣:4分
引人入胜:6分
现实相关:6分
沉浸感:7分
事实准确性:4分
文化贡献:6分