<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>为网站而疯狂-给站长一个五星级的家 &#187; AJAX</title>
	<atom:link href="http://www.crazyfrom.com/category/books/others/ajax/feed" rel="self" type="application/rss+xml" />
	<link>http://www.crazyfrom.com</link>
	<description>Crazy From</description>
	<lastBuildDate>Mon, 06 Feb 2012 09:36:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>PHP Ajax Cookbook</title>
		<link>http://www.crazyfrom.com/books/php/php-ajax-cookbook.html</link>
		<comments>http://www.crazyfrom.com/books/php/php-ajax-cookbook.html#comments</comments>
		<pubDate>Wed, 04 Jan 2012 13:10:06 +0000</pubDate>
		<dc:creator>CrazyFrom</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.crazyfrom.com/?p=7306</guid>
		<description><![CDATA[书名：PHP Ajax Cookbook 作者：Milan Sedliak&#8230; 出版社：Packt Publishing ISBN-10: 1849513082 ISBN-13: 978-1849513081 格式：English PDF ;3.9MB ；340pages；2011 简介： PHP AJAX cookbook will teach you how to use the combination of PHP AJAX as a powerful platform for websites or web applications. Using AJAX for Communication with Server leads to faster response with PHP at the back-end services. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/books/PHP Ajax Cookbook.jpg" alt="PHP Ajax Cookbook" /></p>
<p><strong>书名：</strong>PHP Ajax Cookbook<br />
<strong>作者：</strong>Milan Sedliak&#8230;<br />
<strong>出版社：</strong>Packt Publishing<br />
<strong></strong><strong>ISBN-10:</strong> 1849513082<br />
<strong>ISBN-13:</strong> 978-1849513081<br />
<strong>格式：</strong>English PDF ;3.9MB ；340pages；2011 <strong></strong></p>
<p><strong>简介：</strong></p>
<p>PHP AJAX cookbook will teach you how to use the combination of PHP AJAX as a powerful platform for websites or web applications. Using AJAX for Communication with Server leads to faster response with PHP at the back-end services. The combination of AJAX PHP has many features such as speeding up the user experience, giving your web client much quicker response time and letting the client browser retrieve data from the server without having to refresh the whole page. You will learn the nuances of optimization and debugging Ajax applications. Further, you will learn how to program Ajax on iPhone devices.<br />
This book will teach you popular selector-based JavaScript followed by important concepts on debugging, optimization and best practices. There is a collection of recipes focused on creating basic utilities such as validating form using Ajax and creating a five star rating system. As jQuery is quite popular, useful tools and jQuery plugins like Ajax tooltips, tab navigation, autocomplete, shopping cart, and Ajax chat are covered subsequently. By the end of chapter 7 you will learn to visually speed up website responsiveness to building SEO-friendly Ajax websites. Also get to know about all popular Ajax webservices and APIs like Twitter, Facebook and Google Maps which are covered in Ajax Mashups. Finally, step-by-step recipes are presented to build iPhone apps using basic libraries and everyday useful Ajax tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crazyfrom.com/books/php/php-ajax-cookbook.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress and Ajax</title>
		<link>http://www.crazyfrom.com/books/english/wordpress-and-ajax.html</link>
		<comments>http://www.crazyfrom.com/books/english/wordpress-and-ajax.html#comments</comments>
		<pubDate>Tue, 05 Jul 2011 13:21:00 +0000</pubDate>
		<dc:creator>CrazyFrom</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[英文]]></category>
		<category><![CDATA[WordPress书籍]]></category>

		<guid isPermaLink="false">http://www.crazyfrom.com/?p=6538</guid>
		<description><![CDATA[书名：WordPress and Ajax: An in-depth guide on using Ajax with WordPress 作者：Vivien Anayian 出版社：CreateSpace ISBN-10: 1451598653 ISBN-13: 978-1451598650 格式：English PDF; 2.6MB ；298 pages；2011 简介： The WordPress and Ajax e-book is a comprehensive view on using Ajax with WordPress. It covers Ajax like you&#8217;ve never seen before. The book contains three real-life examples that provide the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/books/WordPress and Ajax.jpg" alt="WordPress and Ajax" width="426" height="350" /></p>
<p><strong>书名：</strong>WordPress and Ajax: An in-depth guide on using Ajax with WordPress<br />
<strong>作者：</strong>Vivien Anayian<br />
<strong>出版社：</strong>CreateSpace<br />
<strong>ISBN-10: </strong>1451598653<br />
<strong>ISBN-13: </strong>978-1451598650<br />
<strong>格式：</strong><strong></strong>English PDF; 2.6MB ；298 pages；2011 <strong></strong><br />
<strong>简介：</strong></p>
<p>The WordPress and Ajax e-book is a comprehensive view on using Ajax with  WordPress. It covers Ajax like you&#8217;ve never seen before.</p>
<p>The book contains three real-life examples that provide the rationale  and logic behind coding decisions, the reasons for Ajax&#8217;s use, and the  steps from inception to completion of the examples.</p>
<p>First, the book builds a foundation for you to send your first Ajax request.<br />
This includes:</p>
<p>An explanation of Ajax best practices &#8211; What Ajax should do, and what it isn&#8217;t meant to do.<br />
How to add scripts and styles properly to WordPress &#8211; How plugin and  theme authors should add scripts to WordPress. This also covers page  detection and other advanced techniques.<br />
Properly formatting scripts using jQuery &#8211; How to adhere to the jQuery  authoring guidelines for easy-to-read code and maximum compatibility.<br />
Localizing your JavaScript files &#8211; How to add localized JavaScript variables without using PHP.<br />
An explanation on how to override someone&#8217;s scripts and styles.<br />
WordPress security, including nonces and data validation.<br />
Several different Ajax techniques are explained.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crazyfrom.com/books/english/wordpress-and-ajax.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Professional Ajax</title>
		<link>http://www.crazyfrom.com/books/english/professional-ajax.html</link>
		<comments>http://www.crazyfrom.com/books/english/professional-ajax.html#comments</comments>
		<pubDate>Tue, 02 Mar 2010 14:39:13 +0000</pubDate>
		<dc:creator>CrazyFrom</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[英文]]></category>

		<guid isPermaLink="false">http://www.crazyfrom.com/?p=1254</guid>
		<description><![CDATA[简介： 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 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-1255" title="AJAX" src="http://www.crazyfrom.com/wp-content/uploads/2010/03/AJAX.jpg" alt="AJAX" width="192" height="190" /></p>
<p>简介：<br />
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.</p>
<p>目录：<br />
Chapter 1: What Is Ajax?<br />
Chapter 2: Ajax Basics.<br />
Chapter 3: Ajax Patterns.<br />
Chapter 4: Ajax Libraries.<br />
Chapter 5: Request Management.<br />
Chapter 6: XML, XPath, and XSLT.<br />
Chapter 7: Syndication with RSS and Atom.<br />
Chapter 8: JSON.<br />
Chapter 9: Comet.<br />
Chapter 10: Maps and Mashups.<br />
Chapter 11: Ajax Debugging Tools.<br />
Chapter 12: Web Site Widgets.<br />
Chapter 13: Ajax Frameworks.<br />
Chapter 14: ASP.NET AJAX Extensions (Atlas).<br />
Chapter 15: Case Study: FooReader.NET.<br />
Chapter 16: Case Study: AjaxMail.<br />
Appendix A: Licenses for Libraries and Frameworks.<br />
Index.</p>
<p><span><strong>作者：</strong></span>Zakas, Nicholas C./ Mcpeak, Jeremy/ Fawcett, Joe<br />
<span><strong>出版社：</strong></span>John Wiley &amp; Sons Inc<br />
<span><strong>ISBN：</strong></span>0470109491</p>
<p><a href="http://www.ziddu.com/download/8801137/ProfessionalAjax.rar.html" target="_blank">点我下载1</a>(推荐)<br />
<a href="http://www.dbank.com/download.action?t=40&amp;k=MTM0NDM4ODg=&amp;pcode=LCw5MzIyMyw5MzIyMw==&amp;rnd=7862" target="_blank">点我下载</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.crazyfrom.com/books/english/professional-ajax.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enterprise AJAX</title>
		<link>http://www.crazyfrom.com/books/english/enterprise-ajax.html</link>
		<comments>http://www.crazyfrom.com/books/english/enterprise-ajax.html#comments</comments>
		<pubDate>Tue, 01 Dec 2009 04:27:28 +0000</pubDate>
		<dc:creator>CrazyFrom</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[英文]]></category>

		<guid isPermaLink="false">http://www.crazyfrom.com/?p=296</guid>
		<description><![CDATA[作 者：Dave Johnson 出版社： Prentice Hall Professional Techn 购买此书（中文版） 简介： 《Enterprise Ajax》一书是面向企业的Ajax设计,，随着企业级Web 2.0的概念正在日渐火热，针对于企业级Web 2.0的技术发展趋势，本书对ajax在企业级的应用做了深入的分析&#8230;. 目录： Chapter 1 ：AJAX and Rich Internet Applications Chapter 2 ：AJAX Building Blocks Chapter 3： AJAX in the Web Browser Chapter 4 ：AJAX Components Chapter 5 ：Design to Deployment Chapter 6 ：AJAX Architecture Chapter 7 ：Web Services and Security Chapter 8 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-297" title="AJAX" src="http://www.crazyfrom.com/wp-content/uploads/2009/12/AJAX-228x300.jpg" alt="AJAX" width="228" height="300" /><br />
<strong>作 者</strong>：Dave Johnson<br />
<strong>出版社：</strong> Prentice Hall Professional Techn<br />
<strong><a href="http://s.click.taobao.com/t_1?i=qzazxkpT3Ux8Ow%3D%3D&amp;p=mm_11162476_0_0&amp;n=11" target="_blank">购买此书</a>（中文版）</strong></p>
<p>简介：<br />
《Enterprise Ajax》一书是面向企业的Ajax设计,，随着企业级Web 2.0的概念正在日渐火热，针对于企业级Web 2.0的技术发展趋势，本书对ajax在企业级的应用做了深入的分析&#8230;.<br />
<span id="more-296"></span><br />
目录：<br />
Chapter 1 ：AJAX and Rich Internet Applications<br />
Chapter 2 ：AJAX Building Blocks<br />
Chapter 3： AJAX in the Web Browser<br />
Chapter 4 ：AJAX Components<br />
Chapter 5 ：Design to Deployment<br />
Chapter 6 ：AJAX Architecture<br />
Chapter 7 ：Web Services and Security<br />
Chapter 8 ：AJAX Usability<br />
Chapter 9 ：User Interface Patterns<br />
Chapter 10： Risk and Best Practices<br />
Chapter 11： Case Studies<br />
Appendix A The OpenAjax Hub<br />
Index</p>
<p><a href="http://www.ziddu.com/download/7561835/EnterpriseAJAX.pdf.html" target="_blank">点我下载1</a>（推荐）<br />
<a href="http://www.dbank.com/download.action?t=40&amp;k=MjE1OTI4Ng==&amp;pcode=LCw5MzIyMyw5MzIyMw==" target="_blank">点我下载2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.crazyfrom.com/books/english/enterprise-ajax.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>建立高流量双向沟通网站</title>
		<link>http://www.crazyfrom.com/books/chinese/gaoliuliang.html</link>
		<comments>http://www.crazyfrom.com/books/chinese/gaoliuliang.html#comments</comments>
		<pubDate>Tue, 17 Nov 2009 17:24:46 +0000</pubDate>
		<dc:creator>CrazyFrom</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[中文]]></category>
		<category><![CDATA[其它书籍]]></category>

		<guid isPermaLink="false">http://www.crazyfrom.com/?p=119</guid>
		<description><![CDATA[讲师：冯彦文、力可科技 本PDF是由讲座整理而得 目录： A：各种AJ A X与s e r v e r之间双向沟通的方式分析与实作          –系統化管理c l i e n t/ s e r v e r间的沟通       –应用S e r v e r Pu s h双向技术做更生动的网站应用       –提供大家选择F r a m e wor k的方向 B ：AJAX网络存取       – XHR (XMLHttpRequest)       – &#60;iframe&#62;        – &#60;script&#62; C ：AJAX-based RPC        – DWR (Direct [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-120" title="Ajax-java" src="http://www.crazyfrom.com/wp-content/uploads/2009/11/Ajax-java-300x225.jpg" alt="Ajax-java" width="300" height="225" /><br />
<strong>讲师</strong>：冯彦文、力可科技<br />
本PDF是由讲座整理而得<br />
<span id="more-119"></span><br />
目录：<br />
A：各种AJ A X与s e r v e r之间双向沟通的方式分析与实作   <br />
      –系統化管理c l i e n t/ s e r v e r间的沟通<br />
      –应用S e r v e r Pu s h双向技术做更生动的网站应用<br />
      –提供大家选择F r a m e wor k的方向<br />
B ：AJAX网络存取<br />
      – XHR (XMLHttpRequest)<br />
      – &lt;iframe&gt;<br />
       – &lt;script&gt;<br />
C ：AJAX-based RPC <br />
      – DWR (Direct Web Remoting)<br />
       – JSON-RPC<br />
       – GWT (Google Web Toolkit)<br />
D：AJ AX<br />
        –由浏览器主动发出要求至伺服器<br />
E： Rev e rs e A J AX ( Com e t , L o n g L i v e d HT T P)<br />
       –由伺服器主动发出要求至浏览器<br />
F： Con ti n u a ti o n<br />
       –解決因为A J A X所造成太多的L o n g l i v e d、 HT T P、Con n e c ti o n所造成的s e r v e r负担</p>
<p><a href="http://www.ziddu.com/download/7122340/Ajax-Java.pdf.html" target="_blank">点我下载1</a>（推荐）<br />
<a href="http://www.dbank.com/download.action?t=40&amp;k=Nzc4OTUy&amp;pcode=LCw5MzIyMyw5MzIyMw==" target="_blank">点我下载2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.crazyfrom.com/books/chinese/gaoliuliang.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

