<?xml version="1.0" encoding="gb2312"?>
<?xml-stylesheet type="text/xsl" href="inc/rss.xsl" version="1.0"?><rss version="2.0">
<channel>
<title>心跳网络空间</title>
<link><![CDATA[http://www.xintiao.net/]]></link>
<description><![CDATA[ASP技术，CGI技术，ASP.net技术，平面设计，FLASH动画，网络安全、攻防、维护、建设，动网论坛技术...]]></description>
<language>zh-CN</language><generator>iwms.net</generator>
<image>
<title><![CDATA[心跳网络空间]]></title>
<url>pic/logo.gif</url>
<link>http://www.xintiao.net/</link>
</image>
<item>
	<title><![CDATA[刷新页面时文本框内容不变]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=147&cid=12]]></link>
	<author><![CDATA[]]></author>	<pubDate>Fri, 03 Nov 2006 10:00:29 GMT</pubDate>
	<category><![CDATA[网页作坊]]></category>	<description><![CDATA[&lt;!doctype html public &quot;-//w3c//dtd html 4.0 transitional//en&quot;&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>&lt;meta name=&quot;save&quot; content=&quot;history&quot;&gt;<br/>&lt;style type=&quot;text/css&quot;&gt;<br/>.saveHistory {<br/> behavior: url(#default#savehistory);<br/>}<br/>&lt;/style&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;input class=&quot;savehistory&quot; type=&quot;text&quot; /...]]></description>
</item>
<item>
	<title><![CDATA[JavaScript实现对象不间断滚动]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=146&cid=12]]></link>
	<author><![CDATA[]]></author>	<pubDate>Wed, 01 Nov 2006 17:17:03 GMT</pubDate>
	<category><![CDATA[网页作坊]]></category>	<description><![CDATA[&lt;div id=&quot;marquees&quot;&gt;<br/>&lt;!-- 这些是字幕的内容，你可以任意定义 --&gt;<br/> &lt;div&gt;心跳网络&lt;/div&gt;<br/> &lt;div&gt;心跳网络&lt;/div&gt;<br/> &lt;div&gt;心跳网络&lt;/div&gt;<br/> &lt;div&gt;心跳网络&lt;/div&gt;<br/> &lt;div&gt;心跳网络&lt;/div&gt;<br/>&lt;!-- 字幕内容结束 --&gt;<br/>&lt;/div&gt;  <br/>&lt;!-- 以下是javascript代码 --&gt;<br/>&lt;script lan...]]></description>
</item>
<item>
	<title><![CDATA[如何限制多行输入框的内容的长度]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=145&cid=12]]></link>
	<author><![CDATA[]]></author>	<pubDate>Sun, 08 Oct 2006 08:39:17 GMT</pubDate>
	<category><![CDATA[网页作坊]]></category>	<description><![CDATA[我们知道有的时候必须对文本输入框的输入长度进行限制，我们可以通过很简单的maxlength 对Text 和 Password类型的输入框的输入长度进行限制，可是当我们对TextArea 使用maxlength 使用maxlength属性的时候，我们遗憾的发现，这个属性在textarea中是不起作用的有没有办法呢？答案是肯定的，有！就是使用HTC的技术，什么是HTC??简单的说，htc就是HTML Component,豆腐言语表达能力不强，我们看看下面的例子就可以了:   <br/>test.html:<br/>&lt;form method=&quot;POST&quot;&gt;<br/>&lt;p&gt;&lt;input type=&quot;text&quot; size=&quot;30&quot; maxlength=&quot;50&quot; name=&quot;T1&quot;...]]></description>
</item>
<item>
	<title><![CDATA[表单特殊输入处理收集(转)]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=144&cid=12]]></link>
	<author><![CDATA[]]></author>	<pubDate>Sun, 08 Oct 2006 08:38:14 GMT</pubDate>
	<category><![CDATA[网页作坊]]></category>	<description><![CDATA[只能是写限定的东西 代码如下:  <br/>　　ENTER键可以让光标移到下一个输入框   <br/>&lt;input onkeydown=&quot;if(event.keyCode==13)event.keyCode=9&quot; &gt;  <br/>　　只能是中文  <br/>&lt;input onkeyup=&quot;value=value.replace(/[ -~]/g,&apos;&apos;)&quot; onkeydown=&quot;if(event.keyCode==13)event.keyCode=9&quot;&gt;  <br/>　　只能是英文和数字.屏蔽了输入法  <br/>&lt;input s...]]></description>
