<?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; 阅微堂系统</title>
	<atom:link href="http://zhiqiang.org/blog/tag/%e9%98%85%e5%be%ae%e5%a0%82%e7%b3%bb%e7%bb%9f/feed" rel="self" type="application/rss+xml" />
	<link>http://zhiqiang.org/blog</link>
	<description>数学、金融、计算机</description>
	<lastBuildDate>Wed, 23 May 2012 08:37:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>拥抱社交化评论系统</title>
		<link>http://zhiqiang.org/blog/it/use-duoshuo-comment-system.html</link>
		<comments>http://zhiqiang.org/blog/it/use-duoshuo-comment-system.html#comments</comments>
		<pubDate>Fri, 20 Apr 2012 13:28:27 +0000</pubDate>
		<dc:creator>zhiqiang</dc:creator>
				<category><![CDATA[IT技术]]></category>
		<category><![CDATA[阅微堂系统]]></category>

		<guid isPermaLink="false">http://zhiqiang.org/blog/?p=5064</guid>
		<description><![CDATA[博客 » IT技术 » 阅微堂系统 » 正如之前所说，社交化趋势势不可挡。虽然我对博客的模板做了很多的修改，但最基本的评论功能一直使用自己写的插件Ajax Comment-Reply。它严重缺少基本的社交化功能，比如我最想要的评论能跟微博、人人网之类的网站整合。现在是该让它退休的时候了。 目前市面上的社交化评论系统很多，这些系统的功能大同小异。我选择了多说。因为多说系...]]></description>
			<content:encoded><![CDATA[<p id="breadcrumb" class="breadcrumb"><a href="http://zhiqiang.org/blog/">博客</a> » <a href="http://zhiqiang.org/blog/category/it">IT技术</a> » <a href="http://zhiqiang.org/blog/tag/%e9%98%85%e5%be%ae%e5%a0%82%e7%b3%bb%e7%bb%9f" rel="tag">阅微堂系统</a> » </p><p>正如<a href="http://zhiqiang.org/blog/memopad/blog-and-microblog.html">之前</a>所说，社交化趋势势不可挡。虽然我对博客的模板做了很多的修改，但最基本的评论功能一直使用自己写的插件<a href="http://zhiqiang.org/blog/plugin/ajaxcomment">Ajax Comment-Reply</a>。它严重缺少基本的社交化功能，比如我最想要的评论能跟微博、人人网之类的网站整合。现在是该让它退休的时候了。</p>
<p>目前市面上的社交化评论系统很多，这些系统的功能大同小异。我选择了<a href="http://duoshuo.com">多说</a>。因为多说系统能显示来自微博的评论，<a href="http://zhiqiang.org/blog/finance/school/david-li-default-correlation-model.html#comments">这里</a>是一个很好的例子。</p>
<p>我之前对在博客上使用站外服务敬而远之的原因是这些站外服务会拖慢网页的显示速度，但发现如果服务使用合理的Javascript代码，站外服务不会延误原网页内容的显示。</p>
<p>当然我更担心的一件事情是这个多说服务说不定那天就挂了，或者时不时出些问题。不过现在有挺多网站在用多说，比如<a href="http://songshuhui.net">科学松鼠会</a>，我就当跟它们同进退吧。</p>
<p>另一个问题是，原来设置中MathJax不会处理多说评论中的数学公式。查了一下，在MathJax的配置中加入下面一行代码即可：</p>
<pre>MathJax.Hub.Queue(["Typeset",MathJax.Hub]);</pre>
<p>我会把这一行更新到<a href="http://zhiqiang.org/blog/it/latex-for-wordpress.html">插件LaTeX for WordPress</a>的新版本中。</p>
<p>另外，本随着不折腾不罢休的原则，我修改了多读的式样，供大家参考，也欢迎大家提意见：</p>
<pre style='color:#000000; '><span style='color:#808030; '>#</span>ds-thread <span style='color:#808030; '>.</span>ds-<span style='color:#800000; font-weight:bold; '>comment</span>-<span style='color:#800000; font-weight:bold; '>body</span> <span style='color:#800000; font-weight:bold; '>p</span> <span style='color:#800080; '>{</span>
    <span style='color:#bb7977; font-weight:bold; '>color</span><span style='color:#808030; '>:</span> <span style='color:#008c00; '>#</span><span style='color:#008000; '>000</span><span style='color:#800080; '>;</span>
    <span style='color:#bb7977; font-weight:bold; '>font-size</span><span style='color:#808030; '>:</span> <span style='color:#008c00; '>14</span><span style='color:#006600; '>px</span><span style='color:#800080; '>;</span>
<span style='color:#800080; '>}</span>
<span style='color:#808030; '>#</span>ds-thread <span style='color:#800000; font-weight:bold; '>ul</span><span style='color:#808030; '>.</span>ds-children <span style='color:#800080; '>{</span>
    <span style='color:#bb7977; font-weight:bold; '>margin-left</span><span style='color:#808030; '>:</span> <span style='color:#008c00; '>60</span><span style='color:#006600; '>px</span><span style='color:#800080; '>;</span>
<span style='color:#800080; '>}</span>
<span style='color:#808030; '>#</span>ds-thread <span style='color:#800000; font-weight:bold; '>ul</span><span style='color:#808030; '>.</span>ds-children <span style='color:#800000; font-weight:bold; '>ul</span><span style='color:#808030; '>.</span>ds-children <span style='color:#800080; '>{</span>
    <span style='color:#bb7977; font-weight:bold; '>margin-left</span><span style='color:#808030; '>:</span> <span style='color:#008c00; '>40</span><span style='color:#006600; '>px</span> <span style='color:#800000; font-weight:bold; '>!important</span><span style='color:#800080; '>;</span>
