<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>資訊實體 zmx Blog</title>
	<atom:link href="http://frogbsd.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://frogbsd.wordpress.com</link>
	<description>zmx's 3G blog</description>
	<lastBuildDate>Mon, 01 Dec 2008 12:43:55 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>zh-tw</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='frogbsd.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/4b799a5d91dfdaea3c4ed4b3ecdc726f?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>資訊實體 zmx Blog</title>
		<link>http://frogbsd.wordpress.com</link>
	</image>
			<item>
		<title>為甚麼網路銀行不安全, 或, 為甚麼十幾年了還不安全</title>
		<link>http://frogbsd.wordpress.com/2008/12/01/%e7%82%ba%e7%94%9a%e9%ba%bc%e7%b6%b2%e8%b7%af%e9%8a%80%e8%a1%8c%e4%b8%8d%e5%ae%89%e5%85%a8-%e6%88%96-%e7%82%ba%e7%94%9a%e9%ba%bc%e5%8d%81%e5%b9%be%e5%b9%b4%e4%ba%86%e9%82%84%e4%b8%8d%e5%ae%89/</link>
		<comments>http://frogbsd.wordpress.com/2008/12/01/%e7%82%ba%e7%94%9a%e9%ba%bc%e7%b6%b2%e8%b7%af%e9%8a%80%e8%a1%8c%e4%b8%8d%e5%ae%89%e5%85%a8-%e6%88%96-%e7%82%ba%e7%94%9a%e9%ba%bc%e5%8d%81%e5%b9%be%e5%b9%b4%e4%ba%86%e9%82%84%e4%b8%8d%e5%ae%89/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 12:43:55 +0000</pubDate>
		<dc:creator>zmx</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[TLS SRP]]></category>

		<guid isPermaLink="false">http://frogbsd.wordpress.com/2008/12/01/%e7%82%ba%e7%94%9a%e9%ba%bc%e7%b6%b2%e8%b7%af%e9%8a%80%e8%a1%8c%e4%b8%8d%e5%ae%89%e5%85%a8-%e6%88%96-%e7%82%ba%e7%94%9a%e9%ba%bc%e5%8d%81%e5%b9%be%e5%b9%b4%e4%ba%86%e9%82%84%e4%b8%8d%e5%ae%89/</guid>
		<description><![CDATA[目前網路銀行不安全的問題, 尤其是釣魚詐騙網站, 在於銀行的系統設計, 銀行認證客戶身分, 客戶沒有認證銀行身分. 即使可以讓客戶很方便的用密碼認證銀行身份
一開始 web 只有 HTTP 協定, 明碼協定很容易被竊聽程式聽走, 所以 Netscape 就說好吧, 我們設計了 SSL 協定(現在叫TLS), 把 HTTP 包在裡面, SSL 提供一個加密的通道, 這樣裡面的東西都不用改. 所以客戶還是一樣用密碼認證, 銀行端一樣有客戶密碼的明碼 [1]
客戶怎麼認證銀行身分呢, SSL 的設計依賴公開金鑰基礎建設(PKI), 有個可信任第三方(CA)發一張憑證給銀行, 客戶的瀏覽器檢查憑證合不合法, 有沒有過期. 譬如說常見的 CA 商是 Verisign, 中國信託, 國泰世華, 台新都是用 Verisign 發出來的憑證.
看出來問題了嗎? 

銀行的執照是政府發的, 我等升斗小民聽都沒聽過 Verisign, 誰知道能不能信任.&#160; 
Verisign 真的難以信任, 有人就曾經成功的假冒成 Microsoft 讓 Verisign 發出憑證. 
最嚴重的是, 客戶根本不知道 PKI, CA, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=47&subd=frogbsd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>目前網路銀行不安全的問題, 尤其是釣魚詐騙網站, 在於銀行的系統設計, 銀行認證客戶身分, 客戶沒有認證銀行身分. 即使可以讓客戶很方便的用密碼認證銀行身份</p>
<p>一開始 web 只有 HTTP 協定, 明碼協定很容易被竊聽程式聽走, 所以 Netscape 就說好吧, 我們設計了 SSL 協定(現在叫TLS), 把 HTTP 包在裡面, SSL 提供一個加密的通道, 這樣裡面的東西都不用改. 所以客戶還是一樣用密碼認證, 銀行端一樣有客戶密碼的明碼 [1]</p>
<p>客戶怎麼認證銀行身分呢, SSL 的設計依賴<a href="http://zh.wikipedia.org/wiki/%E5%85%AC%E9%96%8B%E9%87%91%E9%91%B0%E5%9F%BA%E7%A4%8E%E5%BB%BA%E8%A8%AD">公開金鑰基礎建設</a>(PKI), 有個可信任第三方(CA)發一張憑證給銀行, 客戶的瀏覽器檢查憑證合不合法, 有沒有過期. 譬如說常見的 CA 商是 <a href="http://www.verisign.com/">Verisign</a>, 中國信託, 國泰世華, 台新都是用 Verisign 發出來的憑證.</p>
<p>看出來問題了嗎? </p>
<ol>
<li>銀行的執照是政府發的, 我等升斗小民聽都沒聽過 Verisign, 誰知道能不能信任.&#160; </li>
<li>Verisign 真的難以信任, 有人就曾經成功的<a href="http://www.schneier.com/crypto-gram-0104.html#7">假冒成 Microsoft 讓 Verisign 發出憑證</a>. </li>
<li>最嚴重的是, 客戶根本不知道 PKI, CA, Certificate 是甚麼鬼, 看到瀏覽器的憑證警告, 自動跳過. 所以 客戶認證銀行 這個部份, 完全失效了 </li>
</ol>
<p>接下來就是釣魚詐騙網站上場了, 不論是 <a href="http://en.wikipedia.org/wiki/Phishing">Phishing</a> 還是 <a href="http://en.wikipedia.org/wiki/Pharming">Pharming</a> 攻擊, 都是連到看起來一個像是真的假銀行網站, 客戶的密碼被加密傳給詐騙集團, 詐騙集團在解密, 很愉快的看到明碼的密碼.</p>
<p>PKI/CA 是一個很大的產業, 制定 PKI 標準的組織, 一直在宣傳 PKI 才安全, 用密碼認證的系統不安全. 當憑證變的很容易, 很便宜, 只要一個 email address 就可以取得的時後, 他們就推出了<a href="http://en.wikipedia.org/wiki/Extended_Validation_Certificate">加強版憑證</a>(EV Certificate), 宣稱執行更嚴格的查驗手續, 收更貴的費用. 實驗證明, 首先大量使用 EV Certificate 的, 就是詐騙集團 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>用密碼認證的系統真的那麼不可取嗎? 不要再相信沒有根據的說法了. SSL 3.0 在 1996 年發布, 而從 1992 開始, 一系列的 PAKE(Password authenticated key exchange) 協定也開始發展. PAKE 優點在於: </p>
<ol>
<li>server 端不需要持有密碼. </li>
<li>client 端不需要把密碼傳給 server. </li>
<li>對需要移動性的使用者來講, 用密碼比用 public/private key 方便 </li>
<li>密碼可以用來認證 server, 不像 SSH/SSL 有 Man-in-middle-attack (如果使用者忽略 server key change/certificate invalid 的警告). [2] </li>
</ol>
<ul>
<li>1998, PAKE 系列裡的 <a href="http://srp.stanford.edu/">SRP</a> 發步, Open Source, 免授權費 (Standford University 有專利).&#160; </li>
<li>2004年8月, <a href="http://www.edelweb.fr/EdelKey/">Patch for OpenSSL/Apache TLS-SRP Support</a> 提出</li>
<li>2007年11月, 把 SRP 應用在 TLS 的 <a href="http://www.ietf.org/rfc/rfc5054.txt">RFC 5054</a> 通過. </li>
<li>2008年11月, 支援 RFC 5054 的 <a href="http://markmail.org/message/muiruooondiipwnw">OpenSSL Patch</a> 提出</li>
</ul>
<p>不知道為甚麼, 銀行業沒有施壓 Microsoft 支援 PAKE Protocol, 也許是銀行 IT 人員不懂, 也許是銀行不在乎客戶被詐騙 XD</p>
<p>另一方面. 根據2007年12月的<a href="http://markmail.org/message/gx5bcih3rv3r3pxw">討論</a>, Mozilla 底層 NSS security library 的成員說, 如果 Firefox 沒有 SRP 的 UI, 他不太想加 SRP 進去, 這下變成蛋生雞雞生蛋的問題了 orz</p>
<p>所以說, 簡單易用的安全設計真是一條漫長的路啊&#8230;</p>
<p>[1] 技術上來說, 有些不是 plaintext, 不過也是 plaintext-equivalence, 或是 <a href="http://srp.stanford.edu/analysis.html">weak autehntication</a></p>
<p>[2] 關於 Man-in-middle-attack 的部份為甚麼這麼威, 要請讀者去看論文, 都是數學我實在是看不懂也不能解釋 XD</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4965c92e-5830-46a6-a90d-6c1c61997747" style="display:inline;margin:0;padding:0;">Technorati 的標籤：<a href="http://technorati.com/tags/security" rel="tag">security</a>,<a href="http://technorati.com/tags/tls" rel="tag">tls</a>,<a href="http://technorati.com/tags/ssl" rel="tag">ssl</a>,<a href="http://technorati.com/tags/srp" rel="tag">srp</a>,<a href="http://technorati.com/tags/mozilla" rel="tag">mozilla</a></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frogbsd.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frogbsd.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frogbsd.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frogbsd.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frogbsd.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frogbsd.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frogbsd.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frogbsd.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frogbsd.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frogbsd.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=47&subd=frogbsd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://frogbsd.wordpress.com/2008/12/01/%e7%82%ba%e7%94%9a%e9%ba%bc%e7%b6%b2%e8%b7%af%e9%8a%80%e8%a1%8c%e4%b8%8d%e5%ae%89%e5%85%a8-%e6%88%96-%e7%82%ba%e7%94%9a%e9%ba%bc%e5%8d%81%e5%b9%be%e5%b9%b4%e4%ba%86%e9%82%84%e4%b8%8d%e5%ae%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35d38c55d83e83b9be872f4dd230ca41?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frogbsd</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Chrome 的快感</title>
		<link>http://frogbsd.wordpress.com/2008/09/10/google-chrome-%e7%9a%84%e5%bf%ab%e6%84%9f/</link>
		<comments>http://frogbsd.wordpress.com/2008/09/10/google-chrome-%e7%9a%84%e5%bf%ab%e6%84%9f/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 13:39:23 +0000</pubDate>
		<dc:creator>zmx</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://frogbsd.wordpress.com/?p=45</guid>
		<description><![CDATA[Google Chrome 就是 Tabs 95 啊
用了幾天 Google Chrome, 感覺就是一整個快, 感覺如同當年從 Windows 3.1 換到 Windows 95. 在 Firefox 下動不動就開個二三十個 Tab, 常常因為某個 Tab 裡面的 Flash/Animated GIF/DNS Resolving 拖住,  讓其他 Tab 變慢, 甚至完全不會動.
Windows 3.1 到 Windows 95  是從 cooperative multitasking 進步到 Preemptive multitasking. 現在隨著 Desktop Application 轉換不少到 Web Application, web browser 也越來越像 web OS. 終於也走上 preemptive multitasking 的道路.
Google [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=45&subd=frogbsd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Google Chrome 就是 Tabs 95 啊</p>
<p>用了幾天 Google Chrome, 感覺就是一整個快, 感覺如同當年從 Windows 3.1 換到 Windows 95. 在 Firefox 下動不動就開個二三十個 Tab, 常常因為某個 Tab 裡面的 Flash/Animated GIF/DNS Resolving 拖住,  讓其他 Tab 變慢, 甚至完全不會動.</p>
<p>Windows 3.1 到 Windows 95  是從 cooperative multitasking 進步到 Preemptive multitasking. 現在隨著 Desktop Application 轉換不少到 Web Application, web browser 也越來越像 web OS. 終於也走上 preemptive multitasking 的道路.</p>
<p>Google Chrome 到底有多快呢? 以前都是用 Firefox + Adblock Plus 檔廣告, 求快求清爽. 現在為了不要動不動被卡住, 寧願忍受廣告了. Firefox 要加油了</p>
<p>Browser is the new OS. Javascript is the new shell code.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/frogbsd.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/frogbsd.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frogbsd.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frogbsd.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frogbsd.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frogbsd.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frogbsd.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frogbsd.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frogbsd.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frogbsd.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frogbsd.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frogbsd.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=45&subd=frogbsd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://frogbsd.wordpress.com/2008/09/10/google-chrome-%e7%9a%84%e5%bf%ab%e6%84%9f/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35d38c55d83e83b9be872f4dd230ca41?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frogbsd</media:title>
		</media:content>
	</item>
		<item>
		<title>家用備份程式</title>
		<link>http://frogbsd.wordpress.com/2007/12/12/%e5%ae%b6%e7%94%a8%e5%82%99%e4%bb%bd%e7%a8%8b%e5%bc%8f/</link>
		<comments>http://frogbsd.wordpress.com/2007/12/12/%e5%ae%b6%e7%94%a8%e5%82%99%e4%bb%bd%e7%a8%8b%e5%bc%8f/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 12:24:54 +0000</pubDate>
		<dc:creator>zmx</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[備份 backup]]></category>

		<guid isPermaLink="false">http://frogbsd.wordpress.com/2007/12/12/%e5%ae%b6%e7%94%a8%e5%82%99%e4%bb%bd%e7%a8%8b%e5%bc%8f/</guid>
		<description><![CDATA[現在很多家庭或個人都有兩台以上的電腦, 為甚麼沒看到支援互相備份的程式呢?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=44&subd=frogbsd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>現在很多家庭或個人都有兩台以上的電腦, 為甚麼沒看到支援互相備份的程式呢?</p>
<p>人都是很懶的, 如果備份這件事需要人去介入, 就會偷懶不備份, 相信很多人都要丟過好幾次資料才會真的養成備份的習慣.&#160; 備份到 CD-R, DVD-R, 外接硬碟這類外部媒體就是不方便, 最方便的還是電腦間互相備份或是線上備份.</p>
<p><a href="http://en.wikipedia.org/wiki/Norton_360">Norton 360</a> 已經支援線上備份, <a href="http://get.live.com/en-us/onecare/activate_backup">Windows Live OneCare Online Backup</a> 可以線上備份相片. 這兩套都是買了授權可以專在三台電腦, 而且可以集中控管, 為甚麼就是不順便做個互相備份的功能啊? </p>
<p>用現有的備份程式, 透過網芳備份到別台電腦也行, 但是 XP 的網芳權限設定實在是很難用, 要教會一般使用者也要一些功夫. </p>
<p>許多人推薦 <a href="http://www.tgrmn.com/free/">ViceVersa</a> 和 <a href="http://www.2brightsparks.com/freeware/index.html">SyncBack</a>, 他們最大的缺點就是免錢的版本不支援&#160; Unicode 檔名/目錄名, 有在收日本貨或是中國貨的人就要花小朋友了 XD</p>
<p>內建的 Windows XP Backup 功能簡單夠用, 缺點是備份出來是它自己的格式, 不能用通行的 zip/rar/7zip 之類.</p>
<p>順道一題, ZIP 格式雖然後來的版本有定義 Unicode 檔名, 可是我不知道那套程式有支援, 至少 <a href="http://blogs.msdn.com/michkap/archive/2006/12/07/1232365.aspx">WinZip 不支援</a>.</p>
<p>目前還在找, 但是還沒找到的備份程式</p>
<h2>P1 Feature</h2>
<ul>
<li>支援多目錄備份 </li>
<li>支援排程 </li>
<li>支援 Unicode 檔名 </li>
<li>支援 7zip 或 rar 格式 </li>
</ul>
<h2>P2 Feature</h2>
<ul>
<li>支援多個 Profile </li>
<li>可設定保留幾個每日備份, 每週備份, 每月備份 </li>
<li>集中控管, 或是自動設定好網芳權限和 Backup Operator 群組權限</li>
</ul>
<p>找到以前自己電腦先用 7zip 撐著</p>
<p>&#160;</p>
<div class="wlWriterSmartContent" style="display:inline;margin:0;padding:0;">Technorati 的標籤：<a href="http://technorati.com/tags/backup" rel="tag">backup</a>,<a href="http://technorati.com/tags/%e5%82%99%e4%bb%bd" rel="tag">備份</a></div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/frogbsd.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/frogbsd.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frogbsd.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frogbsd.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frogbsd.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frogbsd.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frogbsd.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frogbsd.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frogbsd.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frogbsd.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frogbsd.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frogbsd.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=44&subd=frogbsd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://frogbsd.wordpress.com/2007/12/12/%e5%ae%b6%e7%94%a8%e5%82%99%e4%bb%bd%e7%a8%8b%e5%bc%8f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35d38c55d83e83b9be872f4dd230ca41?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frogbsd</media:title>
		</media:content>
	</item>
		<item>
		<title>Quote of the Day</title>
		<link>http://frogbsd.wordpress.com/2007/11/01/quote-of-the-day/</link>
		<comments>http://frogbsd.wordpress.com/2007/11/01/quote-of-the-day/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 14:12:45 +0000</pubDate>
		<dc:creator>zmx</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://frogbsd.wordpress.com/2007/11/01/quote-of-the-day/</guid>
		<description><![CDATA[&#160;
Are there still people that have code in their source repository that doesn&#8217;t compile? That&#8217;s probably the most strictly enforced rule around here.

 Jasper Bekkers on November  1, 2007 02:42 AM

I have loads of code in my source repository that doesn&#8217;t compile- comes with the territory if you&#8217;re using scripting languages most of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=43&subd=frogbsd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="comments-body">&nbsp;</p>
<p class="comments-body">Are there still people that have code in their source repository that doesn&#8217;t compile? That&#8217;s probably the most strictly enforced rule around here.
</p>
<p class="comments-body"> <span class="comments-post" style="margin-left:20px;">Jasper Bekkers on November  1, 2007 02:42 AM</span></p>
<p class="comments-body">
<p class="comments-body">I have loads of code in my source repository that doesn&#8217;t compile- comes with the territory if you&#8217;re using scripting languages most of the time.</p>
<p><span class="comments-post" style="margin-left:20px;">Ben Moxon on November  1, 2007 02:45 AM</span>
</p>
<p class="comments-body">&nbsp;</p>
<p class="comments-body">via comments in <a href="http://www.codinghorror.com/blog/archives/000988.html#comments">The F5 Key Is Not a Build Process </a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/frogbsd.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/frogbsd.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frogbsd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frogbsd.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frogbsd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frogbsd.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frogbsd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frogbsd.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frogbsd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frogbsd.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frogbsd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frogbsd.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=43&subd=frogbsd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://frogbsd.wordpress.com/2007/11/01/quote-of-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35d38c55d83e83b9be872f4dd230ca41?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frogbsd</media:title>
		</media:content>
	</item>
		<item>
		<title>狼與辛香料 III</title>
		<link>http://frogbsd.wordpress.com/2007/10/28/%e7%8b%bc%e8%88%87%e8%be%9b%e9%a6%99%e6%96%99-iii/</link>
		<comments>http://frogbsd.wordpress.com/2007/10/28/%e7%8b%bc%e8%88%87%e8%be%9b%e9%a6%99%e6%96%99-iii/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 10:46:04 +0000</pubDate>
		<dc:creator>zmx</dc:creator>
				<category><![CDATA[Book]]></category>

		<guid isPermaLink="false">http://frogbsd.wordpress.com/2007/10/28/%e7%8b%bc%e8%88%87%e8%be%9b%e9%a6%99%e6%96%99-iii/</guid>
		<description><![CDATA[有人說, 第二集是 商業詐欺 期貨破產 黑吃黑 威脅利誘
第三集看完, 商業間諜 絕對套利 放空集團 風險對沖
作者是在寫投機小說嗎
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=42&subd=frogbsd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>有人說, 第二集是 商業詐欺 期貨破產 黑吃黑 威脅利誘</p>
<p>第三集看完, 商業間諜 絕對套利 放空集團 風險對沖</p>
<p>作者是在寫投機小說嗎</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/frogbsd.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/frogbsd.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frogbsd.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frogbsd.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frogbsd.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frogbsd.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frogbsd.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frogbsd.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frogbsd.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frogbsd.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frogbsd.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frogbsd.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=42&subd=frogbsd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://frogbsd.wordpress.com/2007/10/28/%e7%8b%bc%e8%88%87%e8%be%9b%e9%a6%99%e6%96%99-iii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35d38c55d83e83b9be872f4dd230ca41?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frogbsd</media:title>
		</media:content>
	</item>
		<item>
		<title>殘酷的 Unix</title>
		<link>http://frogbsd.wordpress.com/2007/02/25/%e6%ae%98%e9%85%b7%e7%9a%84-unix/</link>
		<comments>http://frogbsd.wordpress.com/2007/02/25/%e6%ae%98%e9%85%b7%e7%9a%84-unix/#comments</comments>
		<pubDate>Sun, 25 Feb 2007 15:00:31 +0000</pubDate>
		<dc:creator>zmx</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://frogbsd.wordpress.com/2007/02/25/%e6%ae%98%e9%85%b7%e7%9a%84-unix/</guid>
		<description><![CDATA[You now, unix is a cruel operating system, sometimes parent kills its children, and what it worse, it sometimes turns them into zombies.
Via pavelmachek
Technorati Tags: unix
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=41&subd=frogbsd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><blockquote><p>You now, unix is a cruel operating system, sometimes parent kills its children, and what it worse, it sometimes turns them into zombies.</p></blockquote>
<p>Via <a href="http://pavelmachek.livejournal.com/34711.html">pavelmachek</a></p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/unix" rel="tag">unix</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/frogbsd.wordpress.com/41/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/frogbsd.wordpress.com/41/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frogbsd.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frogbsd.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frogbsd.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frogbsd.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frogbsd.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frogbsd.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frogbsd.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frogbsd.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frogbsd.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frogbsd.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=41&subd=frogbsd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://frogbsd.wordpress.com/2007/02/25/%e6%ae%98%e9%85%b7%e7%9a%84-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35d38c55d83e83b9be872f4dd230ca41?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frogbsd</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML Reloaded, Rediscover the Web ?</title>
		<link>http://frogbsd.wordpress.com/2007/01/13/html-reloaded-rediscover-the-web/</link>
		<comments>http://frogbsd.wordpress.com/2007/01/13/html-reloaded-rediscover-the-web/#comments</comments>
		<pubDate>Sat, 13 Jan 2007 13:56:55 +0000</pubDate>
		<dc:creator>zmx</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://frogbsd.wordpress.com/2007/01/13/html-reloaded-rediscover-the-web/</guid>
		<description><![CDATA[在 HTML Reloaded 提到 Tim Berners Lee 宣布要組 新的 HTML Group, 結果主席由 Chris Wilson 擔任.
Chris Wilson 何許人也? Microsoft IE Team Program Manager
於是 Daniel Glazman 質疑這樣不好, 會引起其它 Browser Vendor 的疑慮, Chris Wilson 出來說明，&#8221;其實我也是百般的不願意啊~&#8221;, Daniel 又出來回應, &#8220;你對 error-correction 的說法佐證了你偏坦 Microsoft 啊&#8221;
最後 Daniel 說, &#8220;我們還是請出 Sir. Lee 來當主席吧&#8221;
註: WHAT-WG 主張把 error-correction 標準化, 標準化的原則是: &#8220;盡可能的抄 IE6, 但是要讓其它 Browser 可以實作&#8221;, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=40&subd=frogbsd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>在 <a href="http://frogbsd.wordpress.com/2006/10/28/html-reloaded-world-web-war-20/">HTML Reloaded</a> 提到 Tim Berners Lee 宣布要組 <a href="http://www.w3.org/2006/11/HTML-WG-charter.html">新的 HTML Group</a>, 結果主席由 <a href="http://blogs.msdn.com/cwilso/archive/2007/01/10/you-me-and-the-w3c-aka-reinventing-html.aspx">Chris Wilson</a> 擔任.</p>
<p>Chris Wilson 何許人也? Microsoft IE Team Program Manager</p>
<p>於是 <a href="http://www.glazman.org/weblog/dotclear/index.php?2006/12/21/2363-future-of-the-html-wg">Daniel Glazman 質疑</a>這樣不好, 會引起其它 Browser Vendor 的疑慮, <a href="http://blogs.msdn.com/cwilso/archive/2007/01/10/you-me-and-the-w3c-aka-reinventing-html.aspx">Chris Wilson 出來說明</a>，&#8221;其實我也是百般的不願意啊~&#8221;, <a href="http://glazman.org/weblog/dotclear/index.php?2007/01/11/2420-future-of-the-html-wg-3">Daniel 又出來回應</a>, &#8220;你對 error-correction 的說法佐證了你偏坦 Microsoft 啊&#8221;</p>
<p>最後 Daniel 說, &#8220;我們還是請出 <a href="http://www.w3.org/2003/12/timbl_knighted">Sir. Lee</a> 來當主席吧&#8221;</p>
<p>註: <a href="http://whatwg.org/specs/web-apps/current-work/#html5">WHAT-WG</a> 主張把 error-correction 標準化, 標準化的原則是: &#8220;盡可能的抄 IE6, 但是要讓其它 Browser 可以實作&#8221;, Chris 認為這部份標準化套用在 HTML5 是可以的, 但不應該套用在 HTML 4.01 以前</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/web" rel="tag">web</a>, <a class="performancingtags" href="http://technorati.com/tag/what-wg" rel="tag">what-wg</a>, <a class="performancingtags" href="http://technorati.com/tag/html5" rel="tag">html5</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/frogbsd.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/frogbsd.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frogbsd.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frogbsd.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frogbsd.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frogbsd.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frogbsd.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frogbsd.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frogbsd.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frogbsd.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frogbsd.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frogbsd.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=40&subd=frogbsd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://frogbsd.wordpress.com/2007/01/13/html-reloaded-rediscover-the-web/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35d38c55d83e83b9be872f4dd230ca41?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frogbsd</media:title>
		</media:content>
	</item>
		<item>
		<title>等待新漢碼 &amp; Unicode composite characters</title>
		<link>http://frogbsd.wordpress.com/2006/12/05/%e7%ad%89%e5%be%85%e6%96%b0%e6%bc%a2%e7%a2%bc-unicode-composite-characters/</link>
		<comments>http://frogbsd.wordpress.com/2006/12/05/%e7%ad%89%e5%be%85%e6%96%b0%e6%bc%a2%e7%a2%bc-unicode-composite-characters/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 11:08:28 +0000</pubDate>
		<dc:creator>zmx</dc:creator>
				<category><![CDATA[I18N]]></category>

		<guid isPermaLink="false">http://frogbsd.wordpress.com/2006/12/05/%e7%ad%89%e5%be%85%e6%96%b0%e6%bc%a2%e7%a2%bc-unicode-composite-characters/</guid>
		<description><![CDATA[在 Jeff Hung 那看到 &#8220;等待新漢碼&#8220;，主旨是一字一碼的設計造成新字 難以/太慢 進入電腦環境。
事實上 Unicode composite characters 可以提供該文所提組字功能，即使是更複雜的阿拉伯文 Ligatures 也在 Unicode 標準中有制定。問題在目前的大部份電腦環境並未實作出相關的字型描繪技術，作業系統和應用程式也為做相關處理，看看還有多少程式連 Surrogate Pair 都當成兩個 Character，就知道這是漫漫長路了。
Technorati Tags: unicode, composite characters
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=39&subd=frogbsd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>在 <a href="http://www.jeffhung.net/blog/articles/jeffhung/679/">Jeff Hung</a> 那看到 &#8220;<a href="http://docs.google.com/Doc.aspx?id=dgnqz2jv_2dg76zr">等待新漢碼</a>&#8220;，主旨是一字一碼的設計造成新字 難以/太慢 進入電腦環境。</p>
<p>事實上 <a href="http://en.wikipedia.org/wiki/Unicode#Ready-made_versus_composite_characters">Unicode composite characters</a> 可以提供該文所提組字功能，即使是更複雜的阿拉伯文 <a href="http://en.wikipedia.org/wiki/Unicode#Ligatures">Ligatures</a> 也在 Unicode 標準中有制定。問題在目前的大部份電腦環境並未實作出相關的字型描繪技術，作業系統和應用程式也為做相關處理，看看還有多少程式連 Surrogate Pair 都當成兩個 Character，就知道這是漫漫長路了。</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/unicode" rel="tag">unicode</a>, <a class="performancingtags" href="http://technorati.com/tag/composite%20characters" rel="tag">composite characters</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/frogbsd.wordpress.com/39/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/frogbsd.wordpress.com/39/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frogbsd.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frogbsd.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frogbsd.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frogbsd.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frogbsd.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frogbsd.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frogbsd.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frogbsd.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frogbsd.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frogbsd.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=39&subd=frogbsd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://frogbsd.wordpress.com/2006/12/05/%e7%ad%89%e5%be%85%e6%96%b0%e6%bc%a2%e7%a2%bc-unicode-composite-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35d38c55d83e83b9be872f4dd230ca41?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frogbsd</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Vista Securty Center 陰謀論</title>
		<link>http://frogbsd.wordpress.com/2006/11/08/windows-vista-securty-center-%e9%99%b0%e8%ac%80%e8%ab%96/</link>
		<comments>http://frogbsd.wordpress.com/2006/11/08/windows-vista-securty-center-%e9%99%b0%e8%ac%80%e8%ab%96/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 14:02:17 +0000</pubDate>
		<dc:creator>zmx</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://frogbsd.wordpress.com/2006/11/08/windows-vista-securty-center-%e9%99%b0%e8%ac%80%e8%ab%96/</guid>
		<description><![CDATA[這次是來自 MS 帝國公民的陰謀論 XD
Symantec 要求可以關掉 Windows Security Center，因為防毒軟體過期後，WSC 會引導客戶到列出其它競爭者(不含MS)試用版的網頁。
Technorati Tags: Windows, AntiVirus, Security, Windows Security Center, Symantec
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=38&subd=frogbsd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>這次是來自 MS 帝國公民的<a href="http://blogs.technet.com/security/archive/2006/09/29/symantec-s-plea-protect-our-protection-racket.aspx">陰謀論</a> XD</p>
<blockquote><p>Symantec 要求可以關掉 Windows Security Center，因為防毒軟體過期後，WSC 會引導客戶到列出其它競爭者(不含MS)試用版的網頁。</p></blockquote>
<p>Technorati Tags: <a href="http://technorati.com/tag/Windows" rel="tag">Windows</a>, <a href="http://technorati.com/tag/AntiVirus" rel="tag">AntiVirus</a>, <a href="http://technorati.com/tag/Security" rel="tag">Security</a>, <a href="http://technorati.com/tag/Windows%20Security%20Center" rel="tag">Windows Security Center</a>, <a href="http://technorati.com/tag/Symantec" rel="tag">Symantec</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/frogbsd.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/frogbsd.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frogbsd.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frogbsd.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frogbsd.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frogbsd.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frogbsd.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frogbsd.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frogbsd.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frogbsd.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frogbsd.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frogbsd.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=38&subd=frogbsd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://frogbsd.wordpress.com/2006/11/08/windows-vista-securty-center-%e9%99%b0%e8%ac%80%e8%ab%96/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35d38c55d83e83b9be872f4dd230ca41?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frogbsd</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML Reloaded, World Web War 2.0</title>
		<link>http://frogbsd.wordpress.com/2006/10/28/html-reloaded-world-web-war-20/</link>
		<comments>http://frogbsd.wordpress.com/2006/10/28/html-reloaded-world-web-war-20/#comments</comments>
		<pubDate>Sat, 28 Oct 2006 10:24:26 +0000</pubDate>
		<dc:creator>zmx</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://frogbsd.wordpress.com/2006/10/28/html-reloaded-world-web-war-20/</guid>
		<description><![CDATA[WWW 發明人 Tim Berners Lee ，現任 W3C 主息，宣布 Reinventing HTML
HTML 4.01 以後，W3C 以 XML 重新定義 HTML，稱為 XHTML
Tim 認為以後見之明來看，HTML 需要逐步演化，想要一次跳到 XML已經失敗了(除了少部份大型組織有在用)。因此要成立一個新的 Working Group，和原來的 xHTML Group 獨立。針對 Web Form 也要擴充規格，預定計畫會成為現有 HTML 4.01 的 superset, XForms 的 subnet。
有一組不隸屬 W3C 的人員另組的 WHATWG，制定 HTML5/XHTML5, Web Form 2.0 一段時間了，發言人 Ian Hickson 表示 W3C 並未知會他們。
World Web War 1.0 是 Browser 大戰，World Web [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=37&subd=frogbsd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>WWW 發明人 Tim Berners Lee ，現任 W3C 主息，宣布 <a href="http://dig.csail.mit.edu/breadcrumbs/node/166">Reinventing HTML</a></p>
<p>HTML 4.01 以後，W3C 以 XML 重新定義 HTML，稱為 <a href="http://zh.wikipedia.org/wiki/XHTML">XHTML</a></p>
<p>Tim 認為以後見之明來看，HTML 需要逐步演化，想要一次跳到 XML已經失敗了(除了少部份大型組織有在用)。因此要成立一個新的 Working Group，和原來的 xHTML Group 獨立。針對 Web Form 也要擴充規格，預定計畫會成為現有 HTML 4.01 的 superset, <a href="http://www.w3.org/MarkUp/Forms/">XForms</a> 的 subnet。</p>
<p>有一組不隸屬 W3C 的人員另組的 <a href="http://whatwg.org/">WHATWG</a>，制定 <a href="http://whatwg.org/specs/web-apps/current-work/#html5">HTML5</a>/<a href="http://whatwg.org/specs/web-apps/current-work/#xhtml5">XHTML5</a>, <a href="http://whatwg.org/specs/web-forms/current-work/">Web Form 2.0 </a>一段時間了，發言人 Ian Hickson 表示 W3C <a href="http://theryanking.com/blog/archives/2006/10/27/new-html-working-group/#comment-27773">並未知會</a>他們。</p>
<p>World Web War 1.0 是 Browser 大戰，World Web War 2.0 是 Spec 大戰嗎?</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/HTML" rel="tag">HTML</a>, <a href="http://technorati.com/tag/XHTML" rel="tag">XHTML</a>, <a href="http://technorati.com/tag/HTML5" rel="tag">HTML5</a>, <a href="http://technorati.com/tag/Web%20Form" rel="tag">Web Form</a>, <a href="http://technorati.com/tag/XForm" rel="tag">XForm</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/frogbsd.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/frogbsd.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frogbsd.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frogbsd.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frogbsd.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frogbsd.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frogbsd.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frogbsd.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frogbsd.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frogbsd.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frogbsd.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frogbsd.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frogbsd.wordpress.com&blog=28752&post=37&subd=frogbsd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://frogbsd.wordpress.com/2006/10/28/html-reloaded-world-web-war-20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35d38c55d83e83b9be872f4dd230ca41?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frogbsd</media:title>
		</media:content>
	</item>
	</channel>
</rss>