<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Just A Blog &#187; AJAX评论</title>
	<atom:link href="http://www.caxblog.com/tag/ajax-comment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caxblog.com</link>
	<description>街尾牛杂档——Since 1983</description>
	<lastBuildDate>Thu, 20 Oct 2011 10:22:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>使用jQuery增强主题评论功能</title>
		<link>http://www.caxblog.com/enhance-comment-system-with-jquery/</link>
		<comments>http://www.caxblog.com/enhance-comment-system-with-jquery/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 00:06:45 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[AJAX评论]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[评论系统]]></category>

		<guid isPermaLink="false">http://www.caxblog.com/?p=707</guid>
		<description><![CDATA[jQuery是一个伟大的东西，简单的几句代码就可以实现拉风的效果。自从自己搞了个Jat-Theme后，就经常往主题里面加入各种各样的jQuery效果，折腾到前两天自己也认为算是差不多了，可以说是一个阶段性的产物了。再折腾下去只会永无休止！可能以后还会整合一下所有的背景图片，做一个Logo（说了半年还没有做出来呢~~(╯﹏╰)），总之都会把自己认为好的东西加进去。 回正题，这次要说一下现在用的主题里面的jQuery效果： 1、AJAX评论 Ajax评论对大家来讲陌生的东西，这个功能的时候方法有很多，也有专门的插件来实现这个功能。想要自己动手做的朋友可以参考一下K2主题代码或者是笑傲人生的文章“使用 jQuery 实现 wordpress 的 Ajax 留言”。文章里对Comment.js文件都有详细的解释。功能的实现不是太复杂的，至于那些样式的定义就随个人喜欢了，看明白了comment.js文件就可以自己定义提交过程，和提交后的样式。 我这里是在提交过程中加入了一个GIF进度图片，网速快的时候这个效果就是一闪而过，但对于网速不好的朋友，搞这样一个山寨进度条还是OK的。 2、@评论预览 @评论预览是前两天才加上去的，年前看了PhilNa的两篇文章（上，下），但本地试验的时候做不出来。直到前两天MG12把用于nvoie主题的@评论预览代码放出来，修改了一下代码就可以在我的博客上实现这个功能。 如果你已经安装了Mail To Commenter插件，加上这个jQuery应该会很酷！！ 3、隐藏评论回复按钮 &#60;script&#62;     $(document).ready(function(){     $(".comm-reply").hide();     $("#commentlist li").hover(function() {     $(this).find(".comm-reply").show();     }, function() {     $(this).find(".comm-reply").hide();     });     }); &#60;/script&#62; Jat-Theme里面是当鼠标位于评论区域的时候才显示“回复”按钮。实现这个只需要加入一小段代码就OK了，这部分代码来自Jinwen老兄。 © Alex for Just A Blog, 2009. &#124; Permalink &#124; 28 comments &#124; Add to [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="利用jQuery特效收起评论栏目" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fstowing-ramp-comments-using-jquery%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fenhance-comment-system-with-jquery%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/463001.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">利用jQuery特效收起评论栏目</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="最近无法AJAX评论" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fajax-comment-problem%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fenhance-comment-system-with-jquery%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">最近无法AJAX评论</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="评论回复插件Mail To Commenter" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fenhance-comment-system-with-jquery%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/04/462884.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">评论回复插件Mail To Commenter</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="整合IntenseDebate评论系统到WordPress" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fintegrate-intensedebate-to-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fenhance-comment-system-with-jquery%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/14/462922.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">整合IntenseDebate评论系统到WordPress</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="五套WordPress评论表情下载" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-expression%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fenhance-comment-system-with-jquery%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">五套WordPress评论表情下载</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>jQuery是一个伟大的东西，简单的几句代码就可以实现拉风的效果。自从自己搞了个Jat-Theme后，就经常往主题里面加入各种各样的<a href="http://www.caxblog.com/tag/jquery/" target="_self">jQuery</a>效果，折腾到前两天自己也认为算是差不多了，可以说是一个阶段性的产物了。再折腾下去只会永无休止！可能以后还会整合一下所有的背景图片，做一个Logo（说了半年还没有做出来呢~~(╯﹏╰)），总之都会把自己认为好的东西加进去。</p>
<p>回正题，这次要说一下现在用的主题里面的jQuery效果：</p>
<h4>1、AJAX评论</h4>
<p>Ajax评论对大家来讲陌生的东西，这个功能的时候方法有很多，也有专门的插件来实现这个功能。想要自己动手做的朋友可以参考一下K2主题代码或者是笑傲人生的文章“<a href="http://www.xiaorsz.com/jquery-wordpress-ajax-comments/" target="_blank">使用 jQuery 实现 wordpress 的 Ajax 留言</a>”。文章里对Comment.js文件都有详细的解释。功能的实现不是太复杂的，至于那些样式的定义就随个人喜欢了，看明白了comment.js文件就可以自己定义提交过程，和提交后的样式。</p>
<p><span id="more-707"></span><img class="alignnone size-full wp-image-816" title="ajax-comment" src="http://www.caxblog.com/wp-content/uploads/2009/01/ajax-comment.jpg" alt="ajax-comment" width="310" height="87" /></p>
<p>我这里是在提交过程中加入了一个GIF进度图片，网速快的时候这个效果就是一闪而过，但对于网速不好的朋友，搞这样一个山寨进度条还是OK的。</p>
<h4>2、@评论预览</h4>
<p><img class="alignnone size-full wp-image-815" title="comment-show" src="http://www.caxblog.com/wp-content/uploads/2009/01/comment-show.jpg" alt="comment-show" width="532" height="223" /></p>
<p>@评论预览是前两天才加上去的，年前看了PhilNa的两篇文章（<a href="http://philna.com/2008/12/mouseover-to-show-comment-no1" target="_blank">上</a>，<a href="http://philna.com/2008/12/mouseover-to-show-comment-no" target="_blank">下</a>），但本地试验的时候做不出来。直到前两天MG12把用于nvoie主题的<a href="http://www.neoease.com/inove-mouseover-to-show-comment-no/" target="_blank">@评论预览</a>代码放出来，修改了一下代码就可以在我的博客上实现这个功能。</p>
<p>如果你已经安装了<a href="http://www.caxblog.com/wordpress-comment-plugin-mail-to-commenter/" target="_self">Mail To Commenter</a>插件，加上这个jQuery应该会很酷！！</p>
<h4>3、隐藏评论回复按钮</h4>
<pre>&lt;script&gt;
    $(document).ready(function(){
    $(".comm-reply").hide();
    $("#commentlist li").hover(function() {
    $(this).find(".comm-reply").show();
    }, function() {
    $(this).find(".comm-reply").hide();
    });
    });
&lt;/script&gt;</pre>
<p>Jat-Theme里面是当鼠标位于评论区域的时候才显示“回复”按钮。实现这个只需要加入一小段代码就OK了，这部分代码来自<a href="http://www.saywp.com/wordpress/active-the-reply-botton-with-jquery.html" target="_self">Jinwen</a>老兄。</p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2009. |
<a href="http://www.caxblog.com/enhance-comment-system-with-jquery/">Permalink</a> |
<a href="http://www.caxblog.com/enhance-comment-system-with-jquery/#comments">28 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/enhance-comment-system-with-jquery/&title=使用jQuery增强主题评论功能">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/ajax-comment/" rel="tag">AJAX评论</a>, <a href="http://www.caxblog.com/tag/jquery/" rel="tag">jQuery</a>, <a href="http://www.caxblog.com/tag/%e8%af%84%e8%ae%ba%e7%b3%bb%e7%bb%9f/" rel="tag">评论系统</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="利用jQuery特效收起评论栏目" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fstowing-ramp-comments-using-jquery%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fenhance-comment-system-with-jquery%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/463001.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">利用jQuery特效收起评论栏目</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="最近无法AJAX评论" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fajax-comment-problem%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fenhance-comment-system-with-jquery%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">最近无法AJAX评论</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="评论回复插件Mail To Commenter" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fenhance-comment-system-with-jquery%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/04/462884.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">评论回复插件Mail To Commenter</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="整合IntenseDebate评论系统到WordPress" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fintegrate-intensedebate-to-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fenhance-comment-system-with-jquery%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/14/462922.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">整合IntenseDebate评论系统到WordPress</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="五套WordPress评论表情下载" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-expression%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fenhance-comment-system-with-jquery%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">五套WordPress评论表情下载</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/enhance-comment-system-with-jquery/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>近况~~</title>
		<link>http://www.caxblog.com/recent-developments/</link>
		<comments>http://www.caxblog.com/recent-developments/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 02:36:53 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[东拉西扯]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[AJAX评论]]></category>
		<category><![CDATA[Jat-Theme]]></category>
		<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://www.caxblog.com/2009/01/705.html</guid>
		<description><![CDATA[很久没有更新博客了！一来是回家几天没有网络，而来是刚搬家也没有网络。总之原因就是没有网络。今年过得特别快，折腾WordPress快一周年了，转眼又要春节放假，学生一族估计已经开始逍遥自在了。我们是19号就开始两个星期的春节假期！同事们都在折腾火车票和飞机票的事情，每年的这个时候就是黄牛党赚钱的时机，还好我只需要3.5小时的大巴就可以回家，免去了这些烦恼。祝漂泊他乡的XDJM们成功拿到回家的票！ 1、昨天去报装了网通的2M宽带，被告知起码要3天以后才能上门安装。早知道这样我就提前几天报装了。至于选择网通只要是因为它够便宜，一年RMB720，而我又不玩游戏。以后每个月一篇软文就把网费要回来了。 2、没有网络那几天就在本地折腾Jat-Theme，现在的版本已经继承了UBD Block Ad Plugin广告轮放、添加了AJAX评论和Loading进度条。首页的布局也有一点点的变化，觉得这样的布局会清晰一点。不足之处还需要大家点评一下。。 3、Google Adsense账户前两天刚刚突破了$10，Google的钱真的是不好赚啊。我的Adsense是08年3月份开始挂的，10个月才有$10，真的是可怜。但如果我这里每天都有上千IP的话，数字可能就很不一样了，O(∩_∩)O哈哈~ 最后提醒大家岁末注意放火、防盗、放诈骗，给鼠年留下美好的一笔！！ © Alex for Just A Blog, 2009. &#124; Permalink &#124; 36 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: Adsense, AJAX评论, Jat-Theme, 生活<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Google PR更新和Jat-Theme主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fgoogle-pr-update-and-jat-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Frecent-developments%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462865.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google PR更新和Jat-Theme主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress主题：Jat-Theme beta" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Frecent-developments%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/04/462871.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress主题：Jat-Theme beta</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress Premium Theme LightSource" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-premium-theme-lightsource%2F&from=http%3A%2F%2Fwww.caxblog.com%2Frecent-developments%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/30/462856.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress Premium Theme LightSource</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="最近无法AJAX评论" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fajax-comment-problem%2F&from=http%3A%2F%2Fwww.caxblog.com%2Frecent-developments%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">最近无法AJAX评论</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="收到Google Adsense PIN码" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fgoogle-adsense-pin%2F&from=http%3A%2F%2Fwww.caxblog.com%2Frecent-developments%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462840.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">收到Google Adsense PIN码</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>很久没有更新博客了！一来是回家几天没有网络，而来是刚搬家也没有网络。总之原因就是没有网络。今年过得特别快，折腾<a href="http://www.caxblog.com/tag/wordpress">WordPress</a>快一周年了，转眼又要春节放假，学生一族估计已经开始逍遥自在了。我们是19号就开始两个星期的春节假期！同事们都在折腾火车票和飞机票的事情，每年的这个时候就是黄牛党赚钱的时机，还好我只需要3.5小时的大巴就可以回家，免去了这些烦恼。祝漂泊他乡的XDJM们成功拿到回家的票！</p>
<p><span id="more-705"></span>1、昨天去报装了网通的2M宽带，被告知起码要3天以后才能上门安装。早知道这样我就提前几天报装了。至于选择网通只要是因为它够便宜，一年RMB720，而我又不玩游戏。以后每个月一篇软文就把网费要回来了。</p>
<p>2、没有网络那几天就在本地折腾<a href="http://www.caxblog.com/wordpress-theme-jat-theme/" target="_self">Jat-Theme</a>，现在的版本已经继承了<a href="http://www.caxblog.com/sponsors-plugin-ubd-block-ad-plugin/">UBD Block Ad Plugin</a>广告轮放、添加了<a href="http://www.xiaorsz.com/2008/11/jquery-wordpress-ajax-comments/" target="_blank">AJAX评论</a>和<a href="http://ishawn.net/tips/loading-status-bar.html" target="_blank">Loading进度条</a>。首页的布局也有一点点的变化，觉得这样的布局会清晰一点。不足之处还需要大家点评一下。。</p>
<p>3、<a href="http://www.caxblog.com/tag/adsense">Google Adsense</a>账户前两天刚刚突破了$10，Google的钱真的是不好赚啊。我的Adsense是08年3月份开始挂的，10个月才有$10，真的是可怜。但如果我这里每天都有上千IP的话，数字可能就很不一样了，O(∩_∩)O哈哈~</p>
<p>最后提醒大家岁末注意放火、防盗、放诈骗，给鼠年留下美好的一笔！！</p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2009. |
<a href="http://www.caxblog.com/recent-developments/">Permalink</a> |
<a href="http://www.caxblog.com/recent-developments/#comments">36 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/recent-developments/&title=近况~~">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/adsense/" rel="tag">Adsense</a>, <a href="http://www.caxblog.com/tag/ajax-comment/" rel="tag">AJAX评论</a>, <a href="http://www.caxblog.com/tag/jat-theme/" rel="tag">Jat-Theme</a>, <a href="http://www.caxblog.com/tag/%e7%94%9f%e6%b4%bb/" rel="tag">生活</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Google PR更新和Jat-Theme主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fgoogle-pr-update-and-jat-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Frecent-developments%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462865.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google PR更新和Jat-Theme主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress主题：Jat-Theme beta" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-theme-jat-theme%2F&from=http%3A%2F%2Fwww.caxblog.com%2Frecent-developments%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/04/462871.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress主题：Jat-Theme beta</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress Premium Theme LightSource" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-premium-theme-lightsource%2F&from=http%3A%2F%2Fwww.caxblog.com%2Frecent-developments%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/30/462856.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress Premium Theme LightSource</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="最近无法AJAX评论" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fajax-comment-problem%2F&from=http%3A%2F%2Fwww.caxblog.com%2Frecent-developments%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">最近无法AJAX评论</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="收到Google Adsense PIN码" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fgoogle-adsense-pin%2F&from=http%3A%2F%2Fwww.caxblog.com%2Frecent-developments%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462840.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">收到Google Adsense PIN码</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/recent-developments/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>最近无法AJAX评论</title>
		<link>http://www.caxblog.com/ajax-comment-problem/</link>
		<comments>http://www.caxblog.com/ajax-comment-problem/#comments</comments>
		<pubDate>Thu, 22 May 2008 15:48:10 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[AJAX评论]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[收录]]></category>
		<category><![CDATA[百度]]></category>
		<category><![CDATA[评论系统]]></category>

		<guid isPermaLink="false">http://www.talkeight.cn/2008/05/186.html</guid>
		<description><![CDATA[今天晚上我重新安装了WordPress，因为前几天总是出现评论不上的现象，今天我刷新了三次都没法发表评论，意识到这个问题已经很严重了，无法评论的blog算不上是一个Blog。这一个星期使用Wordpress thread Comment的AJAX功能经常都会出错，取消了AJAX功能留言更加无法发表！AJAX无法评论后就出现这样。 刚开始还以为Wordpress thread Comment是不是出了什么问题，或者是我没有安装好。上网Google了一下也没有找到关于Wordpress Thread Comment运行错误的内容，证明不是和这个插件有关。无法AJAX评论的情况或许和网络有关，但这个现象也是在安装了Custom Smilies插件后开始，不知同时安装Thread Comment和Custom Smilies的Blogger们有没有出现和我一样的问题。近日发现是由于主题代码问题导致AJAX评论以及是普通评论无法发表。 还有一个事情就是百度收录。昨天查询了一下发现百度把我的网站删除了，收录数变成了0。不过昨天重新提交了网站后，今天已经又全部收录了！不知道它为什么会突然删除，又突然全部收录！！ © Alex for Just A Blog, 2008. &#124; Permalink &#124; 13 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: AJAX评论, 博客, 收录, 百度, 评论系统<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="使用jQuery增强主题评论功能" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fenhance-comment-system-with-jquery%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fajax-comment-problem%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/02/462817.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">使用jQuery增强主题评论功能</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="整合IntenseDebate评论系统到WordPress" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fintegrate-intensedebate-to-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fajax-comment-problem%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/14/462922.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">整合IntenseDebate评论系统到WordPress</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="关于国外的付费评论" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fmoney-blogging-paid-reviews%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fajax-comment-problem%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/462819.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">关于国外的付费评论</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="近期对博客的几点修改" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Frevising-of-just-a-blog%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fajax-comment-problem%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/20/462923.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">近期对博客的几点修改</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="利用jQuery特效收起评论栏目" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fstowing-ramp-comments-using-jquery%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fajax-comment-problem%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/463001.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">利用jQuery特效收起评论栏目</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>今天晚上我重新安装了<a href="http://www.caxblog.com/tag/wordpress" target="_blank">WordPress</a>，因为前几天总是出现评论不上的现象，今天我刷新了三次都没法发表评论，意识到这个问题已经很严重了，无法评论的blog算不上是一个Blog。这一个星期使用Wordpress thread Comment的AJAX功能经常都会出错，取消了AJAX功能留言更加无法发表！AJAX无法评论后就出现这样。</p>
<p>刚开始还以为Wordpress thread Comment是不是出了什么问题，或者是我没有安装好。上网Google了一下也没有找到关于Wordpress Thread Comment运行错误的内容，证明不是和这个插件有关。无法AJAX评论的情况或许和网络有关，但这个现象也是在安装了<a href="http://www.caxblog.com/wordpress-plugin-custom-smilies/" target="_self">Custom Smilies</a>插件后开始，不知同时安装Thread Comment和<a href="http://www.caxblog.com/wordpress-plugin-custom-smilies/" target="_self">Custom Smilies</a>的Blogger们有没有出现和我一样的问题。近日发现是由于主题代码问题导致AJAX评论以及是普通评论无法发表。</p>
<p><img class="alignnone size-full wp-image-748" title="cuwu" src="http://www.caxblog.com/wp-content/uploads/2008/05/cuwu.jpg" alt="cuwu" width="590" height="93" /></p>
<p>还有一个事情就是<a href="http://www.caxblog.com/tag/%e7%99%be%e5%ba%a6" target="_blank">百度收录</a>。昨天查询了一下发现百度把我的网站删除了，<a href="http://www.caxblog.com/tag/%e6%94%b6%e5%bd%95" target="_blank">收录</a>数变成了0。不过昨天重新提交了网站后，今天已经又全部收录了！不知道它为什么会突然删除，又突然全部收录！！</p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2008. |
<a href="http://www.caxblog.com/ajax-comment-problem/">Permalink</a> |
<a href="http://www.caxblog.com/ajax-comment-problem/#comments">13 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/ajax-comment-problem/&title=最近无法AJAX评论">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/ajax-comment/" rel="tag">AJAX评论</a>, <a href="http://www.caxblog.com/tag/%e5%8d%9a%e5%ae%a2/" rel="tag">博客</a>, <a href="http://www.caxblog.com/tag/%e6%94%b6%e5%bd%95/" rel="tag">收录</a>, <a href="http://www.caxblog.com/tag/%e7%99%be%e5%ba%a6/" rel="tag">百度</a>, <a href="http://www.caxblog.com/tag/%e8%af%84%e8%ae%ba%e7%b3%bb%e7%bb%9f/" rel="tag">评论系统</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="使用jQuery增强主题评论功能" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fenhance-comment-system-with-jquery%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fajax-comment-problem%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/02/462817.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">使用jQuery增强主题评论功能</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="整合IntenseDebate评论系统到WordPress" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fintegrate-intensedebate-to-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fajax-comment-problem%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/14/462922.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">整合IntenseDebate评论系统到WordPress</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="关于国外的付费评论" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fmoney-blogging-paid-reviews%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fajax-comment-problem%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/462819.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">关于国外的付费评论</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="近期对博客的几点修改" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Frevising-of-just-a-blog%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fajax-comment-problem%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/20/462923.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">近期对博客的几点修改</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="利用jQuery特效收起评论栏目" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fstowing-ramp-comments-using-jquery%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fajax-comment-problem%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/463001.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">利用jQuery特效收起评论栏目</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/ajax-comment-problem/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