<span style='color:#800080; '>}</span>
<span style='color:#808030; '>#</span>ds-smilies-tooltip <span style='color:#800000; font-weight:bold; '>ul</span><span style='color:#808030; '>.</span>ds-smilies-tabs <span style='color:#800080; '>{</span>
    <span style='color:#bb7977; font-weight:bold; '>list-style-type</span><span style='color:#808030; '>:</span> <span style='color:#074726; '>none</span><span style='color:#800080; '>;</span>
    <span style='color:#bb7977; font-weight:bold; '>padding-left</span><span style='color:#808030; '>:</span> <span style='color:#008c00; '>0</span><span style='color:#800080; '>;</span>
<span style='color:#800080; '>}</span>
<span style='color:#808030; '>#</span>ds-thread <span style='color:#808030; '>.</span>ds-<span style='color:#800000; font-weight:bold; '>comment</span>-<span style='color:#800000; font-weight:bold; '>body</span> <span style='color:#800000; font-weight:bold; '>p</span> <span style='color:#800000; font-weight:bold; '>a</span> <span style='color:#800080; '>{</span>
    <span style='color:#bb7977; font-weight:bold; '>border-bottom</span><span style='color:#808030; '>:</span> <span style='color:#008c00; '>1</span><span style='color:#006600; '>px</span> <span style='color:#074726; '>dashed</span> <span style='color:#008c00; '>#</span><span style='color:#008000; '>BBB</span><span style='color:#800080; '>;</span>
    <span style='color:#bb7977; font-weight:bold; '>color</span><span style='color:#808030; '>:</span> <span style='color:#797997; '>red</span><span style='color:#800080; '>;</span>
<span style='color:#800080; '>}</span>
element<span style='color:#808030; '>.</span>style <span style='color:#800080; '>{</span>
<span style='color:#800080; '>}</span>
<span style='color:#808030; '>#</span>ds-smilies-tooltip <span style='color:#808030; '>.</span>ds-smilies-container <span style='color:#800080; '>{</span>
    <span style='color:#bb7977; font-weight:bold; '>margin-left</span><span style='color:#808030; '>:</span> <span style='color:#008c00; '>100</span><span style='color:#006600; '>px</span><span style='color:#800080; '>;</span>
    <span style='color:#bb7977; font-weight:bold; '>padding</span><span style='color:#808030; '>:</span> <span style='color:#008c00; '>10</span><span style='color:#006600; '>px</span> <span style='color:#008c00; '>0</span><span style='color:#800080; '>;</span>
