<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://fj126.net/Template/rss.xsl" version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<generator>http://fj126.net/?v=1.1.1006</generator>
<copyright><![CDATA[Powered by fj126.net. Copyright © 2004-2008 蓝雨设计]]></copyright>
<title>蓝雨设计</title>
<link>http://fj126.net/</link>
<atom:link href="http://fj126.net/art/rss/index.xml" rel="self" type="application/rss+xml" />
<description>蓝雨博客系统基于asp+access 技术开发,程序小巧,功能强大.</description>
<pubDate>Sat, 13 Mar 2010 04:25:32 +0800</pubDate>
<item>
<title><![CDATA[检测大写锁定键]]></title>
<category domain="http://fj126.net/art/cat/6/">脚本应用</category>
<description><![CDATA[在用户输入密码时如果按下大写锁定键用Javascript代码进行提示]]></description>
<link>http://fj126.net/art/html/260/</link>
<pubDate>Sun, 14 Jun 2009 21:45:28 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/260/</guid>
</item>
<item>
<title><![CDATA[JS图片切换]]></title>
<category domain="http://fj126.net/art/cat/6/">脚本应用</category>
<description><![CDATA[&lt;!DOCTYPEhtmlPUBLIC&quot;-//W3C//DTDXHTML1.0Transitional//EN&quot;&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;&lt;htmlxmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&l...]]></description>
<link>http://fj126.net/art/html/259/</link>
<pubDate>Fri, 12 Jun 2009 23:05:52 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/259/</guid>
</item>
<item>
<title><![CDATA[JavaScript 图片滑动切换效果]]></title>
<category domain="http://fj126.net/art/cat/6/">脚本应用</category>
<description><![CDATA[&lt;!DOCTYPEhtmlPUBLIC&quot;-//W3C//DTDXHTML1.0Transitional//EN&quot;&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;&lt;htmlxmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&l...]]></description>
<link>http://fj126.net/art/html/258/</link>
<pubDate>Fri, 12 Jun 2009 18:58:01 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/258/</guid>
</item>
<item>
<title><![CDATA[JavaScript 图片变换效果(ie only)]]></title>
<category domain="http://fj126.net/art/cat/6/">脚本应用</category>
<description><![CDATA[&l...]]></description>
<link>http://fj126.net/art/html/257/</link>
<pubDate>Fri, 12 Jun 2009 18:54:30 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/257/</guid>
</item>
<item>
<title><![CDATA[幻于算法]]></title>
<category domain="http://fj126.net/art/cat/6/">脚本应用</category>
<description><![CDATA[&lt;BODY&gt;&lt;textareaid=tx1style=width:100%;height:80%&gt;a测试用}中文字符b&lt;/textarea&gt;&lt;buttononclick=tx1.value=encodeWord(tx1.value)&gt;汉字编码&lt;/button&gt;　&lt;buttononclick=tx1.value=decodeWord(...]]></description>
<link>http://fj126.net/art/html/256/</link>
<pubDate>Wed, 10 Jun 2009 07:49:51 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/256/</guid>
</item>
<item>
<title><![CDATA[VBScript实现的escape和unescape功能函数]]></title>
<category domain="http://fj126.net/art/cat/3/">ASP编程</category>
<description><![CDATA[VBScript实现的escape和unescape功能函数:vbsEscape,vbsUnEscape]]></description>
<link>http://fj126.net/art/html/255/</link>
<pubDate>Sat, 06 Jun 2009 22:42:53 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/255/</guid>
</item>
<item>
<title><![CDATA[自动排版工具]]></title>
<category domain="http://fj126.net/art/cat/6/">脚本应用</category>
<description><![CDATA[自动排版工具...]]></description>
<link>http://fj126.net/art/html/254/</link>
<pubDate>Thu, 09 Apr 2009 21:30:25 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/254/</guid>
</item>
<item>
<title><![CDATA[精妙SQL语句介绍]]></title>
<category domain="http://fj126.net/art/cat/3/">ASP编程</category>
<description><![CDATA[1.说明：复制表(只复制结构，源表名：a，新表名：b)select*intobfromawhere1&lt;&gt;12.说明：拷贝表(拷贝数据，源表名：a，目标表名：b)insertintob(a,b,c)selectd,e,ffromb3.说明：显示文章、提交人和最后回复时间selecta.title,a.username,b.adddatefromtablea,(selectmax(addd...]]></description>
<link>http://fj126.net/art/html/253/</link>
<pubDate>Sat, 04 Apr 2009 23:42:21 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/253/</guid>
</item>
<item>
<title><![CDATA[CSS无图片实现圆角框]]></title>
<category domain="http://fj126.net/art/cat/5/">WEB技术</category>
<description><![CDATA[&lt;!DOCTYPEhtmlPUBLIC&quot;-//W3C//DTDXHTML1.0Transitional//EN&quot;&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;&lt;htmlxmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&l...]]></description>
<link>http://fj126.net/art/html/252/</link>
<pubDate>Sat, 04 Apr 2009 23:22:07 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/252/</guid>
</item>
<item>
<title><![CDATA[简单的弹出层加遮罩层效果]]></title>
<category domain="http://fj126.net/art/cat/6/">脚本应用</category>
<description><![CDATA[&lt;!DOCTYPEhtmlPUBLIC&quot;-//W3C//DTDXHTML1.0Strict//EN&quot;&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;&lt;htmlxmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;head&gt;&l...]]></description>
<link>http://fj126.net/art/html/251/</link>
<pubDate>Fri, 03 Apr 2009 21:41:32 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/251/</guid>
</item>
<item>
<title><![CDATA[JavaScript CSS Style属性对照表]]></title>
<category domain="http://fj126.net/art/cat/5/">WEB技术</category>
<description><![CDATA[盒子标签和属性对照CSS语法(不区分大小写)JavaScript语法(区分大小写)borderborderborder-bottomborderBottomborder-bottom-colorborderBottomColorborder-bottom-styleborderBottomStyleborder-bottom-widthborderBottomWidthborder-colorbo...]]></description>
<link>http://fj126.net/art/html/250/</link>
<pubDate>Wed, 25 Mar 2009 11:03:09 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/250/</guid>
</item>
<item>
<title><![CDATA[浏览器判断脚本]]></title>
<category domain="http://fj126.net/art/cat/6/">脚本应用</category>
<description><![CDATA[&lt;scripttype=&quot;text/javascript&quot;&gt;varSys={};varua=navigator.userAgent.toLowerCase();vars;(s=ua.match(/msie(+)/))?Sys.ie=s:(s=ua.match(/firefox\/(+)/))?Sys.firefox=s:(s=ua.match(/chrome\/(+...]]></description>
<link>http://fj126.net/art/html/249/</link>
<pubDate>Wed, 18 Mar 2009 19:55:55 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/249/</guid>
</item>
<item>
<title><![CDATA[纯JS+CSS的液晶数码彩色显示板效果(无图片)]]></title>
<category domain="http://fj126.net/art/cat/6/">脚本应用</category>
<description><![CDATA[利用div的边框来模拟LED字体效果]]></description>
<link>http://fj126.net/art/html/248/</link>
<pubDate>Sun, 28 Dec 2008 15:35:12 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/248/</guid>
</item>
<item>
<title><![CDATA[ms sql和access中使用函数的区别]]></title>
<category domain="http://fj126.net/art/cat/3/">ASP编程</category>
<description><![CDATA[常在一些bbs上面看见有人在问access转换为mssql有什么要注意的地方，或是编写存储过程，现在小弟在此写一些要注意的或者常用的语法给大家参考（部分为asp常用的函数）－－－－－－－－－－－－－－－－－－－datediff函数与sql代码的问题在access中datediff的第一个参数用引号，并且只用一个字母来表示比较的部分，而在sqlserver中不需要引号，并且用全称和或者简称来表示，并...]]></description>
<link>http://fj126.net/art/html/247/</link>
<pubDate>Sat, 01 Nov 2008 10:18:36 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/247/</guid>
</item>
<item>
<title><![CDATA[在ASP中实现UNIX时间戳]]></title>
<category domain="http://fj126.net/art/cat/3/">ASP编程</category>
<description><![CDATA[这两个函数分别用于标准时间转Unix时间戳和Unix时间戳转标准时间。用法在函数前面的注释里写得很清楚了。&#39;&#39;参数：strTime:要转换的时间；intTimeZone：该时间对应的时区&#39;&#39;返回值：strTime相对于1970年1月1日午夜0点经过的秒数&...]]></description>
<link>http://fj126.net/art/html/246/</link>
<pubDate>Fri, 24 Oct 2008 19:22:26 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/246/</guid>
</item>
<item>
<title><![CDATA[文本输入框字数限制js]]></title>
<category domain="http://fj126.net/art/cat/6/">脚本应用</category>
<description><![CDATA[以上为简单限制10个字符以下为改良后，可显示字符输入百分比~两种代码均不对中英文做出判断]]></description>
<link>http://fj126.net/art/html/245/</link>
<pubDate>Tue, 21 Oct 2008 21:13:25 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/245/</guid>
</item>
<item>
<title><![CDATA[img标签也可以加上背景的]]></title>
<category domain="http://fj126.net/art/cat/5/">WEB技术</category>
<description><![CDATA[办法其实挺简单的，比如，做一系列的图片列表，需要添加背景的那种，就可以不用加上厚厚的边框来实现那种带边框的效果了。加上一个背景，还是挺好看的，加个花边或者别的]]></description>
<link>http://fj126.net/art/html/244/</link>
<pubDate>Tue, 21 Oct 2008 16:59:45 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/244/</guid>
</item>
<item>
<title><![CDATA[特殊符号大全]]></title>
<category domain="http://fj126.net/art/cat/5/">WEB技术</category>
<description><![CDATA[特殊符号大全，保留备用！！]]></description>
<link>http://fj126.net/art/html/243/</link>
<pubDate>Fri, 17 Oct 2008 10:04:44 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/243/</guid>
</item>
<item>
<title><![CDATA[HTML特殊符号]]></title>
<category domain="http://fj126.net/art/cat/5/">WEB技术</category>
<description><![CDATA[特殊符号命名实体十进制编码特殊符号命名实体十进制编码&alpha;&amp;alpha;&amp;#913;&beta;&amp;beta;&amp;#914;&gamma;&amp;gamma;&amp;#915;&delta;&amp;delta;&amp;#916;&epsilon;&amp;epsilon;&amp;#917;&zeta;&amp;zeta;&amp;#918;&eta;&...]]></description>
<link>http://fj126.net/art/html/242/</link>
<pubDate>Wed, 15 Oct 2008 15:59:57 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/242/</guid>
</item>
<item>
<title><![CDATA[批量编码转换包括gb2312,utf-8,unicode,支持拖动,VBS实现]]></title>
<category domain="http://fj126.net/art/cat/6/">脚本应用</category>
<description><![CDATA[&#39;&#39;把要转换的文件拖到这个文件上，选择源编码与目标编码进行编码批量转换SetobjArgs=WScript.ArgumentsIfobjArgs.Count&gt;0ThenCodeI=InputBox(&q...]]></description>
<link>http://fj126.net/art/html/241/</link>
<pubDate>Sat, 11 Oct 2008 15:32:52 +0800</pubDate>
<dc:creator>蓝雨</dc:creator>
<guid isPermaLink="false">http://fj126.net/art/html/241/</guid>
</item>
</channel>
</rss>