Ten ways to speed up the download time of your web pages
摘要:http://www.codeproject.com/KB/HTML/webspeed.aspx
阅读全文
posted @
2008-02-29 16:02
今夜太冷
阅读(287)
推荐(0) 编辑
一个类似于msn弹出窗口中的导航
摘要:<script language='javascript'>var isIE=!(navigator.userAgent.indexOf('MSIE')==-1);var news;var curNew=0;var timer;function init(pic,txt){ if(!pic)pic="NewsPic"; if(!txt)txt="NewsPicTxt"; var tex...
阅读全文
posted @
2008-02-19 17:17
今夜太冷
阅读(380)
推荐(0) 编辑
调试javascript
摘要:调试javascript的好方法 1、从微软网站下载MS Script Debugger并安装,这是下载地址:http://download.microsoft.com/download/winscript56/install/1.0a/NT45XP/EN-US/scd10en.exe2、修改IE的设置:IE的选项-->高级,有两个选项默认是钩选的:Disable Script Debugg...
阅读全文
posted @
2008-02-19 09:59
今夜太冷
阅读(255)
推荐(0) 编辑
一个简单的rss的例子
摘要:TestRSS.aspx:<%@ Page Language="C#" AutoEventWireup="true" ContentType="text/xml" CodeBehind="TestRSS.aspx.cs" Inherits="NameSpace1.TestRSS" %> <asp:Repeater id="Repeater1" ...
阅读全文
posted @
2008-02-18 12:50
今夜太冷
阅读(403)
推荐(0) 编辑
Ftp error: 421 too many users
摘要:When I connect to a ftp server by typing ftp://servername I got the following error messages:421 too many users, please try it later.What's the reason?[Answer] This is because there are too many users...
阅读全文
posted @
2008-02-18 10:34
今夜太冷
阅读(1585)
推荐(0) 编辑
一个不错的网站策划网站
摘要:http://www.seoip.net/seoyh/wzch.htm
阅读全文
posted @
2008-02-13 13:56
今夜太冷
阅读(254)
推荐(0) 编辑
一个不错的验证码的例子
摘要:http://www.codeproject.com/KB/aspnet/CaptchaImage.aspx
阅读全文
posted @
2008-02-13 13:24
今夜太冷
阅读(252)
推荐(0) 编辑
移除html标记
摘要:In some cases, we need to get part of a block of HTML contents, if truncate it directly, the HTML tags will be truncated, too. So before truncating, we have to remove all the HTML tags in the content....
阅读全文
posted @
2008-02-13 12:37
今夜太冷
阅读(426)
推荐(0) 编辑
反向代理
摘要:概念 反向代理(Reverse Proxy)方式是指以代理服务器来接受internet上的连接请求,然后将请求转发给内部网络上的服务器,并将从服务器上得到的结果返回给internet上请求连接的客户端,此时代理服务器对外就表现为一个服务器。 通常的代理服务器,只用于代理内部网络对Internet的连接请求,客户机必须指定代理服务器,并将本来要直接发送到Web服务器上的http请求发送...
阅读全文
posted @
2008-02-01 18:00
今夜太冷
阅读(355)
推荐(0) 编辑