<span style='color:#800080; '>}</span>
<span style='color:#808030; '>#</span>ds-smilies-tooltip <span style='color:#800080; '>{</span>
    <span style='color:#bb7977; font-weight:bold; '>width</span><span style='color:#808030; '>:</span> <span style='color:#008c00; '>500</span><span style='color:#006600; '>px</span><span style='color:#800080; '>;</span>
<span style='color:#800080; '>}</span>
<span style='color:#808030; '>#</span>ds-thread <span style='color:#808030; '>.</span>ds-post-self <span style='color:#800080; '>{</span>
    <span style='color:#bb7977; font-weight:bold; '>padding</span><span style='color:#808030; '>:</span> <span style='color:#008c00; '>10</span><span style='color:#006600; '>px</span> <span style='color:#008c00; '>0</span> <span style='color:#008c00; '>5</span><span style='color:#006600; '>px</span><span style='color:#800080; '>;</span>
<span style='color:#800080; '>}</span>
<span style='color:#808030; '>#</span>ds-thread <span style='color:#808030; '>.</span>ds-<span style='color:#800000; font-weight:bold; '>comment</span>-<span style='color:#800000; font-weight:bold; '>body</span> <span style='color:#800080; '>{</span>
    <span style='color:#bb7977; font-weight:bold; '>padding-left</span><span style='color:#808030; '>:</span> <span style='color:#008c00; '>62</span><span style='color:#006600; '>px</span><span style='color:#800080; '>;</span>
<span style='color:#800080; '>}</span>
<span style='color:#808030; '>#</span>ds-thread <span style='color:#800000; font-weight:bold; '>ul</span><span style='color:#808030; '>.</span>ds-children <span style='color:#808030; '>.</span>ds-<span style='color:#800000; font-weight:bold; '>comment</span>-<span style='color:#800000; font-weight:bold; '>body</span> <span style='color:#800080; '>{</span>
    <span style='color:#bb7977; font-weight:bold; '>padding-left</span><span style='color:#808030; '>:</span> <span style='color:#008c00; '>42</span><span style='color:#006600; '>px</span><span style='color:#800080; '>;</span>
