<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_BAsil_分类_Javascript &amp; CSS</title><id>http://feed.cnblogs.com/blog/u/19048/category/61724/rss</id><updated>2012-05-29T18:29:07Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/basilwang/category/61724.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/19048/category/61724/rss"/><entry><id>http://www.cnblogs.com/basilwang/archive/2010/05/10/1731946.html</id><title type="text">javascript事件机制与jQuery.bind的补充说明</title><summary type="text">在之前的文章javascript 事件机制 与 jQuery.Bind中，为了说明冒泡阶段中Event Handler Function的表现，我使用了event.data来记录触发function的次数。并且提出了一个问题，就是在jQuery.bind方式中,event.data无法正确记录触发的次数。后来经过测试和查阅网上的相关的资料，得出了一个结论，就是我之前关于event.data的使用方...</summary><published>2010-05-10T09:36:00Z</published><updated>2010-05-10T09:36:00Z</updated><author><name>BAsil</name><uri>http://www.cnblogs.com/basilwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/basilwang/archive/2010/05/10/1731946.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/basilwang/archive/2010/05/10/1731946.html"/><content type="text">在之前的文章javascript 事件机制 与 jQuery.Bind中，为了说明冒泡阶段中Event Handler Function的表现，我使用了event.data来记录触发function的次数。并且提出了一个问题，就是在jQuery.bind方式中,event.data无法正确记录触发的次数。后来经过测试和查阅网上的相关的资料，得出了一个结论，就是我之前关于event.data的使用方...</content></entry><entry><id>http://www.cnblogs.com/basilwang/archive/2010/05/08/1730822.html</id><title type="text">javascript 事件机制 与 jQuery.Bind</title><summary type="text">W3C DOM Level2的事件模型规范中，事件在DOM树中的传播过程（从根节点到目标节点）被分为了两个阶段：捕捉（Capture）和冒泡（Bubbling）,而事件在传递的过程中需要先经历Capture Phrase后经历Bubble Phrase 。在firefox下，我们可以用target.addEventListener(type, listener, useCapture),第三个参数...</summary><published>2010-05-08T15:30:00Z</published><updated>2010-05-08T15:30:00Z</updated><author><name>BAsil</name><uri>http://www.cnblogs.com/basilwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/basilwang/archive/2010/05/08/1730822.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/basilwang/archive/2010/05/08/1730822.html"/><content type="text">W3C DOM Level2的事件模型规范中，事件在DOM树中的传播过程（从根节点到目标节点）被分为了两个阶段：捕捉（Capture）和冒泡（Bubbling）,而事件在传递的过程中需要先经历Capture Phrase后经历Bubble Phrase 。在firefox下，我们可以用target.addEventListener(type, listener, useCapture),第三个参数...</content></entry><entry><id>http://www.cnblogs.com/basilwang/archive/2008/07/04/1235542.html</id><title type="text">也实现一个首页图片幻灯效果</title><summary type="text">前几天，在园子里看了一个图片幻灯效果，很不错，不过今天想找却找不到了。这两天想把网站的图片幻灯效果给换了，原来的虽然做成了web控件，不过控件里硬编码了javascript和css，甚至还有document.write这样的输出，感觉很是不爽。偶然发现了一篇翻译文章如何使用 JavaScript 创建可维护的幻灯片效果，感觉原作者在构建可分离的javascript和css上颇有心得,不过这里和我想要的效果还有些差异，参照大部分国内网站的实现方式，应该能够实现定时的播放，同时在右下角还应该有一个序列号的指示，就像新浪网的首页那样，既然作者帮我们作了大部分的分离工作，剩下的这部分自己实现，也十分简单。</summary><published>2008-07-04T05:16:00Z</published><updated>2008-07-04T05:16:00Z</updated><author><name>BAsil</name><uri>http://www.cnblogs.com/basilwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/basilwang/archive/2008/07/04/1235542.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/basilwang/archive/2008/07/04/1235542.html"/><content type="text">前几天，在园子里看了一个图片幻灯效果，很不错，不过今天想找却找不到了。这两天想把网站的图片幻灯效果给换了，原来的虽然做成了web控件，不过控件里硬编码了javascript和css，甚至还有document.write这样的输出，感觉很是不爽。偶然发现了一篇翻译文章如何使用 JavaScript 创建可维护的幻灯片效果，感觉原作者在构建可分离的javascript和css上颇有心得,不过这里和我想要的效果还有些差异，参照大部分国内网站的实现方式，应该能够实现定时的播放，同时在右下角还应该有一个序列号的指示，就像新浪网的首页那样，既然作者帮我们作了大部分的分离工作，剩下的这部分自己实现，也十分简单。</content></entry><entry><id>http://www.cnblogs.com/basilwang/archive/2006/12/23/601387.html</id><title type="text">在javascript中用微软的htc组件调用web service</title><summary type="text"/><published>2006-12-23T06:41:00Z</published><updated>2006-12-23T06:41:00Z</updated><author><name>BAsil</name><uri>http://www.cnblogs.com/basilwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/basilwang/archive/2006/12/23/601387.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/basilwang/archive/2006/12/23/601387.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/basilwang/archive/2006/09/19/508695.html</id><title type="text">Yahoo UI中的Crockford Pattern是什么？</title><summary type="text"/><published>2006-09-19T09:37:00Z</published><updated>2006-09-19T09:37:00Z</updated><author><name>BAsil</name><uri>http://www.cnblogs.com/basilwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/basilwang/archive/2006/09/19/508695.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/basilwang/archive/2006/09/19/508695.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/basilwang/archive/2006/06/12/423903.html</id><title type="text">htc文件GB2312编码格式导致包含中文的注释行混乱，不易发现（原创）</title><summary type="text"/><published>2006-06-12T06:47:00Z</published><updated>2006-06-12T06:47:00Z</updated><author><name>BAsil</name><uri>http://www.cnblogs.com/basilwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/basilwang/archive/2006/06/12/423903.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/basilwang/archive/2006/06/12/423903.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/basilwang/archive/2006/05/30/413174.html</id><title type="text">Thin的DateChooser代码学习(关于js的函数参数为一个完整的函数以及“对象不支持此属性或方法”错误的解决)（原创，转载请声明）</title><summary type="text"/><published>2006-05-30T08:45:00Z</published><updated>2006-05-30T08:45:00Z</updated><author><name>BAsil</name><uri>http://www.cnblogs.com/basilwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/basilwang/archive/2006/05/30/413174.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/basilwang/archive/2006/05/30/413174.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/basilwang/archive/2006/05/29/412273.html</id><title type="text">jscript中appendChild和cloneNode的区别（原创，转载请声明）</title><summary type="text"/><published>2006-05-29T10:25:00Z</published><updated>2006-05-29T10:25:00Z</updated><author><name>BAsil</name><uri>http://www.cnblogs.com/basilwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/basilwang/archive/2006/05/29/412273.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/basilwang/archive/2006/05/29/412273.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/basilwang/archive/2006/05/27/410573.html</id><title type="text">Thin的DateChooser代码学习(getScrollPosition)（原创，转载请声明）</title><summary type="text"/><published>2006-05-27T03:11:00Z</published><updated>2006-05-27T03:11:00Z</updated><author><name>BAsil</name><uri>http://www.cnblogs.com/basilwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/basilwang/archive/2006/05/27/410573.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/basilwang/archive/2006/05/27/410573.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/basilwang/archive/2006/05/25/409497.html</id><title type="text">[导入]解决“Internet Explorer 无法打开 Internet站点已终止操作”问题</title><summary type="text"/><published>2006-05-25T15:24:00Z</published><updated>2006-05-25T15:24:00Z</updated><author><name>BAsil</name><uri>http://www.cnblogs.com/basilwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/basilwang/archive/2006/05/25/409497.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/basilwang/archive/2006/05/25/409497.html"/><content type="text"/></entry></feed>
