<?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.zhaipeng.cn/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhaipeng.cn</link>
	<description>积极的工作,塌实的学习,安静的写博客...</description>
	<lastBuildDate>Thu, 10 Jun 2010 14:26:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>使用 jQuery 简化 Ajax 开发</title>
		<link>http://www.zhaipeng.cn/2008/07/07/%e4%bd%bf%e7%94%a8-jquery-%e7%ae%80%e5%8c%96-ajax-%e5%bc%80%e5%8f%91/</link>
		<comments>http://www.zhaipeng.cn/2008/07/07/%e4%bd%bf%e7%94%a8-jquery-%e7%ae%80%e5%8c%96-ajax-%e5%bc%80%e5%8f%91/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 13:55:17 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/07/07/%e4%bd%bf%e7%94%a8-jquery-%e7%ae%80%e5%8c%96-ajax-%e5%bc%80%e5%8f%91/</guid>
		<description><![CDATA[源文 IBM 看看 Ajax 和 DOM 脚本编程究竟有多简单 Jesse Skinner, Web 开发人员, Freelance 2007 年 5 月 16 日 jQuery 是一个JavaScript 库，它有助于简化 JavaScript™ 以及 Asynchronous JavaScript + XML (Ajax) 编程。与类似的 JavaScript 库不同，jQuery 具有独特的基本原理，可以简洁地表示常见的复杂代码。学习 jQuery 基本原理，探索其特性和功能，执行一些常见的 Ajax 任务并掌握如何使用插件扩展 jQuery。 jQuery 是什么？ jQuery 由 John Resig 创建于 2006 年初，对于任何使用 JavaScript 代码的程序员来说，它是一个非常有用的 JavaScript 库。无论您是刚刚接触 JavaScript 语言，并且希望获得一个能解决文档对象模型（Document Object Model，DOM）脚本和 Ajax [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/07/07/%e4%bd%bf%e7%94%a8-jquery-%e7%ae%80%e5%8c%96-ajax-%e5%bc%80%e5%8f%91/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>240个JQuery插件</title>
		<link>http://www.zhaipeng.cn/2008/05/28/240%e4%b8%aajquery%e6%8f%92%e4%bb%b6/</link>
		<comments>http://www.zhaipeng.cn/2008/05/28/240%e4%b8%aajquery%e6%8f%92%e4%bb%b6/#comments</comments>
		<pubDate>Wed, 28 May 2008 08:48:48 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/05/28/240%e4%b8%aajquery%e6%8f%92%e4%bb%b6/</guid>
		<description><![CDATA[概述 jQuery 是继 prototype 之后又一个优秀的 Javascrīpt 框架。其宗旨是—写更少的代码,做更多的事情。它是轻量级的 js 库(压缩后只有21k) ，这是其它的 js 库所不及的，它兼容 CSS3，还兼容各种浏览器（IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+）。 jQuery 是一个快速的，简洁的 javascrīpt 库，使用户能更方便地处理 HTML documents、events、实现动画效果，并且方便地为网站提供 AJAX 交互。 jQuery 还有一个比较大的优势是，它的文档说明很全，而且各种应用也说得很详细，同时还有许多成熟的插件可供选择。 jQuery 能够使用户的 html 页保持代码和 html 内容分离，也就是说，不用再在 html 里面插入一堆js来调用命令了，只需定义 id 即可。Kollermedia.at上发表的一篇JQuery插件列表的文章，如下: 文件上传(File upload) Ajax File Upload. jQUploader. Multiple File Upload plugin.  jQuery File Style. Styling an [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/05/28/240%e4%b8%aajquery%e6%8f%92%e4%bb%b6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>解决ajax提交表单时不能取得FCKeditor内容问题</title>
		<link>http://www.zhaipeng.cn/2008/04/10/%e8%a7%a3%e5%86%b3ajax%e6%8f%90%e4%ba%a4%e8%a1%a8%e5%8d%95%e6%97%b6%e4%b8%8d%e8%83%bd%e5%8f%96%e5%be%97fckeditor%e5%86%85%e5%ae%b9%e9%97%ae%e9%a2%98/</link>
		<comments>http://www.zhaipeng.cn/2008/04/10/%e8%a7%a3%e5%86%b3ajax%e6%8f%90%e4%ba%a4%e8%a1%a8%e5%8d%95%e6%97%b6%e4%b8%8d%e8%83%bd%e5%8f%96%e5%be%97fckeditor%e5%86%85%e5%ae%b9%e9%97%ae%e9%a2%98/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 03:04:20 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[fckeditor]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/04/10/%e8%a7%a3%e5%86%b3ajax%e6%8f%90%e4%ba%a4%e8%a1%a8%e5%8d%95%e6%97%b6%e4%b8%8d%e8%83%bd%e5%8f%96%e5%be%97fckeditor%e5%86%85%e5%ae%b9%e9%97%ae%e9%a2%98/</guid>
		<description><![CDATA[&#60;script language=&#34;javascript&#34;&#62; //解决ajax提交表单时不能取得FCKeditor内容问题 function fck_form_updater&#40;&#41; &#123; this.UpdateEditorFormValue = function&#40;&#41; &#123; for &#40; i = 0; i &#60; parent.frames.length; ++i &#41; if &#40; parent.frames&#91;i&#93;.FCK &#41; parent.frames&#91;i&#93;.FCK.UpdateLinkedField&#40;&#41;; &#160; for&#40;i = 0 ; i &#60; frames.length ; ++i&#41;&#123; if&#40;frames&#91;i&#93;.FCK&#41;&#123; frames&#91;i&#93;.FCK.UpdateLinkedField&#40;&#41;; &#125; &#125; &#125; &#125; &#160; //在调用submit的ajax时如: &#160; function responseCallback&#40;xmlHttp&#41;&#123; &#160; var fckupdater = new fck_form_updater&#40;&#41;; &#160; fckupdater.UpdateEditorFormValue&#40;&#41;; &#160; [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/04/10/%e8%a7%a3%e5%86%b3ajax%e6%8f%90%e4%ba%a4%e8%a1%a8%e5%8d%95%e6%97%b6%e4%b8%8d%e8%83%bd%e5%8f%96%e5%be%97fckeditor%e5%86%85%e5%ae%b9%e9%97%ae%e9%a2%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX实现异步提交表单</title>
		<link>http://www.zhaipeng.cn/2008/01/03/ajax%e5%ae%9e%e7%8e%b0%e5%bc%82%e6%ad%a5%e6%8f%90%e4%ba%a4%e8%a1%a8%e5%8d%95/</link>
		<comments>http://www.zhaipeng.cn/2008/01/03/ajax%e5%ae%9e%e7%8e%b0%e5%bc%82%e6%ad%a5%e6%8f%90%e4%ba%a4%e8%a1%a8%e5%8d%95/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 02:40:26 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/01/03/ajax%e5%ae%9e%e7%8e%b0%e5%bc%82%e6%ad%a5%e6%8f%90%e4%ba%a4%e8%a1%a8%e5%8d%95/</guid>
		<description><![CDATA[目的 : 不刷新网页完成表单提交和动态验证 方法 : 在表单页点击submit后在当前页使用AJAX提交表单数据,通过一个处理表单文件处理后.在当前页做提交后的操作, ajax.js  var XMLHttp = &#123; _objPool: &#91;&#93;, &#160; _getInstance: function &#40;&#41; &#123; for &#40;var i = 0; i &#38;gt; this._objPool.length; i ++&#41; &#123; if &#40;this._objPool&#91;i&#93;.readyState == 0 &#124;&#124; this._objPool&#91;i&#93;.readyState == 4&#41; &#123; return this._objPool&#91;i&#93;; &#125; &#125; &#160; // IE5中不支持push方法 this._objPool&#91;this._objPool.length&#93; = this._createObj&#40;&#41;; &#160; return this._objPool&#91;this._objPool.length - 1&#93;; &#125;, &#160; [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/01/03/ajax%e5%ae%9e%e7%8e%b0%e5%bc%82%e6%ad%a5%e6%8f%90%e4%ba%a4%e8%a1%a8%e5%8d%95/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