</item>
<item>
	<title><![CDATA[[注意]企业网站常用中英文对照表]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=143&cid=12]]></link>
	<author><![CDATA[]]></author>	<pubDate>Thu, 05 Oct 2006 19:02:40 GMT</pubDate>
	<category><![CDATA[网页作坊]]></category>	<description><![CDATA[网站导航 site map <br/>公司简介 PROFILE or COMPANY Profile or Company <br/>公司设备 EQUIPMENT Equipment <br/>公司荣誉 GLORIES Glories <br/>企业文化 CULTURE Culture <br/>产品展示 PRODUCT Product <br/>资质认证 quality certification <br/>企业规模 SCALE Scale <br/>营销网络 Sales Network <br/>组织机构 orGANIZATION organization <br/>合作加盟 Join in Cooperation <br/>...]]></description>
</item>
<item>
	<title><![CDATA[破解 加密存储过程、视图、触发器、函数]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=142&cid=5]]></link>
	<author><![CDATA[]]></author>	<pubDate>Thu, 07 Sep 2006 18:26:00 GMT</pubDate>
	<category><![CDATA[ASP类技术]]></category>	<description><![CDATA[&nbsp; &nbsp; 在查询分析器中，选择你的库，然后把上面的存储过程代码粘贴到里面，按F5执行即可。调用时：EXEC sp_decrypt &apos;加密的存储过程&apos;<br/>CREATE&nbsp; PROCEDURE sp_decrypt(@objectName varchar(50))<br/>AS<br/>begin<br/>set nocount on<br/>--CSDN：j9988 copyright:2004.04.15 <br/>--V3.1 <br/>--破*解字节不受限制，适用于SQLSERVER2000存储过程，函数，视图，触发器<br/>--修正上一版视图触发器不能正确解密错误<br/>--发现有错，请E_MAIL：CSDNj9988@to...]]></description>
</item>
<item>
	<title><![CDATA[从日志中恢复SQL Server数据库到时间点]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=141&cid=5]]></link>
	<author><![CDATA[]]></author>	<pubDate>Thu, 07 Sep 2006 18:26:00 GMT</pubDate>
	<category><![CDATA[ASP类技术]]></category>	<description><![CDATA[Author:David Euler<br/>Date: 2004/10/16<br/>Email:de_euler-david@yahoo.com.cn   <br/>有任何问题，请与我联系:)<br/>&nbsp; &nbsp; DB2中可以使得数据库回复到指定的时间点，SQL Server数据库的Recovery Model为full 或者Bulk copy的时候，是可以从日志来恢复数据库的。实际上日志中记录的一条一条的transact sql语句，恢复数据库的时候会redo这些s...]]></description>
