<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Butterfly</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/43020/rss</id><updated>2009-09-02T08:22:40Z</updated><author><name>butterfly</name><uri>http://www.cnblogs.com/butterfly/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/butterfly/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/43020/rss"/><entry><id>http://www.cnblogs.com/butterfly/archive/2009/05/10/1453799.html</id><title type="text">很好的几个js滑动条效果</title><summary type="text">1.js滑动条1 2.js滑动条2 3.js滑动条3</summary><published>2009-05-10T13:53:00Z</published><updated>2009-05-10T13:53:00Z</updated><author><name>butterfly</name><uri>http://www.cnblogs.com/butterfly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/butterfly/archive/2009/05/10/1453799.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/butterfly/archive/2009/05/10/1453799.html"/><content type="text">1.js滑动条1 2.js滑动条2 3.js滑动条3</content></entry><entry><id>http://www.cnblogs.com/butterfly/archive/2009/04/28/1445737.html</id><title type="text">Asp 出现Microsoft JScript 编译错误 (0x800A03EC) 缺少 ';'解决办法</title><summary type="text">运行的时候提示出现错误：错误类型：Microsoft JScript 编译错误 (0x800A03EC)缺少 ';把&lt;%@LANGUAGE="JAVASCRIPT" CODEPAGE="936"%&gt;改成&lt;%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%&gt;或者反过来,或者把子这一行去掉就行了</summary><published>2009-04-28T14:58:00Z</published><updated>2009-04-28T14:58:00Z</updated><author><name>butterfly</name><uri>http://www.cnblogs.com/butterfly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/butterfly/archive/2009/04/28/1445737.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/butterfly/archive/2009/04/28/1445737.html"/><content type="text">运行的时候提示出现错误：错误类型：Microsoft JScript 编译错误 (0x800A03EC)缺少 ';把&lt;%@LANGUAGE="JAVASCRIPT" CODEPAGE="936"%&gt;改成&lt;%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%&gt;或者反过来,或者把子这一行去掉就行了</content></entry><entry><id>http://www.cnblogs.com/butterfly/archive/2009/04/27/1444598.html</id><title type="text">实现textarea限制输入字数</title><summary type="text">实现textarea限制输入字数（包含中文只能输入10个，全ASCII码能够输入20个）textarea称文本域，又称文本区，即有滚动条的多行文本输入控件，在网页的提交表单中经常用到。与单行文本框text控件不同，它不能通过maxlength属性来限制字数，为此必须寻求其他方法来加以限制以达到预设的需求。通常的做法就是使用#脚本语言来实现对textarea文本域的字数输入限制，简单而实用。假设我们...</summary><published>2009-04-27T06:45:00Z</published><updated>2009-04-27T06:45:00Z</updated><author><name>butterfly</name><uri>http://www.cnblogs.com/butterfly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/butterfly/archive/2009/04/27/1444598.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/butterfly/archive/2009/04/27/1444598.html"/><content type="text">实现textarea限制输入字数（包含中文只能输入10个，全ASCII码能够输入20个）textarea称文本域，又称文本区，即有滚动条的多行文本输入控件，在网页的提交表单中经常用到。与单行文本框text控件不同，它不能通过maxlength属性来限制字数，为此必须寻求其他方法来加以限制以达到预设的需求。通常的做法就是使用#脚本语言来实现对textarea文本域的字数输入限制，简单而实用。假设我们...</content></entry><entry><id>http://www.cnblogs.com/butterfly/archive/2009/04/27/1444470.html</id><title type="text">怎样去表单多行文本框滚动条</title><summary type="text">&lt;textarea style="overflow:hidden;border-width:0px;background-Color:buttonface;"&gt;永远没有滚动条&lt;/textarea&gt;&lt;textarea style="overflow:auto;border-width:0px;background-Color:buttonface;"&gt;字多了才会有...</summary><published>2009-04-27T03:35:00Z</published><updated>2009-04-27T03:35:00Z</updated><author><name>butterfly</name><uri>http://www.cnblogs.com/butterfly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/butterfly/archive/2009/04/27/1444470.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/butterfly/archive/2009/04/27/1444470.html"/><content type="text">&lt;textarea style="overflow:hidden;border-width:0px;background-Color:buttonface;"&gt;永远没有滚动条&lt;/textarea&gt;&lt;textarea style="overflow:auto;border-width:0px;background-Color:buttonface;"&gt;字多了才会有...</content></entry><entry><id>http://www.cnblogs.com/butterfly/archive/2009/04/26/1444204.html</id><title type="text">未能加载文件或程序集“AjaxControlToolkit”或它的某一个依赖项。系统找不到指定的文件</title><summary type="text">我们在学习ajax的时候一般需要安装ajax的一些控件，安装好ajax1.0后，还要添加AjaxControlToolkit控件，即AjaxControlToolkit.dll文件，这个时候可能会出现如题的错误，通过在网上查找解决方法，总结了下个人解决的方法，应该能解决大家的问题：解决方法: 从http://www.codeplex.com/AtlasControlToolkit/Release...</summary><published>2009-04-26T15:06:00Z</published><updated>2009-04-26T15:06:00Z</updated><author><name>butterfly</name><uri>http://www.cnblogs.com/butterfly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/butterfly/archive/2009/04/26/1444204.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/butterfly/archive/2009/04/26/1444204.html"/><content type="text">我们在学习ajax的时候一般需要安装ajax的一些控件，安装好ajax1.0后，还要添加AjaxControlToolkit控件，即AjaxControlToolkit.dll文件，这个时候可能会出现如题的错误，通过在网上查找解决方法，总结了下个人解决的方法，应该能解决大家的问题：解决方法: 从http://www.codeplex.com/AtlasControlToolkit/Release...</content></entry><entry><id>http://www.cnblogs.com/butterfly/archive/2009/04/22/1441387.html</id><title type="text">一个很漂亮的图片浏览效果js</title><summary type="text">/Files/butterfly/图片浏览.rar，很漂亮，大家可以下来看看~</summary><published>2009-04-22T07:28:00Z</published><updated>2009-04-22T07:28:00Z</updated><author><name>butterfly</name><uri>http://www.cnblogs.com/butterfly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/butterfly/archive/2009/04/22/1441387.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/butterfly/archive/2009/04/22/1441387.html"/><content type="text">/Files/butterfly/图片浏览.rar，很漂亮，大家可以下来看看~</content></entry><entry><id>http://www.cnblogs.com/butterfly/archive/2009/04/22/1441385.html</id><title type="text">js标签切换</title><summary type="text">一个js+css+div的切换标签的效果，感觉还可以。/Files/butterfly/tab.rar</summary><published>2009-04-22T07:25:00Z</published><updated>2009-04-22T07:25:00Z</updated><author><name>butterfly</name><uri>http://www.cnblogs.com/butterfly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/butterfly/archive/2009/04/22/1441385.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/butterfly/archive/2009/04/22/1441385.html"/><content type="text">一个js+css+div的切换标签的效果，感觉还可以。/Files/butterfly/tab.rar</content></entry><entry><id>http://www.cnblogs.com/butterfly/archive/2009/04/11/1433618.html</id><title type="text">工作进度进度条js</title><summary type="text">/*** 绘制简单百分比进度条* barId 进度条span的ID* fPercent 完成的百分数* strCaption 标题* iHeight 高度* iUnit 最小单位* bgcolor 背景颜色* border 边框样式* cursor 光标样式*/function SimplePercent(barId, fPercent, strCaption, iHeight, iUnit, b...</summary><published>2009-04-11T04:40:00Z</published><updated>2009-04-11T04:40:00Z</updated><author><name>butterfly</name><uri>http://www.cnblogs.com/butterfly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/butterfly/archive/2009/04/11/1433618.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/butterfly/archive/2009/04/11/1433618.html"/><content type="text">/*** 绘制简单百分比进度条* barId 进度条span的ID* fPercent 完成的百分数* strCaption 标题* iHeight 高度* iUnit 最小单位* bgcolor 背景颜色* border 边框样式* cursor 光标样式*/function SimplePercent(barId, fPercent, strCaption, iHeight, iUnit, b...</content></entry><entry><id>http://www.cnblogs.com/butterfly/archive/2009/04/11/1433617.html</id><title type="text">一切都会好起来的</title><summary type="text">虽然现在感觉生活很乱，一团糟，很多事情，觉得自己快压得喘不过气了，心里也相当郁闷，但是我相信一切都会慢慢好起来的。BF的离开，到另外一个城市去发展，留我独自在这里暂且生活着，工作着，心里有一点失落，多了一份对他的牵挂，希望他能尽快找到工作，我相信他，因为他真的很优秀；公司里，老大的不断的任务，压得有点喘不过气，心里一直好像都在担心，这个任务应该怎么去完成，我到底能不能完成，能不能给他一个满意的结果...</summary><published>2009-04-11T04:37:00Z</published><updated>2009-04-11T04:37:00Z</updated><author><name>butterfly</name><uri>http://www.cnblogs.com/butterfly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/butterfly/archive/2009/04/11/1433617.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/butterfly/archive/2009/04/11/1433617.html"/><content type="text">虽然现在感觉生活很乱，一团糟，很多事情，觉得自己快压得喘不过气了，心里也相当郁闷，但是我相信一切都会慢慢好起来的。BF的离开，到另外一个城市去发展，留我独自在这里暂且生活着，工作着，心里有一点失落，多了一份对他的牵挂，希望他能尽快找到工作，我相信他，因为他真的很优秀；公司里，老大的不断的任务，压得有点喘不过气，心里一直好像都在担心，这个任务应该怎么去完成，我到底能不能完成，能不能给他一个满意的结果...</content></entry><entry><id>http://www.cnblogs.com/butterfly/archive/2009/03/26/1422009.html</id><title type="text">一个模仿图片透明渐变做的表格颜色渐变效果 js脚本特效 </title><summary type="text"/><published>2009-03-26T01:25:00Z</published><updated>2009-03-26T01:25:00Z</updated><author><name>butterfly</name><uri>http://www.cnblogs.com/butterfly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/butterfly/archive/2009/03/26/1422009.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/butterfly/archive/2009/03/26/1422009.html"/><content type="text"/></entry></feed>