<span style='color:#800080; '>}</span>
</pre>
<p>效果见本站的评论区 <img src='http://zhiqiang.org/blog/wp-includes/images/smilies/bigsmile.gif' alt=':D' class='wp-smiley' /> 。</p>
<div><h4>相关文章</h4><ul><li ><a href="http://zhiqiang.org/blog/it/themes-yuewei-updated.html">阅微堂WordPress主题的一些更新</a></li><li class='currentpost'><a href="http://zhiqiang.org/blog/it/use-duoshuo-comment-system.html">拥抱社交化评论系统</a></li></ul></div>    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; zhiqiang for <a href="http://zhiqiang.org/blog">阅微堂</a>, 2012. | <a href="http://zhiqiang.org/blog/it/use-duoshuo-comment-system.html">&#38142;&#25509;</a> | <a href="http://zhiqiang.org/blog/it/use-duoshuo-comment-system.html#comments">23 &#26465;&#35780;&#35770;</a></p>]]></content:encoded>
			<wfw:commentRss>http://zhiqiang.org/blog/it/use-duoshuo-comment-system.html/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>阅微堂WordPress主题的一些更新</title>
		<link>http://zhiqiang.org/blog/it/themes-yuewei-updated.html</link>
		<comments>http://zhiqiang.org/blog/it/themes-yuewei-updated.html#comments</comments>
		<pubDate>Fri, 30 Nov 2007 14:30:18 +0000</pubDate>
		<dc:creator>zhiqiang</dc:creator>
				<category><![CDATA[IT技术]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[阅微堂系统]]></category>

		<guid isPermaLink="false">http://zhiqiang.org/blog/posts/themes-yuewei-updated.html</guid>
		<description><![CDATA[博客 » IT技术 » SEO，阅微堂系统 » 这几天零星更新了阅微堂所有的yuewei主题。先截图保存一份， 这次更新主要部分是header部分。以前那个是自己写的，后来越看越丑，下决心把它换掉。这次学乖了点，参考了Curved WordPress这个模板的header部分。当然，我主要是参考它的配色(这是我最弱的一块)。它的背景图片除了页首的一张都被我弄掉了，这是我的基本原则，能少用图片就少...]]></description>
			<content:encoded><![CDATA[<p id="breadcrumb" class="breadcrumb"><a href="http://zhiqiang.org/blog/">博客</a> » <a href="http://zhiqiang.org/blog/category/it">IT技术</a> » <a href="http://zhiqiang.org/blog/tag/seo" rel="tag">SEO</a>，<a href="http://zhiqiang.org/blog/tag/%e9%98%85%e5%be%ae%e5%a0%82%e7%b3%bb%e7%bb%9f" rel="tag">阅微堂系统</a> » </p><p>这几天零星更新了阅微堂所有的yuewei主题。先截图保存一份，</p>
<p class="center"><img height="480" alt="yuewei主题预览" src="http://lh6.ggpht.com/mathzqy/R1AVYfR4qTI/AAAAAAAAByY/JuZysjksh0Y/s800/yuewei20071131.jpg" width="605" /> </p>
<p>这次更新主要部分是header部分。以前那个是自己写的，后来越看越丑，下决心把它换掉。这次学乖了点，参考了<a href="http://www.justskins.com/wordpress-themes/curved-wordpress-theme/22">Curved WordPress</a>这个模板的header部分。当然，我主要是参考它的配色(这是我最弱的一块)。它的背景图片除了页首的一张都被我弄掉了，这是我的基本原则，能少用图片就少用图片。现在整个系统共两张背景图片。</p>
<p>其次是参考<a href="http://www.storyday.com/html/y2007/1113_round-corner-div.html" target="_blank">css实现兼容IE和Firefox主流浏览器的圆角样式</a>这篇文章实现了IE下的圆角。中途遇到一些恶心的HTML渲染bug(?)，后来用另一些恶心的办法解决掉。整个过程基本上是体力活。</p>
<p>最后一个大的更新是调整了页面的页面布局和内容布局。在single页面添加了分类列表，也许会有人用吧。把文章标题下的tag的链接去掉了，为了SEO，因为似乎带链接的关键字不算关键字(？)。还有就是把header部分全部移到footer上面，然后用position:absolute重新定位到页头部分。这个是我无意中看到wikipedia是这么做的。我想这样对于SEO也是非常有好处的，因为对于机器，这样它首先看到的就是文章标题，然后就是文章内容，一点杂质都没有 <img src='http://zhiqiang.org/blog/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' /> 。不明白的看一下我的源代码。</p>
<p>就这么多吧，如果有更好的建议和对我的审美有不赞同之处，敬请留言指出，不胜感激。</p>
<p>PS：阅微堂发布的主题&#8220;yuewei&#8221;按道理也应该同时更新了，现在这个比2.0应该要好很多。不过没时间整理了，就这样吧。有需要的自己来扒。</p>
<div><h4>相关文章</h4><ul><li class='currentpost'><a href="http://zhiqiang.org/blog/it/themes-yuewei-updated.html">阅微堂WordPress主题的一些更新</a></li><li ><a href="http://zhiqiang.org/blog/it/use-duoshuo-comment-system.html">拥抱社交化评论系统</a></li></ul></div>    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; zhiqiang for <a href="http://zhiqiang.org/blog">阅微堂</a>, 2007. | <a href="http://zhiqiang.org/blog/it/themes-yuewei-updated.html">&#38142;&#25509;</a> | <a href="http://zhiqiang.org/blog/it/themes-yuewei-updated.html#comments">9 &#26465;&#35780;&#35770;</a></p>]]></content:encoded>
			<wfw:commentRss>http://zhiqiang.org/blog/it/themes-yuewei-updated.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

