当前位置:首页>正文

专家Ajax Professional Ajax, 2nd Edition kindle pdf 115盘 snb chm 下载 免费 mobi

免费下载书籍地址:PDF下载地址

精美图片

专家Ajax Professional Ajax, 2nd Edition 书籍详细信息

  • ISBN:9780470109496
  • 作者:暂无作者
  • 出版社:暂无出版社
  • 出版时间:2007-08
  • 页数:624
  • 价格:317.70
  • 纸张:胶版纸
  • 装帧:平装
  • 开本:暂无开本
  • 语言:未知
  • 丛书:暂无丛书
  • TAG:暂无
  • 豆瓣评分:暂无豆瓣评分

内容简介:

Professional Ajax 2nd Edition provides a developer-level tutorial of Ajax techniques, patterns, and use cases. The book begins by exploring the roots of Ajax, covering how the evolution of the web and new technologies directly led to the development of Ajax techniques. A detailed discussion of how frames, JavaScript, cookies, XML, and XMLHttp requests (XHR) related to Ajax is included. After this introduction, the book moves on to cover the implementation of specific Ajax techniques. Request brokers such as hidden frames, dynamic *s, and XHR are compared and contrasted, explaining when one method should be used over another. To make this discussion clearer, a brief overview of HTTP requests and responses is included.

书籍目录:

Introduction.

Chapter 1: What Is Ajax?

Chapter 2: Ajax Basics.

Chapter 3: Ajax Patterns.

Chapter 4: Ajax Libraries.

Chapter 5: Request Management.

Chapter 6: XML, XPath, and XSLT.

Chapter 7: Syndication with RSS and Atom.

Chapter 8: JSON.

Chapter 9: Comet.

Chapter 10: Maps and Mashups.

Chapter 11: Ajax Debugging Tools.

Chapter 12: Web Site Widgets.

Chapter 13: Ajax Frameworks.

Chapter 14: ASP.NET AJAX Extensions (Atlas).

Chapter 15: Case Study: FooReader.NET.

Chapter 16: Case Study: AjaxMail.

Appendix A: Licenses for Libraries and Frameworks.

Index.

GNU General Public License.

作者介绍:

Nicholas C. Zakas has a BS in Computer Science from Merrimack College and an MBA from Endicott

College. He is the author of Professional JavaScript for Web Developers (Wiley 2005) as well as several

online articles. Nicholas works for Yahoo! as a frontend engineer and has worked in web development

for more than 6 years, during which time he has helped develop web solutions in use at some of the

largest companies in the world. Nicholas can be reached through his web site at www.nczonline.net.

Jeremy McPeak began tinkering with web development as a hobby in 1998. Currently working in the IT

department of a school district, Jeremy has experience developing web solutions with JavaScript, PHP,

and C#. He has written several online articles covering topics such as XSLT, WebForms, and C#. He is

also co-author of Beginning JavaScript, 3rd Edition (Wiley 2007). Jeremy can be reached through his web

site at www.wdonline.com.

Joe Fawcett started programming in the 1970s and briefly worked in IT upon leaving full-time educa-

tion. He then pursued a more checkered career before returning to software development in 1994. In

2003 he was awarded the title of Microsoft Most Valuable Professional in XML for community contribu-

tions and technical expertise. He currently works in London as a developer for FTC Kaplan, a leading

international provider of accountancy and business training, where he specializes in systems integration.

出版社信息:

暂无出版社相关信息,正在全力查找中!

书籍摘录:

暂无相关书籍摘录,正在全力查找中!

在线阅读/听书/购买/PDF下载地址:

在线阅读地址:专家Ajax Professional Ajax, 2nd Edition 在线阅读

在线听书地址:专家Ajax Professional Ajax, 2nd Edition 在线收听

在线购买地址:专家Ajax Professional Ajax, 2nd Edition 在线购买

原文赏析:

暂无原文赏析,正在全力查找中!

其它内容:

编辑推荐

作者简介:

  Nicholas C. Zakas has a BS in Computer Science from Merrimack College and an MBA from Endicott College. He is the author of Professional JavaScript for Web Developers (Wiley 2005) as well as several online articles. Nicholas works for Yahoo! as a frontend engineer and has worked in web development for more than 6 years, during which time he has helped develop web solutions in use at some of the largest companies in the world. Nicholas can be reached through his web site at www.nczonline.net.


书籍介绍

