<?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>I&#039;m qiqiboy ! &#187; writer</title>
	<atom:link href="http://www.qiqiboy.com/tags/writer/feed" rel="self" type="application/rss+xml" />
	<link>http://www.qiqiboy.com</link>
	<description>一个very朝气的小孩子...</description>
	<lastBuildDate>Wed, 18 Jan 2012 03:32:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>关于windows live writer代码高亮插件&#8212;&#8212;Code Snippet</title>
		<link>http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html</link>
		<comments>http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comments</comments>
		<pubDate>Thu, 07 Oct 2010 14:00:32 +0000</pubDate>
		<dc:creator>qiqiboy</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[writer]]></category>
		<category><![CDATA[代码]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html</guid>
		<description><![CDATA[<p>中间的是html注释，是不在页面上显示的。原来之前遇到插件生成的高亮代码的偶数行比奇数行高，都是这对&#60;p&#62;标签在搞怪。。。而我使用margin负值来强制偶数行与奇数行一样高，结果在ajaxPaled下没有了这个&#60;p&#62;标签干扰，所以反而使得两行两行的都挤在了一块。</p>

<p>ajaxPaled是通过ajax方式请求文章内容，文章内容使用然后通过JS显示的，而其他主题都是使用wordpress的the_content()函数直接输出的，所以我怀疑之所以多出这么个空标签，应该是wordpress在处理内容输出时自动给加上的。不过这个也好办，直接通过对the_content使用勾子过滤掉这些标签就行了。 </p><img style="margin: ; padding-left: ; padding-right: ; display: inline; padding-top: " title="4556" alt="4556" src="http://www.qiqiboy.com/wp-content/uploads/2010/3b06df36f7c7_12DB0/4556.png" width="636" height="443" />]]></description>
			<content:encoded><![CDATA[<p>MSN空间已经遭废弃，用户被赶往wordpress，微软刚刚发布的live套件中的writer也已经将wordpress设为默认blog发布地址。虽然这里的wordpress是指wordpress.com的wp博客，并不是我们使用wordpress程序搭建的博客，但是wlw与wordpress程序对于XML-RPC发布协议的良好支持使得wlw配置相当简单，目前来说甚至只需输入博客地址和用户名、密码，就可以自动完成检测、配置工作。</p>
<p>当然，我现在不是来讲如何使用wlw的，我要说的是wlw的一个插件——Code Snippet。这是一个代码高亮插件（其实高亮功能很弱），我从开始使用wlw写博就开始使用这个插件了。但是我一直发现存在一个问题，那就是这个插件默认的生成的代码格式在博客上显示并不是很整齐，偶数行明显的高度比奇数行高。。还好，这个Code Snippet支持自定义代码样式，所以我就通过修改插件配置，使得偶数行通过margin-top设置一个负数值来使得偶数行和奇数行变得一样高。</p>
<p>  <span id="more-2540"></span>
<p>如果我不折腾<a href="http://www.qiqiboy.com/?preview_theme1=ajaxPaled" target="_blank">ajaxPaled</a>这个主题，也许以上我修改过的Code Snippet插件就可以很好的继续使用了。但是正是我折腾了ajaxPaled，我才发现之前博客中所贴的代码在ajaxPaled下都挤作了一团。我通过查看网页源码，发现原来是其他主题下的代码偶数行比ajaxPlaed下的多了一串空的&lt;p&gt;标签: </p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0px; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #0000ff">&lt;</span><span style="color: #800000">p</span><span style="color: #0000ff">&gt;&lt;!</span><span style="color: #800000">--CRLF--</span><span style="color: #0000ff">&gt;&lt;/</span><span style="color: #800000">p</span><span style="color: #0000ff">&gt;</span></pre>
</div>
</div>
<p>中间的是html注释，是不在页面上显示的。原来之前遇到插件生成的高亮代码的偶数行比奇数行高，都是这对&lt;p&gt;标签在搞怪。。。而我使用margin负值来强制偶数行与奇数行一样高，结果在ajaxPaled下没有了这个&lt;p&gt;标签干扰，所以反而使得两行两行的都挤在了一块。</p>
<p>ajaxPaled是通过ajax方式请求文章内容，文章内容使用然后通过JS显示的，而其他主题都是使用wordpress的the_content()函数直接输出的，所以我怀疑之所以多出这么个空标签，应该是wordpress在处理内容输出时自动给加上的。不过这个也好办，直接通过对the_content使用勾子过滤掉这些标签就行了。 </p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0px; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px"><span style="color: #0000ff">function</span> filter_code_snippet($content){</pre>

<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0px; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px">    $content = str_replace(<span style="color: #006080">'&lt;p&gt;&lt;!--CRLF--&gt;&lt;/p&gt;'</span>, <span style="color: #006080">''</span>, $content);</pre>

<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0px; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px">    <span style="color: #0000ff">return</span> $content;</pre>

<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0px; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px">}</pre>

<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; background-color: white; margin: 0px; border-left-style: none; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; border-right-style: none; font-size: 8pt; overflow: visible; padding-top: 0px">add_filter(<span style="color: #006080">'the_content'</span>, <span style="color: #006080">'filter_code_snippet'</span>);</pre>
</div>
</div>
<p>然后就不会再在页面上输出那对蛋疼的&lt;p&gt;标签了。</p>
<p>我将Code Snippet的样式设置恢复默认，重新生成高亮代码，发布后一看，果然行行整齐，ajaxPaled和SimPaled下都表现一致了。<img style="margin: ; padding-left: ; padding-right: ; display: inline; padding-top: " title="4556" alt="4556" src="http://www.qiqiboy.com/wp-content/uploads/2010/3b06df36f7c7_12DB0/4556.png" width="636" height="443" /></p>
<ul class="related_post"><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2010/WP-Enjoy-Reading-_CDC6/wp-enjoy-reading.jpg&amp;h=100&amp;w=100&amp;zc=1" alt="WP Enjoy Reading 代码注释，看这儿" class="thumb" /><a href="http://www.qiqiboy.com/2010/10/18/wp-enjoy-reading-the-code-comments-see-here.html" title="WP Enjoy Reading 代码注释，看这儿">WP Enjoy Reading 代码注释，看这儿</a> (59)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2011/06/5.png&amp;h=100&amp;w=100&amp;zc=1" alt="wordpress的微博时间显示方法" class="thumb" /><a href="http://www.qiqiboy.com/2011/06/10/sina-weibo-timestamp-function-2.html" title="wordpress的微博时间显示方法">wordpress的微博时间显示方法</a> (18)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2011/04/smc-plugin.gif&amp;h=100&amp;w=100&amp;zc=1" alt="Social Medias Connect V1.3发布 新增图片同步" class="thumb" /><a href="http://www.qiqiboy.com/2011/04/21/social-medias-connect-v1-3.html" title="Social Medias Connect V1.3发布 新增图片同步">Social Medias Connect V1.3发布 新增图片同步</a> (25)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2011/02/confirm.png&amp;h=100&amp;w=100&amp;zc=1" alt="javascript自定义Dialog对话框(alert, confirm, prompt) -- (一)" class="thumb" /><a href="http://www.qiqiboy.com/2011/02/22/custom-javascript-dialog-alert-prompt.html" title="javascript自定义Dialog对话框(alert, confirm, prompt) &#8212; (一)">javascript自定义Dialog对话框(alert, confirm, prompt) &#8212; (一)</a> (31)</li><li class="last"><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2010/10/sc.png&amp;h=100&amp;w=100&amp;zc=1" alt="【插件更新】WP Enjoy Reading更新1.2，新增炫彩换肤功能" class="thumb" /><a href="http://www.qiqiboy.com/2010/10/31/wp-enjoy-reading-update-1-2.html" title="【插件更新】WP Enjoy Reading更新1.2，新增炫彩换肤功能">【插件更新】WP Enjoy Reading更新1.2，新增炫彩换肤功能</a> (41)</li></ul><p><strong>声明:</strong> 本站遵循 <a href="http:\/\/creativecommons.org/licenses/by-nc-sa/3.0/">署名-非商业性使用-相同方式共享 3.0</a> 共享协议. 转载请注明转自 <a href="http://www.qiqiboy.com">I'm qiqiboy !</a> </p> <p>本文地址: <a href="http://qiqi.boy.im/8z">http://qiqi.boy.im/8z<a></p><span style="background:#cc5566;color:#fffff;"><h4>Look, this post is replyed so hot, let's go O(∩_∩)O~.</h4></span><h3>Related comments</h3><ul><li>2011年12月9日, <a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comment-16313">悲催的Code Snippet | The Jie&#039;s World</a> say: [...] 刚开始用的时候也是发现这个插件的偶数行要比奇数行高出很多，后来看了关于windows live writer代码高亮插件——Code Snippet，发现是&lt;!&#8211;CRLF&#8211;&gt;注释的问题，去掉这个果然就好了。 [...]</li><li>2011年11月17日, <a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comment-15632">arik</a> say: 用此方法解决了问题，但是！！ 复制代码再粘贴，代码没有格式了，没有换行了，全部代码连成一堆</li><li>2011年02月28日, <a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comment-10071">Windows Live Writer 插件Code Snippet 在wordpress 显示的问题 | Chaoswork</a> say: [...] 《关于windows live writer代码高亮插件——Code Snippet》 [...]</li><li>2011年02月24日, <a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comment-10048">何苦呢</a> say: 第一次看到这种风格的主题 博客头部更是充满了遐想</li><li>2011年02月15日, <a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comment-10011">有点蓝</a> say: 这个不算修改wp源码吧  对其他文章会不会有不可知的问题？</li><li>2011年02月5日, <a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comment-9964">解决2011版本Windows Live Writer插件Code Snippet在wordpress的显示问题 | Girl is coding</a> say: [...] 　　一般的博客p标签的定义是有作用的，不能删。那么现在的办法就是过滤标签。我因为刚接触wordpress，刚开始没想到这个方案，最后是通过另外一篇博文《关于windows live writer 代码高亮插件——Code Snippet》找到解决方案的。 [...]</li><li>2011年02月5日, <a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comment-9958">Tinker</a> say: <a href="#comment-9956" rel="nofollow">@QiQiBoY </a> 
谢谢你的帮助，非常完美的解决了问题～～我排除掉我主题里面的CSS问题后，然后检查了数据库的源代码。最根本的问题在于add_filter('the_content', 'filter_code_snippet');的the_content，我将其改为了content_save_pre，就可以了。
具体原因可见：http://www.girlcoding.com/2011/02/codesnippet-wordpress/
附上链接，以便别人更快解决问题。
@@ 另外，我不小心把我的名字敲错了，哈哈，能否改回来？我叫 Tinker</li><li>2011年02月5日, <a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html#comment-9956">QiQiBoY</a> say: <a href="#comment-9955" rel="nofollow">@Tinkre </a> 
你好，代码需要添加到主题目录中的function.php中 <img src='http://www.qiqiboy.com/wp-content/themes/windPaled/images/smiles/icon_redface.gif' alt=':oops:' class='wp-smiley' /> </li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html/feed</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
		<item>
		<title>杯具杯具，洗具洗具</title>
		<link>http://www.qiqiboy.com/2010/03/15/bad-tool-and-good-tool.html</link>
		<comments>http://www.qiqiboy.com/2010/03/15/bad-tool-and-good-tool.html#comments</comments>
		<pubDate>Mon, 15 Mar 2010 10:41:45 +0000</pubDate>
		<dc:creator>qiqiboy</dc:creator>
				<category><![CDATA[Myself-Life]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[writer]]></category>
		<category><![CDATA[数据库]]></category>

		<guid isPermaLink="false">http://www.qiqiboy.com/2010/03/15/bad-tool-and-good-tool.html</guid>
		<description><![CDATA[<p>于是我又上网去找方法，看看有没有方法可以修复或恢复这个数据表。不过真的没什么经验，找了半天也一无所获。我于是将博客的数据库备份下来，然后导入到本地搭建的phpmyadmin中，看看这个数据库管理软件有没有什么方法可以修复。鼓捣了半天，发现有个修复表选项，试着执行了一下，居然真的有用！！所有文章又回来了。手忙脚乱了半天终于搞定了。</p>

<p>第一次遇到数据库损坏这事，有点手忙脚乱，气急攻心，不知道如何应付。以后要淡定些，车到山前自有路。<img class="aligncenter sided" title="捕获"  alt="捕获" src="http://www.qiqiboy.com/wp-content/uploads/2010/03/2810e8e331b1.png" width="480" height="292" /> </p>]]></description>
			<content:encoded><![CDATA[<p>下午用windows live writer去修改一篇文章时，发生了个杯具：当我点击“发布”后，居然提示无法将数据插入表中。于是我用phpmyadmin去查看我的mysql数据库时，发现竟然整个wp_posts表完全损坏了。博客里没有一篇文章存在了（其它评论，设置什么的都还在）。</p>
<p>哎，以前还没遇到过这种情况，我首先想到的是赶紧找以前的备份，将数据库恢复就行了，虽然我知道这样会丢失一些评论。但是，我杯具的发现这个寒假在家我都没有备份过一次数据库。最近一次备份还是年前的1月8号。难道要丢掉两个月间的数据吗？</p>
<p> <span id="more-2115"></span>
<p>于是我又上网去找方法，看看有没有方法可以修复或恢复这个数据表。不过真的没什么经验，找了半天也一无所获。我于是将博客的数据库备份下来，然后导入到本地搭建的phpmyadmin中，看看这个数据库管理软件有没有什么方法可以修复。鼓捣了半天，发现有个修复表选项，试着执行了一下，居然真的有用！！所有文章又回来了。手忙脚乱了半天终于搞定了。</p>
<p>第一次遇到数据库损坏这事，有点手忙脚乱，气急攻心，不知道如何应付。以后要淡定些，车到山前自有路。<img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="捕获" border="0" alt="捕获" src="http://www.qiqiboy.com/wp-content/uploads/2010/03/2810e8e331b1.png" width="480" height="292" /> </p>
<p>总结：1.数据库损坏源于windows live writer发布文章，具体过程是我用WLW打开一篇两个月前的文章，修改后然后发布，就出现了数据库wp_posts表损坏。</p>
<p>2.修复过程，通过phpmyadmin查看数据库，选中wp_posts这个表，然后选择“修复表”选项，成功修复。</p>
<ul class="related_post"><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2009/10/6_thumb.png&amp;h=100&amp;w=100&amp;zc=1" alt="WordPress 注册时及以后使用中回复、评论等收不到邮件的原因及解决办法" class="thumb" /><a href="http://www.qiqiboy.com/2009/10/12/wordpress-the-message-could-not-be-subject-to-review.html" title="WordPress 注册时及以后使用中回复、评论等收不到邮件的原因及解决办法">WordPress 注册时及以后使用中回复、评论等收不到邮件的原因及解决办法</a> (9)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2010/3b06df36f7c7_12DB0/4556.png&amp;h=100&amp;w=100&amp;zc=1" alt="关于windows live writer代码高亮插件&mdash;&mdash;Code Snippet" class="thumb" /><a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html" title="关于windows live writer代码高亮插件&mdash;&mdash;Code Snippet">关于windows live writer代码高亮插件&mdash;&mdash;Code Snippet</a> (55)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2009/10/11.jpg&amp;h=100&amp;w=100&amp;zc=1" alt="MAC上的写博利器—— ecto3.0" class="thumb" /><a href="http://www.qiqiboy.com/2009/10/15/mac-write-blog-software-ecto3.html" title="MAC上的写博利器—— ecto3.0">MAC上的写博利器—— ecto3.0</a> (0)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2011/05/61b11ad9jw1dgiip0xm7qj.jpg&amp;h=100&amp;w=100&amp;zc=1" alt="Social Medias Connect（社交媒体连接）" class="thumb" /><a href="http://www.qiqiboy.com/products/plugins/social-medias-connect" title="Social Medias Connect（社交媒体连接）">Social Medias Connect（社交媒体连接）</a> (436)</li><li class="last"><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/themes/windPaled/images/default-thumb.jpg&amp;h=100&amp;w=100&amp;zc=1" alt="Guestbook" class="thumb" /><a href="http://www.qiqiboy.com/guestbook" title="Guestbook">Guestbook</a> (355)</li></ul><p><strong>声明:</strong> 本站遵循 <a href="http:\/\/creativecommons.org/licenses/by-nc-sa/3.0/">署名-非商业性使用-相同方式共享 3.0</a> 共享协议. 转载请注明转自 <a href="http://www.qiqiboy.com">I'm qiqiboy !</a> </p> <p>本文地址: <a href="http://qiqi.boy.im/4u">http://qiqi.boy.im/4u<a></p><span style="background:#cc5566;color:#fffff;"><h4>Look, this post is replyed so hot, let's go O(∩_∩)O~.</h4></span><h3>Related comments</h3><ul><li>2010年03月20日, <a href="http://www.qiqiboy.com/2010/03/15/bad-tool-and-good-tool.html#comment-1848">减肥食谱</a> say: 杯具，我都是更新完文章就备份，主要以前也有惨痛的经历~~</li><li>2010年03月19日, <a href="http://www.qiqiboy.com/2010/03/15/bad-tool-and-good-tool.html#comment-1845">Auston Jary</a> say: 记得我上次也用WLW修改以前的博文没问题的啊~
我装了个插件,每天自动备份到邮件</li><li>2010年03月19日, <a href="http://www.qiqiboy.com/2010/03/15/bad-tool-and-good-tool.html#comment-1842">小邪</a> say: 嘿嘿，远离 WLW 珍爱生命 ~</li><li>2010年03月18日, <a href="http://www.qiqiboy.com/2010/03/15/bad-tool-and-good-tool.html#comment-1838">QiQiBoY</a> say: <a href='#comment-1836' title='GEZ鸽子' rel="nofollow">@ GEZ鸽子 </a>: 。。定时备份可不敢遗忘了</li><li>2010年03月18日, <a href="http://www.qiqiboy.com/2010/03/15/bad-tool-and-good-tool.html#comment-1836">GEZ鸽子</a> say: 我看完，该去备份了！</li><li>2010年03月18日, <a href="http://www.qiqiboy.com/2010/03/15/bad-tool-and-good-tool.html#comment-1835">QiQiBoY</a> say: <a href='#comment-1828' title='风吟' rel="nofollow">@ 风吟 </a>: 看了半天才看明白，你想说“生命在于折腾”吧。。 <img src='http://www.qiqiboy.com/wp-content/themes/windPaled/images/smiles/icon_sad.gif' alt=':sad:' class='wp-smiley' /> </li><li>2010年03月18日, <a href="http://www.qiqiboy.com/2010/03/15/bad-tool-and-good-tool.html#comment-1828">风吟</a> say: 于是我！我表示 博主你就折腾吧，声明在于折腾</li><li>2010年03月17日, <a href="http://www.qiqiboy.com/2010/03/15/bad-tool-and-good-tool.html#comment-1816">A.shun</a> say: 从来没修复过，也没用客户端写博客的习惯

常备份是硬道理</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.qiqiboy.com/2010/03/15/bad-tool-and-good-tool.html/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>MAC上的写博利器—— ecto3.0</title>
		<link>http://www.qiqiboy.com/2009/10/15/mac-write-blog-software-ecto3.html</link>
		<comments>http://www.qiqiboy.com/2009/10/15/mac-write-blog-software-ecto3.html#comments</comments>
		<pubDate>Thu, 15 Oct 2009 06:59:11 +0000</pubDate>
		<dc:creator>qiqiboy</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[writer]]></category>
		<category><![CDATA[写博客]]></category>

		<guid isPermaLink="false">http://www.qiqiboy.com/?p=1341</guid>
		<description><![CDATA[[audio:http://www.qiqiboy.com/files/audio/01.mp3]

苹果电脑用着不算差，但是有的方面的软件很缺失，比如windows下写文章有live writer，而mac上则没有一款合适的软件。正好今天在豆瓣逛时，有人告诉说，ecto可以完成wordpres的撰写，兼容leopard和snow leopard。于是我去试验了一把。

<img class="alignnone" src="http://www.qiqiboy.com/wp-content/uploads/2009/10/11.jpg" alt="11.tiff" width="87" height="74" />

下载地址是<a title="http://illuminex.com/mac/ecto/" href="http://illuminex.com/mac/ecto/" target="_blank">http://illuminex.com/mac/ecto/</a> ，最新版是3.0.下载好后直接就能打开。图标如下图－－

打开以后首先要配置一下，它支持好多博客系统，当然wordpress也是其中之一。选择wordpress，填上网址，接着会要求填写用户名和密码，这和配置live writer 差不多]]></description>
			<content:encoded><![CDATA[<p>[audio:http://www.qiqiboy.com/files/audio/01.mp3]</p>
<p>苹果电脑用着不算差，但是有的方面的软件很缺失，比如windows下写文章有live writer，而mac上则没有一款合适的软件。正好今天在豆瓣逛时，有人告诉说，ecto可以完成wordpres的撰写，兼容leopard和snow leopard。于是我去试验了一把。</p>
<p><img class="alignnone" src="http://www.qiqiboy.com/wp-content/uploads/2009/10/11.jpg" alt="11.tiff" width="87" height="74" /></p>
<p>下载地址是<a title="http://illuminex.com/mac/ecto/" href="http://illuminex.com/mac/ecto/" target="_blank">http://illuminex.com/mac/ecto/</a> ，最新版是3.0.下载好后直接就能打开。图标如下图－－</p>
<p>打开以后首先要配置一下，它支持好多博客系统，当然wordpress也是其中之一。选择wordpress，填上网址，接着会要求填写用户名和密码，这和配置live writer 差不多。<span id="more-1341"></span></p>
<p><img src="http://www.qiqiboy.com/wp-content/uploads/2009/10/2.jpg" alt="2.tiff" width="282" height="281" /></p>
<p>然后就会看到ecto的主要界面了。很简陋，主窗口分为上下两栏，上边为获取的最新的二十篇日志，下边为预览。当然，预览不是writer里的实时效果预览，这里只是简单的查看内容。</p>
<p><img src="http://www.qiqiboy.com/wp-content/uploads/2009/10/4.jpg" alt="4.tiff" width="480" height="360" /></p>
<p>些文章的话，就点击新建，然后单独出现一个写文章的窗口，分为侧边栏和正文。侧边栏包含了你的文章分类和所有标签。你也可以自由添加或删除。工具栏上则是主要的按钮，如保存，发布，摘要，时间等。还可以自定义工具栏。文字输入框的正下方有一个小三角，点击后会上拉出现一个小的对话框，里面有三个选项，扩展，摘要和其它。可以创建文章摘要，其它 一栏则是定义文章数据域，即自定义文章链接，还有填写自定义域，或给文章加密等。</p>
<p><img src="http://www.qiqiboy.com/wp-content/uploads/2009/10/5.jpg" alt="5.tiff" width="480" height="288" /></p>
<p>自定义标签是很有用的，比如我就自定义了个&lt;!&#8211;more&#8211;&gt;标签。还有插件可以用，我就启用了Amazon和Flickr两个。你还可以官网上自行下载其它扩展。</p>
<p>插入媒体，你可以插入声音，图片及视频。非常不错。</p>
<p>简单就到这里，功能还有很多，用苹果电脑的可以自行体会。这篇文章就是用ecto创建。所有图片用flickr helper上传到flickr空间。</p>
<p>再次声明：本文所介绍软件乃苹果电脑MAC系统，leopard，snow leopard上所用。windows用户自行绕开。</p>
<ul class="related_post"><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2010/3b06df36f7c7_12DB0/4556.png&amp;h=100&amp;w=100&amp;zc=1" alt="关于windows live writer代码高亮插件&mdash;&mdash;Code Snippet" class="thumb" /><a href="http://www.qiqiboy.com/2010/10/07/highlight-the-code-on-the-windows-live-writer-plug-ins-code-snippet-2.html" title="关于windows live writer代码高亮插件&mdash;&mdash;Code Snippet">关于windows live writer代码高亮插件&mdash;&mdash;Code Snippet</a> (55)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2010/09/2222.png&amp;h=100&amp;w=100&amp;zc=1" alt="一周网站风波盘点" class="thumb" /><a href="http://www.qiqiboy.com/2010/09/15/website-storm-a-week-inventory.html" title="一周网站风波盘点">一周网站风波盘点</a> (105)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2010/03/2810e8e331b1.png&amp;h=100&amp;w=100&amp;zc=1" alt="杯具杯具，洗具洗具" class="thumb" /><a href="http://www.qiqiboy.com/2010/03/15/bad-tool-and-good-tool.html" title="杯具杯具，洗具洗具">杯具杯具，洗具洗具</a> (22)</li><li><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2009/10/3a1.png&amp;h=100&amp;w=100&amp;zc=1" alt="博客大巴式的首页文章折叠列表式输出" class="thumb" /><a href="http://www.qiqiboy.com/2009/10/16/home-page-lists-articles-fold-output.html" title="博客大巴式的首页文章折叠列表式输出">博客大巴式的首页文章折叠列表式输出</a> (6)</li><li class="last"><img src="http://www.qiqiboy.com/wp-content/themes/windPaled/timthumb.php?src=http://www.qiqiboy.com/wp-content/uploads/2011/05/61b11ad9jw1dgiip0xm7qj.jpg&amp;h=100&amp;w=100&amp;zc=1" alt="Social Medias Connect（社交媒体连接）" class="thumb" /><a href="http://www.qiqiboy.com/products/plugins/social-medias-connect" title="Social Medias Connect（社交媒体连接）">Social Medias Connect（社交媒体连接）</a> (436)</li></ul><p><strong>声明:</strong> 本站遵循 <a href="http:\/\/creativecommons.org/licenses/by-nc-sa/3.0/">署名-非商业性使用-相同方式共享 3.0</a> 共享协议. 转载请注明转自 <a href="http://www.qiqiboy.com">I'm qiqiboy !</a> </p> <p>本文地址: <a href="http://qiqi.boy.im/3b">http://qiqi.boy.im/3b<a></p><span style="background:#cc5566;color:#fffff;"><h4>There is no comments still.</h4></span><h3>Related comments</h3><ul></ul>]]></content:encoded>
			<wfw:commentRss>http://www.qiqiboy.com/2009/10/15/mac-write-blog-software-ecto3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.qiqiboy.com/files/audio/01.mp3" length="2824845" type="audio/mpeg" />
		</item>
	</channel>
</rss>

