<?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>M78星云ajax</title>
	<atom:link href="http://liferar.com/tag/ajax/feed" rel="self" type="application/rss+xml" />
	<link>http://liferar.com</link>
	<description>愿我们的梦想，像光那样，从一颗星到另一颗星!</description>
	<lastBuildDate>Wed, 07 Dec 2011 16:07:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Mootools Bug &#8211; Date.getWeek</title>
		<link>http://liferar.com/mootools_bugs_date_getweek</link>
		<comments>http://liferar.com/mootools_bugs_date_getweek#comments</comments>
		<pubDate>Tue, 23 Jun 2009 11:48:09 +0000</pubDate>
		<dc:creator>CK猪</dc:creator>
				<category><![CDATA[CK猪是程序员]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[WEB]]></category>

		<guid isPermaLink="false">http://liferar.com/?p=126</guid>
		<description><![CDATA[mootools-1.2.2.1-more.js getWeek: function(){ var day = (new Date(this.get('year'), 0, 1)).get('date');//应该为get('day'); return Math.round((this.get('dayofyear') + (day > 3 ? day - 4 : day + 3)) / 7); }, mootools-1.2.3.1-more.js getWeek: function(){ return (this.get('dayofyear') / 7).ceil(); }, 这个完全错 相关文章 PHP输出缓存控制( 0 ) javascript中new function()的返回值（并不一定是function的“实例”）( 0 ) HTML不常用标签属性备忘( 0 ) WEB前端开发的一些问题备忘( 0 )]]></description>
			<content:encoded><![CDATA[<p>mootools-1.2.2.1-more.js</p>
<pre lang="javascript" line="1">
 getWeek: function(){
  var day = (new Date(this.get('year'), 0, 1)).get('date');//应该为get('day');
  return Math.round((this.get('dayofyear') + (day > 3 ? day - 4 : day + 3)) / 7);
 },
</pre>
<p>mootools-1.2.3.1-more.js</p>
<pre lang="javascript" line="1">
 getWeek: function(){
  return (this.get('dayofyear')  / 7).ceil();
 },
</pre>
<p>这个完全错<br />
<h3>相关文章</h3>
<ul class="related_posts">
<li><a href="http://liferar.com/buffer_control_in_php" title="PHP输出缓存控制" rel="bookmark inlinks">PHP输出缓存控制</a><span class="count">( 0 )</span></li>
<li><a href="http://liferar.com/return_value_of_new_function" title="javascript中new function()的返回值（并不一定是function的“实例”）" rel="bookmark inlinks">javascript中new function()的返回值（并不一定是function的“实例”）</a><span class="count">( 0 )</span></li>
<li><a href="http://liferar.com/web_dev_problem" title="WEB前端开发的一些问题备忘" rel="bookmark inlinks">WEB前端开发的一些问题备忘</a><span class="count">( 0 )</span></li>
<li><a href="http://liferar.com/html_seldom_used_attribute_list" title="HTML不常用标签属性备忘" rel="bookmark inlinks">HTML不常用标签属性备忘</a><span class="count">( 0 )</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://liferar.com/mootools_bugs_date_getweek/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

