<?xml version="1.0" encoding="gb2312" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">

<channel about="http://cmc3.cn">
<title>蔡MC</title> 
<link>http://cmc3.cn</link>
<description>cmc3.cn 一些学习笔记</description>
<language>zh-cn</language>
<copyright>O-blog</copyright><item>
<title>iphone4同步音乐到电脑</title>
<link>http://cmc3.cn/n/275.html</link>
<pubDate>Sat, 31 Mar 2012 13:38:18 +0000</pubDate>
<guid>http://cmc3.cn/n/275.html</guid>
<description><![CDATA[ iphone4同步音乐到电脑，这个问题困惑我很长时间，我甚至打过苹果的客服，结果很是坑爹，说没有办法这样做！真的是很无耻！竟然这么的一个答复！<br /><br />之后在百度搜索了很多，没有任何结果。<br /><br />今天闲来搜索GOOGLE，问...]]></description>
</item><item>
<title>fontSize之外属性用em做css单位</title>
<link>http://cmc3.cn/n/274.html</link>
<pubDate>Thu, 29 Dec 2011 19:04:34 +0000</pubDate>
<guid>http://cmc3.cn/n/274.html</guid>
<description><![CDATA[ em很少用在fontSize以外的属性上，今天看jQuery源码发现了一行变动：<br /><a href="https://github.com/jquery/jquery/commit/449e099b97d823ed0252d8821880bc0e471701ea" target="_blank">commit</a><br />[code]-:style.left = ret || 0;<br />+:...]]></description>
</item><item>
<title>clientX/clientY at  KEY EVENTS</title>
<link>http://cmc3.cn/n/273.html</link>
<pubDate>Tue, 27 Dec 2011 18:22:15 +0000</pubDate>
<guid>http://cmc3.cn/n/273.html</guid>
<description><![CDATA[ 键盘事件的 鼠标坐标值 是用不上的. 但却在某些浏览器下可以取到：<br /><br /><div class="ubbcode">document.onkeydown=function(){<br />console.log(window.event.clientY);<br />}</div><br /><br />position relative to the client area of the wind...]]></description>
</item><item>
<title>1.7版本不是那么遥远</title>
<link>http://cmc3.cn/n/272.html</link>
<pubDate>Thu, 06 Oct 2011 13:31:12 +0000</pubDate>
<guid>http://cmc3.cn/n/272.html</guid>
<description><![CDATA[ 1.7版本不是那么遥远，面对这满满一桌的丰盛大菜，我伸出筷子不知道到夹向哪一盘！心情是那么激动......先尝尝最近看的effect/animate部分吧？其余的统统打包！慢慢品尝！惭愧，已经积累了一些了，真的要留着是舍不得...]]></description>
</item><item>
<title>Deferred物件移植到animate源码备忘笔记</title>
<link>http://cmc3.cn/n/271.html</link>
<pubDate>Tue, 04 Oct 2011 21:24:03 +0000</pubDate>
<guid>http://cmc3.cn/n/271.html</guid>
<description><![CDATA[ 动画结束从表象上看有2种形式:<br /><br /><strong>常规形式：</strong><br />opt.complete是动画（队列中的某一个，或独立动画[queue===false]）结束时必然执行的函数。<br /><br /><strong>stop形式：</strong><br />gotoEnd参数布尔值：<br />true时：即动画结束时...]]></description>
</item><item>
<title>jQuery同步动画</title>
<link>http://cmc3.cn/n/270.html</link>
<pubDate>Mon, 26 Sep 2011 13:57:35 +0000</pubDate>
<guid>http://cmc3.cn/n/270.html</guid>
<description><![CDATA[ 一个容易忽略的细节，可能没有人会考虑到，但jQuery却很好地解决了它，让我佩服：<br /><br />复杂的dom操作前后之间之间会有时间差，虽然几乎可以不用考虑，但在一定数量级别时，差异是存在的：<br />[url=http://cmc3.cn/anima...]]></description>
</item><item>
<title>jQuery's Animated properties can be 'show', 'hide', and 'toggle'</title>
<link>http://cmc3.cn/n/269.html</link>
<pubDate>Sun, 04 Sep 2011 22:08:12 +0000</pubDate>
<guid>http://cmc3.cn/n/269.html</guid>
<description><![CDATA[ 动画的目标属性值一般为一个数值：比如500(?px)，今天下午看了最新的effect部分的源码，发现jQuery的animate不知道是从那个版本开始这个值可以为'show'/ <br />'hide'/'toggle'：<br />[code]div.animate({<br />        width: ...]]></description>
</item></channel>
</rss>
