<?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:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>霧中風景 &#187; 網路</title>
	<atom:link href="http://www.lulalala.com/wordpress/archives/category/%e7%b6%b2%e8%b7%af/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lulalala.com/wordpress</link>
	<description>總是會慢人家一拍的動漫畫以及遊戲感想</description>
	<lastBuildDate>Wed, 21 Jul 2010 14:19:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ATOM 格式推廣</title>
		<link>http://www.lulalala.com/wordpress/archives/2146</link>
		<comments>http://www.lulalala.com/wordpress/archives/2146#comments</comments>
		<pubDate>Fri, 28 May 2010 03:52:40 +0000</pubDate>
		<dc:creator>lulalala</dc:creator>
				<category><![CDATA[網路]]></category>

		<guid isPermaLink="false">http://www.lulalala.com/wordpress/?p=2146</guid>
		<description><![CDATA[常常逛 Blog 的人應該都知道訂閱這種方便的功能。只要訂閱了該 Blog 的 RSS ，就能知道在 Blog 更新的狀況。當你訂閱多個 Blog 的時候，訂閱器就會摘要式的告訴你最近哪個 Blog 有更新了，免去你花時間一一拜訪每個 Blog。不過 RSS 這種格式缺點不少，對於程式設計師來說，已經有更好的替代品，那就是最新發展的 Atom 格式。 RSS 的發展歷史 有些複雜。在開發的過程中， RSS 出現了兩個分支， 2.0 版本是從 0.91 版本來的，但目前被凍結了。1.0 版本則是繼續改進中，是從 0.90 版本來的。不過各版本都有不同程度的相容問題。 ATOM 的設計參考了 RSS 本身的一些缺點： 內文的格式 RSS 並沒有特別訂定內文該用什麼格式，或者是各種格式要怎麼區分。你可以放純文字，也可以放像是 &#38;lt;img&#38;gt; 這種已經編碼過的 html ，又或者是把 html 放在 CDATA 裡面。可是，閱讀器沒有辦法知道你到底是放了哪種東西，而必須自己猜測原文的格式到底是什麼。 而 ATOM 則提供了 type 這個屬性，指定內文到底是 "text", "html" 還是 "xhtml" 。要是使用 xhtml [...]]]></description>
			<content:encoded><![CDATA[<p>常常逛 Blog 的人應該都知道訂閱這種方便的功能。只要訂閱了該 Blog 的 RSS ，就能知道在 Blog 更新的狀況。當你訂閱多個 Blog 的時候，訂閱器就會摘要式的告訴你最近哪個 Blog 有更新了，免去你花時間一一拜訪每個 Blog。不過 RSS 這種格式缺點不少，對於程式設計師來說，已經有更好的替代品，那就是最新發展的 <a href="http://zh.wikipedia.org/zh-tw/Atom_(%E6%A8%99%E6%BA%96)" target="_blank">Atom</a> 格式。</p>
<p><a href="http://zh.wikipedia.org/w/index.php?title=RSS&amp;variant=zh-tw#.E6.AD.B7.E5.8F.B2">RSS 的發展歷史</a> 有些複雜。在開發的過程中， RSS 出現了兩個分支， 2.0 版本是從 0.91 版本來的，但目前被凍結了。1.0 版本則是繼續改進中，是從 0.90 版本來的。不過各版本都有不同程度的相容問題。</p>
<p>ATOM 的設計參考了 RSS 本身的一些缺點：</p>
<h2>內文的格式</h2>
<p>RSS 並沒有特別訂定內文該用什麼格式，或者是各種格式要怎麼區分。你可以放純文字，也可以放像是 <span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre;">&amp;lt;img&amp;gt; 這種已經編碼過的 html ，又或者是把 html 放在 CDATA 裡面。可是，閱讀器沒有辦法知道你到底是放了哪種東西，而必須自己猜測原文的格式到底是什麼。</span></p>
<p>而 ATOM 則提供了 type 這個屬性，指定內文到底是 "text", "html" 還是 "xhtml" 。要是使用 xhtml ，不但不用費心地把整段html的 &lt; 改成 &amp;lt; ，而閱讀器也能更加容易地運用內文的資料。要知道，網頁的世界並不是只有 html ，還有像是 Microformat 以及 GData 等種種東西。這些使用 Xhtml 的格式要是得先經過編碼處理，肯定要發揮功用肯定更加困難。</p>
<h2>格式本身的完善</h2>
<p>RSS 沒有指定一個時間的表示格式，沒有自己的 schema，沒有使用 xml 本身的 lang 作為語言的標示。這些都在 ATOM 中被改進了。其餘的還有 ATOM 可以連結到有 ASCII 以外的字集的 URI 資源。此外 ATOM 也有強制發布者給每個文章定一個獨立 ID ，以便能更簡單地追蹤更新的文章。</p>
<p>總而言之，ATOM在技術面上考量了許多 RSS 的缺點，並加以改進。使用 ATOM 只有好處沒有壞處，請各位 Blogger 以及研發人員有機會就用用看 ATOM 吧。</p>
<p><a title="Permanent Link to On RSS and Atom" rel="bookmark" href="http://blog.unto.net/work/on-rss-and-atom/">On RSS and Atom</a><br />
<a href="http://www.sixapart.com/blog/2003/06/why_we_need_ech.html">Six Apart &#8211; Blog &#8211; Why We Need Echo</a><br />
<a href="http://www.wangchao.net.cn/bbsdetail_53135.html">Atom vs RSS (ZT) &#8211; 王朝網絡 &#8211; wangchao.net.cn</a><br />
<a href="http://blog.donews.com/keso/archive/2006/01/23/705083.aspx">东拉西扯：全文还是摘要 &#8211; 对牛乱弹琴 | Playin&#8217; with IT &#8211; 洪波的偏见 | keso.me</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lulalala.com/wordpress/archives/2146/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>兩個 Web BBS 比較，以及其未來。</title>
		<link>http://www.lulalala.com/wordpress/archives/2169</link>
		<comments>http://www.lulalala.com/wordpress/archives/2169#comments</comments>
		<pubDate>Thu, 06 May 2010 14:14:07 +0000</pubDate>
		<dc:creator>lulalala</dc:creator>
				<category><![CDATA[網路]]></category>
		<category><![CDATA[國產]]></category>

		<guid isPermaLink="false">http://www.lulalala.com/wordpress/?p=2169</guid>
		<description><![CDATA[最近又發現一個新的 Web BBS ，叫做 DISP.cc。這跟 Gaaan.com 一樣，是使用 AJAX 想用網頁模擬 telnet BBS 的討論區，提供一種鍵盤操作的介面。Gaaan 從 2006 年發展至今，漸漸失去活力，連開發專版也久久沒有新的文章。DISP.cc 則是表現出新軟體頻繁更新的熱血，很有可能搶去 Gaaan 的用戶群（雖然跟ptt來比，數量還是很少）。 以下就是我的比較表： gaaan.com DISP.cc 重讀已讀文章 （從一篇文章離開後馬上再進入） 沒有延遲，靠本機快取 有延遲 RSS訂閱功能 有 無 入版畫面 無 有，而且比BBS豐富，可用特殊動態效果 可被搜索引擎搜索 有 有 精華區/分類/標籤 有（讀者自行標記任意標籤） 有（版主可建立樹狀分類，設定是否讓讀者自己標分類） 其他常見BBS功能 個人信箱 線上傳訊 與其他網站連動 轉收文章到 Hemidemi 以及 Del.icio.us 轉貼至 Plurk 以及 Facebook GaaaN 從 2006 年發展到現在，一開始十分吸引大家的眼光，可是卻慢慢的失去人潮。原因應該還是在於： Web BBS [...]]]></description>
			<content:encoded><![CDATA[<p>最近又發現一個新的 Web BBS ，叫做 <a href="http://disp.cc/">DISP.cc</a>。這跟 <a href="http://gaaan.com/">Gaaan.com</a> 一樣，是使用 AJAX 想用網頁模擬 telnet BBS 的討論區，提供一種鍵盤操作的介面。Gaaan 從 2006 年發展至今，漸漸失去活力，連開發專版也久久沒有新的文章。DISP.cc 則是表現出新軟體頻繁更新的熱血，很有可能搶去 Gaaan 的用戶群（雖然跟ptt來比，數量還是很少）。</p>
<p>以下就是我的比較表：</p>
<table border="0">
<tbody>
<tr>
<td></td>
<th><a href="http://gaaan.com" target="_blank">gaaan.com</a></th>
<th><a href="http://DISP.cc" target="_blank">DISP.cc</a></th>
</tr>
<tr>
<th>重讀已讀文章<br />
（從一篇文章離開後馬上再進入）</th>
<td>沒有延遲，靠本機快取</td>
<td>有延遲</td>
</tr>
<tr>
<th>RSS訂閱功能</th>
<td>有</td>
<td>無</td>
</tr>
<tr>
<th>入版畫面</th>
<td>無</td>
<td>有，而且比BBS豐富，可用特殊動態效果</td>
</tr>
<tr>
<th>可被搜索引擎搜索</th>
<td>有</td>
<td>有</td>
</tr>
<tr>
<th>精華區/分類/標籤</th>
<td>有（讀者自行標記任意標籤）</td>
<td>有（版主可建立樹狀分類，設定是否讓讀者自己標分類）</td>
</tr>
<tr>
<th>其他常見BBS功能</th>
<td></td>
<td>個人信箱<br />
線上傳訊</td>
</tr>
<tr>
<th>與其他網站連動</th>
<td>轉收文章到 Hemidemi 以及 Del.icio.us</td>
<td>轉貼至 Plurk 以及 Facebook</td>
</tr>
</tbody>
</table>
<p>GaaaN 從 2006 年發展到現在，一開始十分吸引大家的眼光，可是卻慢慢的失去人潮。原因應該還是在於：</p>
<p>Web BBS 把目標群眾放在喜歡用 BBS 的人上面，可是像是巴哈以及 ptt 已經很好用了，不但極快，有人氣，擁有歷史累積下來的寶貴資料，而且還有名氣。這樣十分完善的網路社群，使用者跳槽到 GaaaN 的好處沒有什麼。而對於不玩 BBS 的人來說， GaaaN 實在是無法使用，單靠滑鼠沒辦法做任何事，要是要上下查看主題或者是發表文章，都必須用鍵盤才行。</p>
<p>與其把操控方式做的完全跟 BBS 一樣，開發者反而應該試著把 BBS 的操作優點整合到一般的討論區軟體內，比如說更簡單大方的視覺風格，又或者加入鍵盤操控功能。還有其中最重要的，讓使用者有種即時互動的錯覺（像是巴哈的洽特版或者 ptt 的黑特版）。只要做出了這種感覺，那麼這個平台的吸引力馬上就會更上一層樓。</p>
<p>當然上面說的是個十分大的改變，要是只想在 Web BBS 本身做簡單的改進，我覺得可以：</p>
<ul>
<li>讓介面風格更像友善，比如說改變深色系的配色，或者不要用單獨一個登入畫面作為首頁。<br />
更好的就是偽裝的類似一般的討論區系統。</li>
<li>讓各版有像是廣告活動，投票等等的機制炒熱氣氛。比如說可以在首頁放最新的活動等等。</li>
<li>讓版主設定每個版的風格，像是背景圖案，字型，入版畫面等等。<br />
這樣才能讓每個版自己成為入口，拉進新人朝。</li>
<li>讓不登入的人也能留言。</li>
<li>讓人只靠滑鼠也能遊覽整個網站。</li>
<li>分散式的架構，讓一般人也能在其他伺服器架設版面，不過這會需要開放程式碼就是了。</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lulalala.com/wordpress/archives/2169/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My guidelines for using tags/categories, and a proposal to a new tag system</title>
		<link>http://www.lulalala.com/wordpress/archives/1704</link>
		<comments>http://www.lulalala.com/wordpress/archives/1704#comments</comments>
		<pubDate>Tue, 28 Apr 2009 04:00:12 +0000</pubDate>
		<dc:creator>lulalala</dc:creator>
				<category><![CDATA[程設]]></category>
		<category><![CDATA[網路]]></category>

		<guid isPermaLink="false">http://www.lulalala.com/wordpress/?p=1704</guid>
		<description><![CDATA[I often become confused when I publish a post on WordPress, because it offers both the tagging and categorising. Some of the confusion are caused by the two functionalities having overlapping areas, and some related to the lack of functionality. Overtime I came up with a few guielines to avoid some of these confusion, but [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>
<p>I often become confused when I publish a post on WordPress, because it offers both the tagging and categorising. Some of the confusion are caused by the two functionalities having overlapping areas, and some related to the lack of functionality. Overtime I came up with a few guielines to avoid some of these confusion, but not all of them. I want to list those rules first, and then I want to talk about a new system and explain how it can solve the rest of the problems.</p>
<p>First, both categories and tags offer the reader an easier way to search your writings. A review about a particular episode of an animation series may not have the word &#8216;animation&#8217; in it, but tagging / categorising allows the users to search for all writing related to this topic.</p>
<p>Since one article can belong to multiple categories, the distinction between the current tags and categories is only that categories can have parent-child relationships. This relationship is best applied to chronological ordering (2009 series -&gt; autumn series). A good thing about this relationship is that selecting a parent category will show all the entries in the child categories. This offers a control of granularity for the grouping of posts. Usually I won&#8217;t have too many layers of categories. Keeping it at the minimum makes the site map easier to digest, and the category section on the side bar will not be cluttered (which in term decreases the usability).</p>
<p>Tagging is less restrictive to users, which means it can vary greatly to the same writer even in different period of time. I am not a believer in tag clouds. because I loses my focus when I see a sea of links, most of which are seldom used/ less meaningful. I think tagging is more suited for adding keywords. I use it as the source for generating keyword meta tags.</p>
<p>In essence, category gives the reader a general idea of your blog (what kind of writing there are, what is the site structure). It makes it easier for one to navigate through your site. Tags on the otherhand allows users to access your article using external search engines.</p>
<p>However, these guidelines sill cannot fully resolve the following questions. For example:</p>
<ul>
<li>Deciding if one label is more appropriate as a tag or as a category</li>
<li>Worrying if the synonyms should be included as a tag</li>
<li>Worrying if the category section becomes bloated when adding new sections.</li>
</ul>
<p>I thought about these question for a while, and came up with a solution. The new system I am proposing will have the table structure like the following (this is only a prototype):</p>
<p><strong>Tag table:</strong><br />
tag(pk)</p>
<p><strong>TagRelation table:</strong><br />
subjectTag(pk fk)<br />
objectTag(pk fk)<br />
relationship(pk)</p>
<p><strong>Category table:</strong><br />
category(pk)</p>
<p><strong>TagCategory</strong><br />
category(pk fk)<br />
tag(pk)</p>
<p>First, even when I use the guidelines I mentioned above, at times it can still be difficult to decide what should be a tag, what should be a category. This can be eliminated by only allow users to enter the tags. You may want to ask: "then how can I categorise posts?" The answer is, the software will do it for you. For example, one can associate the tag "Gundam" with the category "Animation I watched". In another word, category now is dependent on tags. This means the user no longer chooses the category for each writing directly, but when tags are applied the writing will also be categorised automatically. A few good thing about this are: categories can be associate with multiple tags; the user can have a more personalised category name like "My Jukebox".</p>
<p>This model allows relationships other than the parent-child relationship. This is good for future extension. For example, why not add a "part of" relationship which is more flexible than the parent-child relationship (the ability to have more than one parent so to say)? We can say "Final Fantasy" is part of "SqureEnix" company, but is also part of "RPG".</p>
<p>Often I am feel that one particular key word is not adequate, and its synonyms are needed as well. For example I add "Final Fantasy", "FF" and even the title in Japanese as the tags, because even I use these as search terms interchangeably as well. Adding those one by one everytime can be tiring, and having those all listed in the post is messy. But if we allow the "synonym" relationship, we can just choose "FF", and the post will still be automatically be linked to the "Final Fantasy" tag.</p>
<p>More freedom should be given to the user on organising the categories. In this system the user can set up rules to link categories to the tags. Other than that, I think it will be useful to allow users to choose which categories to display on the side menu. This way the user will not fear that a new category will make the side menu more bloated, but instead only list out the important sections. Additional functionalities can also be offered for the visitors to drill down to see further sub categories. The same goes to tags. The user should be able to set which tags can appear in the tag cloud. Having too many items in the tag cloud can never be a good thing.</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.lulalala.com/wordpress/archives/1704/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Highlight table row in Firefox</title>
		<link>http://www.lulalala.com/wordpress/archives/1661</link>
		<comments>http://www.lulalala.com/wordpress/archives/1661#comments</comments>
		<pubDate>Thu, 16 Apr 2009 11:55:00 +0000</pubDate>
		<dc:creator>lulalala</dc:creator>
				<category><![CDATA[網路]]></category>

		<guid isPermaLink="false">http://www.lulalala.com/wordpress/archives/1661</guid>
		<description><![CDATA[When we surf the web, sometimes highlighting table rows on mouse hover makes life so much easier. I used to use GreaseMonkey to do the job, but recently I discovered the CSS&#8217;s equilvalent, which in theory should be a fraction of a second faster. The steps are simple but is only for Firefox. Firstly install [...]]]></description>
			<content:encoded><![CDATA[<p>When we surf the web, sometimes highlighting table rows on mouse hover makes life so much easier. I used to use GreaseMonkey to do the job, but recently I discovered the CSS&#8217;s equilvalent, which in theory should be a fraction of a second faster. The steps are simple but is only for Firefox.</p>
<p>Firstly install <a href="https://addons.mozilla.org/zh-TW/firefox/addon/2108" target="_blank">Stylish</a>, which to CSS is like GreaseMonkey to Javascript. Then add the following style:</p>
<p>tr:hover{background-color:#FFFACD}</p>
<p>That&#8217;s about it. Configure further if you need to. I really hope the day when :hover is supported universally and I won&#8217;t have to touch Javascript for that (stop using IE6 dammit).</p>
<p>有時候如果能依靠滑鼠的位置把游標底下的表格列給反光起來，會讓使用更便利。原本我是使用 GreaseMonkey 來達成這個任務，不過最近我學到了使用一個感覺更加好的辦法。</p>
<p>首先，先下載 <a href="https://addons.mozilla.org/zh-TW/firefox/addon/2108" target="_blank">Stylish</a> 。 Stylish 之於 CSS 就像是 GreaseMonkey 之於 Javascript 。然後加了以下這個樣式就好了。</p>
<p>tr:hover{background-color:#FFFACD}</p>
<p>就是這樣。希望有一天 :hover 會成為所有遊覽器都支援的樣式。請支持用比 IE6 要新的遊覽器。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lulalala.com/wordpress/archives/1661/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>分類與標籤、category &amp; tag ，你迷惑了嗎？</title>
		<link>http://www.lulalala.com/wordpress/archives/220</link>
		<comments>http://www.lulalala.com/wordpress/archives/220#comments</comments>
		<pubDate>Sun, 22 Feb 2009 09:48:30 +0000</pubDate>
		<dc:creator>lulalala</dc:creator>
				<category><![CDATA[網路]]></category>

		<guid isPermaLink="false">http://www.lulalala.com/wordpress/?p=220</guid>
		<description><![CDATA[這個週末把 WordPress 更新到 2.7 後，感覺動力大增，就搬了許多篇舊文章並把把不用的分類合併或是整理。 在 WordPress 上我能同時使用標籤以及類別。這兩種整理資料的方法其實有許多相近之處，所以從以前就常常會煩惱是不是用錯了。這個週末多花了幾天好好的想了想，歸納出一些粗略的法則。 在共同上，類別跟標籤其實都是用來讓客人能更容易搜尋想要看的文章的。一篇講關於動畫的文章可能裡面沒有「動畫」兩個字，所以要靠外部的標籤或是分類來讓客人容易搜尋。 其實因為同一篇文章能夠歸類在好幾個群組，所以群組跟標籤的差異就只剩下群組間能有子類別這種關係。這種類別關係最容易套用在時間上（2009新番&#8211;&#62;秋季）。有子類別的好處是，客人來找文章的時候，選大群組就會自動包含小群組。所以要是你想要這樣子就可以套用類別。 傳統上類別不會分的太細，讓人能很容易瞭解整個網站內容的分類。要是太多列別，那麼放在選單上不但擁擠，也會因為眼花撩亂而降低實際的功效。說到這，我想順便提提自己對於 tag cloud （標籤雲）的感受。首先它很眼花撩亂，標籤數量多不提，要是不分行依照筆劃排列，又使用字體大小的分別，反而讓眼睛不知道該注意哪裡。第二、因為 blog 是給單一作者的使用平台，所以文章都是作者自己貼上標籤的，很多 tag 系統在多人網站上顯現的優點就沒有用武之地（像是統計分析之類）。最後，tag 由於十分隨性，所以許多 tag 可能讀者永遠都沒有興趣點選來看。 標籤在感覺上因為隨性，所以從以上的三點反向思考，怎樣都讓人有種 keyword 的感覺。我想把標籤當作關鍵詞系統用，算是個不錯的選擇吧。 所以目前暫時的結論是，類別應該注重於介紹讀者該網誌的內容好讓他們有個起始點能逛網站。而標籤該用於幫助讀者搜索（無論是站內或是搜索引擎）的結果更加精確。 其實，我們大可把類別當標籤使用，創造出幾百個類別一樣會變成另一個 tag cloud。這兩個功能真的十分近似，除了運用類別的父子關係之外，兩者都能互換使用。真正要作，這兩種東西應該就要結合在一起，更加 generalise ，並用一種新的方式呈現。舉例來說，除了父子關係以外，應該讓作者能夠自由地自訂新的關係。然後只呈現前幾大項或是有歸類的項目，也許能讓整個分類的功能更加自由易用。 延伸閱讀：使用wordpress初步心得 + 分類與tag之間的異同]]></description>
			<content:encoded><![CDATA[<p>這個週末把 WordPress 更新到 2.7 後，感覺動力大增，就搬了許多篇舊文章並把把不用的分類合併或是整理。</p>
<p>在 WordPress 上我能同時使用標籤以及類別。這兩種整理資料的方法其實有許多相近之處，所以從以前就常常會煩惱是不是用錯了。這個週末多花了幾天好好的想了想，歸納出一些粗略的法則。</p>
<p>在共同上，類別跟標籤其實都是用來讓客人能更容易搜尋想要看的文章的。一篇講關於動畫的文章可能裡面沒有「動畫」兩個字，所以要靠外部的標籤或是分類來讓客人容易搜尋。</p>
<p>其實因為同一篇文章能夠歸類在好幾個群組，所以群組跟標籤的差異就只剩下群組間能有子類別這種關係。這種類別關係最容易套用在時間上（2009新番&#8211;&gt;秋季）。有子類別的好處是，客人來找文章的時候，選大群組就會自動包含小群組。所以要是你想要這樣子就可以套用類別。</p>
<p>傳統上類別不會分的太細，讓人能很容易瞭解整個網站內容的分類。要是太多列別，那麼放在選單上不但擁擠，也會因為眼花撩亂而降低實際的功效。說到這，我想順便提提自己對於 tag cloud （標籤雲）的感受。首先它很眼花撩亂，標籤數量多不提，要是不分行依照筆劃排列，又使用字體大小的分別，反而讓眼睛不知道該注意哪裡。第二、因為 blog 是給單一作者的使用平台，所以文章都是作者自己貼上標籤的，很多 tag 系統在多人網站上顯現的優點就沒有用武之地（像是統計分析之類）。最後，tag 由於十分隨性，所以許多 tag 可能讀者永遠都沒有興趣點選來看。</p>
<p>標籤在感覺上因為隨性，所以從以上的三點反向思考，怎樣都讓人有種 keyword 的感覺。我想把標籤當作關鍵詞系統用，算是個不錯的選擇吧。</p>
<p>所以目前暫時的結論是，類別應該注重於介紹讀者該網誌的內容好讓他們有個起始點能逛網站。而標籤該用於幫助讀者搜索（無論是站內或是搜索引擎）的結果更加精確。</p>
<p>其實，我們大可把類別當標籤使用，創造出幾百個類別一樣會變成另一個 tag cloud。這兩個功能真的十分近似，除了運用類別的父子關係之外，兩者都能互換使用。真正要作，這兩種東西應該就要結合在一起，更加 generalise ，並用一種新的方式呈現。舉例來說，除了父子關係以外，應該讓作者能夠自由地自訂新的關係。然後只呈現前幾大項或是有歸類的項目，也許能讓整個分類的功能更加自由易用。</p>
<p>延伸閱讀：<br /><a target="_blank" href="http://blog.xuite.net/sokayha/diary/4373985"><span class="titlename">使用wordpress初步心得 + 分類與tag之間的異同</span></a></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=3974f9fb-4aca-4a0b-9a4c-0353871b0ae1" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lulalala.com/wordpress/archives/220/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>寫了個程式</title>
		<link>http://www.lulalala.com/wordpress/archives/92</link>
		<comments>http://www.lulalala.com/wordpress/archives/92#comments</comments>
		<pubDate>Sat, 18 Oct 2008 05:36:16 +0000</pubDate>
		<dc:creator>lulalala</dc:creator>
				<category><![CDATA[日記]]></category>
		<category><![CDATA[網路]]></category>

		<guid isPermaLink="false">http://www.lulalala.com/wordpress/?p=92</guid>
		<description><![CDATA[這週覺得自己很頹廢，所以決定把以前曾經有過的想法做出來。常常有人想要從無名小站搬出來，可是無名小站自家的備份檔案跟人家不相通，所以有很多人試著靠讀取整個 BLOG 的 HTML 來做出可以用的備份檔，而這種方法會慢上很多，而且還蠻吃資源的。 因為無名的備份檔案是 XML ，所以學 XSLT 這個沒人用的語言的我，凡而能夠把它的備份檔案轉換成其他的格式。於是，從星期三開始，就開始著手製作轉換程式。總共花了 8 個小時吧，主要是因為我的主機商很機車，他的PHP 沒有提供壓縮檔案的功能。所以花了很多時間想其他方法來解決這問題，不然應該五個小時就OK了。 無名小站備份檔案轉換器 嗯，有時候寫程式還是很好玩的，尤其是會造福大家的時候XD（而且大家正好都不用 XSLT ）]]></description>
			<content:encoded><![CDATA[<p>這週覺得自己很頹廢，所以決定把以前曾經有過的想法做出來。常常有人想要從無名小站搬出來，可是無名小站自家的備份檔案跟人家不相通，所以有很多人試著靠讀取整個 BLOG 的 HTML 來做出可以用的備份檔，而這種方法會慢上很多，而且還蠻吃資源的。</p>
<p>因為無名的備份檔案是 XML ，所以學 XSLT 這個沒人用的語言的我，凡而能夠把它的備份檔案轉換成其他的格式。於是，從星期三開始，就開始著手製作轉換程式。總共花了 8 個小時吧，主要是因為我的主機商很機車，他的PHP 沒有提供壓縮檔案的功能。所以花了很多時間想其他方法來解決這問題，不然應該五個小時就OK了。</p>
<p><a href="http://www.lulalala.com/wretch_escape/">無名小站備份檔案轉換器</a></p>
<p>嗯，有時候寫程式還是很好玩的，尤其是會造福大家的時候XD（而且大家正好都不用 XSLT ）</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lulalala.com/wordpress/archives/92/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>全力釋放的靈光一閃</title>
		<link>http://www.lulalala.com/wordpress/archives/81</link>
		<comments>http://www.lulalala.com/wordpress/archives/81#comments</comments>
		<pubDate>Wed, 01 Oct 2008 08:11:22 +0000</pubDate>
		<dc:creator>lulalala</dc:creator>
				<category><![CDATA[日記]]></category>
		<category><![CDATA[網路]]></category>

		<guid isPermaLink="false">http://www.lulalala.com/wordpress/?p=81</guid>
		<description><![CDATA[最近一個月，我把所有的能量放在我的新點子上。這應該是沒人想過的點子吧，是四月想出來的，但是拖到現在才漸漸成形。 新點子簡單的來說，就是讓你能容易有多個BLOG，也讓你有很多份同樣的文章在不同地方，你還是只需要更新一份，其他都會更新。有興趣請點進去連結。 做網站推廣想法其實真的很難，當初以為一個週末就能完成的東西，想不到有那麼多需要補充加強的地方，前前後後改了不下二十次，圖也畫了四五遍。果真，人不是完美的生物，需要靠著一次次的更新來完美自己（就像是 final year report 一樣 ）。有時候，你潛意識會覺得這實在不行，需要改進。要是你不改，那麼你就會不大滿意。當然，直到你拾起懶骨頭給他做改進的時候，你會覺得滿足多。所以，覺得不滿意的地方，千萬不要逃避，多用幾個禮拜，多問幾個朋友，來換取改進會更值得。我想，這種追求完美也是職業人士跟一般人的區別。 推廣其實是一件很難的事，我目前也卡在給朋友看這種階段。週末做完最後的修改後，原本滿帶信心地在 Slashdot 上投稿，結果沒有上。除了這之外，我也還想不出來有什麼其他方法能增加知名度了。網路上找不到什麼適合的討論區能發表，看來不真的做一個 Demo 是不行的。 可是我很懶，所以大概還是不會做吧。 嗯，該怎麼辦才好呢？要如何找到快樂的伙伴呢？]]></description>
			<content:encoded><![CDATA[<p>最近一個月，我把所有的能量放在我的<a href="http://www.lulalala.com/idea/index.php?lang=zhtw">新點子</a>上。這應該是沒人想過的點子吧，是<a href="http://www.lulalala.com/wordpress/?p=42">四月</a>想出來的，但是拖到現在才漸漸成形。</p>
<p>新點子簡單的來說，就是讓你能容易有多個BLOG，也讓你有很多份同樣的文章在不同地方，你還是只需要更新一份，其他都會更新。有興趣請點進去<a href="http://www.lulalala.com/idea/index.php?lang=zhtw">連結</a>。</p>
<p>做網站推廣想法其實真的很難，當初以為一個週末就能完成的東西，想不到有那麼多需要補充加強的地方，前前後後改了不下二十次，圖也畫了四五遍。果真，人不是完美的生物，需要靠著一次次的更新來完美自己（就像是 final year report 一樣 ）。有時候，你潛意識會覺得這實在不行，需要改進。要是你不改，那麼你就會不大滿意。當然，直到你拾起懶骨頭給他做改進的時候，你會覺得滿足多。所以，覺得不滿意的地方，千萬不要逃避，多用幾個禮拜，多問幾個朋友，來換取改進會更值得。我想，這種追求完美也是職業人士跟一般人的區別。</p>
<p>推廣其實是一件很難的事，我目前也卡在給朋友看這種階段。週末做完最後的修改後，原本滿帶信心地在 Slashdot 上投稿，結果沒有上。除了這之外，我也還想不出來有什麼其他方法能增加知名度了。網路上找不到什麼適合的討論區能發表，看來不真的做一個 Demo 是不行的。</p>
<p>可是我很懶，所以大概還是不會做吧。</p>
<p>嗯，該怎麼辦才好呢？要如何找到快樂的伙伴呢？</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lulalala.com/wordpress/archives/81/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>突發奇想</title>
		<link>http://www.lulalala.com/wordpress/archives/42</link>
		<comments>http://www.lulalala.com/wordpress/archives/42#comments</comments>
		<pubDate>Wed, 30 Apr 2008 07:48:00 +0000</pubDate>
		<dc:creator>lulalala</dc:creator>
				<category><![CDATA[網路]]></category>

		<guid isPermaLink="false">http://www.lulalala.com/wordpress/?p=42</guid>
		<description><![CDATA[我最近有個想法，不知道有沒有類似的東西已經被開發出來，所以想在這問問大家： 要是有個網站，純粹只提供 RSS Feeds，然後有另外三個網站，能從這個 RSS Feeds 中挑選內容顯示，等於說我能有三個 BLOG ，同時顯示同樣的內容，當我改變原 RSS Feed ，就能同時改變三個網站。而三個 BLOG 也能夠改成： 給家人看的版本 專門顯示動畫心得的版本 以及專門寫日記的版本。 這樣子就能控制以及分類遊客能看見什麼。更神奇的是，三個 BLOG 的留言都能集中送回原 Server，集中回應應該是很多人在夢裡曾經想過的功能吧。 另一個好處是，我寫了一篇文章，可能同步放在巴哈，K島以及我的BLOG，然後我想要更新也只需要更新一份資料，想要BLOG搬家也就更容易。 不知道現在的網路上有沒有類似的科技？]]></description>
			<content:encoded><![CDATA[<p>我最近有個想法，不知道有沒有類似的東西已經被開發出來，所以想在這問問大家：</p>
<p>要是有個網站，純粹只提供 RSS Feeds，然後有另外三個網站，能從這個 RSS Feeds 中挑選內容顯示，等於說我能有三個 BLOG ，同時顯示同樣的內容，當我改變原 RSS Feed ，就能同時改變三個網站。而三個 BLOG 也能夠改成：
<ol>
<li>給家人看的版本</li>
<li>專門顯示動畫心得的版本</li>
<li>以及專門寫日記的版本。</li>
</ol>
<p>這樣子就能控制以及分類遊客能看見什麼。更神奇的是，三個 BLOG 的留言都能集中送回原 Server，集中回應應該是很多人在夢裡曾經想過的功能吧。</p>
<p>另一個好處是，我寫了一篇文章，可能同步放在巴哈，K島以及我的BLOG，然後我想要更新也只需要更新一份資料，想要BLOG搬家也就更容易。</p>
<p>不知道現在的網路上有沒有類似的科技？</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lulalala.com/wordpress/archives/42/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
