<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Nana的荔枝园_分类_W3C</title><id>http://feed.cnblogs.com/blog/u/63191/category/219698/rss</id><updated>2012-05-28T07:05:05Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/NanaLich/category/219698.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/63191/category/219698/rss"/><entry><id>http://www.cnblogs.com/NanaLich/archive/2011/06/21/cnblogs-css-glitch.html</id><title type="text">园子的模板 CSS 有点小毛病</title><summary type="text">#green_channel a{/* ... 省略 ... */-moz-border-radius: 5px;-webkit-border-radius: 10px;-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);/* ... 省略 ... */}这段 CSS 是针对 Mozilla 和 WebKit 引擎的，所以其它浏览器认不出来。实际上 Opera 和 IE9 早就可以正确呈现这样的效果了，只要换成这样就可以了：#green_channel a{/* ...</summary><published>2011-06-21T07:49:00Z</published><updated>2011-06-21T07:49:00Z</updated><author><name>Nana's Lich</name><uri>http://www.cnblogs.com/NanaLich/</uri></author><link rel="alternate" href="http://www.cnblogs.com/NanaLich/archive/2011/06/21/cnblogs-css-glitch.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/NanaLich/archive/2011/06/21/cnblogs-css-glitch.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/NanaLich/archive/2010/09/10/a-module-provides-lambda-style-programming-ability-for-javascript.html</id><title type="text">[乍看上去缺点比优点多的无聊创作]让JavaScript拥有（类似）Lambda表达式编程能力</title><summary type="text">在JavaScript中使用匿名函数没法避免使用“function”关键字，如果连续使用很多匿名函数的话这种重复劳动会非常影响心情。通过这个模块我把近似于C#中的Lambda表达式语法引入了JavaScript，或许能稍微改善一下这种状况吧。</summary><published>2010-09-10T01:56:00Z</published><updated>2010-09-10T01:56:00Z</updated><author><name>Nana's Lich</name><uri>http://www.cnblogs.com/NanaLich/</uri></author><link rel="alternate" href="http://www.cnblogs.com/NanaLich/archive/2010/09/10/a-module-provides-lambda-style-programming-ability-for-javascript.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/NanaLich/archive/2010/09/10/a-module-provides-lambda-style-programming-ability-for-javascript.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/NanaLich/archive/2010/08/29/ecmascript-de-facto-standard-the-string-line-breaking-connector.html</id><title type="text">De facto standard——世界上不可思议的事实标准</title><summary type="text">一般浏览器的JavaScript支持中总会有一些在ECMAScript中并没有定义，甚至是不该使用的特性，这其中有一部分被几乎所有的浏览器支持的，就是所谓的的“事实上的标准”。简述“事实标准”之后，本文还介绍一个像这样的特性，不使用串联操作而直接把字符串拆在几行代码中书写，并且不引发语法错误。</summary><published>2010-08-28T21:34:00Z</published><updated>2010-08-28T21:34:00Z</updated><author><name>Nana's Lich</name><uri>http://www.cnblogs.com/NanaLich/</uri></author><link rel="alternate" href="http://www.cnblogs.com/NanaLich/archive/2010/08/29/ecmascript-de-facto-standard-the-string-line-breaking-connector.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/NanaLich/archive/2010/08/29/ecmascript-de-facto-standard-the-string-line-breaking-connector.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/NanaLich/archive/2010/08/25/urite-the-uber-write-solution-for-html.html</id><title type="text">【创作】document.write的替用方案，“&amp;#220;ber Write”</title><summary type="text">前几天我写文提到了很多浏览器中document.write存在一个小缺陷，我也说自己在做一个替用方案来解决这个问题。在经过几天断断续续的调试以后，“Über Write”终于可以放出来给大家看了。</summary><published>2010-08-25T11:23:00Z</published><updated>2010-08-25T11:23:00Z</updated><author><name>Nana's Lich</name><uri>http://www.cnblogs.com/NanaLich/</uri></author><link rel="alternate" href="http://www.cnblogs.com/NanaLich/archive/2010/08/25/urite-the-uber-write-solution-for-html.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/NanaLich/archive/2010/08/25/urite-the-uber-write-solution-for-html.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/NanaLich/archive/2010/08/24/ie9-the-2px-issue-resolved.html</id><title type="text">IE的2像素偏差问题终于“将要”成为历史了（附js微技巧一则）</title><summary type="text">众所周知，IE有一个经典的“差了2像素”的问题，现在在IE9的第四个平台预览中这个问题已经可以解决了！不过有一个前提是，你必须“IE9标准模式”打开网页才行，默认情况下如果一个网页的DTD是“&lt;!DOCTYPE html&gt;”，“IE9标准模式”就会启用。好吧，IE的“2像素&amp;rd...</summary><published>2010-08-24T07:24:00Z</published><updated>2010-08-24T07:24:00Z</updated><author><name>Nana's Lich</name><uri>http://www.cnblogs.com/NanaLich/</uri></author><link rel="alternate" href="http://www.cnblogs.com/NanaLich/archive/2010/08/24/ie9-the-2px-issue-resolved.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/NanaLich/archive/2010/08/24/ie9-the-2px-issue-resolved.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/NanaLich/archive/2010/08/22/document-write-problem.html</id><title type="text">在网页中使用document.write时遭遇的奇怪问题</title><summary type="text">document.write是我们已经用了十多年的方法，由于种种原因我们所知道的其它动态产生网页内容的DOM API都无法完全替代它。但这个方法本身也存在着一些惹人头疼的问题。</summary><published>2010-08-22T15:26:00Z</published><updated>2010-08-22T15:26:00Z</updated><author><name>Nana's Lich</name><uri>http://www.cnblogs.com/NanaLich/</uri></author><link rel="alternate" href="http://www.cnblogs.com/NanaLich/archive/2010/08/22/document-write-problem.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/NanaLich/archive/2010/08/22/document-write-problem.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/NanaLich/archive/2010/08/06/ie9-platform-preview-4.html</id><title type="text">IE 9 平台预览第4版发布</title><summary type="text">不久前微软IE团队面向开发者发布了IE9的第四个平台预览版，在修正一些问题的同时还提高了Acid3测试的分数。或许，还有些不为人知的小改进？</summary><published>2010-08-06T05:32:00Z</published><updated>2010-08-06T05:32:00Z</updated><author><name>Nana's Lich</name><uri>http://www.cnblogs.com/NanaLich/</uri></author><link rel="alternate" href="http://www.cnblogs.com/NanaLich/archive/2010/08/06/ie9-platform-preview-4.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/NanaLich/archive/2010/08/06/ie9-platform-preview-4.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/NanaLich/archive/2009/11/26/jscript-cicular-references-i.html</id><title type="text">从IE的一个奇怪的现象所联想到的（上）</title><summary type="text">旧版本的Flash Player在IE中会遇到这样那样的问题，为什么会有这些问题呢？本文中作者试图用自己所掌握的知识来揭开这个谜。</summary><published>2009-11-26T12:08:00Z</published><updated>2009-11-26T12:08:00Z</updated><author><name>Nana's Lich</name><uri>http://www.cnblogs.com/NanaLich/</uri></author><link rel="alternate" href="http://www.cnblogs.com/NanaLich/archive/2009/11/26/jscript-cicular-references-i.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/NanaLich/archive/2009/11/26/jscript-cicular-references-i.html"/><content type="text">旧版本的Flash Player在IE中会遇到这样那样的问题，为什么会有这些问题呢？本文中作者试图用自己所掌握的知识来揭开这个谜。</content></entry></feed>
