﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><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>博客园-木野狐(Neil Chen)-随笔分类-网页技术</title><link>http://www.cnblogs.com/RChen/category/19613.html</link><description /><language>zh-cn</language><lastBuildDate>Sat, 17 May 2008 12:28:36 GMT</lastBuildDate><pubDate>Sat, 17 May 2008 12:28:36 GMT</pubDate><ttl>60</ttl><item><title>json.org 的实现代码终于改掉了</title><link>http://www.cnblogs.com/RChen/archive/2007/11/28/975813.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 28 Nov 2007 08:36:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/11/28/975813.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/975813.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/11/28/975813.html#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/975813.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/975813.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: http://www.json.org/json2.js因为之前的版本会注入对象的prototype,导致很多问题。最常见的，是for(varkeyinobj){&nbsp;doSom...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/11/28/975813.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/975813.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-11-28 16:36 <a href="http://www.cnblogs.com/RChen/archive/2007/11/28/975813.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>用 jQuery 的 AJAX 功能发现的一个错误/注意点：HTTP Error 411</title><link>http://www.cnblogs.com/RChen/archive/2007/11/22/968992.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Thu, 22 Nov 2007 11:02:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/11/22/968992.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/968992.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/11/22/968992.html#Feedback</comments><slash:comments>17</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/968992.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/968992.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 今天程序中有个地方需要Ajax方式POST数据，发现在IE6.0下正常，而FireFox2.0.0.9下则出错。通过FireBug抓取ajax回发后得到的页面信息如下：...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/11/22/968992.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/968992.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-11-22 19:02 <a href="http://www.cnblogs.com/RChen/archive/2007/11/22/968992.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>漂浮窗口拖动杂谈（续）</title><link>http://www.cnblogs.com/RChen/archive/2007/11/01/946007.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Thu, 01 Nov 2007 09:56:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/11/01/946007.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/946007.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/11/01/946007.html#Feedback</comments><slash:comments>9</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/946007.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/946007.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 以前我发过一个：实现浏览器兼容的漂浮窗体拖动/改变尺寸的技术要点另外还提到一个jquery的插件easydrag，这个插件处理拖放还算好用，但自从我上次修改后，现在又发现了它的另一个bug....&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/11/01/946007.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/946007.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-11-01 17:56 <a href="http://www.cnblogs.com/RChen/archive/2007/11/01/946007.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>jQuery 1.2 带来的兼容问题及对策</title><link>http://www.cnblogs.com/RChen/archive/2007/09/27/908354.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Thu, 27 Sep 2007 10:31:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/09/27/908354.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/908354.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/09/27/908354.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/908354.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/908354.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: jQuery1.2中抛弃了不少之前的功能，因此不能向前兼容，而有不少非官方的jQuery插件（比如thickbox），使用的是jQuery1.2之前的语法开发的，如果这次还未根据新版本...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/09/27/908354.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/908354.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-09-27 18:31 <a href="http://www.cnblogs.com/RChen/archive/2007/09/27/908354.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>扩展了 jquery 的插件 easy drag</title><link>http://www.cnblogs.com/RChen/archive/2007/09/20/easydrag.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Thu, 20 Sep 2007 10:37:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/09/20/easydrag.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/900434.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/09/20/easydrag.html#Feedback</comments><slash:comments>8</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/900434.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/900434.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: jquery实现拖动的插件，试了几个，interface是一个，但是bug太多，代码又复杂不好修改，就放弃了。今天找到了一个叫做easydrag的，但用了下也不灵活，于是扩充了一下，现在可...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/09/20/easydrag.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/900434.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-09-20 18:37 <a href="http://www.cnblogs.com/RChen/archive/2007/09/20/easydrag.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Google Gears 体验(2)：本机 web 服务器</title><link>http://www.cnblogs.com/RChen/archive/2007/06/09/googlegears_2.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Fri, 08 Jun 2007 16:29:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/06/09/googlegears_2.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/777157.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/06/09/googlegears_2.html#Feedback</comments><slash:comments>10</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/777157.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/777157.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: GoogleGears的第二个官方例子：http://code.google.com/apis/gears/samples/hello_world_resourcestore.html这个例子的内容...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/06/09/googlegears_2.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/777157.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-06-09 00:29 <a href="http://www.cnblogs.com/RChen/archive/2007/06/09/googlegears_2.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Google Gears 体验(1)：本机数据库</title><link>http://www.cnblogs.com/RChen/archive/2007/06/08/googlegears_1.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Fri, 08 Jun 2007 04:50:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/06/08/googlegears_1.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/776421.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/06/08/googlegears_1.html#Feedback</comments><slash:comments>18</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/776421.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/776421.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: GoogleGears是一个开源的浏览器扩展，用于创建可离线使用的web应用程序，目前尚在beta阶段。其主页地址在：http://code.google.com/apis/gears/网上...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/06/08/googlegears_1.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/776421.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-06-08 12:50 <a href="http://www.cnblogs.com/RChen/archive/2007/06/08/googlegears_1.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>实现浏览器兼容的漂浮窗体拖动/改变尺寸的技术要点</title><link>http://www.cnblogs.com/RChen/archive/2007/06/04/770567.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Mon, 04 Jun 2007 05:30:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/06/04/770567.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/770567.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/06/04/770567.html#Feedback</comments><slash:comments>24</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/770567.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/770567.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 应用场景：&nbsp;用一个div套一个iframe实现的漂浮窗口，要实现拖动标题栏自由移动，拖动边缘改变尺寸的功能。要实现流畅的拖动效果，其要点总结如下：1.处理这些事件：mousemo...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/06/04/770567.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/770567.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-06-04 13:30 <a href="http://www.cnblogs.com/RChen/archive/2007/06/04/770567.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>删除 python 项目中 .pyc 文件的脚本</title><link>http://www.cnblogs.com/RChen/archive/2007/05/09/del_pyc.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 09 May 2007 06:10:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/05/09/del_pyc.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/740262.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/05/09/del_pyc.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/740262.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/740262.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: python项目一运行后会产生很多.pyc文件，给源代码管理带来很大的干扰，于是我做了个js脚本来清除这些文件。使用方法很简单，把下列代码保存为del_pyc.js，放到需要清理的项目的文...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/05/09/del_pyc.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/740262.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-05-09 14:10 <a href="http://www.cnblogs.com/RChen/archive/2007/05/09/del_pyc.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>用状态机模式消除复杂的 if else 逻辑</title><link>http://www.cnblogs.com/RChen/archive/2007/04/16/js_state_machine.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Mon, 16 Apr 2007 10:01:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/04/16/js_state_machine.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/715663.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/04/16/js_state_machine.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/715663.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/715663.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 前一阵开发的一个web界面上有很多诸如“按钮隐藏显示”，“边框隐藏显示”，“伸缩”等效果的切换，在展示不同内容的时候，这些配套的显示控件需要跟着切换不同的状态。迫于进度，使用的是if..els...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/04/16/js_state_machine.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/715663.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-04-16 18:01 <a href="http://www.cnblogs.com/RChen/archive/2007/04/16/js_state_machine.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>FrameSet 不能支持透明</title><link>http://www.cnblogs.com/RChen/archive/2007/04/16/frameset_trans.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sun, 15 Apr 2007 18:36:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/04/16/frameset_trans.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/714739.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/04/16/frameset_trans.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/714739.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/714739.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 困扰了好几天的一个问题，我做的漂浮的层里面的Frameset总是有白底，今天发现原来就是Frameset的问题，改成iframe应该就可以透明了。iframe和frame都支持al...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/04/16/frameset_trans.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/714739.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-04-16 02:36 <a href="http://www.cnblogs.com/RChen/archive/2007/04/16/frameset_trans.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>慎用 overflow:hidden</title><link>http://www.cnblogs.com/RChen/archive/2007/03/25/css_overflow_hidden.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sat, 24 Mar 2007 18:14:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/03/25/css_overflow_hidden.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/686904.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/03/25/css_overflow_hidden.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/686904.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/686904.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 为了页面不显示滚动条，通常是用body{overflow:hidden;}来控制。这两天我郁闷的发现，如果用了这个样式，在IE7.0里面好像有时候如果页面内容超出，则整个页面显示为空白。刷新...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/03/25/css_overflow_hidden.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/686904.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-03-25 02:14 <a href="http://www.cnblogs.com/RChen/archive/2007/03/25/css_overflow_hidden.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>注意 JavaScript 中 RegExp 对象的 test 方法</title><link>http://www.cnblogs.com/RChen/archive/2007/01/08/regexp_test.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Mon, 08 Jan 2007 07:23:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2007/01/08/regexp_test.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/614912.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2007/01/08/regexp_test.html#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/614912.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/614912.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: JavaScript中的RegExp对象用于正则表达式相关的操作，这个对象提供了一个方法test来判定某个字符串是否满足某个pattern.返回值是true/false.今天我碰到了一...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2007/01/08/regexp_test.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/614912.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2007-01-08 15:23 <a href="http://www.cnblogs.com/RChen/archive/2007/01/08/regexp_test.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>关于 IE 模态对话框的两个问题</title><link>http://www.cnblogs.com/RChen/archive/2006/11/01/modal_dialog_issue.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Tue, 31 Oct 2006 17:41:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/11/01/modal_dialog_issue.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/546230.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/11/01/modal_dialog_issue.html#Feedback</comments><slash:comments>21</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/546230.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/546230.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: showModalDialog打开的模态对话框有不少经典的缺陷，在这里不再冗述，我只谈谈最近碰到的几个问题以及解决办法。问题1.showModalDialog打开一个aspx页面时，如果该页...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/11/01/modal_dialog_issue.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/546230.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-11-01 01:41 <a href="http://www.cnblogs.com/RChen/archive/2006/11/01/modal_dialog_issue.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>一个关于用户体验的思考</title><link>http://www.cnblogs.com/RChen/archive/2006/07/25/dynamic_linked_lists_user_experience.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Tue, 25 Jul 2006 14:40:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/07/25/dynamic_linked_lists_user_experience.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/459704.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/07/25/dynamic_linked_lists_user_experience.html#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/459704.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/459704.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 现在的软件认真一点都要注重所谓用户体验（userexperience），比如在B/S开发这块大家越来越喜欢用Ajax，就是为了提高界面对用户的友好程度。我们知道Ajax开发中经常会使用联动...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/07/25/dynamic_linked_lists_user_experience.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/459704.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-07-25 22:40 <a href="http://www.cnblogs.com/RChen/archive/2006/07/25/dynamic_linked_lists_user_experience.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>ASP.NET 2.0 中配合 Master Page 使用的优化 CSS 模型</title><link>http://www.cnblogs.com/RChen/archive/2006/05/23/masterpage_with_css.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Mon, 22 May 2006 17:12:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/05/23/masterpage_with_css.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/406640.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/05/23/masterpage_with_css.html#Feedback</comments><slash:comments>24</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/406640.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/406640.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 一个按照 Master Page 的实现层次（可嵌套），逐层合并的 CSS 模型&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/05/23/masterpage_with_css.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/406640.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-05-23 01:12 <a href="http://www.cnblogs.com/RChen/archive/2006/05/23/masterpage_with_css.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>原来 JS 也支持跟 Lua 语意一样的内嵌函数的闭包概念</title><link>http://www.cnblogs.com/RChen/archive/2006/05/19/404598.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Fri, 19 May 2006 11:07:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/05/19/404598.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/404598.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/05/19/404598.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/404598.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/404598.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 原来JS也支持跟Lua语意一样的内嵌函数的闭包概念。我是从这里看来的：http://blog.dreambrook.com/soloist/archive/2005/03/13/526.asp...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/05/19/404598.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/404598.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-05-19 19:07 <a href="http://www.cnblogs.com/RChen/archive/2006/05/19/404598.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>使用某些 DOCTYPE 时会导致 document.body.scrollTop 失效</title><link>http://www.cnblogs.com/RChen/archive/2006/02/07/326756.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Tue, 07 Feb 2006 10:41:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/02/07/326756.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/326756.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/02/07/326756.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/326756.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/326756.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 使用某些DOCTYPE时会导致document.body.scrollTop失效，总是等于0,这使得在编写一些浮动层的定位代码时会出现差错。解决的办法是改用document.docume...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/02/07/326756.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/326756.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-02-07 18:41 <a href="http://www.cnblogs.com/RChen/archive/2006/02/07/326756.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Janc 学习摘要</title><link>http://www.cnblogs.com/RChen/archive/2006/01/23/322254.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Mon, 23 Jan 2006 12:55:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2006/01/23/322254.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/322254.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2006/01/23/322254.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/322254.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/322254.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 1.IE中，window对象的onbeforeunload和onunload事件的异同，分别的作用。2.Janc的原理。&nbsp;&nbsp;&nbsp;同步调用，异步调用，同步调...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2006/01/23/322254.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/322254.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2006-01-23 20:55 <a href="http://www.cnblogs.com/RChen/archive/2006/01/23/322254.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>去除 vs.net 2003 项目的 VSS 信息的脚本(收藏)</title><link>http://www.cnblogs.com/RChen/archive/2005/12/06/291497.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Tue, 06 Dec 2005 02:01:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2005/12/06/291497.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/291497.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2005/12/06/291497.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/291497.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/291497.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 这个脚本是在codeproject上面看到的，是一个文章的回复里面某老外贴的脚本，其作用是彻底去除vs.net2003项目的VSS信息。我经常需要使用，所以发在这里做一个备份。首先把这些...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2005/12/06/291497.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/291497.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2005-12-06 10:01 <a href="http://www.cnblogs.com/RChen/archive/2005/12/06/291497.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>asp + Access 常见的数据库访问失败问题 Microsoft JET Database Engine 错误 '80004005' 解决办法</title><link>http://www.cnblogs.com/RChen/archive/2005/09/19/239785.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Mon, 19 Sep 2005 08:11:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2005/09/19/239785.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/239785.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2005/09/19/239785.html#Feedback</comments><slash:comments>24</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/239785.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/239785.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 打开FileMonitor这个监控软件，因为默认情况下它跟踪的信息太多，造成查错如同大海捞针。这里有个技巧就是先打开监视，然后选择你不需要监控的那些进程，或者一个目录。点菜单里的：Edit-&...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2005/09/19/239785.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/239785.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2005-09-19 16:11 <a href="http://www.cnblogs.com/RChen/archive/2005/09/19/239785.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>写了一个验证数字范围的正则表达式</title><link>http://www.cnblogs.com/RChen/archive/2005/09/14/236723.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 14 Sep 2005 05:33:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2005/09/14/236723.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/236723.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2005/09/14/236723.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/236723.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/236723.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 要求是：只能输入0-24之间的数字，最多只允许两位小数。先记录在这里，尚未优化。&lt;SCRIPT&nbsp;LANGUAGE="JavaScript"&gt;&lt;!--//&nbsp;...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2005/09/14/236723.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/236723.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2005-09-14 13:33 <a href="http://www.cnblogs.com/RChen/archive/2005/09/14/236723.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>用 js 写了一个批量保存文本文件入数据库的脚本</title><link>http://www.cnblogs.com/RChen/archive/2005/09/07/231784.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 07 Sep 2005 06:25:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2005/09/07/231784.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/231784.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2005/09/07/231784.html#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/231784.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/231784.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 前几天偶然去CSDN逛了一下，发现有人整理了CSDN论坛问题的FAQ提供下载(http://community.csdn.net/Expert/topic/4191/4191119.xm...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2005/09/07/231784.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/231784.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2005-09-07 14:25 <a href="http://www.cnblogs.com/RChen/archive/2005/09/07/231784.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>表格行高亮显示实现为一个 js 类</title><link>http://www.cnblogs.com/RChen/archive/2005/09/05/230567.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Mon, 05 Sep 2005 09:45:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2005/09/05/230567.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/230567.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2005/09/05/230567.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/230567.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/230567.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: &lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;&lt;/TITLE&gt;&lt;script&nbsp;language="javascript"&gt;////////...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2005/09/05/230567.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/230567.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2005-09-05 17:45 <a href="http://www.cnblogs.com/RChen/archive/2005/09/05/230567.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[ASP] 在下拉列表中输出树型结构(原作)</title><link>http://www.cnblogs.com/RChen/archive/2005/08/01/204325.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sun, 31 Jul 2005 16:13:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2005/08/01/204325.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/204325.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2005/08/01/204325.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/204325.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/204325.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: （我以前发表的一篇旧文章，现在统一整理到这里来。）SQLServer2000中用于建表以及其他脚本的SQL如下：/**//*&nbsp;-----------------------...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2005/08/01/204325.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/204325.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2005-08-01 00:13 <a href="http://www.cnblogs.com/RChen/archive/2005/08/01/204325.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[ASP] 数据库中 OLEDB 格式 jpeg 图片的读取及显示(原作)</title><link>http://www.cnblogs.com/RChen/archive/2005/08/01/204320.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Sun, 31 Jul 2005 16:04:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2005/08/01/204320.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/204320.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2005/08/01/204320.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/204320.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/204320.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: （我以前发表的一篇旧文章，现在统一整理到这里来。）问题原型：http://expert.csdn.net/Expert/topic/2517/2517974.xml?temp=.4831049&...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2005/08/01/204320.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/204320.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2005-08-01 00:04 <a href="http://www.cnblogs.com/RChen/archive/2005/08/01/204320.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>我的 blog 换肤了，顺便修改了几个默认样式</title><link>http://www.cnblogs.com/RChen/archive/2005/06/22/178986.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 22 Jun 2005 03:52:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2005/06/22/178986.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/178986.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2005/06/22/178986.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/178986.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/178986.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 用了一段时间的KJC皮肤，我现在对它彻底厌烦了。于是选择了一个新的：OneNote.感觉非常清新。但这个皮肤也有如下缺憾：1，首页上每条贴子内容上下都有一条常常的虚线，十分晃眼。2，贴子下面的发表...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2005/06/22/178986.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/178986.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2005-06-22 11:52 <a href="http://www.cnblogs.com/RChen/archive/2005/06/22/178986.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>VBScript 中的 Empty, Null, "" 讨论</title><link>http://www.cnblogs.com/RChen/archive/2005/04/27/146493.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 27 Apr 2005 09:06:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2005/04/27/146493.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/146493.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2005/04/27/146493.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/146493.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/146493.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 今天一个系统(ASP)忽然出了问题。原因是，原先系统里有一小段代码里关于Request获取的变量值的判断方法有点小问题。采用了类似如下的代码：if&nbsp;IsNull(pageNumb...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2005/04/27/146493.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/146493.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2005-04-27 17:06 <a href="http://www.cnblogs.com/RChen/archive/2005/04/27/146493.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>使用 this 指针和 prototype 实现 js 的 OO 时的一个区别</title><link>http://www.cnblogs.com/RChen/archive/2005/03/02/111230.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Wed, 02 Mar 2005 01:54:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2005/03/02/111230.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/111230.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2005/03/02/111230.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/111230.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/111230.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 利用this实现的公共方法中可以访问类的私有成员(用var声明的变量)，私有方法(用function直接定义的方法)；利用原型扩展实现的方法中，无法调用私有成员和变量。例子如下所示...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2005/03/02/111230.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/111230.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2005-03-02 09:54 <a href="http://www.cnblogs.com/RChen/archive/2005/03/02/111230.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>采用 web standard 开发时如何设定表格的单元格间距</title><link>http://www.cnblogs.com/RChen/archive/2005/02/28/110259.html</link><dc:creator>木野狐(Neil Chen)</dc:creator><author>木野狐(Neil Chen)</author><pubDate>Mon, 28 Feb 2005 05:44:00 GMT</pubDate><guid>http://www.cnblogs.com/RChen/archive/2005/02/28/110259.html</guid><wfw:comment>http://www.cnblogs.com/RChen/comments/110259.html</wfw:comment><comments>http://www.cnblogs.com/RChen/archive/2005/02/28/110259.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/RChen/comments/commentRss/110259.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/RChen/services/trackbacks/110259.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 答案是仍然使用HTML中table的cellspacing属性。如下：&lt;tablecellspacing=&quot;0&quot;&gt;&#160;&#160;&#...&nbsp;&nbsp;<a href='http://www.cnblogs.com/RChen/archive/2005/02/28/110259.html'>阅读全文</a><img src ="http://www.cnblogs.com/RChen/aggbug/110259.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://RChen.cnblogs.com/" target="_blank">木野狐(Neil Chen)</a> 2005-02-28 13:44 <a href="http://www.cnblogs.com/RChen/archive/2005/02/28/110259.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>