<?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://www.james-only.com/category/note/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.james-only.com</link>
	<description>網站可能發生技術問題或者您需要調整瀏覽器設定。</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:36:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://www.james-only.com/?pushpress=hub'/>
		<item>
		<title>改善 WordPress 3.2.1 文章 ID 無法連續的問題</title>
		<link>http://www.james-only.com/2011/10/18/707/</link>
		<comments>http://www.james-only.com/2011/10/18/707/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 07:49:46 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[部落格記事]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=707</guid>
		<description><![CDATA[對於一個調整汽車音響の音量都一定要控制在偶數的人來說，絕對沒有辦法忍受 WordPress 文章 ID 無法連續的問題。沒錯，這個有強迫症的傢伙正是無法顯示網頁我本人，打從 WordPress 2.6 加入文章自動儲存（Autosave）及文章版本控制（Post Revisions）的功能以來，無法顯示網頁就很受不了每次寫文章的時候，Wordpress 很雞婆地自動幫你把文章另外存成多個版本，間接造成該篇文章跟下一篇文章的 ID 不再是連續的數字。
先前使用 WordPress 2.6 的時候，無法顯示網頁只要在 wp-config.php 裡頭使用語法把文章自動儲存的時間延長並將文章版本控制的功能整個關掉就可以解決文章 ID 無法連續的問題。不過到了 WordPress 3.2，發表文章又開始發生 ID 無法連續的問題，觀察了很久我發現延長文章自動儲存時間及關閉文章版本控制這兩個語法似乎還是能夠正常的工作，且 WordPress 後台完全都沒有任何異狀？不過不曉得為什麼文章的 ID 就是無法連續？
好奇心的驅使下，無法顯示網頁使用 phpMyAdmin 進去資料庫觀察 wp_posts 這張資料表，很奇怪？無法顯示網頁只要在 WordPress 後台新增一篇文章，就算不儲存也不發表直接離開，wp_posts 資料表居然還是會多一筆 post_title 為 Auto Draft 的資料？而這筆資料在 WordPress 後台還看不到？看來 &#8230; 占用 ID 的罪魁禍首就是這個鬼東西吧？

為了改善這個問題，無法顯示網頁在 Google 上面找了很久才找到這個解決方法，測試過後真的有用唷！在此分享給有需要的朋友，如果你也跟無法顯示網頁一樣非常痛恨 WordPress 偷你的文章 ID，趕快試試吧！首先，請用文字編輯軟體把 WordPress 這個 /wp-admin/includes 路徑下的 post.php [...]]]></description>
			<content:encoded><![CDATA[<p>對於一個調整汽車音響の音量都一定要控制在偶數的人來說，絕對沒有辦法忍受 <a href="http://wordpress.org/" target="_blank">WordPress</a> 文章 ID 無法連續的問題。沒錯，這個有強迫症的傢伙正是無法顯示網頁我本人，打從 WordPress 2.6 加入文章自動儲存（Autosave）及文章版本控制（Post Revisions）的功能以來，無法顯示網頁就很受不了每次寫文章的時候，Wordpress 很雞婆地自動幫你把文章另外存成多個版本，間接造成該篇文章跟下一篇文章的 ID 不再是連續的數字。</p>
<p>先前使用 WordPress 2.6 的時候，無法顯示網頁只要在 wp-config.php 裡頭使用語法把文章自動儲存的時間延長並將文章版本控制的功能整個關掉就可以解決文章 ID 無法連續的問題。不過到了 WordPress 3.2，發表文章又開始發生 ID 無法連續的問題，觀察了很久我發現延長文章自動儲存時間及關閉文章版本控制這兩個語法似乎還是能夠正常的工作，且 WordPress 後台完全都沒有任何異狀？不過不曉得為什麼文章的 ID 就是無法連續？</p>
<p>好奇心的驅使下，無法顯示網頁使用 <a href="http://www.phpmyadmin.net/" target="_blank">phpMyAdmin</a> 進去資料庫觀察 wp_posts 這張資料表，很奇怪？無法顯示網頁只要在 WordPress 後台新增一篇文章，就算不儲存也不發表直接離開，wp_posts 資料表居然還是會多一筆 post_title 為 Auto Draft 的資料？而這筆資料在 WordPress 後台還看不到？看來 &#8230; 占用 ID 的罪魁禍首就是這個鬼東西吧？<br />
<a href="http://www.flickr.com/photos/chulianglee/6254383614/" target="_blank"><img src="http://farm7.static.flickr.com/6098/6254383614_ffa8577976_z.jpg"></a><br />
為了改善這個問題，無法顯示網頁在 Google 上面找了很久才找到這個解決方法，測試過後真的有用唷！在此分享給有需要的朋友，如果你也跟無法顯示網頁一樣非常痛恨 WordPress 偷你的文章 ID，趕快試試吧！首先，請用文字編輯軟體把 WordPress 這個 /wp-admin/includes 路徑下的 post.php 打開，找到第 418 行的地方：</p>
<pre class="brush: php; first-line: 418; title: post.php (wordpress v3.2.1); notranslate">
if ( $create_in_db ) {
	// Cleanup old auto-drafts more than 7 days old
	$old_posts = $wpdb-&gt;get_col( &quot;SELECT ID FROM $wpdb-&gt;posts WHERE post_status = 'auto-draft' AND DATE_SUB( NOW(), INTERVAL 7 DAY ) &gt; post_date&quot; );
	foreach ( (array) $old_posts as $delete )
		wp_delete_post( $delete, true ); // Force delete
	$post_id = wp_insert_post( array( 'post_title' =&gt; __( 'Auto Draft' ), 'post_type' =&gt; $post_type, 'post_status' =&gt; 'auto-draft' ) );
	$post = get_post( $post_id );
	if ( current_theme_supports( 'post-formats' ) &amp;&amp; post_type_supports( $post-&gt;post_type, 'post-formats' ) &amp;&amp; get_option( 'default_post_format' ) )
		set_post_format( $post, get_option( 'default_post_format' ) );
} else {
</pre>
<p>將上面那段程式碼 418~427 換成下面這段程式碼。</p>
<pre class="brush: php; first-line: 418; title: post.php (wordpress v3.2.1); notranslate">
if ( $create_in_db ) {
    global $current_user; // 取得目前的使用者
    $post = $wpdb-&gt;get_row( &quot;SELECT * FROM $wpdb-&gt;posts WHERE post_status = 'auto-draft' AND post_type = '$post_type' AND post_author = $current_user-&gt;ID ORDER BY ID ASC LIMIT 1&quot; ); // 取得第一個 Auto Darft
    if ( !$post ) {
        $post_id = wp_insert_post( array( 'post_title' =&gt; __( 'Auto Draft' ), 'post_type' =&gt; $post_type, 'post_status' =&gt; 'auto-draft' ) );
        $post = get_post( $post_id );
    }
    if ( current_theme_supports( 'post-formats' ) &amp;&amp; post_type_supports( $post-&gt;post_type, 'post-formats' ) &amp;&amp; get_option( 'default_post_format' ) )
        set_post_format( $post, get_option( 'default_post_format' ) );
} else {
</pre>
<p>完成，從現在開始您已經徹底擺脫 WordPress 3.2.1 文章 ID 無法連續的問題囉！對了，這段程式碼的意思是讓 WordPress 在每次新增文章的時候，自動去資料庫撈最早的 Auto Draft 給目前的文章使用，而不是無止境的一直新增 Auto Draft &#8230;</p>
<p>報告完畢。</p>
<p><center><script type="text/javascript" src="http://js1.bloggerads.net/showbanner.aspx?blogid=20070409000001&charset=utf-8"></script><br/></center></p> <div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2008/08/07/472/" title="替照片加上偽浮水印簽名">替照片加上偽浮水印簽名</a></li><li><a href="http://www.james-only.com/2008/08/06/464/" title="如何關閉 Wordpress Post Revisions 功能？">如何關閉 Wordpress Post Revisions 功能？</a></li><li><a href="http://www.james-only.com/2007/11/09/238/" title="Wordpress Plugin &#8211; 自動產生使用中的外掛清單">Wordpress Plugin &#8211; 自動產生使用中的外掛清單</a></li><li><a href="http://www.james-only.com/2007/09/26/223/" title="升級至 Wordpress 2.3">升級至 Wordpress 2.3</a></li><li><a href="http://www.james-only.com/2007/05/20/146/" title="WordPress Plugin &#8211; 表情圖案快速選擇">WordPress Plugin &#8211; 表情圖案快速選擇</a></li><li><a href="http://www.james-only.com/2007/05/18/144/" title="升級至 Wordpress 2.2">升級至 Wordpress 2.2</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2011/10/18/707/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>新超完美掏空政府聯播</title>
		<link>http://www.james-only.com/2009/10/10/578/</link>
		<comments>http://www.james-only.com/2009/10/10/578/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 18:12:16 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[超完美掏空政府]]></category>
		<category><![CDATA[部落格記事]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=578</guid>
		<description><![CDATA[最近有超完美掏空政府的成員表示超完美掏空政府聯播已經壞了好幾天，關於這個問題，是的~ 超完美掏空政府聯播它真的故障了。無法顯示網頁本來以為提供服務的 NewsGator Online 只是短暫性的秀逗，過幾天應該就恢復正常才對，誰曉得上了官網的部落格才知道 NewsGator 提供的 RSS 訂閱服務早在 2009 年 8 月 31 日就停止服務了。
沒辦法，既然事情都已經發生了，現階段似乎也只能另外想看看有甚麼方法可以解決聯播的問題。幸好以前曾經看過一些有關於使用 Google Reader 建立部落格聯播的文章，所以昨晚稍微 Google 了一下，於是 &#8230; 新超完美掏空政府聯播就這麼誕生了，喔耶~
麻煩有使用超完美掏空政府聯播的成員，請抽空將舊有的超完美掏空政府聯播語法刪除，換成下面這段新的超完美掏空政府聯播語法，感恩 &#8230;

&#60;div id=&#34;unlimitedtainanGOV2&#34;&#62;
&#60;div class=&#34;google_reader&#34;&#62;
&#60;script type=&#34;text/javascript&#34; src=&#34;http://www.google.com/reader/ui/publisher-en.js&#34;&#62;&#60;/script&#62;
&#60;script type=&#34;text/javascript&#34; src=&#34;http://www.google.com/reader/public/javascript/user/17027542208626556377/label/超完美掏空政府?n=20&#38;callback=GRC_p(%7Bc%3A%22-%22%2Ct%3A%22%22%2Cs%3A%22false%22%2Cn%3A%22true%22%2Cb%3A%22false%22%7D)%3Bnew%20GRC&#34;&#62;&#60;/script&#62;
&#60;/div&#62;&#60;/div&#62;

另外，無法顯示網頁為了控制這個新聯播的框架及外觀，不得已的情況下把 CSS 也搞大了。如果你希望聯播的外觀可以像無法顯示網頁一樣使用框架包覆著聯播，請自行加上這段落落長的 CSS 標籤：

#unlimitedtainanGOV2 {
	width: 176px;		/* 框架寬度 */
	height: 300px;		/* 框架高度 */
	background: url('') no-repeat;		/* 背景色或背景圖 */
	overflow: auto;
	text-align: center;
	font-size: 9pt;						/* 文字大小 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.google_reader li{
	padding-left: 0px;
	width: [...]]]></description>
			<content:encoded><![CDATA[<p>最近有<a href="http://www.james-only.com/unlimitedtainan/">超完美掏空政府</a>的成員表示超完美掏空政府聯播已經壞了好幾天，關於這個問題，是的~ 超完美掏空政府聯播它真的故障了。無法顯示網頁本來以為提供服務的 <a href="http://www.newsgator.com" target="_blank">NewsGator</a> Online 只是短暫性的秀逗，過幾天應該就恢復正常才對，誰曉得上了官網的<a href="http://blogs.newsgator.com/daily/2009/07/newsgator-consumer-rss-reader-product-changes-google-sync.html" target="_blank">部落格</a>才知道 NewsGator 提供的 RSS 訂閱服務早在 2009 年 8 月 31 日就停止服務了。</p>
<p>沒辦法，既然事情都已經發生了，現階段似乎也只能另外想看看有甚麼方法可以解決聯播的問題。幸好以前曾經看過一些有關於使用 <a href="http://reader.google.com/" target="_blank">Google Reader</a> 建立部落格聯播的文章，所以昨晚稍微 Google 了一下，於是 &#8230; 新超完美掏空政府聯播就這麼誕生了，喔耶~</p>
<p>麻煩有使用超完美掏空政府聯播的成員，請抽空將舊有的超完美掏空政府聯播語法刪除，換成下面這段新的超完美掏空政府聯播語法，感恩 &#8230;</p>
<pre class="brush: php; title: ; notranslate">
&lt;div id=&quot;unlimitedtainanGOV2&quot;&gt;
&lt;div class=&quot;google_reader&quot;&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://www.google.com/reader/ui/publisher-en.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://www.google.com/reader/public/javascript/user/17027542208626556377/label/超完美掏空政府?n=20&amp;callback=GRC_p(%7Bc%3A%22-%22%2Ct%3A%22%22%2Cs%3A%22false%22%2Cn%3A%22true%22%2Cb%3A%22false%22%7D)%3Bnew%20GRC&quot;&gt;&lt;/script&gt;
&lt;/div&gt;&lt;/div&gt;
</pre>
<p>另外，無法顯示網頁為了控制這個新聯播的框架及外觀，不得已的情況下把 CSS 也搞大了。如果你希望聯播的外觀可以像無法顯示網頁一樣使用框架包覆著聯播，請自行加上這段落落長的 CSS 標籤：</p>
<pre class="brush: css; title: ; notranslate">
#unlimitedtainanGOV2 {
	width: 176px;		/* 框架寬度 */
	height: 300px;		/* 框架高度 */
	background: url('') no-repeat;		/* 背景色或背景圖 */
	overflow: auto;
	text-align: center;
	font-size: 9pt;						/* 文字大小 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.google_reader li{
	padding-left: 0px;
	width: 150px;
	font-size: 9pt;
	text-align: left;
	list-style-image: url('');
	list-style: none;
	line-height: 1.4em;					/* 行距 */
	position: relative;
	top: 0px;
	left: 0px;
}
.google_reader a {
	padding-top: 0px;
	border-bottom: 1px dashed #dddddd;
	padding-bottom: 4px;
	display: block;
	color: #0054a6;				/* 連結的顏色 */
	text-decoration: none;
}
.google_reader a:hover {
	color: #b85b5a;				/* 滑鼠滑過連結的顏色 */
}
</pre>
<p>報告完畢。</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2011/10/12/700/" title="來自無限台南的永保安康 9999 紀念車票">來自無限台南的永保安康 9999 紀念車票</a></li><li><a href="http://www.james-only.com/2009/09/06/575/" title="來自 Nono、泡泡以及 Ashley 的明信片。">來自 Nono、泡泡以及 Ashley 的明信片。</a></li><li><a href="http://www.james-only.com/2009/04/01/530/" title="不要再傳簡訊要我去嫖妓了啦！">不要再傳簡訊要我去嫖妓了啦！</a></li><li><a href="http://www.james-only.com/2009/01/12/504/" title="來自超完美掏空政府成員們的卡片。">來自超完美掏空政府成員們的卡片。</a></li><li><a href="http://www.james-only.com/2008/07/09/299/" title="永保安康">永保安康</a></li><li><a href="http://www.james-only.com/2008/05/22/288/" title="無法顯示網頁與？？的火辣自拍">無法顯示網頁與？？的火辣自拍</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2009/10/10/578/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>替照片加上偽浮水印簽名</title>
		<link>http://www.james-only.com/2008/08/07/472/</link>
		<comments>http://www.james-only.com/2008/08/07/472/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 15:53:19 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[部落格記事]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=472</guid>
		<description><![CDATA[相信很多人都會在部落格文章中貼著與文章相關的照片，除此之外，照片裡的某個角落還會加上自己專屬的浮水印簽名，你說是不是呀？當然，無法顯示網頁也不例外，以前只要文章中有需要黏貼照片，姑且不論照片裡浮水印簽名的目地是為了防止盜連也好、增加爽度也罷，反正該張照片一定會被無法顯示網頁用影像處理軟體硬是把浮水印簽名給黏上去。
黏了一些時間以後，問題浮現了！當某些情況之下無法顯示網頁需要將照片挪用到其他地方使用的時候，天呀！這該死的浮水印簽名怎麼會變得那麼多餘？於是，無法顯示網頁終於領悟出最好的辦法，這個最好的辦法就是從此不再用強暴法硬是把浮水印簽名與照片配成對。
但說是說從此不再用強暴法硬是把浮水印簽名與照片配成對！私底下無法顯示網頁還是偷偷試過使用 CSS 語法來製作偽浮水印簽名，可惜，這個方法在某些瀏覽器上卻是完全看不到效果。
說了這麼多，重點是什麼呢？重點就是無法顯示網頁今天終於找到一個「替照片加上偽浮水印簽名」的好方法，這個方法幾乎所有瀏覽器都可以支援唷！你說酷不酷？棒不棒呀？或許有人會問：「什麼是偽浮水印簽名？」嗯 &#8230; 偽浮水印簽名顧名思義就是假的浮水印簽名，簡單說就是透過語法在照片上貼附一張底色是透明的浮水印簽名，這樣懂嗎？不懂就往下看囉！

這是一張尚未貼附「偽浮水印簽名」的照片，主角是 Eva 的手機。

這是一張底色為透明的浮水印簽名，附檔名是 .gif 格式。
]]></description>
			<content:encoded><![CDATA[<p>相信很多人都會在部落格文章中貼著與文章相關的照片，除此之外，照片裡的某個角落還會加上自己專屬的浮水印簽名，你說是不是呀？當然，無法顯示網頁也不例外，以前只要文章中有需要黏貼照片，姑且不論照片裡浮水印簽名的目地是為了防止盜連也好、增加爽度也罷，反正該張照片一定會被無法顯示網頁用影像處理軟體硬是把浮水印簽名給黏上去。</p>
<p>黏了一些時間以後，問題浮現了！當某些情況之下無法顯示網頁需要將照片挪用到其他地方使用的時候，天呀！這該死的浮水印簽名怎麼會變得那麼多餘？於是，無法顯示網頁終於領悟出最好的辦法，這個最好的辦法就是從此不再用強暴法硬是把浮水印簽名與照片配成對。</p>
<p>但說是說從此不再用強暴法硬是把浮水印簽名與照片配成對！私底下無法顯示網頁還是偷偷試過使用 <abbr title="Cascading Style Sheets">CSS</abbr> 語法來製作偽浮水印簽名，可惜，這個方法在某些瀏覽器上卻是完全看不到效果。</p>
<p>說了這麼多，重點是什麼呢？重點就是無法顯示網頁今天終於找到一個「替照片加上偽浮水印簽名」的好方法，這個方法幾乎所有瀏覽器都可以支援唷！你說酷不酷？棒不棒呀？或許有人會問：「什麼是偽浮水印簽名？」嗯 &#8230; 偽浮水印簽名顧名思義就是假的浮水印簽名，簡單說就是透過語法在照片上貼附一張底色是透明的浮水印簽名，這樣懂嗎？不懂就往下看囉！<br />
<a href="http://www.flickr.com/photos/chulianglee/2129422004/" target="_blank"><img src="http://farm3.static.flickr.com/2099/2129422004_a5914a0e46_z.jpg"></a><br />
這是一張尚未貼附「偽浮水印簽名」的照片，主角是 Eva 的手機。<br />
<img src="http://www.james-only.com/images/copyright_610x407.gif"><br />
這是一張底色為透明的浮水印簽名，附檔名是 .gif 格式。<br />
<a href="http://www.flickr.com/photos/chulianglee/2129422004/" target="_blank"><img src="http://www.james-only.com/images/copyright_610x407.gif" style="background: url(http://farm3.static.flickr.com/2099/2129422004_a5914a0e46_z.jpg) "no-repeat"></a><br />
透過簡單的語法將兩張圖片重疊起來就完成了。如何？看起來是不是很不錯呢？如果你也想試試看這個偽浮水印簽名，很簡單，將下面那段語法複製回去，然後把「照片」這個地方換成照片的網址、把「浮水印」這個地方換成浮水印簽名的網址，如此就大功告成囉！</p>
<p><code><span style="color:red">&lt;img src="浮水印" style="background: url(照片) "no-repeat"&gt;</span></code></p>
<p>去玩玩看吧！</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2011/10/18/707/" title="改善 Wordpress 3.2.1 文章 ID 無法連續的問題">改善 Wordpress 3.2.1 文章 ID 無法連續的問題</a></li><li><a href="http://www.james-only.com/2008/08/06/464/" title="如何關閉 Wordpress Post Revisions 功能？">如何關閉 Wordpress Post Revisions 功能？</a></li><li><a href="http://www.james-only.com/2007/11/09/238/" title="Wordpress Plugin &#8211; 自動產生使用中的外掛清單">Wordpress Plugin &#8211; 自動產生使用中的外掛清單</a></li><li><a href="http://www.james-only.com/2007/09/26/223/" title="升級至 Wordpress 2.3">升級至 Wordpress 2.3</a></li><li><a href="http://www.james-only.com/2007/05/20/146/" title="WordPress Plugin &#8211; 表情圖案快速選擇">WordPress Plugin &#8211; 表情圖案快速選擇</a></li><li><a href="http://www.james-only.com/2007/05/18/144/" title="升級至 Wordpress 2.2">升級至 Wordpress 2.2</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2008/08/07/472/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Dreamhost &#8211; Mario server is down</title>
		<link>http://www.james-only.com/2007/12/12/245/</link>
		<comments>http://www.james-only.com/2007/12/12/245/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 16:01:15 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[部落格記事]]></category>
		<category><![CDATA[虛擬主機]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=245</guid>
		<description><![CDATA[因為主機商 Dreamhost 更換 Mario 這台伺服器的硬體，使得無法顯示網頁幾乎一整天都無法顯示網頁！哇靠，我更是今天才知道無法顯示網頁給人家的感覺是這麼樣的差！

last night the Mario server experienced issues that caused it to need hardware replacement, we have our admin working on getting it moved over and up and running. Sorry for the inconvenience and keep checking for an update to this issue.
相關文章部落格搬家至 Dreamhost 囉！你們都使用那家虛擬主機的服務？]]></description>
			<content:encoded><![CDATA[<p>因為主機商 <a href="http://www.dreamhost.com/" target="_blank">Dreamhost</a> 更換 Mario 這台伺服器的硬體，使得無法顯示網頁幾乎一整天都無法顯示網頁！哇靠，我更是今天才知道無法顯示網頁給人家的感覺是這麼樣的差！<br />
<a href="http://www.flickr.com/photos/chulianglee/2102918685/" target="_blank"><img src="http://farm3.static.flickr.com/2340/2102918685_f1f0800eb8_z.jpg"></a><br />
last night the Mario server experienced issues that caused it to need hardware replacement, we have our admin working on getting it moved over and up and running. Sorry for the inconvenience and keep checking for an update to this issue.</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2007/11/25/241/" title="部落格搬家至 Dreamhost 囉！">部落格搬家至 Dreamhost 囉！</a></li><li><a href="http://www.james-only.com/2007/04/18/120/" title="你們都使用那家虛擬主機的服務？">你們都使用那家虛擬主機的服務？</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/12/12/245/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>部落格搬家至 Dreamhost 囉！</title>
		<link>http://www.james-only.com/2007/11/25/241/</link>
		<comments>http://www.james-only.com/2007/11/25/241/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 09:17:57 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[部落格記事]]></category>
		<category><![CDATA[虛擬主機]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=241</guid>
		<description><![CDATA[當初因為貪小便宜選擇廉價的 Burning-G.net 虛擬主機，導致每個月的月底，無法顯示網頁就得因流量耗盡而停擺。前陣子的替代方式都是當流量即將用盡的時候，趕緊把資料庫由原本的 Burning-G.net 搬到免費使用至 2012 年的 000webhost 虛擬主機。
但是，這種愚蠢的行為我已經不想幹了，昨天使用「馬修的研究室部落格」提供的優惠碼買了一年僅 29.40 美元的高規格主機，希望無法顯示網頁基於永續經營的理念可以因為採用高規格虛擬主機而更加茁壯，以便賺些廣告費來付主機費用，哈哈哈哈哈。
目前無法顯示網頁使用的 Dreamhost 主機提供 500 GB 磁碟空間〈原 Burning-G.net 主機為 200 MB 磁碟空間〉、每個月 5120 GB 可用流量〈原 Burning-G.net 主機每個月為 3.3 GB 可用流量〉，看起來很棒，希望用起來也可以很穩定。此外，如果大夥兒在新的主機上有碰到任何靈異現象，麻煩通報〈chulianglee@gmail.com〉一下嘿！
相關文章Dreamhost &#8211; Mario server is down你們都使用那家虛擬主機的服務？]]></description>
			<content:encoded><![CDATA[<p>當初因為貪小便宜選擇廉價的 <a href="http://burning-g.net/" target="_blank">Burning-G.net</a> 虛擬主機，導致每個月的月底，無法顯示網頁就得因流量耗盡而停擺。前陣子的替代方式都是當流量即將用盡的時候，趕緊把資料庫由原本的 Burning-G.net 搬到免費使用至 2012 年的 <a href="http://www.000webhost.com/" target="_blank">000webhost</a> 虛擬主機。</p>
<p>但是，這種愚蠢的行為我已經不想幹了，昨天使用「<a href="http://blog.mashow.tw/" target="_blank">馬修的研究室部落格</a>」提供的優惠碼買了一年僅 29.40 美元的高規格主機，希望無法顯示網頁基於永續經營的理念可以因為採用高規格虛擬主機而更加茁壯，以便賺些廣告費來付主機費用，哈哈哈哈哈。</p>
<p>目前無法顯示網頁使用的 <a href="http://www.dreamhost.com/" target="_blank">Dreamhost</a> 主機提供 500 GB 磁碟空間〈原 Burning-G.net 主機為 200 MB 磁碟空間〉、每個月 5120 GB 可用流量〈原 Burning-G.net 主機每個月為 3.3 GB 可用流量〉，看起來很棒，希望用起來也可以很穩定。此外，如果大夥兒在新的主機上有碰到任何靈異現象，麻煩通報〈<a href="mailto:chulianglee@gmail.com">chulianglee@gmail.com</a>〉一下嘿！</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2007/12/12/245/" title="Dreamhost &#8211; Mario server is down">Dreamhost &#8211; Mario server is down</a></li><li><a href="http://www.james-only.com/2007/04/18/120/" title="你們都使用那家虛擬主機的服務？">你們都使用那家虛擬主機的服務？</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/11/25/241/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>恢復部落格留言功能</title>
		<link>http://www.james-only.com/2007/11/01/235/</link>
		<comments>http://www.james-only.com/2007/11/01/235/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 17:30:55 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[部落格記事]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=235</guid>
		<description><![CDATA[前幾天因為流量用盡而暫時把留言功能給關閉了！其實，關閉留言功能是因為無法顯示網頁想要趁這個機會把資料庫及部落格搬到新的主機上測試，但又怕解析 Domain Name 期間，你們的留言有可能被送至舊有的資料庫，為避免遺失任何一位親朋好友的留言，無法顯示網頁即使心中百般不願意，卻也只能硬著頭皮把留言功能給關掉嚕。
今天，無法顯示網頁已經確定把資料庫及部落格搬到其他主機可以正常運作，所以現階段還是把 Domain Name 暫時指回原本的虛擬主機商代管並恢復其部落格留言功能，希望您以及超完美掏空政府團隊的所有成員能夠繼續給予支持與鼓勵唷！感恩！
相關文章No Related Post]]></description>
			<content:encoded><![CDATA[<p>前幾天因為流量用盡而暫時把留言功能給關閉了！其實，關閉留言功能是因為無法顯示網頁想要趁這個機會把資料庫及部落格搬到新的主機上測試，但又怕解析 Domain Name 期間，你們的留言有可能被送至舊有的資料庫，為避免遺失任何一位親朋好友的留言，無法顯示網頁即使心中百般不願意，卻也只能硬著頭皮把留言功能給關掉嚕。</p>
<p>今天，無法顯示網頁已經確定把資料庫及部落格搬到其他主機可以正常運作，所以現階段還是把 Domain Name 暫時指回原本的虛擬主機商代管並恢復其部落格留言功能，希望您以及超完美掏空政府團隊的所有成員能夠繼續給予支持與鼓勵唷！感恩！</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/11/01/235/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>暫時關閉部落格留言功能</title>
		<link>http://www.james-only.com/2007/10/29/234/</link>
		<comments>http://www.james-only.com/2007/10/29/234/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 14:31:15 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[部落格記事]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=234</guid>
		<description><![CDATA[無法顯示網頁剛剛在 cPanel 管理介面發現這個月的流量又快要用完了，目前正準備把資料庫及部落格移至其他主機上，為避免新進留言遺失，現階段暫時關閉部落格留言功能，如果造成您及超完美掏空政府團隊們的不便，尚祈見諒。〈這就是貪小便宜的下場〉
相關文章No Related Post]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.james-only.com/" target="_blank">無法顯示網頁</a>剛剛在 <a href="http://www.cpanel.net/" target="_blank">cPanel</a> 管理介面發現這個月的流量又快要用完了，目前正準備把資料庫及部落格移至其他主機上，為避免新進留言遺失，現階段暫時關閉部落格留言功能，如果造成您及<a href="http://unlimitedtainan.blogspot.com/" target="_blank">超完美掏空政府</a>團隊們的不便，尚祈見諒。〈這就是貪小便宜的下場〉</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/10/29/234/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>升級至 WordPress 2.3</title>
		<link>http://www.james-only.com/2007/09/26/223/</link>
		<comments>http://www.james-only.com/2007/09/26/223/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 16:24:22 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[部落格記事]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=223</guid>
		<description><![CDATA[幾分鐘前剛把 WordPress 由原來的 2.2 版本升級至 WordPress 2.3 版本，雖然沒有去仔細了解這個版本到底更新了些甚麼東西？不過，既然官方網站推出正式的版本，當然就跟著升級囉！如果各位有碰到任何怪異的現象，麻煩通知一下嘿！
相關文章改善 Wordpress 3.2.1 文章 ID 無法連續的問題替照片加上偽浮水印簽名如何關閉 Wordpress Post Revisions 功能？Wordpress Plugin &#8211; 自動產生使用中的外掛清單WordPress Plugin &#8211; 表情圖案快速選擇升級至 Wordpress 2.2]]></description>
			<content:encoded><![CDATA[<p>幾分鐘前剛把 <a href="http://www.wordpress.org/" target="_blank">WordPress</a> 由原來的 2.2 版本升級至 <a href="http://www.wordpress.org/" target="_blank">WordPress</a> 2.3 版本，雖然沒有去仔細了解這個版本到底更新了些甚麼東西？不過，既然官方網站推出正式的版本，當然就跟著升級囉！如果各位有碰到任何怪異的現象，麻煩通知一下嘿！</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2011/10/18/707/" title="改善 Wordpress 3.2.1 文章 ID 無法連續的問題">改善 Wordpress 3.2.1 文章 ID 無法連續的問題</a></li><li><a href="http://www.james-only.com/2008/08/07/472/" title="替照片加上偽浮水印簽名">替照片加上偽浮水印簽名</a></li><li><a href="http://www.james-only.com/2008/08/06/464/" title="如何關閉 Wordpress Post Revisions 功能？">如何關閉 Wordpress Post Revisions 功能？</a></li><li><a href="http://www.james-only.com/2007/11/09/238/" title="Wordpress Plugin &#8211; 自動產生使用中的外掛清單">Wordpress Plugin &#8211; 自動產生使用中的外掛清單</a></li><li><a href="http://www.james-only.com/2007/05/20/146/" title="WordPress Plugin &#8211; 表情圖案快速選擇">WordPress Plugin &#8211; 表情圖案快速選擇</a></li><li><a href="http://www.james-only.com/2007/05/18/144/" title="升級至 Wordpress 2.2">升級至 Wordpress 2.2</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/09/26/223/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>使用 poEdit 編輯 GNU GetText 編目檔 (*.po)</title>
		<link>http://www.james-only.com/2007/07/07/181/</link>
		<comments>http://www.james-only.com/2007/07/07/181/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 07:31:33 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[應用軟體]]></category>
		<category><![CDATA[部落格記事]]></category>
		<category><![CDATA[軟體]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=181</guid>
		<description><![CDATA[這篇文章是用來協助自己未來想要再次使用 poEdit 編輯 GNU GetText 編目檔 (*.po) 的時候有跡可尋，避免屆時連編輯 GNU GetText 編目檔是什麼軟體都搞不清楚所寫！
poEdit is cross-platform gettext catalogs (.po files) editor. It is built with wxWidgets toolkit and can run on any platform supported by it (although it was only tested on Unix with GTK+ and Windows). It aims to provide more convenient approach to editing catalogs than [...]]]></description>
			<content:encoded><![CDATA[<p>這篇文章是用來協助自己未來想要再次使用 <a href="http://www.poedit.net/" target="_blank">poEdit</a> 編輯 GNU GetText 編目檔 (*.po) 的時候有跡可尋，避免屆時連編輯 GNU GetText 編目檔是什麼軟體都搞不清楚所寫！</p>
<p>poEdit is cross-platform gettext catalogs (.po files) editor. It is built with <a href="http://www.wxwidgets.org/" target="_blank">wxWidgets toolkit</a> and can run on any platform supported by it (although it was only tested on Unix with GTK+ and Windows). It aims to provide more convenient approach to editing catalogs than launching vi and editing the file by hand. </p>
<p>簡單的說，這個跨平台的語系編輯器是一套可以用來編輯 <a href="http://www.wordpress.org/" target="_blank">WordPress</a> 語系以及許多 <a href="http://wordpress.org/extend/plugins/" target="_blank">WordPress Plug-in</a> 語系的工具。例如你安裝的某個 WordPress Plug-in 裡頭有個副檔名為 .po 的編目檔，那麼，您就可以透過這個工具把該 WordPress Plun-in 自行翻譯成您想要使用的語言，想怎麼翻舊怎麼翻，愛怎麼翻舊怎麼翻，很酷吧。</p>
<p>更多 poEdit 的相關資料，在 <a href="http://kirin-lin.idv.tw/" target="_blank">Kirin Lin</a> 的部落格上面都寫的很仔細唷！<br />
<a href="http://www.flickr.com/photos/chulianglee/746017412/" target="_blank"><img src="http://farm2.static.flickr.com/1185/746017412_09fd98dc78_o.gif"></a></p>
<p class="info-box">Kirin Lin 是在 WordPress 界足以呼風喚雨、叱吒風雲的高手，許多 WordPress 及 Plun-in 正體中文語系都出自他手，應該可以算是正體中文 WordPress 的教父吧！</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2009/10/26/594/" title="如何把 Windows 7 上的 MSN 從工作列移到系統列？">如何把 Windows 7 上的 MSN 從工作列移到系統列？</a></li><li><a href="http://www.james-only.com/2009/07/11/559/" title="查詢 Canon EOS 系列 DSLR 快門數軟體">查詢 Canon EOS 系列 DSLR 快門數軟體</a></li><li><a href="http://www.james-only.com/2008/08/20/475/" title="無法顯示網頁使用的 Firefox 外掛">無法顯示網頁使用的 Firefox 外掛</a></li><li><a href="http://www.james-only.com/2008/06/24/295/" title="對不起，我劈腿了！">對不起，我劈腿了！</a></li><li><a href="http://www.james-only.com/2007/07/02/179/" title="系統自動登入工具">系統自動登入工具</a></li><li><a href="http://www.james-only.com/2007/05/07/136/" title="透過 Google Web Accelerator 加速上網速度">透過 Google Web Accelerator 加速上網速度</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/07/07/181/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>嘗試變更 Robots.txt 來改善流量消耗問題</title>
		<link>http://www.james-only.com/2007/07/01/176/</link>
		<comments>http://www.james-only.com/2007/07/01/176/#comments</comments>
		<pubDate>Sat, 30 Jun 2007 17:20:59 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[部落格記事]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=176</guid>
		<description><![CDATA[無法顯示網頁終於復活了，雖然只有停擺短短的幾天，但總算讓我嘗到流量耗盡所帶來的痛苦。不過，這期間倒是讓我對於 Robots.txt 有了更深一層的認識，這個月我決定暫時不做更換主機商的動作，我要好好觀察一下 Robots.txt 是不是可以改善流量消耗的問題。有這方面經驗的朋友，也請不要羞於分享您與 Robots.txt 的閨房秘辛唷！
記得流量即將耗盡的時候，曾透過管理介面查詢到底是誰偷走了我的流量？查詢後的結果發現，絕大部分的流量都是被搜尋引擎機器人給偷走，其中最誇張的百度搜尋引擎，不知是食髓知味還是怎樣？每天固定來偷個好幾回，根本是吃飽太閒。
以下是修改後的 Robots.txt 檔案，其中最大的差異就是完全禁止百度搜尋引擎機器人〈baiduspider〉靠近無法顯示網頁，希望此舉可以稍微改善流量消耗的問題。
　User-agent: *
　Disallow: /wp-includes/
　User-agent: baiduspider
　Disallow: /
　User-agent: Gaisbot
　Disallow: /
　User-agent: MSNBot-Media
　Disallow: /
　User-agent: Slurp
　Crawl-delay: 10
　User-agent: Yahoo-Blogs/v3.9
　Crawl-delay: 20
相關文章No Related Post]]></description>
			<content:encoded><![CDATA[<p>無法顯示網頁終於復活了，雖然只有停擺短短的幾天，但總算讓我嘗到流量耗盡所帶來的痛苦。不過，這期間倒是讓我對於 Robots.txt 有了更深一層的認識，這個月我決定暫時不做更換主機商的動作，我要好好觀察一下 Robots.txt 是不是可以改善流量消耗的問題。有這方面經驗的朋友，也請不要羞於分享您與 Robots.txt 的閨房秘辛唷！</p>
<p>記得流量即將耗盡的時候，曾透過管理介面查詢到底是誰偷走了我的流量？查詢後的結果發現，絕大部分的流量都是被搜尋引擎機器人給偷走，其中最誇張的百度搜尋引擎，不知是食髓知味還是怎樣？每天固定來偷個好幾回，根本是吃飽太閒。</p>
<p>以下是修改後的 Robots.txt 檔案，其中最大的差異就是完全禁止百度搜尋引擎機器人〈baiduspider〉靠近無法顯示網頁，希望此舉可以稍微改善流量消耗的問題。</p>
<p><code>　User-agent: *<br />
　Disallow: /wp-includes/<br />
　User-agent: baiduspider<br />
　Disallow: /<br />
　User-agent: Gaisbot<br />
　Disallow: /<br />
　User-agent: MSNBot-Media<br />
　Disallow: /<br />
　User-agent: Slurp<br />
　Crawl-delay: 10<br />
　User-agent: Yahoo-Blogs/v3.9<br />
　Crawl-delay: 20</code></p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/07/01/176/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>流量即將用盡</title>
		<link>http://www.james-only.com/2007/06/27/175/</link>
		<comments>http://www.james-only.com/2007/06/27/175/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 14:37:23 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[部落格記事]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=175</guid>
		<description><![CDATA[六月份即將接近尾聲，當初租用每月 3G 流量的虛擬主機似乎撐不過月底，我的老天爺！如果這幾天「無法顯示網頁」真的變成「無法顯示網頁」的時候，表示咱們七月份才能再見面囉。因為 &#8230; 我實在捨不得花錢買這幾天有可能用到的流量，太不划算了。
這幾天我會認真考慮是不是該換個虛擬主機商，畢竟，當初會選擇繼續使用「G 型主機」的服務，完全只因為一個「懶」字，懶得搬資料庫、懶得尋找新的主機商。不過，既然流量這東西只會隨著時間愈用愈多，不如趕緊換個大流量的虛擬主機一勞永逸。
相關文章No Related Post]]></description>
			<content:encoded><![CDATA[<p>六月份即將接近尾聲，當初租用每月 3G 流量的虛擬主機似乎撐不過月底，我的老天爺！如果這幾天「無法顯示網頁」真的變成「無法顯示網頁」的時候，表示咱們七月份才能再見面囉。因為 &#8230; 我實在捨不得花錢買這幾天有可能用到的流量，太不划算了。</p>
<p>這幾天我會認真考慮是不是該換個虛擬主機商，畢竟，當初會選擇繼續使用「<a href="http://www.burning-g.net" target="_blank">G 型主機</a>」的服務，完全只因為一個「懶」字，懶得搬資料庫、懶得尋找新的主機商。不過，既然流量這東西只會隨著時間愈用愈多，不如趕緊換個大流量的虛擬主機一勞永逸。</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/06/27/175/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>升級至 WordPress 2.2</title>
		<link>http://www.james-only.com/2007/05/18/144/</link>
		<comments>http://www.james-only.com/2007/05/18/144/#comments</comments>
		<pubDate>Fri, 18 May 2007 15:05:10 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[部落格記事]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=144</guid>
		<description><![CDATA[許多使用 WordPress 來架設部落格的朋友都陸陸續續升級至 WordPress 2.2 版本，雖然我沒有特別去注意新版本的 WordPress 有什麼必較特殊的功能或軟體的修正，但是，既然大家都升級了，我當然也就跟著升級囉！
目前已經完成升級程序，如果你發現「無法顯示網頁」有任何問題，請不吝來函指正！
相關文章改善 Wordpress 3.2.1 文章 ID 無法連續的問題替照片加上偽浮水印簽名如何關閉 Wordpress Post Revisions 功能？Wordpress Plugin &#8211; 自動產生使用中的外掛清單升級至 Wordpress 2.3WordPress Plugin &#8211; 表情圖案快速選擇]]></description>
			<content:encoded><![CDATA[<p>許多使用 <a href="http://www.wordpress.org" target="_blank">WordPress</a> 來架設部落格的朋友都陸陸續續升級至 WordPress 2.2 版本，雖然我沒有特別去注意新版本的 WordPress 有什麼必較特殊的功能或軟體的修正，但是，既然大家都升級了，我當然也就跟著升級囉！</p>
<p>目前已經完成升級程序，如果你發現「無法顯示網頁」有任何問題，請不吝來函指正！</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2011/10/18/707/" title="改善 Wordpress 3.2.1 文章 ID 無法連續的問題">改善 Wordpress 3.2.1 文章 ID 無法連續的問題</a></li><li><a href="http://www.james-only.com/2008/08/07/472/" title="替照片加上偽浮水印簽名">替照片加上偽浮水印簽名</a></li><li><a href="http://www.james-only.com/2008/08/06/464/" title="如何關閉 Wordpress Post Revisions 功能？">如何關閉 Wordpress Post Revisions 功能？</a></li><li><a href="http://www.james-only.com/2007/11/09/238/" title="Wordpress Plugin &#8211; 自動產生使用中的外掛清單">Wordpress Plugin &#8211; 自動產生使用中的外掛清單</a></li><li><a href="http://www.james-only.com/2007/09/26/223/" title="升級至 Wordpress 2.3">升級至 Wordpress 2.3</a></li><li><a href="http://www.james-only.com/2007/05/20/146/" title="WordPress Plugin &#8211; 表情圖案快速選擇">WordPress Plugin &#8211; 表情圖案快速選擇</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/05/18/144/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>銘謝賜票</title>
		<link>http://www.james-only.com/2007/05/06/134/</link>
		<comments>http://www.james-only.com/2007/05/06/134/#comments</comments>
		<pubDate>Sun, 06 May 2007 15:49:38 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[部落格記事]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=134</guid>
		<description><![CDATA[感恩，無法顯示網頁榮獲部落格觀察第十三屆藍眼觀注票選活動第二名，我想，這份榮耀必需感謝的人太多了，除了整個超完美掏空政府團隊強力的輔選之外，我們的大家長無限台南先生更是無所不用其極的以置入性行銷替本人買票，丫 &#8230; 不是！我是說催票！
此外，當然還有許多愛護無法顯示網頁的朋友，真的很謝謝你們，也因為有了你們，無法顯示網頁才能在眾多優質的部落格中脫引而出，更希望在不久的未來，無法顯示網頁真的可以製造一些比較有用的文章來回報讀者，哈哈哈。
雖然前陣子因為某些因素把網址由 http://www.james-only.com/wordpress 改為 http://www.james-only.com，造成部落格觀察重新排名，名次更是由 1000 多名掉到 5000 多名，但我相信，有了你們，無法顯示網頁會把名次追回來的！
對了！補充一點，如果你曾經不小心把無法顯示網頁加到你的部落格連結清單，請不吝抽個空把網址更新為 http://www.james-only.com，謝謝囉 &#8230;
相關文章No Related Post]]></description>
			<content:encoded><![CDATA[<p>感恩，無法顯示網頁榮獲<a href="http://look.urs.tw/" target="_blank">部落格觀察</a>第十三屆<a href="http://look.urs.tw/award_vote_blue.php" target="_blank">藍眼觀注</a>票選活動第二名，我想，這份榮耀必需感謝的人太多了，除了整個超完美掏空政府團隊強力的輔選之外，我們的大家長<a href="http://unlimitedtainan.blogspot.com/" target="_blank">無限台南</a>先生更是無所不用其極的以置入性行銷替本人買票，丫 &#8230; 不是！我是說催票！</p>
<p>此外，當然還有許多愛護無法顯示網頁的朋友，真的很謝謝你們，也因為有了你們，無法顯示網頁才能在眾多優質的部落格中脫引而出，更希望在不久的未來，無法顯示網頁真的可以製造一些比較有用的文章來回報讀者，哈哈哈。</p>
<p>雖然前陣子因為某些因素把網址由 http://www.james-only.com/wordpress 改為 <a href="http://www.james-only.com">http://www.james-only.com</a>，造成<a href="http://look.urs.tw/" target="_blank">部落格觀察</a>重新排名，名次更是由 1000 多名掉到 5000 多名，但我相信，有了你們，無法顯示網頁會把名次追回來的！</p>
<p>對了！補充一點，如果你曾經不小心把無法顯示網頁加到你的部落格連結清單，請不吝抽個空把網址更新為 <a href="http://www.james-only.com">http://www.james-only.com</a>，謝謝囉 &#8230;</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/05/06/134/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>獲選部落格觀察之藍眼觀注</title>
		<link>http://www.james-only.com/2007/04/23/125/</link>
		<comments>http://www.james-only.com/2007/04/23/125/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 07:28:29 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[部落格記事]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=125</guid>
		<description><![CDATA[這禮拜「無法顯示網頁」被塞進部落格觀察之藍眼觀注的評選名單內，跟許多優質部落格被安置在同一個評選名單的感覺真是有股無法形容的驕傲！當然啦！最主要的原因還是因為有著許多愛護「無法顯示網頁」的朋友們，始終努力的灌溉！在此感謝！
最後，客套話說盡，哈哈哈！最重要的是麻煩諸位大德，如果不嫌棄的話，請抽空前往部落格觀察之藍眼觀注投下您神聖且寶貴的一票給于「無法顯示網頁」囉！拜託！拜託！
尤其是那些當初收到我選票的朋友，千萬別忘本！哇哈哈哈哈哈 &#8230;
相關文章No Related Post]]></description>
			<content:encoded><![CDATA[<p>這禮拜「無法顯示網頁」被塞進<a href="http://look.urs.tw/" target="_blank">部落格觀察</a>之<a href="http://look.urs.tw/award_vote_blue.php" target="_blank">藍眼觀注</a>的評選名單內，跟許多優質部落格被安置在同一個評選名單的感覺真是有股無法形容的驕傲！當然啦！最主要的原因還是因為有著許多愛護「無法顯示網頁」的朋友們，始終努力的灌溉！在此感謝！</p>
<p>最後，客套話說盡，哈哈哈！最重要的是麻煩諸位大德，如果不嫌棄的話，請抽空前往部落格觀察之藍眼觀注投下您神聖且寶貴的一票給于「無法顯示網頁」囉！拜託！拜託！</p>
<p>尤其是那些當初收到我選票的朋友，千萬別忘本！哇哈哈哈哈哈 &#8230;</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/04/23/125/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>你們都使用那家虛擬主機的服務？</title>
		<link>http://www.james-only.com/2007/04/18/120/</link>
		<comments>http://www.james-only.com/2007/04/18/120/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 15:15:58 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[部落格記事]]></category>
		<category><![CDATA[虛擬主機]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=120</guid>
		<description><![CDATA[我目前所租用的虛擬主機即將在 5 月 1 日到期，而這個特別的日子同時也是我的生日，哈哈哈！重點是這幾天原本打算直接跟目前的主機商「Ｇ型主機」續租，但近日發現頁面的讀取變慢了（不知道是我的 Blog 問題還是跟前幾天Ｇ型主機因為防火牆規則導致的伺服器 Crash 有關？）也因為如此，讓我萌生了換個主機商試試看的念頭。
不過 &#8230; 虛擬主機商這麼多，仔細瞧瞧還真不曉得那家主機的評價比較好？雖然我曾經用過「主機動物園」的虛擬主機，而「主機動物園」無論在速度或服務品質，其實我也給予高度的肯定。只是，若與我當初申請 Domain Name 的 Godaddy 所提供的虛擬主機服務比較之下，同樣的價格居然可以在 Godaddy 租用 5G 的硬碟空間及每月 250G 的流量，真是令人心動啊！
有租用虛擬主機的你，目前使用那家的虛擬主機？有人曾經用過 Godaddy 的虛擬主機嗎？你對於 Godaddy 的虛擬主機有甚麼樣的評價？請不吝提供意見 &#8230;
相關文章Dreamhost &#8211; Mario server is down部落格搬家至 Dreamhost 囉！]]></description>
			<content:encoded><![CDATA[<p>我目前所租用的虛擬主機即將在 5 月 1 日到期，而這個特別的日子同時也是我的生日，哈哈哈！重點是這幾天原本打算直接跟目前的主機商「<a href="http://www.burning-g.net/" target="_blank">Ｇ型主機</a>」續租，但近日發現頁面的讀取變慢了（不知道是我的 Blog 問題還是跟前幾天Ｇ型主機因為防火牆規則導致的伺服器 Crash 有關？）也因為如此，讓我萌生了換個主機商試試看的念頭。</p>
<p>不過 &#8230; 虛擬主機商這麼多，仔細瞧瞧還真不曉得那家主機的評價比較好？雖然我曾經用過「<a href="http://www.serverzoo.com/" target="_blank">主機動物園</a>」的虛擬主機，而「主機動物園」無論在速度或服務品質，其實我也給予高度的肯定。只是，若與我當初申請 Domain Name 的 <a href="http://www.godaddy.com" target="_blank">Godaddy</a> 所提供的虛擬主機服務比較之下，同樣的價格居然可以在 Godaddy 租用 5G 的硬碟空間及每月 250G 的流量，真是令人心動啊！</p>
<p>有租用虛擬主機的你，目前使用那家的虛擬主機？有人曾經用過 Godaddy 的虛擬主機嗎？你對於 Godaddy 的虛擬主機有甚麼樣的評價？請不吝提供意見 &#8230;</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2007/12/12/245/" title="Dreamhost &#8211; Mario server is down">Dreamhost &#8211; Mario server is down</a></li><li><a href="http://www.james-only.com/2007/11/25/241/" title="部落格搬家至 Dreamhost 囉！">部落格搬家至 Dreamhost 囉！</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/04/18/120/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Snap Preview Anywhere 服務再升級</title>
		<link>http://www.james-only.com/2007/04/17/119/</link>
		<comments>http://www.james-only.com/2007/04/17/119/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 03:13:00 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[部落格記事]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=119</guid>
		<description><![CDATA[原本提供即時顯示連結預覽服務的 Snap Preview Anywhere，功能提升囉！未來，我們可以利用 Snap 來產生 PreviewShot、WikiShot、MovieShot、StockShot、VideoShot、PhotoShot、ProductShot 及 AudioShot 等許多進階預覽服務。
以下則是針對這些服務的基本簡介，參考看看吧！



&#160;

PreviewShot
      前身為 Snap Preview Anywhere，能夠顯示任意連接站點的預覽圖片，這是當初 Snap 主要的服務，現在只是眾多服務之中的其中一種而已。
PreviewShots 採用的 URL 結構：
    http://www.snap.com






&#160;

WikiShot
      用來產生任何自訂的 Wikipedia 條目摘要，讀者可以選擇閱讀它並決定是否需要更加深入的資訊。
WikiShots 採用的 URL 結構：
    http://zh.wikipedia.org/w/index.php?title=Kuso&#038;variant=zh-tw






&#160;

MovieShot
      提供來自 IDMb 網頁上與娛樂話題相關的圖片、傳記及最新的專案，包括電影和電視、演員和拍攝人員。
MovieShots 採用的 URL 結構：
  [...]]]></description>
			<content:encoded><![CDATA[<p>原本提供即時顯示連結預覽服務的 <a href="http://www.snap.com/" target="_blank">Snap Preview Anywhere</a>，功能提升囉！未來，我們可以利用 <a href="http://www.snap.com/" target="_blank">Snap</a> 來產生 PreviewShot、WikiShot、MovieShot、StockShot、VideoShot、PhotoShot、ProductShot 及 AudioShot 等許多進階預覽服務。</p>
<p>以下則是針對這些服務的基本簡介，參考看看吧！</p>
<table width="610" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" valign="top"><img src="http://i.snap.com/images/previewshot.gif"></td>
<td width="8">&nbsp;</td>
<td valign="top">
<p><b>PreviewShot</b><br />
      前身為 Snap Preview Anywhere，能夠顯示任意連接站點的預覽圖片，這是當初 Snap 主要的服務，現在只是眾多服務之中的其中一種而已。</p>
<p>PreviewShots 採用的 URL 結構：<br />
    <a href="http://www.snap.com" target="_blank">http://www.snap.com</a></p>
</td>
</tr>
</table>
<table width="610" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" valign="top"><img src="http://i.snap.com/images/wikishot.gif"></td>
<td width="8">&nbsp;</td>
<td valign="top">
<p><b>WikiShot</b><br />
      用來產生任何自訂的 Wikipedia 條目摘要，讀者可以選擇閱讀它並決定是否需要更加深入的資訊。</p>
<p>WikiShots 採用的 URL 結構：<br />
    <a href="http://zh.wikipedia.org/w/index.php?title=Kuso&#038;variant=zh-tw" target="_blank">http://zh.wikipedia.org/w/index.php?title=Kuso&#038;variant=zh-tw</a></p>
</td>
</tr>
</table>
<table width="610" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" valign="top"><img src="http://i.snap.com/images/movieshot.gif"></td>
<td width="8">&nbsp;</td>
<td valign="top">
<p><b>MovieShot</b><br />
      提供來自 IDMb 網頁上與娛樂話題相關的圖片、傳記及最新的專案，包括電影和電視、演員和拍攝人員。</p>
<p>MovieShots 採用的 URL 結構：<br />
    <a href="http://imdb.com/name/nm0424060" target="_blank">http://imdb.com/name/nm0424060</a></p>
</td>
</tr>
</table>
<table width="610" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" valign="top"><img src="http://i.snap.com/images/stockshot.gif"></td>
<td width="8">&nbsp;</td>
<td valign="top">
<p><b>StockShot</b><br />
      顯示最新的股市資訊。StockSchots 可透過下列 URL 自動產生：Yahoo!、Google、CNN Money、MorningStar、MSN MoneyCentral、MarketWatch。</p>
<p>StockShots 採用的 URL 結構：<br />
    <a href="http://finance.yahoo.com/q?s=aapl" target="_blank">http://finance.yahoo.com/q?s=aapl</a></p>
</td>
</tr>
</table>
<table width="610" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" valign="top"><img src="http://i.snap.com/images/videoshot.gif"></td>
<td width="8">&nbsp;</td>
<td valign="top">
<p><b>VideoShot</b><br />
      讓網站能夠在 Shot 中加入 YouTube 影片，而無須在版面上混亂地黏貼巨大且靜止的圖片連結。</p>
<p>VideoShots 採用的 URL 結構：<br />
    <a href="http://youtube.com/watch?v=MYlVABhd9JY" target="_blank">http://youtube.com/watch?v=MYlVABhd9JY</a></p>
</td>
</tr>
</table>
<table width="610" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" valign="top"><img src="http://i.snap.com/images/photoshot.gif"></td>
<td width="8">&nbsp;</td>
<td valign="top">
<p><b>PhotoShot</b><br />
      讓連結至 Flickr 相簿的照片直接經由 Shot 來顯示，替每分鐘幾百萬上下的讀者節省開啟網頁的時間。</p>
<p>PhotoShot 採用的 URL 結構：<br />
    <a href="http://www.flickr.com/photos/chulianglee/449610456/" target="_blank">http://www.flickr.com/photos/&#8230;/449610456/</a></p>
</td>
</tr>
</table>
<table width=610" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" valign="top"><img src="http://i.snap.com/images/productshot.gif"></td>
<td width="8">&nbsp;</td>
<td valign="top">
<p><b>ProductShot</b><br />
      直接在你的網頁上顯示 Amazon.com 產品的基本資訊，而不需直接前往該連結。</p>
<p>ProductShot 採用的 URL 結構：<br />
    <a href="http://www.amazon.com/Dude-Wheres-Car-Ashton-Kutcher/dp/B00003CXS7/ref=pd_bbs_sr_1/104-3861196-3404715?ie=UTF8&#038;s=dvd&#038;qid=1173904908&#038;sr=8-1" target="_blank">http://www.amazon.com/Dude-Wheres-Car-Ashton-Kutcher/&#8230;1173904908&#038;sr=8-1</a></p>
</td>
</tr>
</table>
<table width="610" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" valign="top"><img src="http://i.snap.com/images/audioshot.gif"></td>
<td width="8">&nbsp;</td>
<td valign="top">
<p><b>AudioShot</b><br />
      播放 Wiredset.com 的 MP3 音樂，如果能確定的話，還可以顯示音軌、作者、唱片藝術設計之類的資訊。</p>
<p>AudioShot 採用的 URL 結構：<br />
    <a href="http://wiredset.com/media/colin_macintyre/How-Bout-I-Love-You-More.mp3" target="_blank">http://wiredset.com/media/colin_macintyre/How-Bout-I-Love-You-More.mp3</a></p>
</td>
</tr>
</table>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/04/17/119/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://wiredset.com/media/colin_macintyre/How-Bout-I-Love-You-More.mp3" length="958" type="audio/mpeg" />
		</item>
		<item>
		<title>有更好的方式來回覆留言嗎？</title>
		<link>http://www.james-only.com/2007/02/23/92/</link>
		<comments>http://www.james-only.com/2007/02/23/92/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 18:56:24 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[部落格記事]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=92</guid>
		<description><![CDATA[其實這個問題已經困擾我好久的時間，截至目前為止我還找不到有什麼比較完善的方式來回覆留言，我相信 &#8230; 應該有更好的方式來處理回覆留言這個問題吧！
其實是這樣的，現今人人有手機、人人有部落，收到手機簡訊很單純，只要回覆簡訊即可讓對方知道我的看法是啥？但是，當有人在我的部落格上留言，我到底該回覆在對方的部落格上面還是自己的部落格上面？或著是兩個地方都回覆？
奇怪，你們都怎麼做？

相關文章No Related Post]]></description>
			<content:encoded><![CDATA[<p>其實這個問題已經困擾我好久的時間，截至目前為止我還找不到有什麼比較完善的方式來回覆留言，我相信 &#8230; 應該有更好的方式來處理回覆留言這個問題吧！</p>
<p>其實是這樣的，現今人人有手機、人人有部落，收到手機簡訊很單純，只要回覆簡訊即可讓對方知道我的看法是啥？但是，當有人在我的部落格上留言，我到底該回覆在對方的部落格上面還是自己的部落格上面？或著是兩個地方都回覆？</p>
<p>奇怪，你們都怎麼做？<br />
<a href="http://www.flickr.com/photos/chulianglee/398959887/" target="_blank"><img src="http://farm1.static.flickr.com/121/398959887_faa1bc3e88_z.jpg"></a></p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/02/23/92/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>終於決定升級至 WordPress 2.1 Ella</title>
		<link>http://www.james-only.com/2007/02/20/87/</link>
		<comments>http://www.james-only.com/2007/02/20/87/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 22:23:00 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[部落格記事]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=87</guid>
		<description><![CDATA[今天終於把 WordPress 升級至最新的版本，雖然官方發佈這個版本已將近一個月的時間，不過我始終沒有勇氣進行升級，只因為深怕一個不小心就把資料庫裡所有的文章、分類及連結給破壞殆盡，就算升級前已執行例行的資料庫備份動作，但備份歸備份，如果升級有個三長兩短必須復原資料庫，對我而言還是個大問題，所以 &#8230; 拖到今天。
升級後的 WordPress 除了許多 Plugin 必須尋求更適用於這個版本的 WordPress 之外，基本上沒甚麼問題，而實際上呢 &#8230; 還是有待觀察。另外 &#8230; 眼看主機到期日在即，還是趁著春節假期趕緊練習搬移資料庫至其他主機的實際測試！
相關文章改善 Wordpress 3.2.1 文章 ID 無法連續的問題替照片加上偽浮水印簽名如何關閉 Wordpress Post Revisions 功能？Wordpress Plugin &#8211; 自動產生使用中的外掛清單升級至 Wordpress 2.3WordPress Plugin &#8211; 表情圖案快速選擇]]></description>
			<content:encoded><![CDATA[<p>今天終於把 <a href="http://www.wordpress.org" target="_blank">WordPress</a> 升級至最新的版本，雖然官方發佈這個版本已將近一個月的時間，不過我始終沒有勇氣進行升級，只因為深怕一個不小心就把資料庫裡所有的文章、分類及連結給破壞殆盡，就算升級前已執行例行的資料庫備份動作，但備份歸備份，如果升級有個三長兩短必須復原資料庫，對我而言還是個大問題，所以 &#8230; 拖到今天。</p>
<p>升級後的 WordPress 除了許多 Plugin 必須尋求更適用於這個版本的 WordPress 之外，基本上沒甚麼問題，而實際上呢 &#8230; 還是有待觀察。另外 &#8230; 眼看主機到期日在即，還是趁著春節假期趕緊練習搬移資料庫至其他主機的實際測試！</p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li><a href="http://www.james-only.com/2011/10/18/707/" title="改善 Wordpress 3.2.1 文章 ID 無法連續的問題">改善 Wordpress 3.2.1 文章 ID 無法連續的問題</a></li><li><a href="http://www.james-only.com/2008/08/07/472/" title="替照片加上偽浮水印簽名">替照片加上偽浮水印簽名</a></li><li><a href="http://www.james-only.com/2008/08/06/464/" title="如何關閉 Wordpress Post Revisions 功能？">如何關閉 Wordpress Post Revisions 功能？</a></li><li><a href="http://www.james-only.com/2007/11/09/238/" title="Wordpress Plugin &#8211; 自動產生使用中的外掛清單">Wordpress Plugin &#8211; 自動產生使用中的外掛清單</a></li><li><a href="http://www.james-only.com/2007/09/26/223/" title="升級至 Wordpress 2.3">升級至 Wordpress 2.3</a></li><li><a href="http://www.james-only.com/2007/05/20/146/" title="WordPress Plugin &#8211; 表情圖案快速選擇">WordPress Plugin &#8211; 表情圖案快速選擇</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/02/20/87/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>這篇是垃圾文章</title>
		<link>http://www.james-only.com/2007/02/18/85/</link>
		<comments>http://www.james-only.com/2007/02/18/85/#comments</comments>
		<pubDate>Sun, 18 Feb 2007 13:43:01 +0000</pubDate>
		<dc:creator>無法顯示網頁</dc:creator>
				<category><![CDATA[部落格記事]]></category>

		<guid isPermaLink="false">http://www.james-only.com/?p=85</guid>
		<description><![CDATA[這陣子終於把部落格觀察的排名貼紙給拿掉了，因為我發覺它的存在讓我過於重視排名，導致寫部落格是為了名次而不單單只是發自內心的想法。此外，每篇文章的「列印」插件也因為某些包含語法的文章透過「列印」顯示出來異常地不完整，所以也一併移除了。
另外，最近弄了一個尺寸為 83&#215;31 像素的「無法顯示網頁」連結貼紙，希望不排斥在您的部落格上貼垃圾連結的善心人士，也把「無法顯示網頁」連結貼紙給帶回去吧！

&#60;a href=&#34;http://www.james-only.com/&#34;&#62;
&#60;img src=&#34;http://www.james-only.com/file_not_found.gif&#34; alt=&#34;無法顯示網頁&#34; border=&#34;0&#34;&#62;
&#60;/a&#62;


相關文章No Related Post]]></description>
			<content:encoded><![CDATA[<p>這陣子終於把部落格觀察的排名貼紙給拿掉了，因為我發覺它的存在讓我過於重視排名，導致寫部落格是為了名次而不單單只是發自內心的想法。此外，每篇文章的「列印」插件也因為某些包含語法的文章透過「列印」顯示出來異常地不完整，所以也一併移除了。</p>
<p>另外，最近弄了一個尺寸為 83&#215;31 像素的「無法顯示網頁」連結貼紙，希望不排斥在您的部落格上貼垃圾連結的善心人士，也把「無法顯示網頁」連結貼紙給帶回去吧！</p>
<pre class="brush: xml; title: ; notranslate">
&lt;a href=&quot;http://www.james-only.com/&quot;&gt;
&lt;img src=&quot;http://www.james-only.com/file_not_found.gif&quot; alt=&quot;無法顯示網頁&quot; border=&quot;0&quot;&gt;
&lt;/a&gt;
</pre>
<p><a href="http://www.james-only.com/"><img src="http://www.james-only.com/file_not_found.gif" alt="無法顯示網頁" border="0"></a></p>
<div  class="related_post_title">相關文章</div><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.james-only.com/2007/02/18/85/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