Professional Ajax 2nd Edition provides a developer-level tutorial of Ajax techniques, patterns, and use cases. The book begins by exploring the roots of Ajax, covering how the evolution of the web and new technologies directly led to the development of Ajax techniques. A detailed discussion of how frames, JavaScript, cookies, XML, and XMLHttp requests (XHR) related to Ajax is included. After this introduction, the book moves on to cover the implementation of specific Ajax techniques. Request brokers such as hidden frames, dynamic iframes, and XHR are compared and contrasted, explaining when one method should be used over another. To make this discussion clearer, a brief overview of HTTP requests and responses is included. Once a basic understanding of the various request types is discussed, the book moves on to provide in-depth examples of how and when to use Ajax in a web site or web application. Different data transmission formats, including plain text, HTML, XML, and JSON are discussed for their advantages and disadvantages. Also included is a discussion on web services and how they may be used to perform Ajax techniques. Next, more complex topics are covered. A chapter introducing a request management framework explores how to manage all of the requests inside of an Ajax application. Ajax debugging techniques are also discussed. The last part of the book walks through the creation of two full-fledged Ajax web applications. The first, FooReader.NET, is an Ajax-powered RSS reader. The second, called AjaxMail, is an Ajax-enabled email system. Both of these applications incorporate many of the techniques discussed throughout the book. Professional Ajax 2nd edition is written for Web application developers looking to enhance the usability of their web sites and web applications and intermediate JavaScript developers looking to further understand the language. Readers should have familiarity with XML, XSLT, Web Services, PHP or C#, HTML, CSS. This book is not aimed at beginners without a basic understanding of the aforementioned technologies. Also, a good understanding of JavaScript is vitally important to understanding this book. Those readers without such knowledge should instead refer to books such as Beginning JavaScript, Second Edition (Wrox, 2004, ISBN: 978-0-7645-5587-9) and Professional JavaScript for Web Developers (Wrox, 2005, ISBN: 978-0-7645-7908-0). Professional Ajax 2nd edition adds nearly 200 pages of new and expanded coverage compared to the first edition. Some of the new topics covered here include: Ajax Libraries including the Yahoo! Connection Manager, Prototype, and jQuery Request Management with Priority Queues and the RequestManager Object Comet push-based web systems and HTTP streaming Maps and Mashups with Geocoding, Google Maps API and Yahoo! Maps API Ajax Debugging with FireBug and Microsoft Fiddler ASP.NET AJAX Extensions (formerly code-named "Atlas") And of course the Second Edition retains and updates the core first edition content including: the range of request brokers (including the hidden frame technique, iframes, and XMLHttp) and explains when one should be used over another different Ajax techniques and patterns for executing client-server communication Ajax patterns including predictive fetch, page preloading, submission throttling, incremental field and form validation, periodic refresh, multi-stage download and more Syndication with RSS, Atom, and XParser JSON and creating an autosuggest textbox example web site widgets for a news ticker, weather information, web search, and site search Ajax Frameworks JSpan, DWR, and Ajax.NET Professional A Web-based RSS/Atom aggregator case study An AjaxMail case study This book is also available as part of the 4-book JavaScript and Ajax Wrox Box (ISBN: 0470227818). This 4-book set includes: Professional JavaScript for Web Developers (ISBN: 0764579088) Professional Ajax 2nd edition (ISBN: 0470109491) Professional Web 2.0 Programming (ISBN: 0470087889) Professional Rich Internet Applications: Ajax and Beyond (ISBN: 0470082801)

书籍真实打分

故事情节:4分

人物塑造:6分

主题深度:3分

文字风格:7分

语言运用:8分

文笔流畅:8分

思想传递:3分

知识深度:6分

知识广度:3分

实用性:4分

章节划分:6分

结构布局:3分

新颖与独特:7分

情感共鸣:5分

引人入胜:9分

现实相关:9分

沉浸感:9分

事实准确性:4分

文化贡献:3分

网站评分

书籍多样性:7分

书籍信息完全性:8分

网站更新速度:9分

使用便利性:3分

书籍清晰度:4分

书籍格式兼容性:3分

是否包含广告:3分

加载速度:6分

安全性:5分

稳定性:8分

搜索功能:7分

下载便捷性:5分

下载点评

  • 经典(295+)
  • 无漏页(361+)
  • 一般般(315+)
  • 购买多(91+)
  • txt(391+)
  • 情节曲折(365+)
  • 实惠(465+)
  • 章节完整(248+)
  • 排版满分(149+)
  • 好评多(539+)

下载评价

网友 堵***格:OK,还可以

网友 师***怀:好是好,要是能免费下就好了

网友 邱***洋:不错,支持的格式很多

网友 龚***湄:差评,居然要收费!!!

网友 曾***玉:直接选择epub/azw3/mobi就可以了,然后导入微信读书,体验百分百!!!

网友 瞿***香:非常好就是加载有点儿慢。

网友 温***欣:可以可以可以

网友 师***怡:说的好不如用的好,真心很好。越来越完美

网友 仰***兰:喜欢!很棒!!超级推荐!

版权声明

1本文:专家Ajax Professional Ajax, 2nd Edition 转载请注明出处。
2本站内容除签约编辑原创以外,部分来源网络由互联网用户自发投稿仅供学习参考。
3文章观点仅代表原作者本人不代表本站立场,并不完全代表本站赞同其观点和对其真实性负责。
4文章版权归原作者所有,部分转载文章仅为传播更多信息服务用户,如信息标记有误请联系管理员。
5本站一律禁止以任何方式发布或转载任何违法违规的相关信息,如发现本站上有涉嫌侵权/违规及任何不妥的内容,请第一时间联系我们申诉反馈,经核实立即修正或删除。


本站仅提供信息存储空间服务,部分内容不拥有所有权,不承担相关法律责任。

相关文章:

  • 华图2024【新大纲】军队文职教育学专业科目教材考试用书部队文职干部军队文职人员招聘考试2023军队文职 kindle pdf 115盘 snb chm 下载 免费 mobi
  • 独角人 kindle pdf 115盘 snb chm 下载 免费 mobi
  • 英汉多功能词典 kindle pdf 115盘 snb chm 下载 免费 mobi
  • 美国国家地理全球史:中世纪1000年(3册) kindle pdf 115盘 snb chm 下载 免费 mobi
  • 海外直订Daisy the Spider 蜘蛛黛西 kindle pdf 115盘 snb chm 下载 免费 mobi
  • 肥志百科6 原来你是这样的植物D篇 如果历史是一群喵作者肥志全新力作 kindle pdf 115盘 snb chm 下载 免费 mobi
  • 如何解读你的棋局 kindle pdf 115盘 snb chm 下载 免费 mobi
  • 有声朗读彩图注音版/中国传统故事 kindle pdf 115盘 snb chm 下载 免费 mobi
  • 流媒体中关键技术研究 哈渭涛 著 kindle pdf 115盘 snb chm 下载 免费 mobi
  • Django Web应用开发实战 kindle pdf 115盘 snb chm 下载 免费 mobi