<?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>徐达峰个人博客</title>
	<atom:link href="http://www.xudafeng.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.xudafeng.com</link>
	<description>关注业界时事，分享点滴生活！</description>
	<lastBuildDate>Fri, 18 May 2012 02:24:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>div被flash挡住了怎么办</title>
		<link>http://www.xudafeng.com/?p=602</link>
		<comments>http://www.xudafeng.com/?p=602#comments</comments>
		<pubDate>Thu, 19 Apr 2012 02:33:33 +0000</pubDate>
		<dc:creator>xdf</dc:creator>
				<category><![CDATA[WEB]]></category>

		<guid isPermaLink="false">http://www.xdf.me/?p=602</guid>
		<description><![CDATA[<p>终于找到了解决的办法。很灵验哦。希望对大家有一些帮助！</p><p>一些浮动的广告图片之类的，都会被flash挡住，flash默认最顶层！</p><p>代码如下：</p><p>&#60;object type="application/x-shockwave-flash" data="http://www.xdf.me/wp <span class='read-more'><a href='http://www.xudafeng.com/?p=602'>[Read More…]</a></span></p><div class="clear-float"></div>
		]]></description>
		<wfw:commentRss>http://www.xudafeng.com/?feed=rss2&#038;p=602</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MYSQL 之 on duplicate key update</title>
		<link>http://www.xudafeng.com/?p=579</link>
		<comments>http://www.xudafeng.com/?p=579#comments</comments>
		<pubDate>Thu, 29 Mar 2012 07:43:56 +0000</pubDate>
		<dc:creator>xdf</dc:creator>
				<category><![CDATA[WEB]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.xdf.me/?p=579</guid>
		<description><![CDATA[<p>MySQL 自4.1版以后开始支持INSERT … ON DUPLICATE KEY UPDATE语法，使得原本需要执行3条SQL语句（SELECT,INSERT,UPDATE），缩减为1条语句即可完成。</p><p>例如ipstats表结构如下：</p><p>引用</p><p>CREATE TABLE ipstats ( <span class='read-more'><a href='http://www.xudafeng.com/?p=579'>[Read More…]</a></span></p><div class="clear-float"></div>
		]]></description>
		<wfw:commentRss>http://www.xudafeng.com/?feed=rss2&#038;p=579</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XDF_jQuery学习札记-列表菜单</title>
		<link>http://www.xudafeng.com/?p=569</link>
		<comments>http://www.xudafeng.com/?p=569#comments</comments>
		<pubDate>Fri, 03 Feb 2012 05:28:19 +0000</pubDate>
		<dc:creator>xdf</dc:creator>
				<category><![CDATA[WEB]]></category>
		<category><![CDATA[下拉列表]]></category>

		<guid isPermaLink="false">http://www.xdf.me/?p=569</guid>
		<description><![CDATA[<p>下面两种下拉列表：</p><p>示例代码一：横向列表</p><p>&#60;pre class="brush: javascript;"&#62;</p><p>&#60;script type="text/javascript" src="jquery.js"&#62;&#60;/script&#62;</p><p>&#60;script ty <span class='read-more'><a href='http://www.xudafeng.com/?p=569'>[Read More…]</a></span></p><div class="clear-float"></div>
		]]></description>
		<wfw:commentRss>http://www.xudafeng.com/?feed=rss2&#038;p=569</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XDF_jQuery学习札记-下拉列表</title>
		<link>http://www.xudafeng.com/?p=550</link>
		<comments>http://www.xudafeng.com/?p=550#comments</comments>
		<pubDate>Thu, 02 Feb 2012 16:58:27 +0000</pubDate>
		<dc:creator>xdf</dc:creator>
				<category><![CDATA[WEB]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[下拉]]></category>

		<guid isPermaLink="false">http://www.xdf.me/?p=550</guid>
		<description><![CDATA[<p>jQuery来完成下拉列表也很方便</p><p>示例代码：</p><p>[javascript]</p><p>&#60;!DOCTYPE html&#62;</p><p>&#60;meta charset=&#34;UTF-8&#34; /&#62;</p><p>&#60;html&#62;</p><p>&#60;head&#62;</p><p>&#60;script <span class='read-more'><a href='http://www.xudafeng.com/?p=550'>[Read More…]</a></span></p><div class="clear-float"></div>
		]]></description>
		<wfw:commentRss>http://www.xudafeng.com/?feed=rss2&#038;p=550</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery对下拉框的操作</title>
		<link>http://www.xudafeng.com/?p=541</link>
		<comments>http://www.xudafeng.com/?p=541#comments</comments>
		<pubDate>Thu, 02 Feb 2012 13:43:07 +0000</pubDate>
		<dc:creator>xdf</dc:creator>
				<category><![CDATA[WEB]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[下拉]]></category>

		<guid isPermaLink="false">http://www.xdf.me/?p=541</guid>
		<description><![CDATA[<p>下面是比较详细的介绍jquery如何操作option的</p><p>[javascript]</p><p>//获取第一个option的值</p><p>$('#test option:first').val();</p><p>//最后一个option的值</p><p>$('#test option:last').val();</p><p>//获取第 <span class='read-more'><a href='http://www.xudafeng.com/?p=541'>[Read More…]</a></span></p><div class="clear-float"></div>
		]]></description>
		<wfw:commentRss>http://www.xudafeng.com/?feed=rss2&#038;p=541</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XDF_jQuery学习札记-表单应用</title>
		<link>http://www.xudafeng.com/?p=532</link>
		<comments>http://www.xudafeng.com/?p=532#comments</comments>
		<pubDate>Wed, 01 Feb 2012 17:18:23 +0000</pubDate>
		<dc:creator>xdf</dc:creator>
				<category><![CDATA[WEB]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[表单]]></category>

		<guid isPermaLink="false">http://www.xdf.me/?p=532</guid>
		<description><![CDATA[<p>要求是：</p><p>用户名不为空，而且不小于6位</p><p>邮箱不为空，格式正确</p><p>url不为空，格式正确</p><p>示例代码：</p><p>[javascript]</p><p>&#60;!DOCTYPE html&#62;</p><p>&#60;meta charset=&#34;UTF-8&#34; /&#62;</p><p>&#60;html&#038; <span class='read-more'><a href='http://www.xudafeng.com/?p=532'>[Read More…]</a></span></p><div class="clear-float"></div>
		]]></description>
		<wfw:commentRss>http://www.xudafeng.com/?feed=rss2&#038;p=532</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XDF_jQuery学习札记-两种事件方法</title>
		<link>http://www.xudafeng.com/?p=519</link>
		<comments>http://www.xudafeng.com/?p=519#comments</comments>
		<pubDate>Fri, 27 Jan 2012 02:55:37 +0000</pubDate>
		<dc:creator>xdf</dc:creator>
				<category><![CDATA[WEB]]></category>
		<category><![CDATA[one()]]></category>
		<category><![CDATA[trigger()]]></category>
		<category><![CDATA[事件]]></category>
		<category><![CDATA[焦点]]></category>
		<category><![CDATA[获取]]></category>

		<guid isPermaLink="false">http://www.xdf.me/?p=519</guid>
		<description><![CDATA[<p><strong>方法</strong><strong>one()</strong></p><p>元素绑定一个仅触发一次的处理函数，这个事件处理函数只会被执行一次。</p><p><a href="http://www.xdf.me/?p=504">http://www.xdf.me/?p=504</a>，用以前的绑定事件举例</p><p>示例代码：</p><p>[javascript]</p><p>&#60;!DOCTYPE html&#62;</p><p>&#60;html&#62;</p><p>&#60; <span class='read-more'><a href='http://www.xudafeng.com/?p=519'>[Read More…]</a></span></p><div class="clear-float"></div>
		]]></description>
		<wfw:commentRss>http://www.xudafeng.com/?feed=rss2&#038;p=519</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XDF_jQuery学习札记-移除事件</title>
		<link>http://www.xudafeng.com/?p=512</link>
		<comments>http://www.xudafeng.com/?p=512#comments</comments>
		<pubDate>Thu, 26 Jan 2012 18:32:10 +0000</pubDate>
		<dc:creator>xdf</dc:creator>
				<category><![CDATA[WEB]]></category>
		<category><![CDATA[事件]]></category>
		<category><![CDATA[移除]]></category>
		<category><![CDATA[绑定]]></category>
		<category><![CDATA[解除绑定]]></category>

		<guid isPermaLink="false">http://www.xdf.me/?p=512</guid>
		<description><![CDATA[<p><a href="http://www.xdf.me/?p=504">http://www.xdf.me/?p=504</a></p><p>文章介绍了绑定事件的几种方法</p><p>那么如何移除事件呢</p><p>示例代码：</p><p>[javascript]</p><p>&#60;!DOCTYPE html&#62;</p><p>&#60;html&#62;</p><p>&#60;head&#62;</p><p>&#60;script src=&#038;q <span class='read-more'><a href='http://www.xudafeng.com/?p=512'>[Read More…]</a></span></p><div class="clear-float"></div>
		]]></description>
		<wfw:commentRss>http://www.xudafeng.com/?feed=rss2&#038;p=512</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XDF_jQuery学习札记-切换事件</title>
		<link>http://www.xudafeng.com/?p=508</link>
		<comments>http://www.xudafeng.com/?p=508#comments</comments>
		<pubDate>Thu, 26 Jan 2012 17:57:58 +0000</pubDate>
		<dc:creator>xdf</dc:creator>
				<category><![CDATA[WEB]]></category>
		<category><![CDATA[hover()]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[toggle()]]></category>

		<guid isPermaLink="false">http://www.xdf.me/?p=508</guid>
		<description><![CDATA[<p>有两个以上事件绑定在一个元素，在元素的行为动作间进行切换</p><p><strong>hover()</strong><strong>方法</strong><strong></strong></p><p>[javascript]</p><p>&#60;pre&#62;&#60;!DOCTYPE html&#62;</p><p>&#60;html&#62;</p><p>&#60;head&#62;</p><p>&#60;script src=&#34;http:/ <span class='read-more'><a href='http://www.xudafeng.com/?p=508'>[Read More…]</a></span></p><div class="clear-float"></div>
		]]></description>
		<wfw:commentRss>http://www.xudafeng.com/?feed=rss2&#038;p=508</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XDF_jQuery学习札记-绑定事件</title>
		<link>http://www.xudafeng.com/?p=504</link>
		<comments>http://www.xudafeng.com/?p=504#comments</comments>
		<pubDate>Thu, 26 Jan 2012 16:43:58 +0000</pubDate>
		<dc:creator>xdf</dc:creator>
				<category><![CDATA[WEB]]></category>
		<category><![CDATA[bind()]]></category>
		<category><![CDATA[事件绑定]]></category>

		<guid isPermaLink="false">http://www.xdf.me/?p=504</guid>
		<description><![CDATA[<p><strong>1.直接绑定</strong></p><p><a href="http://www.xdf.me/?p=480">http://www.xdf.me/?p=480</a>中已经绑定了鼠标单击事件</p><p><strong>2.bind()绑定</strong></p><p>可以换一种绑定方式，代码如下：</p><p>[javascript]</p><p>&#60;!DOCTYPE html&#62;</p><p>&#60;html&#62;</p><p>&#60;head&#62;</p><p>&#038;l <span class='read-more'><a href='http://www.xudafeng.com/?p=504'>[Read More…]</a></span></p><div class="clear-float"></div>
		]]></description>
		<wfw:commentRss>http://www.xudafeng.com/?feed=rss2&#038;p=504</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