</item>
<item>
	<title><![CDATA[关于IE中的Flash出现“单击以激活并使用此控件”的解决方法]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=140&cid=12]]></link>
	<author><![CDATA[]]></author>	<pubDate>Wed, 05 Jul 2006 01:05:00 GMT</pubDate>
	<category><![CDATA[网页作坊]]></category>	<description><![CDATA[前些天打开ie碰到有关flash的时候就莫名其妙的出现“单击以激活并使用此控件”，四周还有个框框，烦死了  <br/>后来终于找到了原因。由于4月份安装了更新系统编号为kb912945的补丁,微软为了避免与eolas公司和加利福尼亚大学之间的专利侵权纠纷,而发布的一个ie非安全更新,这不是什么bug（http://support.microsoft.com/kb/912945）安装这个补丁以后,ie对activex控件和java程序的处理方式将有所改变,默认情况下不会主动激活，因此用户在访问flash广告等网络内容时需要多点击一次鼠标,但非交互式控件不会改变,微软已经通知网站开...]]></description>
</item>
<item>
	<title><![CDATA[使用彩色半调制作漂亮边框]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=139&cid=9]]></link>
	<author><![CDATA[]]></author>	<pubDate>Mon, 22 May 2006 22:46:00 GMT</pubDate>
	<category><![CDATA[Photoshop教程]]></category>	<description><![CDATA[1、打开一张图片，在图层控制面板，双击图层，解开被锁定的图层  <br/>2、使用选则工具(M)，画一个方形，比图片稍小一圈即可  <br/>3、点快速蒙板编辑，或者按Q，使用工具“滤镜”---“像素化”---“彩色半调”  <br/>4、此处设置最大径为10(可以自己设置，看效果啦)  <br/>5、再按Q切换回正常编辑模式，选择反选  <br/>6、填充选择区域(这个就是图片的边框了)  <br/>7、为图片再做一个酷酷的阴影，简单吧...]]></description>
</item>
<item>
	<title><![CDATA[使用javascript判断IE是否阻止弹出窗口]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=137&cid=12]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Mar 2006 16:54:02 GMT</pubDate>
	<category><![CDATA[网页作坊]]></category>	<description><![CDATA[// 判断是否允许弹出窗口<br/>??? function IsPopupDisabled()<br/>??? {<br/>???? var e = false;<br/>???? var pw1 = null;<br/>???? var pw2 = null;<br/>???? try<br/>???? {<br/>????? do<br/>????? {<br/>?????? var d = new Date();<br/>?????? var wName = &quot;ptest_&quot; + d.getTime();<br/>?????? var testUrl = &quot;&quot;;<br/>?????? pw1 = window.open(testUrl,wName,&quot;width=0,height=0,left=5000...]]></description>
</item>
<item>
	<title><![CDATA[Fireworks仿MSN浏览器按钮的制作]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=136&cid=11]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Mar 2006 16:54:02 GMT</pubDate>
	<category><![CDATA[Fireworks教程]]></category>	<description><![CDATA[现在不管是Windows Media Player播放器，还是MSN浏览器，甚至于腾讯的QQ浏览器都将前进后退的按钮改成了这种哑铃形状，下面我就教给大家如何在Fireworks MX 2004中制作这种简单的按钮。<br/>1.新建300像素白色画布，选择“椭圆”工具按住Shift键画一个正圆形，复制这个圆形，并按住Shift键将其缩小，放在紧贴在第一个大一些的圆形的旁边。（如果怕对不整齐，可以按Ctrl+Alt+R打开工作区中的标尺，并从标尺中拖出辅助线用以助于对齐圆形）<br/>...]]></description>
</item>
<item>
	<title><![CDATA[photoshop仿旧撕边效果]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=138&cid=9]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Mar 2006 16:54:00 GMT</pubDate>
	<category><![CDATA[Photoshop教程]]></category>	<description><![CDATA[撕边效果的应用比较广泛，手法也不一而同，我这里提供一种仿旧撕边效果，制作过程并不复杂，希望对大家有所启发。<br/>    1、先用套索随便勾出一个不规则的形状（这个当然要视情况而定了，如果你想要那种相对规则的轮廓，则可以选用其它工具建立规则选区），然后填充颜色，执行喷溅滤镜，得到下图中效果：<br/>...]]></description>
</item>
<item>
	<title><![CDATA[ASP.NET中把扩展名.aspx改成自定义的扩展名.mspx,如何在IIS与.net框架中配置]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=135&cid=8]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Mar 2006 16:39:00 GMT</pubDate>
	<category><![CDATA[.NET类技术]]></category>	<description><![CDATA[1.IIS映射:<br/>.mspx&nbsp; ----&gt;&nbsp; C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll<br/>限于:GET,HEAD,POST,DEBUG<br/>2.web.config<br/>&lt;configuration&gt;<br/> &nbsp; &lt;system.web&gt;<br/>&nbsp; &nbsp; &nbsp; &lt;httpHandlers&gt;<br/>&nbsp; &nbsp; &nbsp;  &nbsp; &lt;add verb=&quot;*&quot; path=&quot;*.mspx&quot; type=&quot;Syste...]]></description>
</item>
<item>
	<title><![CDATA[巧妙实现 Form 表单认证跨站点、跨服务器的单点登录（Single Sign On）]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=134&cid=8]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Mar 2006 16:39:00 GMT</pubDate>
	<category><![CDATA[.NET类技术]]></category>	<description><![CDATA[之前我们讲述的使用 Form 认证实现单点登录，正如网友所说的那样，只能在同一域名下使用。对于跨域名的单点登录，除了使用 Passport 认证外，我们还是可以用 Form 认证的，只是要讲究方法而已啦。正所谓“山不转水转，人不转心转”。  <br/>一、&nbsp; &nbsp; &nbsp; &nbsp; 跨域名的解决思路  <br/>在MSDN 2003 上搜索关键字“Passport”，偶找到一篇“Passport 身份验证提供程序”。文章讲述了 Passport 的认证原理，共 8 条，我就不多说了，大伙自个看吧。其中有一句话，引起偶的注意：“……响应在查询字符串中包含一个加密的 Passport Cookie……”。也正是此句才有了下面...]]></description>
</item>
<item>
	<title><![CDATA[MS SQL压缩数据库日志方法]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=133&cid=5]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 21 Mar 2006 14:02:00 GMT</pubDate>
	<category><![CDATA[ASP类技术]]></category>	<description><![CDATA[企业管理器里面的方法：<br/>1、打开企业管理器<br/>2、打开要处理的数据库<br/>3、点击最上面菜单&gt;工具&gt;SQL查询分析器，打开SQL查询分析器<br/>4、在输入窗口里面输入:<br/>       DUMP TRANSACTION [数据库名] WITH&nbsp; NO_LOG<br/>BACKUP LOG [数据库名] WITH NO_LOG<br/>DBCC SHRINKDATABASE([数据库名])...]]></description>
</item>
<item>
	<title><![CDATA[给FLASH加链接的两种方法]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=132&cid=12]]></link>
	<author><![CDATA[]]></author>	<pubDate>Thu, 16 Mar 2006 12:48:00 GMT</pubDate>
	<category><![CDATA[网页作坊]]></category>	<description><![CDATA[1、FLASH中，使用AS<br/>on(release) {<br/> &nbsp; getUrl(&quot;http://xintiao.net/&quot;,&quot;_blank&quot;);<br/>}  <br/>2、在html中，使用button标签<br/>&lt;button style=&quot;width:400;height:400;background:transparent;border:0;padding:0;cursor:hand&quot; onclick=&quot;window.location.href=&apos;http://xintiao.net/&apos;&quot;&gt;<br/>&lt;object classid=&quot;cls...]]></description>
</item>
<item>
	<title><![CDATA[ASP写的一个小计数器(实用)]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=131&cid=5]]></link>
	<author><![CDATA[]]></author>	<pubDate>Thu, 16 Mar 2006 10:28:00 GMT</pubDate>
	<category><![CDATA[ASP类技术]]></category>	<description><![CDATA[&lt;%  <br/>Function WebCounter()<br/>Dim CounterName,objFS,HitRate,imgName<br/>Dim objReadTS,objWriteTS  <br/>on Error Resume Next<br/>CounterName =server.MapPath(&quot;/bbs/jishu.txt&quot;) <br/>Set objFS = CreateObject(&quot;Scripting.FileSystemObject&quot;)<br/>Set ObjReadTS = objFS.OpenTextFile(CounterName,1,-1,0)<br/>HitRate = objReadTS.ReadLine<br/>objReadTS.Cl...]]></description>
</item>
<item>
	<title><![CDATA[如何获取来访者的IP及来路]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=130&cid=5]]></link>
	<author><![CDATA[]]></author>	<pubDate>Wed, 15 Mar 2006 22:26:00 GMT</pubDate>
	<category><![CDATA[ASP类技术]]></category>	<description><![CDATA[解决思路 <br/>关于服务器、客户端浏览器和访问者的请求信息，都保存在Request对象的ServerVariables集合中。   <br/>具体步骤 <br/>代码示例：   <br/>&lt;% <br/>Response.Write&nbsp; &quot;你的IP：&quot;&Request.ServerVariables(&quot;REMOTE_ADDR&quot;) &&quot;&lt;br&gt;你的来路：&quot;&Request.ServerVariables(&quot;HTTP_REFERER&quot;) <br/>%&gt;   <br/>注意：如果访问者是通过代理服务器访问，用REMOTE_ADDR参数取到的值只是代理服务器的IP，要获得访问者的真正IP，可以用HTTP_X_FORWARD...]]></description>
</item>
<item>
	<title><![CDATA[javascript常用的一些判断输入验证]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=129&cid=12]]></link>
	<author><![CDATA[]]></author>	<pubDate>Wed, 15 Mar 2006 21:57:00 GMT</pubDate>
	<category><![CDATA[网页作坊]]></category>	<description><![CDATA[&lt;script language=&quot;javascript&quot;&gt;  <br/>//去左空格;<br/>function ltrim(s){<br/>&nbsp; &nbsp; return s.replace( /^\s*/, &quot;&quot;);<br/>}<br/>//去右空格;<br/>function rtrim(s){<br/>&nbsp; &nbsp; return s.replace( /\s*$/, &quot;&quot;);<br/>}<br/>//去左右空格;<br/>function trim(s){<br/>&nbsp; &nbsp; return rtrim(ltrim(s));<br/>}<br/>//是否为空值;<br/>function IsEmpty(_str){...]]></description>
</item>
<item>
	<title><![CDATA[图片滚动特效]]></title>
	<link><![CDATA[http://www.xintiao.net/show.aspx?id=128&cid=12]]></link>
	<author><![CDATA[]]></author>	<pubDate>Mon, 14 Nov 2005 15:04:00 GMT</pubDate>
	<category><![CDATA[网页作坊]]></category>	<description><![CDATA[图片滚动到一定位置后停顿一会儿，然后再向上滚动，循环不间断。<br/>代码：<br/>&lt;div id=&quot;icefable1&quot;&gt;<br/>&lt;!--插入你的图片链接--&gt;<br/>&lt;script&gt;marqueesHeight=115;<br/>stopscroll=false;<br/>with(icefable1){<br/>&nbsp;  style.width=640;<br/>&nbsp;  style.height=marqueesHeight;<br/>&nbsp;  style.overflowX=&quot;visible&quot;;<br/>&nbsp;  st...]]></description>
</item>
</channel>
</rss>