<?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>有无境 &#187; digg</title>
	<atom:link href="http://ashi.im/article/tag/digg/feed" rel="self" type="application/rss+xml" />
	<link>http://ashi.im</link>
	<description>有当有，无便无，有无之间，一切随心。</description>
	<lastBuildDate>Sat, 28 Aug 2010 06:02:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>【PJ修改】digg功能（基于jquery)</title>
		<link>http://ashi.im/article/digg.html</link>
		<comments>http://ashi.im/article/digg.html#comments</comments>
		<pubDate>Sat, 11 Jul 2009 03:58:47 +0000</pubDate>
		<dc:creator>阿士</dc:creator>
				<category><![CDATA[代码如诗]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[PJBlog]]></category>
		<category><![CDATA[代码]]></category>

		<guid isPermaLink="false">http://www.flisy.cn/article/%e3%80%90pj%e4%bf%ae%e6%94%b9%e3%80%91digg%e5%8a%9f%e8%83%bd%ef%bc%88%e5%9f%ba%e4%ba%8ejquery.html</guid>
		<description><![CDATA[打开：Template\static.htm 、 Template\Article.asp
找到：

下面添加

digg();
打开：class\cls_article.asp
找到：
response.Write (highlight(UnCheckStr(UBBCode(HtmlEncode(log_ViewArr(8, 0)), Mid(log_ViewArr(11, 0), 1, 1),[......]<p class='read-more'><a href='http://ashi.im/article/digg.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>打开：Template\static.htm 、 Template\Article.asp<br />
找到：</p>
<blockquote><p><$ArticleContent$></p></blockquote>
<p>下面添加</p>
<blockquote><div id=&#34;qlwz-digg&#34;></div>
<p><script type=&#34;text/javascript&#34;>digg();</script></p></blockquote>
<p>打开：class\cls_article.asp<br />
找到：</p>
<blockquote><p>response.Write (highlight(UnCheckStr(UBBCode(HtmlEncode(log_ViewArr(8, 0)), Mid(log_ViewArr(11, 0), 1, 1), Mid(log_ViewArr(11, 0), 2, 1), Mid(log_ViewArr(11, 0), 3, 1), Mid(log_ViewArr(11, 0), 4, 1), Mid(log_ViewArr(11, 0), 5, 1))), keyword))</p></blockquote>
<p>找到：</p>
<blockquote><p>response.Write (highlight(UnCheckStr(log_ViewArr(8, 0)), keyword))</p></blockquote>
<p>分别在下面添加</p>
<blockquote><p>response.write &#34;
<div id=&#34;&#34;qlwz-digg&#34;&#34;></div>
<p><script type=&#34;&#34;text/javascript&#34;&#34;>digg();</script>&#34;</p></blockquote>
<p>打开：article.asp<br />
找到 <!--内容-->  在其上添加</p>
<blockquote><p><script type=&#34;text/javascript&#34;>var g_logID=&#34;<%=id%>&#34;</script></p></blockquote>
<p>打开：Template\static.htm 、 header.asp<br />
找到(发现common/ajax.js的错误导致不能使用所以换下位置)</p>
<blockquote><p><script type=&#34;text/javascript&#34; src=&#34;common/common.js&#34;></script></p></blockquote>
<p>在其上添加<br />
[code]<script type=&#34;text/javascript&#34; src=&#34;common/jquery.js&#34;></script></p>
<link rel=&#34;stylesheet&#34; href=&#34;Plugins/digg/digg.css&#34; type=&#34;text/css&#34;/>
<script type=&#34;text/javascript&#34; src=&#34;Plugins/digg/digg.js&#34;></script>[/code]<br />
最后下载文件放在对应的文件夹里。<br />
最后运行up&#100;ate.asp 文件 blog_Content 表添加log_digggood 和 log_diggbad<br />
删除字段：up&#100;ate.asp?action=delsql</p>
<p>关于不能使用的问题：<br />
1、安装前查看你的博客是否有js错误，新版得貌似发现了js错误。。。如果有js错误请停止安装<br />
2、如果安装前没有js错误，请确定了是否升级了数据库。</p>
<p>转自PJ论坛—http://bbs.pjhome.net/viewthread.php?tid=53752&amp;highlight=%D7%EE%BA%F3%D2%BB<br />
<a target="_blank" href="http://www.qiannao.com/space/show/flisyvip/上传分享/2009/7/11/digg(更新).rar/.page">点我下载：digg(更新).rar</a></p>
<h2  class="related_post_title">你可以看看相关的东东:</h2><ul class="related_post"><li><a href="http://ashi.im/article/3columnscode.html" title="【推荐】首页三栏代码">【推荐】首页三栏代码</a> (0)<br /><small>PJBlog的首页三栏代码，需要的朋友拿去吧！
1：在后台新建内容模块，输入：

[code]
  ...</small></li><li><a href="http://ashi.im/article/original_size_image-js.html" title="浏览器可显示原图片的JS">浏览器可显示原图片的JS</a> (36)<br /><small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 在逛Opera...</small></li><li><a href="http://ashi.im/article/wordpress-thumb.html" title="给你的wordpress文章添加缩略图">给你的wordpress文章添加缩略图</a> (31)<br /><small>&nbsp;
&nbsp;
创建日志缩略图我想很多wper都有用过这个方法，很多主题都自带这个功...</small></li><li><a href="http://ashi.im/article/touxiang-pinglun.html" title="折腾一下-带头像显示的最新评论代码">折腾一下-带头像显示的最新评论代码</a> (36)<br /><small>&nbsp;
&nbsp;
博客不折腾不行啊，用现在这个主题的时候本来想弄个头像缓存来着，不过在...</small></li><li><a href="http://ashi.im/article/2009-9-13.html" title="2009-9-13">2009-9-13</a> (9)<br /><small>转到wordpress吧，PJBlog玩累了，现在想转过来了。原来博客的图片上面的都转过来了，但是有...</small></li><li><a href="http://ashi.im/article/301redirect.html" title="301重定向">301重定向</a> (2)<br /><small>今天起床想把昨天没做完的事搞定了，就是301重定向的问题了。阿士一直烦恼怎么才能使通过【smile....</small></li><li><a href="http://ashi.im/article/asppacktools.html" title="ASP打包解包工具代码(xml)">ASP打包解包工具代码(xml)</a> (1)<br /><small>网站备份通常是整站备份比较好，通过空间商的备份还是不太保险啊。原始人事件大家都知道，那么要如何备份呢...</small></li></ul>]]></content:encoded>
			<wfw:commentRss>http://ashi.im/article/digg.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
