<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title><![CDATA[海讯工作室，专注CMS开发]]></title>
        <image>
        <title>http://hi.baidu.com</title>
        <link>http://hi.baidu.com</link>
        <url>http://img.baidu.com/img/logo-hi.gif</url>
        </image>
<description><![CDATA[有多远，走多远！]]></description>
<link>http://hi.baidu.com/hankx</link>
<language>zh-cn</language>
<generator>www.baidu.com</generator>
<ttl>5</ttl>


<item>
        <title><![CDATA[Apache服务器URL重写学习：]]></title>
        <link><![CDATA[http://hi.baidu.com/hankx/blog/item/3bb21c1792c447094a90a7fa.html]]></link>
        <description><![CDATA[
		
		服务器支持URI重写功能。如果你使用Apache服务器，可以通过设置mod_rewrite模块来实现。
<p>第一步，首先安装Apache并启用mod_rewrite模块。然后把两个文件放到根目录下：.htaccess和index.php。 .htaccess文件用来让服务器读取，其中必须包含一个mod_rewrite的重写规则，使所有请求都被重定向到index.php。下面是个例子：</p>
<pre class="programlisting">RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php</pre>
<pre class="programlisting"><strong>RewriteRule !\.(js|ico|gif|bmp|jpg|png|cs</strong></pre> <a href="http://hi.baidu.com/hankx/blog/item/3bb21c1792c447094a90a7fa.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/hankx/blog/category/Php">Php</a>&nbsp;<a href="http://hi.baidu.com/hankx/blog/item/3bb21c1792c447094a90a7fa.html#comment">查看评论</a>]]></description>
        <pubDate>2009年06月12日 星期五  11:19</pubDate>
        <category><![CDATA[Php]]></category>
        <author><![CDATA[hankx_chen]]></author>
		<guid>http://hi.baidu.com/hankx/blog/item/3bb21c1792c447094a90a7fa.html</guid>
</item>

<item>
        <title><![CDATA[初级URL重写指南]]></title>
        <link><![CDATA[http://hi.baidu.com/hankx/blog/item/a628d216fd3c5510972b4314.html]]></link>
        <description><![CDATA[
		
		<div >
<h1>初级URL重写指南</h1>
<p>本文是<code class="module"><a href="http://lamp.linux.gov.cn/Apache/ApacheMenu/mod/mod_rewrite.html"><font face="NSimsun">mod_rewrite</font></a></code><a href="http://lamp.linux.gov.cn/Apache/ApacheMenu/mod/mod_rewrite.html">参考文档</a>的补充材料。阐述在实际应用中如何解决网管所面临的基于URL的典型问题，并详细描述了如何配置URL重写规则集以解决这些问题。</p>
<div class="warning">注意：根据你的服务器配置，有可能必须对这里的例子作些小修改，比如，在额外</div></div> <a href="http://hi.baidu.com/hankx/blog/item/a628d216fd3c5510972b4314.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/hankx/blog/category/Php">Php</a>&nbsp;<a href="http://hi.baidu.com/hankx/blog/item/a628d216fd3c5510972b4314.html#comment">查看评论</a>]]></description>
        <pubDate>2009年06月12日 星期五  10:17</pubDate>
        <category><![CDATA[Php]]></category>
        <author><![CDATA[hankx_chen]]></author>
		<guid>http://hi.baidu.com/hankx/blog/item/a628d216fd3c5510972b4314.html</guid>
</item>

<item>
        <title><![CDATA[新注册了一个域名：www.zotop.com，呵呵]]></title>
        <link><![CDATA[http://hi.baidu.com/hankx/blog/item/0c92d30060b33319728b650e.html]]></link>
        <description><![CDATA[
		
		新注册了一个域名：<a href="http://www.zotop.com/">www.zotop.com</a>，呵呵，准备用作cms的php版本的官网，名称本身没有什么意思，只是觉得比较简短而且应该比较好记，中文名称翻译成什么?不太好想，呵呵，&ldquo;逐涛&rdquo;？更多感觉像&ldquo;猪逃跑&rdquo;，哈哈，这样的话和drupal的谐音&ldquo;猪跑了&rdquo;很有些相似！大家有什么好的意见没有？ 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/hankx/blog/category/Php">Php</a>&nbsp;<a href="http://hi.baidu.com/hankx/blog/item/0c92d30060b33319728b650e.html#comment">查看评论</a>]]></description>
        <pubDate>2009年06月12日 星期五  10:07</pubDate>
        <category><![CDATA[Php]]></category>
        <author><![CDATA[hankx_chen]]></author>
		<guid>http://hi.baidu.com/hankx/blog/item/0c92d30060b33319728b650e.html</guid>
</item>

<item>
        <title><![CDATA[慎用url重写]]></title>
        <link><![CDATA[http://hi.baidu.com/hankx/blog/item/656d95dd234b533c5982dd03.html]]></link>
        <description><![CDATA[
		
		<div class="posthead">
<h2>
<div class="posthead">
<h2><a href="http://www.cnblogs.com/csky/archive/2006/08/09/urlrewrite.html">http://www.cnblogs.com/csky/archive/2006/08/09/urlrewrite.html</a></h2>
</div>
</h2>
</div>
<div class="postbody">
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  为了使url地址更加友好（当然可能有别的原因），很多站点使用了url重写，如<a href="http://www.cnblogs.com/life">http://www.cnblogs.com/life</a>，在asp.net中通常要处理这样的url重写，必须在IIS中将*.*映射</p></div> <a href="http://hi.baidu.com/hankx/blog/item/656d95dd234b533c5982dd03.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/hankx/blog/category/%B3%CC%D0%F2%C8%CB%C9%FA">程序人生</a>&nbsp;<a href="http://hi.baidu.com/hankx/blog/item/656d95dd234b533c5982dd03.html#comment">查看评论</a>]]></description>
        <pubDate>2009年06月12日 星期五  10:02</pubDate>
        <category><![CDATA[程序人生]]></category>
        <author><![CDATA[hankx_chen]]></author>
		<guid>http://hi.baidu.com/hankx/blog/item/656d95dd234b533c5982dd03.html</guid>
</item>

<item>
        <title><![CDATA[商城县城关中学四班（1997级），往昔的回忆！]]></title>
        <link><![CDATA[http://hi.baidu.com/hankx/blog/item/6f1e4dc27a6c6e3de5dd3b02.html]]></link>
        <description><![CDATA[
		
		<p>商城县城关中学四班（1997级）的同学们：</p>
<p>HI，大家还记得我吗，我叫陈磊，好多年过去了，大多都失去了联系，你们还记得曾经的彼此嘛，呵呵，看到了请和我联系，我的qq：56283832，邮箱：<a href="mailto:hankx_chen@qq.com">hankx_chen@qq.com</a>，或者请留言，留下你的qq或者电子邮箱，我想整理一份大家的联系方式，呵呵，大家email一张您的近照给我更好，我会分发给大家！</p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/hankx/blog/category/%C9%FA%BB%EE%B5%E3%B5%CE">生活点滴</a>&nbsp;<a href="http://hi.baidu.com/hankx/blog/item/6f1e4dc27a6c6e3de5dd3b02.html#comment">查看评论</a>]]></description>
        <pubDate>2009年06月05日 星期五  09:44</pubDate>
        <category><![CDATA[生活点滴]]></category>
        <author><![CDATA[hankx_chen]]></author>
		<guid>http://hi.baidu.com/hankx/blog/item/6f1e4dc27a6c6e3de5dd3b02.html</guid>
</item>

<item>
        <title><![CDATA[jquery 1.3 发布在即：Help Test jQuery 1.3 Beta 1]]></title>
        <link><![CDATA[http://hi.baidu.com/hankx/blog/item/4430c88067f476d09023d946.html]]></link>
        <description><![CDATA[
		
		<p>The jQuery team has been working hard on the new release of the jQuery library and it&rsquo;s ready for some in-depth testing! jQuery 1.3 is not ready for production use yet but we need help to weed out any bugs that might&rsquo;ve snuck through.</p>
<p><strong>Download</strong></p>
<p>A copy of jQuery 1.3b1 can be found here:</p>
<ul>
    <li><a href="http://code.jquery.com/jquery-1.3b1.js">http://code.jquery.com/jquery-1.3b1.js</a></li>
</ul>
<p>Please don&rsquo;t use minified or pack</p> <a href="http://hi.baidu.com/hankx/blog/item/4430c88067f476d09023d946.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/hankx/blog/category/Javascript">Javascript</a>&nbsp;<a href="http://hi.baidu.com/hankx/blog/item/4430c88067f476d09023d946.html#comment">查看评论</a>]]></description>
        <pubDate>2008年12月26日 星期五  09:11</pubDate>
        <category><![CDATA[Javascript]]></category>
        <author><![CDATA[hankx_chen]]></author>
		<guid>http://hi.baidu.com/hankx/blog/item/4430c88067f476d09023d946.html</guid>
</item>

<item>
        <title><![CDATA[HankxCMS PHP版本的上传图片窗口]]></title>
        <link><![CDATA[http://hi.baidu.com/hankx/blog/item/7668cdfc8071fd85b901a0d9.html]]></link>
        <description><![CDATA[
		
		<p> </p>
<div forimg="1">
<div forimg="1"><img class="blogimg" border="0" small="0" src="http://hiphotos.baidu.com/hankx/pic/item/55c585d660867d3206088b02.jpg"></div>
</div> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/hankx/blog/category/Php">Php</a>&nbsp;<a href="http://hi.baidu.com/hankx/blog/item/7668cdfc8071fd85b901a0d9.html#comment">查看评论</a>]]></description>
        <pubDate>2008年12月24日 星期三  14:19</pubDate>
        <category><![CDATA[Php]]></category>
        <author><![CDATA[hankx_chen]]></author>
		<guid>http://hi.baidu.com/hankx/blog/item/7668cdfc8071fd85b901a0d9.html</guid>
</item>

<item>
        <title><![CDATA[[原创]用JS或jQuery访问页面内的iframe,兼容IE/FF]]></title>
        <link><![CDATA[http://hi.baidu.com/hankx/blog/item/5d4f4e08a85370920a7b82c8.html]]></link>
        <description><![CDATA[
		
		<h2 class="title">[原创]用JS或jQuery访问页面内的iframe,兼容IE/FF</h2>
<p class="postdate">js或者jQuery访问页面中的框架也就是iframe.<span style="display: none"> </span><br>
<br>
注意:框架内的页面是不能跨域的!<span style="display: none"> </span></p>
<div class="content">
<p><br>
假设有两个页面,在相同域下.<span style="display: none"> </span></p>
<p>index.html 文件内含有一个iframe:</p>
<div class="codeText">
<div class="codeHead">XML/HTML代码</div>
<ol class="dp-xml">
    </ol></div></div> <a href="http://hi.baidu.com/hankx/blog/item/5d4f4e08a85370920a7b82c8.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/hankx/blog/category/css%26%2338%3Bjs">css&#38;js</a>&nbsp;<a href="http://hi.baidu.com/hankx/blog/item/5d4f4e08a85370920a7b82c8.html#comment">查看评论</a>]]></description>
        <pubDate>2008年12月19日 星期五  16:54</pubDate>
        <category><![CDATA[css&#38;js]]></category>
        <author><![CDATA[hankx_chen]]></author>
		<guid>http://hi.baidu.com/hankx/blog/item/5d4f4e08a85370920a7b82c8.html</guid>
</item>

<item>
        <title><![CDATA[mysql字段类型说明与用途(转)]]></title>
        <link><![CDATA[http://hi.baidu.com/hankx/blog/item/5d393b120083da56f819b88b.html]]></link>
        <description><![CDATA[
		
		<table cellspacing="1" cellpadding="1" border="0">
    <tbody>
        <tr>
            <th>数据类型</th>
            <th>描述</th>
            <th>字节</th>
            <th>推荐使用</th>
        </tr>
        <tr>
            <td>SMALLINT</td>
            <td>整数，从-32000到 +32000范围</td>
            <td>2</td>
            <td>存储相对比较小的整数。<br>
            比如: 年纪，数量</td>
        </tr>
        <tr>
            <td>INT</td>
            <td>整数，从-2</td></tr></tbody></table> <a href="http://hi.baidu.com/hankx/blog/item/5d393b120083da56f819b88b.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/hankx/blog/category/Php">Php</a>&nbsp;<a href="http://hi.baidu.com/hankx/blog/item/5d393b120083da56f819b88b.html#comment">查看评论</a>]]></description>
        <pubDate>2008年12月18日 星期四  10:36</pubDate>
        <category><![CDATA[Php]]></category>
        <author><![CDATA[hankx_chen]]></author>
		<guid>http://hi.baidu.com/hankx/blog/item/5d393b120083da56f819b88b.html</guid>
</item>

<item>
        <title><![CDATA[有段时间没有关注jQuery plugin: Validation 已经更新到 Validation 1.5了]]></title>
        <link><![CDATA[http://hi.baidu.com/hankx/blog/item/fd6aa9183d859e0034fa4160.html]]></link>
        <description><![CDATA[
		
		<p>官方网站：<a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">http://bassistance.de/jquery-plugins/jquery-plugin-validation/</a></p>
<p>修复了一些bug，并增加了一些特性，更加好用了</p>
<p>1.5<br>
---<br>
* Improved basic demo, validating confirm-password field after password changed<br>
* Fixed basic validation to pass the untrimmed input value as the first parameter to validation methods, changed required accordingly; breaks existing custom method that rely on the t</p> <a href="http://hi.baidu.com/hankx/blog/item/fd6aa9183d859e0034fa4160.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/hankx/blog/category/css%26%2338%3Bjs">css&#38;js</a>&nbsp;<a href="http://hi.baidu.com/hankx/blog/item/fd6aa9183d859e0034fa4160.html#comment">查看评论</a>]]></description>
        <pubDate>2008年12月03日 星期三  11:33</pubDate>
        <category><![CDATA[css&#38;js]]></category>
        <author><![CDATA[hankx_chen]]></author>
		<guid>http://hi.baidu.com/hankx/blog/item/fd6aa9183d859e0034fa4160.html</guid>
</item>

<item>
        <title><![CDATA[jquery 插件---图片区域选择，常用作裁剪图像]]></title>
        <link><![CDATA[http://hi.baidu.com/hankx/blog/item/1f8ab545b20ca321cffca398.html]]></link>
        <description><![CDATA[
		
		<p>可以到这个网站：<a href="http://odyniec.net/projects/imgareaselect/">http://odyniec.net/projects/imgareaselect/</a></p>
<p>另外附上一个例子：<a href="http://gravatar.com/">http://gravatar.com</a> ，他的图像裁剪使用了这个插件，效果很不错！</p>
<p>他是这么用的：</p>
<p> &lt;script type=&quot;text/javascript&quot;&gt;<br>
&nbsp;&nbsp; function preview (img, selection) {<br>
&nbsp;&nbsp;&nbsp; grav.cropper = { img: img, selection: selection }<br>
&nbsp;&nbsp;&nbsp; preview1(img, selection);</p> <a href="http://hi.baidu.com/hankx/blog/item/1f8ab545b20ca321cffca398.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/hankx/blog/category/css%26%2338%3Bjs">css&#38;js</a>&nbsp;<a href="http://hi.baidu.com/hankx/blog/item/1f8ab545b20ca321cffca398.html#comment">查看评论</a>]]></description>
        <pubDate>2008年11月14日 星期五  00:14</pubDate>
        <category><![CDATA[css&#38;js]]></category>
        <author><![CDATA[hankx_chen]]></author>
		<guid>http://hi.baidu.com/hankx/blog/item/1f8ab545b20ca321cffca398.html</guid>
</item>

<item>
        <title><![CDATA[为图片加上双实线的边，或者阴影]]></title>
        <link><![CDATA[http://hi.baidu.com/hankx/blog/item/f3462a380677fc23b8998ff9.html]]></link>
        <description><![CDATA[
		
		<p>What we'll do here is use css border property for outer image border and we'll fake the inner border using combination of background and padding properties.</p>
<p><img alt="double border for images" src="http://cssglobe.com/articles/double_borders/image1.jpg"></p>
<p>First we add a border property to the image and set the values</p>
<pre>img{
 border:2px solid #72a143;
}</pre>
<p>If we set the padding to 1px and add a yellow background,</p>
<pre>img{
 border:2px solid #72a143;
 paddi</pre> <a href="http://hi.baidu.com/hankx/blog/item/f3462a380677fc23b8998ff9.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/hankx/blog/category/css%26%2338%3Bjs">css&#38;js</a>&nbsp;<a href="http://hi.baidu.com/hankx/blog/item/f3462a380677fc23b8998ff9.html#comment">查看评论</a>]]></description>
        <pubDate>2008年11月08日 星期六  10:54</pubDate>
        <category><![CDATA[css&#38;js]]></category>
        <author><![CDATA[hankx_chen]]></author>
		<guid>http://hi.baidu.com/hankx/blog/item/f3462a380677fc23b8998ff9.html</guid>
</item>

<item>
        <title><![CDATA[非常棒图片集特效：Create Resizing Thumbnails Using Overflow Property]]></title>
        <link><![CDATA[http://hi.baidu.com/hankx/blog/item/660bd4881a279293a4c2720a.html]]></link>
        <description><![CDATA[
		
		<p class="left image"><img alt="image" src="http://cssglobe.com/lab/overflow_thumbs/thumb.jpg"></p>
<p>This tutorial is aimed at controlling the size of the thumbnails appearing on your page. Sometimes we don't have enough space to spare to fit in large thumbnails and yet we would like to avoid small and barely recognizable images. Using this trick we limit the default dimensions of the thumb, and show it in full size when user mouse-overs it.</p>
<p class="imp"></p> <a href="http://hi.baidu.com/hankx/blog/item/660bd4881a279293a4c2720a.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/hankx/blog/category/css%26%2338%3Bjs">css&#38;js</a>&nbsp;<a href="http://hi.baidu.com/hankx/blog/item/660bd4881a279293a4c2720a.html#comment">查看评论</a>]]></description>
        <pubDate>2008年11月08日 星期六  09:24</pubDate>
        <category><![CDATA[css&#38;js]]></category>
        <author><![CDATA[hankx_chen]]></author>
		<guid>http://hi.baidu.com/hankx/blog/item/660bd4881a279293a4c2720a.html</guid>
</item>

<item>
        <title><![CDATA[一个css效果的菜单效果]]></title>
        <link><![CDATA[http://hi.baidu.com/hankx/blog/item/04513829879ee1f999250aa5.html]]></link>
        <description><![CDATA[
		
		<p>&lt;style&gt;<br>
body{<br>
background-color:white;<br>
font-size:12px;<br>
font-family:Arial, Helvetica, sans-serif;<br>
margin:0px;<br>
padding:0px;<br>
color:white;<br>
}<br>
ul,li{<br>
margin:0px;<br>
padding:0px;<br>
}<br>
li{<br>
display:inline;<br>
list-style:none;<br>
list-style-position:outside;<br>
text-align:center;<br>
font-weight:bold;<br>
float:left;<br>
}<br>
a:link{<br>
color:#336601;<br>
text-decoration:none;<br>
float:left;<br>
width:100px;<br>
padding:3px 5px 0px 5px;</p> <a href="http://hi.baidu.com/hankx/blog/item/04513829879ee1f999250aa5.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/hankx/blog/category/css%26%2338%3Bjs">css&#38;js</a>&nbsp;<a href="http://hi.baidu.com/hankx/blog/item/04513829879ee1f999250aa5.html#comment">查看评论</a>]]></description>
        <pubDate>2008年10月30日 星期四  12:39</pubDate>
        <category><![CDATA[css&#38;js]]></category>
        <author><![CDATA[hankx_chen]]></author>
		<guid>http://hi.baidu.com/hankx/blog/item/04513829879ee1f999250aa5.html</guid>
</item>

<item>
        <title><![CDATA[分页导航放大的效果，把鼠标放到分页的数字上时，数字变大]]></title>
        <link><![CDATA[http://hi.baidu.com/hankx/blog/item/b57a950af900241895ca6bc0.html]]></link>
        <description><![CDATA[
		
		<p> </p>
<div forimg="1">
<div forimg="1"><img class="blogimg" border="0" small="0" src="http://hiphotos.baidu.com/hankx/pic/item/e591abec295ff83c62d09fd3.jpg"></div>
</div>
<p>&lt;html&gt;<br>
&lt;head&gt;<br>
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot;&gt;<br>
&lt;style type=&quot;text/css&quot;&gt;<br>
&lt;!--<br>
a {<br>
float:left;<br>
margin:5px 1px 0 1px;<br>
width:20px;<br>
height:20px;<br>
color:#999;<br>
font:12px/20px 宋体;<br>
text</p> <a href="http://hi.baidu.com/hankx/blog/item/b57a950af900241895ca6bc0.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/hankx/blog/category/css%26%2338%3Bjs">css&#38;js</a>&nbsp;<a href="http://hi.baidu.com/hankx/blog/item/b57a950af900241895ca6bc0.html#comment">查看评论</a>]]></description>
        <pubDate>2008年10月30日 星期四  11:32</pubDate>
        <category><![CDATA[css&#38;js]]></category>
        <author><![CDATA[hankx_chen]]></author>
		<guid>http://hi.baidu.com/hankx/blog/item/b57a950af900241895ca6bc0.html</guid>
</item>


</channel>
</rss>