<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title><![CDATA[亦续缘(CZTOM.NET) - 原创,收藏,分享]]></title>
    <link><![CDATA[http://cztom.net/]]></link>
    <description><![CDATA[原创、收藏、转载、分享 WEB相关的互联网原创技术、文档和心得，以及个人的WEB开发和.NET技术，并记录自己的生活点滴。]]></description>
    <copyright><![CDATA[Copyright 2010 loachs 1.2]]></copyright>
    <webMaster><![CDATA[]]></webMaster>
    <pubDate><![CDATA[Thu, 23 Feb 2012 11:43:03 GMT]]></pubDate>
    <generator><![CDATA[Loachs]]></generator>
    <language><![CDATA[zh-cn]]></language>
        <item>
      <title><![CDATA[尝试解读“误会”]]></title>
      <link><![CDATA[http://cztom.net/post/2012/02/18/471.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2012/02/18/471.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[知识与技巧]]></category>
      <description><![CDATA[文/若水

	人与人之间的关系，想要做到彼此默契的配合，真的不是一件容易的事情。我们看到一些需要彼此配合的体育项目，人越多的项目，就越多人的关注，比如足球、篮球、排球等，不光是彼此之间的默契，更重要的是他们很清楚各自该要做的事情。

	有人曾经试图分析中国足球为什么一直无法走向世界，当然原因是多方面的，但有一点是不容忽视的：对于球员之间的配合来说，我们并没有做到最好，而同样是亚洲球队的韩国...]]></description>
      <pubDate><![CDATA[Sat, 18 Feb 2012 19:28:19 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[HTML特殊符号对照表]]></title>
      <link><![CDATA[http://cztom.net/post/2012/02/12/469.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2012/02/12/469.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[知识与技巧]]></category>
      <description><![CDATA[在日常Web开发中，很多时候我们需要显示一些特殊的符号，例如：省略号，加减乘除等运算符号，摄氏度，平方，分数，破折号，版权，商标等等。

	而这些符号，在HTML标准中，其实都是默认支持的，只是因为平时使用的不多，大家可能关注度不够，也不甚了解，包括我自己也是。

	分数的表示：¼ ，对应的表示 ¼ ，分子在前，分母在后；

	摄氏度：C°

	商标: ™

	注册：®

...]]></description>
      <pubDate><![CDATA[Sun, 12 Feb 2012 13:41:32 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[VS2008激活工具 for Windows 7]]></title>
      <link><![CDATA[http://cztom.net/post/2012/02/07/Activate-Visual-Studio-2008-for-Windows7.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2012/02/07/Activate-Visual-Studio-2008-for-Windows7.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[知识与技巧]]></category>
      <description><![CDATA[针对Windows 7平台已安装的Visual Studio 2008破解90天试用限制的激活工具。

	工具的使用方法如下：

	 

	打开 控制面板 –> 添加删除程序， 找到VS2008的安装项，运行VS2008的安装卸载程序，出现如下的界面

	

	 

	 

	下载并启动我的激活工具，出现下面的界面：

	

	 

	点击上面的 Activ...]]></description>
      <pubDate><![CDATA[Tue, 07 Feb 2012 19:53:38 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[让IIS支持播放FLV文件]]></title>
      <link><![CDATA[http://cztom.net/post/2012/02/07/467.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2012/02/07/467.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[知识与技巧]]></category>
      <description><![CDATA[FLV（Flash Video）作为一种新兴的网络视频格式，能得到众多的网站支持并非偶然。除了FLV视频格式本身占有率低、视频质量良好、体积小等特点适合目前网络发展外，丰富、多样的资源也是FLV视频格式统一在线播放视频格式的一个重要因素。

	然而，IIS默认是不支持FLV文件播放的。

	 

	要让IIS支持FLV文件，需要在IIS里面，增加一个FLV对应的MIME映射。

	...]]></description>
      <pubDate><![CDATA[Tue, 07 Feb 2012 19:51:16 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[在线生成 CSS3 圆角代码]]></title>
      <link><![CDATA[http://cztom.net/post/2012/02/07/css3-border-radius.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2012/02/07/css3-border-radius.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[CSS]]></category>
      <description><![CDATA[CSS3 是样式表语言的最新版本，它的一大优点就是支持圆角。一个新事物的产生总会带来一大批的追随者，但也会存在那么点兼容性问题。 Border Radius 是一款在线应用，可以很方便的生成 CSS3 圆角代码，即时显示效果，并提供 webkit ，Gecko 兼容代码。

	

	代码如下：

	
		-webkit-border-radius: 90px;
		-webkit-...]]></description>
      <pubDate><![CDATA[Tue, 07 Feb 2012 19:39:00 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[Javascript 中的 call 和 apply]]></title>
      <link><![CDATA[http://cztom.net/post/2012/02/05/465.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2012/02/05/465.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[JavaScript]]></category>
      <description><![CDATA[JavaScript 中通过call或者apply用来代替另一个对象调用一个方法，将一个函数的对象上下文从初始的上下文改变为由 thisObj 指定的新对象。简单的说就是改变函数执行的上下文，这是最基本的用法。两个方法基本区别在于传参不同。

	
		call(obj,arg1,arg2,arg3);call第一个参数传对象，可以是null。参数以逗号分开进行传值，参数可以是任何类型。
	...]]></description>
      <pubDate><![CDATA[Sun, 05 Feb 2012 11:34:22 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[用PHP实现javascript的escape和unescape函数]]></title>
      <link><![CDATA[http://cztom.net/post/2012/02/05/464.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2012/02/05/464.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[JavaScript]]></category>
      <description><![CDATA[前端开发工程师都知道javascript有编码函数escape()和对应的解码函数unescape()，而php中只有个urlencode和urldecode，这个编码和解码函数对encodeURI和encodeURIComponent有效，但是对escape的是无效的。

	javascript中的escape()函数和unescape()函数用户字符串编码，类似于PHP中的urlencod...]]></description>
      <pubDate><![CDATA[Sun, 05 Feb 2012 11:31:44 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[“我”到哪儿去了]]></title>
      <link><![CDATA[http://cztom.net/post/2012/01/16/463.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2012/01/16/463.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[知识与技巧]]></category>
      <description><![CDATA[先来看个冷故事（来自豆瓣）：

	一群伟大的科学家死后在天堂里玩藏猫猫，轮到爱因斯坦抓人，他数到100睁开眼睛，看到所有人都藏起来了，只见伏特趴在不远处。

	爱因斯坦走过去说：“伏特，我抓住你了。”

	伏特说：“不，你没有抓到我。”

	爱因斯坦：“你不是伏特你是谁？”

	伏特：“你看我身下是什么？”

	爱因斯坦低头看到在伏特身下，居然是安培！

	伏特：“我身...]]></description>
      <pubDate><![CDATA[Mon, 16 Jan 2012 21:46:20 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[C#生成渐变验证码]]></title>
      <link><![CDATA[http://cztom.net/post/2012/01/06/462.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2012/01/06/462.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[DotNet]]></category>
      <description><![CDATA[验证码，目前已经成了防止Spam的必备手段，同时也是为了防止机器爬虫和一些作弊行为。而验证码的类型也非常多，通常有普通的ASCII字符，算术表达式，提问，中文字符等。为了增加复杂度，通常会采取增加干扰因素的手段，常见的有扭曲、杂点、渐变、重影等。

	 

	今天，为大家提供一个由Asp.Net实现的字符颜色渐变、支持重影的验证码。效果如下图：

	

	

	因为只是举个例子...]]></description>
      <pubDate><![CDATA[Fri, 06 Jan 2012 11:37:59 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[用JavaScript判断页面是否出现滚动条]]></title>
      <link><![CDATA[http://cztom.net/post/2012/01/05/461.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2012/01/05/461.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[JavaScript]]></category>
      <description><![CDATA[var isScroll = function (el) {

	             // test targets

	             var elems = el ? [el] : [document.documentElement, document.body];

	             var scrollX = false, scrollY = fals...]]></description>
      <pubDate><![CDATA[Thu, 05 Jan 2012 19:20:59 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[验证用户输入的密码的强度]]></title>
      <link><![CDATA[http://cztom.net/post/2012/01/05/check-password-strength.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2012/01/05/check-password-strength.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[JavaScript]]></category>
      <description><![CDATA[// Password strength meter

	function passwordStrength(password1, username, password2) {

	var shortPass = 1, badPass = 2, goodPass = 3, strongPass = 4, mismatch = 5, symbolSize = 0, natLog, score...]]></description>
      <pubDate><![CDATA[Thu, 05 Jan 2012 19:19:25 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[图片上传类:支持水印-日期文件夹-生成缩略图-支持多文件上传]]></title>
      <link><![CDATA[http://cztom.net/post/2012/01/05/459.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2012/01/05/459.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[PHP]]></category>
      <description><![CDATA[/*

	图片上传类; joffe :mailto:gclinux@163.com 欢迎改进

	版本:2011-12-26 beta;

	本类支持多文件上传,图片生成略缩图,加水印,按日期生成目录的基本功能

	调用例子:

	控制器代码:

	

	if ($_GET['action'] == 'save') { 

	    $up = new upload...]]></description>
      <pubDate><![CDATA[Thu, 05 Jan 2012 14:40:30 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[ jsorder基于jquery的购物车实现，实现订单的本地cookie存储]]></title>
      <link><![CDATA[http://cztom.net/post/2012/01/01/jsorder-jQuery-plugin.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2012/01/01/jsorder-jQuery-plugin.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[JavaScript]]></category>
      <description><![CDATA[基于jQuery实现的购物车，实现订单的本地cookie存储，支持购物车自定义样式，金额的计算。通过json与后台交互。实现可配置化的购物车系统，可应用于电子商务平台。

	1.下载地址：http://code.google.com/p/jsorder/downloads/list

	
	2.demo地址：http://wuzhi.me/jsorderdemo.php
	
	文档地...]]></description>
      <pubDate><![CDATA[Sun, 01 Jan 2012 20:01:12 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[CSS3进度条]]></title>
      <link><![CDATA[http://cztom.net/post/2012/01/01/css3-progress-bar.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2012/01/01/css3-progress-bar.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[CSS]]></category>
      <description><![CDATA[HTML代码：
	HTML代码比较简单

	
		
			
				
					
						1
						2
						3
				
				
					
						div class="progress-bar blue stripes">
						    span style="width: 40%">/span>
						/div>
				...]]></description>
      <pubDate><![CDATA[Sun, 01 Jan 2012 18:02:31 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[提升网站SEO，IIS 301永久重定向]]></title>
      <link><![CDATA[http://cztom.net/post/2011/12/30/456.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2011/12/30/456.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[知识与技巧]]></category>
      <description><![CDATA[对于每个站长来说，SEO都是必修的课程。301永久重定向是SEO中，最常见的一个。实现301重定向的方法有很多种，需根据实际情况来区分。目前的主流WEB服务器有Apache, IIS等都是支持301重定向的。

	我今天要说的是301重定向，是针对域名权重提升方面的。

	 

	大家都比较清楚，对于一个域名而言，带www和不带www的，对于搜索引擎而言，是2个网站。为了提高域名的权重...]]></description>
      <pubDate><![CDATA[Fri, 30 Dec 2011 21:18:49 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[jQuery编码、解码插件]]></title>
      <link><![CDATA[http://cztom.net/post/2011/12/29/jQuery-Encoding-Plugin.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2011/12/29/jQuery-Encoding-Plugin.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[JavaScript]]></category>
      <description><![CDATA[其实就是用到了javascript中的decodeURI和encodeURI两个函数，进行编码和解码~ 
	这小东西是用jquery写的一个小插件，是学习编写jquery插件的一个不错的Demo。 
	闲着没事写的，要是有什么话不好意思直接用汉字写出来，变成一堆编码看起来挺酷的~

	 

	 

	/**

	 * jEncode.js V1.0.1, @Datetime :...]]></description>
      <pubDate><![CDATA[Thu, 29 Dec 2011 15:14:40 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[苹果手机操作系统iOS 5.0.1完美越狱教程]]></title>
      <link><![CDATA[http://cztom.net/post/2011/12/28/454.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2011/12/28/454.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[知识与技巧]]></category>
      <description><![CDATA[可以完美越狱iOS 5.0.1的redsn0w 0.9.10b1刚刚放出。目前支持iPhone 3GS, iPhone 4, iPhone 4 CDMA版， iPad 1, iPod touch 3G, iPod touch 4G。但是，采用A5处理器的iPhone 4S、iPad 2仍然无法越狱。请在设备上检查 设置->通用->关于本机 中检查设备运行的固件版本，如果你的设备运行着旧版本固件，可...]]></description>
      <pubDate><![CDATA[Wed, 28 Dec 2011 11:49:21 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[解决ISAPI_Rewrite不生效、不起作用的问题]]></title>
      <link><![CDATA[http://cztom.net/post/2011/12/27/453.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2011/12/27/453.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[解决方案]]></category>
      <description><![CDATA[ISAPI Rewrite是针对IIS推出的URL重写组件，使用的范围非常广泛，使用URL伪静态的方式，来实现搜索引擎的友好，是一种最普遍的SEO手段。

	 

	ISAPI Rewrite有收费和免费2个版本，配置文件的规则都是相同的，均使用正则表达式的方式。

	ISAPI Rewrite虽然好用，但是，很多朋友却在使用时，遇到规则不生效、不起作用的问题。我这里罗列一下不生效的几...]]></description>
      <pubDate><![CDATA[Tue, 27 Dec 2011 15:27:27 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[SQL Server 2005/2008遍历所有表统计行数的SQL语句]]></title>
      <link><![CDATA[http://cztom.net/post/2011/12/25/452.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2011/12/25/452.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[SQLServer]]></category>
      <description><![CDATA[在SQL Server 2005/2008中的当前数据库中遍历所有表显示所有表的行数

	 

	 

	DECLARE CountTableRecords CURSOR READ_ONLY FOR 

	  SELECT sst.name, 

	         Schema_name(sst.schema_id) 

	  FROM   sys.tables sst ...]]></description>
      <pubDate><![CDATA[Sun, 25 Dec 2011 23:32:20 GMT]]></pubDate>
    </item>
        <item>
      <title><![CDATA[过滤表单和url参数]]></title>
      <link><![CDATA[http://cztom.net/post/2011/12/22/451.html]]></link>
      <guid><![CDATA[http://cztom.net/post/2011/12/22/451.html]]></guid>
      <author><![CDATA[亦续缘]]></author>
      <category><![CDATA[DotNet]]></category>
      <description><![CDATA[void Application_BeginRequest(object sender, EventArgs e)
	    {

	        //遍历Post参数，隐藏域除外

	        if (Regex.IsMatch(Request.RawUrl.ToLower(), @"/manager/") == false)

	            for (int ...]]></description>
      <pubDate><![CDATA[Thu, 22 Dec 2011 15:58:34 GMT]]></pubDate>
    </item>
      </channel>
</rss>

