<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Error Message-錯誤訊息</title>
	<atom:link href="http://mmdays.com/2008/01/14/error-message/feed/" rel="self" type="application/rss+xml" />
	<link>http://mmdays.com/2008/01/14/error-message/</link>
	<description>網路, 產業, 資訊, 觀察, 生活, 電影, 技術, 新知, 科技, 媒體, 趨勢, Web 2.0</description>
	<pubDate>Thu, 08 Jan 2009 17:16:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric</title>
		<link>http://mmdays.com/2008/01/14/error-message/comment-page-1/#comment-15372</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 13 Feb 2008 02:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2008/01/14/error-message/#comment-15372</guid>
		<description>http://pic.bs2.to/photo.php?id=ykkurama&#38;album=B6B18FAE&#38;photo=BD071DB9BE.jpg
這個「沒有錯誤發生。」也是 Macromedia Dreamweaver 的錯誤訊息啊……</description>
		<content:encoded><![CDATA[<p><a href="http://pic.bs2.to/photo.php?id=ykkurama&amp;album=B6B18FAE&amp;photo=BD071DB9BE.jpg" rel="nofollow">http://pic.bs2.to/photo.php?id=ykkurama&amp;album=B6B18FAE&amp;photo=BD071DB9BE.jpg</a><br />
這個「沒有錯誤發生。」也是 Macromedia Dreamweaver 的錯誤訊息啊……</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 喵喵迴旋踢</title>
		<link>http://mmdays.com/2008/01/14/error-message/comment-page-1/#comment-14653</link>
		<dc:creator>喵喵迴旋踢</dc:creator>
		<pubDate>Tue, 15 Jan 2008 03:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2008/01/14/error-message/#comment-14653</guid>
		<description>就流程上來看，給error code是最快的方法吧? 因為沒辦法預測使用者的等級，給一個code高級者可以自己解決，等級低的可以打電話問客服，重點是error code何其多，一個error code也無法體現使用者操作上的失誤(很多是系統出錯)，所以是...參考參考! :D

不過這篇好好笑啊~XD</description>
		<content:encoded><![CDATA[<p>就流程上來看，給error code是最快的方法吧? 因為沒辦法預測使用者的等級，給一個code高級者可以自己解決，等級低的可以打電話問客服，重點是error code何其多，一個error code也無法體現使用者操作上的失誤(很多是系統出錯)，所以是&#8230;參考參考! <img src='http://mmdays.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>不過這篇好好笑啊~XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KeySabreur</title>
		<link>http://mmdays.com/2008/01/14/error-message/comment-page-1/#comment-14646</link>
		<dc:creator>KeySabreur</dc:creator>
		<pubDate>Mon, 14 Jan 2008 17:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2008/01/14/error-message/#comment-14646</guid>
		<description>我想他的意思是：
雖然給ErrorCode比較容易讓工程師除錯，但是對使用者來說卻不是這樣。
雖然這個時代，使用資訊科技變成很平常的事情，但會開車不見得會修車、養車，且每個人擅長的領域本就各有不同，沒有理由硬性規定使用者要有什麼專業的資訊涵養。
除了ErrorCode以外，最好能夠直接給使用者解決的方法，而且越簡單越好，越不麻煩越好。
而目前，雖然ErrorCode可以用來查對應的資訊，但大多還要靠使用者自己去找，而不是程式直接告訴使用者，找也不一定找的到，找到也不一定看懂，看懂也不一定做到，…好麻煩，爛程式。

最理想的情況就是完全不會有Error發生，
次之就是就算有Error也能夠順暢執行，甚至自我修復，最好連使用者都不曉得曾經出錯，
不過還很難做到，而目前是仰賴使用者回報錯誤訊息，或是讓程式自動傳送錯誤訊息以供除錯，
在工程師解決問題之前，使用者能做的通常就只有等待了。</description>
		<content:encoded><![CDATA[<p>我想他的意思是：<br />
雖然給ErrorCode比較容易讓工程師除錯，但是對使用者來說卻不是這樣。<br />
雖然這個時代，使用資訊科技變成很平常的事情，但會開車不見得會修車、養車，且每個人擅長的領域本就各有不同，沒有理由硬性規定使用者要有什麼專業的資訊涵養。<br />
除了ErrorCode以外，最好能夠直接給使用者解決的方法，而且越簡單越好，越不麻煩越好。<br />
而目前，雖然ErrorCode可以用來查對應的資訊，但大多還要靠使用者自己去找，而不是程式直接告訴使用者，找也不一定找的到，找到也不一定看懂，看懂也不一定做到，…好麻煩，爛程式。</p>
<p>最理想的情況就是完全不會有Error發生，<br />
次之就是就算有Error也能夠順暢執行，甚至自我修復，最好連使用者都不曉得曾經出錯，<br />
不過還很難做到，而目前是仰賴使用者回報錯誤訊息，或是讓程式自動傳送錯誤訊息以供除錯，<br />
在工程師解決問題之前，使用者能做的通常就只有等待了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KunYi</title>
		<link>http://mmdays.com/2008/01/14/error-message/comment-page-1/#comment-14640</link>
		<dc:creator>KunYi</dc:creator>
		<pubDate>Mon, 14 Jan 2008 08:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2008/01/14/error-message/#comment-14640</guid>
		<description>個人淺見, 給 ErrorCode 比較容易敘述問題
常有使用者 Report error 會給一堆其他不相關的錯誤資訊
給ErrorCode 負責的工程師除錯的時候,能更快找到錯誤發生的根本原因

一個寫Code也做客服的小弟</description>
		<content:encoded><![CDATA[<p>個人淺見, 給 ErrorCode 比較容易敘述問題<br />
常有使用者 Report error 會給一堆其他不相關的錯誤資訊<br />
給ErrorCode 負責的工程師除錯的時候,能更快找到錯誤發生的根本原因</p>
<p>一個寫Code也做客服的小弟</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean P</title>
		<link>http://mmdays.com/2008/01/14/error-message/comment-page-1/#comment-14638</link>
		<dc:creator>Sean P</dc:creator>
		<pubDate>Mon, 14 Jan 2008 07:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2008/01/14/error-message/#comment-14638</guid>
		<description>之前也在其他的網站看過這樣的圖片, 有時候真的搞不懂為什麼這樣的事情會發生. 也許就是當設計師在弄得時候沒有想太多code進去了. 

但是現在看起來還真的很搞笑啊.</description>
		<content:encoded><![CDATA[<p>之前也在其他的網站看過這樣的圖片, 有時候真的搞不懂為什麼這樣的事情會發生. 也許就是當設計師在弄得時候沒有想太多code進去了. </p>
<p>但是現在看起來還真的很搞笑啊.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narcotic</title>
		<link>http://mmdays.com/2008/01/14/error-message/comment-page-1/#comment-14637</link>
		<dc:creator>Narcotic</dc:creator>
		<pubDate>Mon, 14 Jan 2008 07:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2008/01/14/error-message/#comment-14637</guid>
		<description>謝謝 smallchou,
我了解可以抄下錯誤碼，再去查詢資訊，多半都可以得到【翻譯】。
而重點就在於為何需要有【翻譯】這過程囉。</description>
		<content:encoded><![CDATA[<p>謝謝 smallchou,<br />
我了解可以抄下錯誤碼，再去查詢資訊，多半都可以得到【翻譯】。<br />
而重點就在於為何需要有【翻譯】這過程囉。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smallchou</title>
		<link>http://mmdays.com/2008/01/14/error-message/comment-page-1/#comment-14635</link>
		<dc:creator>smallchou</dc:creator>
		<pubDate>Mon, 14 Jan 2008 05:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2008/01/14/error-message/#comment-14635</guid>
		<description>給一樓 Narcotic：
如果是微軟的產品，你可以去
 http://support.microsoft.com/gp/errormessage/zh-tw 
找到解答。</description>
		<content:encoded><![CDATA[<p>給一樓 Narcotic：<br />
如果是微軟的產品，你可以去<br />
 <a href="http://support.microsoft.com/gp/errormessage/zh-tw" rel="nofollow">http://support.microsoft.com/gp/errormessage/zh-tw</a><br />
找到解答。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nautica</title>
		<link>http://mmdays.com/2008/01/14/error-message/comment-page-1/#comment-14634</link>
		<dc:creator>Nautica</dc:creator>
		<pubDate>Mon, 14 Jan 2008 04:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2008/01/14/error-message/#comment-14634</guid>
		<description>[你確定要把垃圾筒丟掉垃圾桶嗎?] 的OS應該是XP(套用zune theme)</description>
		<content:encoded><![CDATA[<p>[你確定要把垃圾筒丟掉垃圾桶嗎?] 的OS應該是XP(套用zune theme)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr. Monday</title>
		<link>http://mmdays.com/2008/01/14/error-message/comment-page-1/#comment-14633</link>
		<dc:creator>Mr. Monday</dc:creator>
		<pubDate>Mon, 14 Jan 2008 03:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2008/01/14/error-message/#comment-14633</guid>
		<description>Hi, Sunny, 

感謝提醒. 我的確看錯了:)</description>
		<content:encoded><![CDATA[<p>Hi, Sunny, </p>
<p>感謝提醒. 我的確看錯了:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny</title>
		<link>http://mmdays.com/2008/01/14/error-message/comment-page-1/#comment-14632</link>
		<dc:creator>Sunny</dc:creator>
		<pubDate>Mon, 14 Jan 2008 03:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2008/01/14/error-message/#comment-14632</guid>
		<description>第二張的意思我以為是「未發現錯誤」...
把垃圾筒丟到垃圾筒，似乎只要把檔案命名為"Recycle Bin"就可以了。

第三張圖和一樓說的情況真的頗令人傻眼...
最近也常遇到。
看來要從小培養好好處理每個例外事件的習慣呀。</description>
		<content:encoded><![CDATA[<p>第二張的意思我以為是「未發現錯誤」&#8230;<br />
把垃圾筒丟到垃圾筒，似乎只要把檔案命名為&#8221;Recycle Bin&#8221;就可以了。</p>
<p>第三張圖和一樓說的情況真的頗令人傻眼&#8230;<br />
最近也常遇到。<br />
看來要從小培養好好處理每個例外事件的習慣呀。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
