<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><title>hax的技术部落格 - Web Develop</title><link>http://blog.csdn.net/hax/category/11515.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 03 Mar 2008 06:20:41 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>hax</dc:creator><title>批量修改style采取哪种方式好</title><link>http://blog.csdn.net/hax/archive/2008/02/29/2132497.aspx</link><pubDate>Fri, 29 Feb 2008 11:19:00 GMT</pubDate><guid>http://blog.csdn.net/hax/archive/2008/02/29/2132497.aspx</guid><wfw:comment>http://blog.csdn.net/hax/comments/2132497.aspx</wfw:comment><comments>http://blog.csdn.net/hax/archive/2008/02/29/2132497.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hax/comments/commentRss/2132497.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2132497</trackback:ping><description>批量修改样式可归结为两种方式，一种是遍历元素对style属性进行修改，另一种是直接修改stylesheet上某个selector所对应的CSS declaration。本文考察了这两种方式所可能面对的问题。&lt;img src ="http://blog.csdn.net/hax/aggbug/2132497.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hax</dc:creator><title>window.eval 及相关方法总结</title><link>http://blog.csdn.net/hax/archive/2008/02/26/2122987.aspx</link><pubDate>Tue, 26 Feb 2008 18:34:00 GMT</pubDate><guid>http://blog.csdn.net/hax/archive/2008/02/26/2122987.aspx</guid><wfw:comment>http://blog.csdn.net/hax/comments/2122987.aspx</wfw:comment><comments>http://blog.csdn.net/hax/archive/2008/02/26/2122987.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/hax/comments/commentRss/2122987.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2122987</trackback:ping><description>本文总结了在JavaScript的global上进行eval的各种方式和问题。&lt;img src ="http://blog.csdn.net/hax/aggbug/2122987.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hax</dc:creator><title>使用捕获事件监听器（useCapture=true）的陷阱及其对策</title><link>http://blog.csdn.net/hax/archive/2008/02/18/2101666.aspx</link><pubDate>Mon, 18 Feb 2008 01:44:00 GMT</pubDate><guid>http://blog.csdn.net/hax/archive/2008/02/18/2101666.aspx</guid><wfw:comment>http://blog.csdn.net/hax/comments/2101666.aspx</wfw:comment><comments>http://blog.csdn.net/hax/archive/2008/02/18/2101666.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hax/comments/commentRss/2101666.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2101666</trackback:ping><description>DOM规范要求处于事件的target上的捕获事件处理器（即useCapture=true）不应被调用，但是Firefox和Safari等浏览器会调用它。这产生了一些Gotchas。本文分析了这一问题，并提出了一些建议。&lt;img src ="http://blog.csdn.net/hax/aggbug/2101666.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hax</dc:creator><title>Quotes (by Dean Edwards)</title><link>http://blog.csdn.net/hax/archive/2008/02/13/2090575.aspx</link><pubDate>Wed, 13 Feb 2008 15:56:00 GMT</pubDate><guid>http://blog.csdn.net/hax/archive/2008/02/13/2090575.aspx</guid><wfw:comment>http://blog.csdn.net/hax/comments/2090575.aspx</wfw:comment><comments>http://blog.csdn.net/hax/archive/2008/02/13/2090575.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hax/comments/commentRss/2090575.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2090575</trackback:ping><description>Dean Edwards在其新一篇blog上引用了针对IE8的version targeting特性的一些言论。&lt;img src ="http://blog.csdn.net/hax/aggbug/2090575.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hax</dc:creator><title>版本、兼容性以及标准</title><link>http://blog.csdn.net/hax/archive/2008/02/11/2088213.aspx</link><pubDate>Mon, 11 Feb 2008 15:00:00 GMT</pubDate><guid>http://blog.csdn.net/hax/archive/2008/02/11/2088213.aspx</guid><wfw:comment>http://blog.csdn.net/hax/comments/2088213.aspx</wfw:comment><comments>http://blog.csdn.net/hax/archive/2008/02/11/2088213.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hax/comments/commentRss/2088213.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2088213</trackback:ping><description>本文译自Maciej Stachowiak在webkit团队blog上的文章Versioning, Compatibility and Standards。本文可作为分歧巨大的“HTML的版本问题”的背景材料。Maciej说明了WebKit（Safari等浏览器的引擎）为何不会实现类似IE8的version targeting的功能。&lt;img src ="http://blog.csdn.net/hax/aggbug/2088213.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hax</dc:creator><title>windowsvista首页的一个css瑕疵</title><link>http://blog.csdn.net/hax/archive/2006/12/04/1429304.aspx</link><pubDate>Mon, 04 Dec 2006 14:55:00 GMT</pubDate><guid>http://blog.csdn.net/hax/archive/2006/12/04/1429304.aspx</guid><wfw:comment>http://blog.csdn.net/hax/comments/1429304.aspx</wfw:comment><comments>http://blog.csdn.net/hax/archive/2006/12/04/1429304.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hax/comments/commentRss/1429304.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1429304</trackback:ping><description>windowsvista首页的一个css瑕疵&lt;img src ="http://blog.csdn.net/hax/aggbug/1429304.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hax</dc:creator><title>牛人就是牛人</title><link>http://blog.csdn.net/hax/archive/2006/11/27/1417044.aspx</link><pubDate>Mon, 27 Nov 2006 16:39:00 GMT</pubDate><guid>http://blog.csdn.net/hax/archive/2006/11/27/1417044.aspx</guid><wfw:comment>http://blog.csdn.net/hax/comments/1417044.aspx</wfw:comment><comments>http://blog.csdn.net/hax/archive/2006/11/27/1417044.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hax/comments/commentRss/1417044.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1417044</trackback:ping><description>我不认为Rails应该向外部世界屈服，恰恰相反，Rails正在有力地让外部世界向我们屈服。&lt;img src ="http://blog.csdn.net/hax/aggbug/1417044.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hax</dc:creator><title>VML cache issue</title><link>http://blog.csdn.net/hax/archive/2006/11/23/1406679.aspx</link><pubDate>Thu, 23 Nov 2006 02:04:00 GMT</pubDate><guid>http://blog.csdn.net/hax/archive/2006/11/23/1406679.aspx</guid><wfw:comment>http://blog.csdn.net/hax/comments/1406679.aspx</wfw:comment><comments>http://blog.csdn.net/hax/archive/2006/11/23/1406679.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hax/comments/commentRss/1406679.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1406679</trackback:ping><description>VML ignores IE's cache option, and cause redundant connections.&lt;img src ="http://blog.csdn.net/hax/aggbug/1406679.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hax</dc:creator><title>VML need hasLayout</title><link>http://blog.csdn.net/hax/archive/2006/10/24/1348604.aspx</link><pubDate>Tue, 24 Oct 2006 10:49:00 GMT</pubDate><guid>http://blog.csdn.net/hax/archive/2006/10/24/1348604.aspx</guid><wfw:comment>http://blog.csdn.net/hax/comments/1348604.aspx</wfw:comment><comments>http://blog.csdn.net/hax/archive/2006/10/24/1348604.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hax/comments/commentRss/1348604.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1348604</trackback:ping><description>VML need hasLayout.&lt;img src ="http://blog.csdn.net/hax/aggbug/1348604.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hax</dc:creator><title>style.backgroundImage will fire onpropertychange twice</title><link>http://blog.csdn.net/hax/archive/2006/10/23/1346542.aspx</link><pubDate>Mon, 23 Oct 2006 14:32:00 GMT</pubDate><guid>http://blog.csdn.net/hax/archive/2006/10/23/1346542.aspx</guid><wfw:comment>http://blog.csdn.net/hax/comments/1346542.aspx</wfw:comment><comments>http://blog.csdn.net/hax/archive/2006/10/23/1346542.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hax/comments/commentRss/1346542.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1346542</trackback:ping><description>style.backgroundImage will fire onpropertychange twice&lt;img src ="http://blog.csdn.net/hax/aggbug/1346542.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hax</dc:creator><title>$X</title><link>http://blog.csdn.net/hax/archive/2006/06/29/849779.aspx</link><pubDate>Thu, 29 Jun 2006 11:10:00 GMT</pubDate><guid>http://blog.csdn.net/hax/archive/2006/06/29/849779.aspx</guid><wfw:comment>http://blog.csdn.net/hax/comments/849779.aspx</wfw:comment><comments>http://blog.csdn.net/hax/archive/2006/06/29/849779.aspx#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://blog.csdn.net/hax/comments/commentRss/849779.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=849779</trackback:ping><description>可能自从prototype引入$()后，使用$起头的短名字就成为风潮。但是不是谁都能做到创立新的惯例的。&lt;img src ="http://blog.csdn.net/hax/aggbug/849779.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hax</dc:creator><title>JavaScript 2 已经确定发布日期</title><link>http://blog.csdn.net/hax/archive/2006/05/24/752475.aspx</link><pubDate>Wed, 24 May 2006 11:06:00 GMT</pubDate><guid>http://blog.csdn.net/hax/archive/2006/05/24/752475.aspx</guid><wfw:comment>http://blog.csdn.net/hax/comments/752475.aspx</wfw:comment><comments>http://blog.csdn.net/hax/archive/2006/05/24/752475.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hax/comments/commentRss/752475.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=752475</trackback:ping><description>ECMAScript Edition 4在经历了多年停顿后终于重上轨道。在最近的Brendan Eich的演讲中，已提出ES4的Deadline将是2007年第一季度。他还预测，JS2将在4年里取代JS1。&lt;img src ="http://blog.csdn.net/hax/aggbug/752475.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hax</dc:creator><title>Right Direction but Questionable Action --- about dianping.com</title><link>http://blog.csdn.net/hax/archive/2006/04/10/657134.aspx</link><pubDate>Mon, 10 Apr 2006 11:11:00 GMT</pubDate><guid>http://blog.csdn.net/hax/archive/2006/04/10/657134.aspx</guid><wfw:comment>http://blog.csdn.net/hax/comments/657134.aspx</wfw:comment><comments>http://blog.csdn.net/hax/archive/2006/04/10/657134.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hax/comments/commentRss/657134.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=657134</trackback:ping><description>dianping.com 开始把触角伸向其它领域，希望能复制它餐饮方面的成功。它还意图跨向web 2.0的模式。但是在方法上，却令许多dianping的既有用户感觉不佳。&lt;img src ="http://blog.csdn.net/hax/aggbug/657134.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hax</dc:creator><title>ff1.5增加pageshow/pagehide事件</title><link>http://blog.csdn.net/hax/archive/2006/03/16/626637.aspx</link><pubDate>Thu, 16 Mar 2006 20:35:00 GMT</pubDate><guid>http://blog.csdn.net/hax/archive/2006/03/16/626637.aspx</guid><wfw:comment>http://blog.csdn.net/hax/comments/626637.aspx</wfw:comment><comments>http://blog.csdn.net/hax/archive/2006/03/16/626637.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hax/comments/commentRss/626637.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=626637</trackback:ping><description>ff1.5增加pageshow/pagehide事件&lt;img src ="http://blog.csdn.net/hax/aggbug/626637.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hax</dc:creator><title>讨论：Qomolangma实现篇(四)：基本特性增强与多投事件系统</title><link>http://blog.csdn.net/hax/archive/2006/03/13/622701.aspx</link><pubDate>Mon, 13 Mar 2006 00:54:00 GMT</pubDate><guid>http://blog.csdn.net/hax/archive/2006/03/13/622701.aspx</guid><wfw:comment>http://blog.csdn.net/hax/comments/622701.aspx</wfw:comment><comments>http://blog.csdn.net/hax/archive/2006/03/13/622701.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hax/comments/commentRss/622701.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=622701</trackback:ping><description>讨论：Qomolangma实现篇(四)：基本特性增强与多投事件系统&lt;img src ="http://blog.csdn.net/hax/aggbug/622701.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>