<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
<title>planetoid&apos;s weblog</title>
<link rel="alternate" type="text/html" href="http://planetoid.info/blog/" />
<modified>2007-02-05T15:01:53Z</modified>
<tagline></tagline>
<id>tag:planetoid.info,2007:/blog//1</id>
<generator url="http://www.movabletype.org/" version="4.01">Movable Type</generator>
<copyright>Copyright (c) 2006, planetoid</copyright>

<entry>
<title>Post via Google Docs</title>
<link rel="alternate" type="text/html" href="http://planetoid.info/blog/archives/2006/10/22/000647.html" />
<modified>2007-02-05T15:01:53Z</modified>
<issued>2006-10-21T15:48:53Z</issued>
<id>tag:planetoid.info,2006:/blog//1.647</id>
<created>2006-10-21T15:48:53Z</created>
<summary type="text/plain">Post via Google Docs blog site settings * API: MovableType API * URL(details): http://YOURBLOG/PATH/TO/mt-xmlrpc.cgi * Existing Blog Settings ** User Name ** Password: For MovableType 3.x, please check the Author Profile -&gt; API Password (For use with XML-RPC and Atom-enabled...</summary>
<author>
<name>planetoid</name>

<email>fs@mail2000.com.tw</email>
</author>
<dc:subject>blog</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://planetoid.info/blog/">
<![CDATA[<p>Post via Google Docs<br/> <br/> <a href="http://docs.google.com/" title="Google Docs and Spreadsheet" target="_blank"><img src="http://docs.google.com/File?id=acbkf7hrwbvc_8f23pkn" title="Google Docs and Spreadsheet" border="0"/></a><br/> <br/> blog site settings<br/> * API: MovableType API<br/> * URL(<a href="View.aspx?docid=afwwtkhg6gn_aj8z6fsv5kx" target="blank_" title="XML-RPC URLs">details</a>): http://YOURBLOG/PATH/TO/mt-xmlrpc.cgi <br/> <br/> * Existing Blog Settings<br/> ** User Name<br/> ** Password: For MovableType 3.x, please check the <span style="FONT-WEIGHT:bold">Author Profile</span> -> <span style="FONT-WEIGHT:bold">API Password</span> (For use with XML-RPC and Atom-enabled clients.) If not, you will met the message "There was a problem (Invalid login)."<br/> ** Blog ID/Title: When I tried to specify another ID (not the first one: 1) it was not work. You should specify <span style="FONT-WEIGHT:bold">the exact English title</span> of MovableType blog. If you change the title of MT blog, I suggest you add another new document not just modified the original one.<br/> <br/> * Optional<br/> ** Include the document title when posting (if supported): If you enable this option, the first line of the document will be the tilte of blog article.<br/> <br/> For MT 2.x users, you can check the <a href="http://wiki.planetoid.info/index.php/Google_Docs_and_Spreadsheets" target="blank_" title="wiki version">wiki version</a> .<br/> <br/> post via <a href="http://docs.google.com/" target="blank_" title="google docs">Google docs</a><br/> <br/> <br/>  <br/></p>]]>

</content>
</entry>

<entry>
<title>Regular expression for oddmuse wiki search</title>
<link rel="alternate" type="text/html" href="http://planetoid.info/blog/archives/2005/11/25/000527.html" />
<modified>2006-06-13T03:11:06Z</modified>
<issued>2005-11-24T17:18:27Z</issued>
<id>tag:planetoid.info,2005:/blog//1.527</id>
<created>2005-11-24T17:18:27Z</created>
<summary type="text/plain">It&apos;s convenient for searching the Oddmuse Wiki if we have already setting up a naming rule. In my case, the following is my naming rules. 1. yyyy-M-d - anything except my tasks, ex: 2005-11-25 2. yyyy-M-d_Tasks - my tasks recorded...</summary>
<author>
<name>planetoid</name>

<email>fs@mail2000.com.tw</email>
</author>
<dc:subject>wiki</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://planetoid.info/blog/">
<![CDATA[<p>It's convenient for searching the <a href="http://www.oddmuse.org/cgi-bin/wiki" title="Oddmuse: SiteMap" target="_blank">Oddmuse Wiki</a> if we have already setting up a naming rule. In my case, the following is my naming rules.</p>

<p>1. yyyy-M-d - anything except my tasks, ex: 2005-11-25<br />
2. yyyy-M-d_Tasks - my tasks recorded at the day, ex: 2005-11-25_Tasks<br />
3. yyyy-M-d_Query - my search history and keywords when I search different database, ex: 2005-11-25_Query<br />
4. brief APA citation format  - Author name (Year). Title of the article, ex: Tennis, J. T. (2003). Two axes of domains for domain analysis</p>

<p><strong>A. Start with the keyword</strong>: %5CA(start with...) + %s (queried keyword)</p>

<p>Insert the next line into InterMap of oddmuse</p>

<blockquote class="quote"> StartWith /cgi-bin/wiki.pl?search=%5CA%s</blockquote>

<p>Usage: [StartWith:2005-11 Monthly archive of 2005-11] </p>

<p><strong>B. End with the keyword</strong>: %s (quried keyword) + %24 (end with...)</p>

<p>Insert the next line into InterMap of oddmuse</p>

<p> <blockquote class="quote">EndWith /cgi-bin/wiki.pl?search=%s%24</blockquote></p>

<p>Usage: [EndWith:Query All of my search history] </p>

<p><strong>C. Find the citations with the same author</strong>: from APA style, the author is before the year ( 4 numbers)</p>

<p>Insert the next line into InterMap of oddmuse</p>

<blockquote class="quote">Author /cgi-bin/wiki.pl?search=^%s(.*|\s|_|\()\d\d\d\d </blockquote>

<p>Usage: Click the Author:You-Zheng, you can find You-Zheng_Li_1993_Philosophy_Semiotics and You-Zheng_Li_(1993)_Philosophy_Semiotics (if you want your pages under loose citation format)</p>

<p><strong>D. Find the citations with the same year</strong></p>

<p>Insert the next line into InterMap of oddmuse</p>

<p> <blockquote class="quote">Year /cgi-bin/wiki.pl?search=^*\(%s\)\.</blockquote></p>

<p><strong>Updated</strong>: If you want to find the citations with the same author, the following is alternative and quick choice</p>

<blockquote class="quote">Author /cgi-bin/wiki.pl?search=^%s </blockquote>]]>

</content>
</entry>

<entry>
<title>Comments on Tagging Extension 1.1 of Oddmuse Wiki</title>
<link rel="alternate" type="text/html" href="http://planetoid.info/blog/archives/2005/07/19/000122.html" />
<modified>2006-06-23T09:55:40Z</modified>
<issued>2005-07-19T11:24:11Z</issued>
<id>tag:planetoid.info,2005:/blog//1.122</id>
<created>2005-07-19T11:24:11Z</created>
<summary type="text/plain">I specify my $TagUrl = &apos;http://localhost/cgi-bin/wiki.pl?search=tag%3A&apos;; (in tag.pl) That will perform searching those wiki pages with the same tag. the followingis my prefer css for tagging extension a.tag { text-decoration:underline; font-weight:normal; border-style:dotted; border-width:0px; color:#FF471A; padding-left: 20px; background-image: url(&quot;http://static.technorati.com/images/bubble.gif&quot;); background-repeat: no-repeat;...</summary>
<author>
<name>planetoid</name>

<email>fs@mail2000.com.tw</email>
</author>
<dc:subject>network</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://planetoid.info/blog/">
<![CDATA[<p>I specify my $TagUrl = 'http://localhost/cgi-bin/wiki.pl?search=tag%3A'; (in tag.pl)</p>

<p>That will perform searching those wiki pages with the same tag.</p>

<p>the followingis my prefer css for tagging extension</p>

<div class="quote"> a.tag {
  text-decoration:underline;
  font-weight:normal;
  border-style:dotted; border-width:0px;
  color:#FF471A;
  padding-left: 20px;
  background-image: url("http://static.technorati.com/images/bubble.gif");
  background-repeat: no-repeat;
  background-position: left;
 }</div>

<p>the result will be</p>

<p><img src="http://planetoid.info/weblog/archives/images/tagging.png"></p>

<p>* <a href="http://www.oddmuse.org/cgi-bin/wiki/Comments_on_Tagging_Extension" title="Oddmuse: Comments on Tagging Extension">Oddmuse: Comments on Tagging Extension</a></p>]]>

</content>
</entry>

<entry>
<title>the bird nest hanged with the iron wire</title>
<link rel="alternate" type="text/html" href="http://planetoid.info/blog/archives/2005/07/16/000121.html" />
<modified>2007-05-06T13:47:33Z</modified>
<issued>2005-07-16T05:54:42Z</issued>
<id>tag:planetoid.info,2005:/blog//1.121</id>
<created>2005-07-16T05:54:42Z</created>
<summary type="text/plain">Days before, I went to the motorcycle store to fix the problem of my motor. I watched upward the bird nest hanged with the iron wire at the corner of ceiling. There were two birds standing in the nest. The...</summary>
<author>
<name>planetoid</name>

<email>fs@mail2000.com.tw</email>
</author>
<dc:subject>z_misc</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://planetoid.info/blog/">
<![CDATA[<p>Days before, I went to the motorcycle store to fix the problem of my motor. I watched upward the bird nest hanged with the iron wire at the corner of ceiling. There were two birds standing in the nest. The boss of motor store said "There were four young birds but 2 survived. Their wings seems become stronger and they will leave here soon." I am so happy at that.</p>]]>

</content>
</entry>

<entry>
<title>the authoring of greeting cards and creative commons 1.0</title>
<link rel="alternate" type="text/html" href="http://planetoid.info/blog/archives/2005/06/30/000120.html" />
<modified>2005-12-06T13:56:09Z</modified>
<issued>2005-06-30T07:04:54Z</issued>
<id>tag:planetoid.info,2005:/blog//1.120</id>
<created>2005-06-30T07:04:54Z</created>
<summary type="text/plain">I observed my colleague making the gretting cards by the commercial authoring software. Fisrt she selected the background, margin, icons from the template pools. After the modification these elements and text inputing, the gretting card was finished through piecing all...</summary>
<author>
<name>planetoid</name>

<email>fs@mail2000.com.tw</email>
</author>
<dc:subject>network</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://planetoid.info/blog/">
<![CDATA[<p>I observed my colleague making the gretting cards by the commercial authoring software. Fisrt she selected the background, margin, icons from the template pools. After the modification these elements and text inputing, the gretting card was finished through piecing all elements together. It let me think what the condition using the open source authoring software will be. We may using the browser with its extensions to search, browse, import, and modify various card elements from different online repositories.</p>

<p>The author of derivative works will met a strange condition. If s/he obey the CC 2.0 attribution license , s/he should cited many resources of elements. It's almost impossible to cite each name of original providers on a small card.</p>

<p>The provider of elements still can declare his/her works do not need attribution. They can follow CC 1.0 licenses such as <a href="http://creativecommons.org/licenses/nc/1.0/deed.en" title="NonCommercial 1.0">NonCommercial 1.0</a>, <a href="http://creativecommons.org/licenses/sa/1.0/deed.en" title="ShareAlike 1.0">ShareAlike 1.0</a>, or <a href="http://creativecommons.org/licenses/nc-sa/1.0/deed.en" title="NonCommercial-ShareAlike 1.0">NonCommercial-ShareAlike 1.0</a>. Although it's not easy to choose these 'expired' license for the current interface on the <a href="http://creativecommons.org/license/?lang=en" title="Choose License">creativecommons.org</a>.</p>

<p>Related article<br />
* <a href="http://creativecommons.org/weblog/entry/4216" title="Announcing (and explaining) our new 2.0 licenses">Announcing (and explaining) our new 2.0 licenses</a> by Glenn Otis Brown  on 2004-05-25</p>]]>

</content>
</entry>

<entry>
<title>the possible solutions of not found webpage</title>
<link rel="alternate" type="text/html" href="http://planetoid.info/blog/archives/2005/05/02/000119.html" />
<modified>2005-12-08T15:53:49Z</modified>
<issued>2005-05-01T15:59:55Z</issued>
<id>tag:planetoid.info,2005:/blog//1.119</id>
<created>2005-05-01T15:59:55Z</created>
<summary type="text/plain">== find the backup == === you can keyin the address to find the backup === * Google cache http://www.google.com.tw/search?q=cache:address ex: http://www.google.com.tw/search?q=cache:tw.yahoo.com * Internet Archive Wayback Machine http://web.archive.org/web/*/address ex: http://web.archive.org/web/*/tw.yahoo.com 或 http://web.archive.org/web/*/http://tw.yahoo.com === you can keyin the title of webpage...</summary>
<author>
<name>planetoid</name>

<email>fs@mail2000.com.tw</email>
</author>
<dc:subject>network</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://planetoid.info/blog/">
<![CDATA[<p>== find the backup ==<br />
=== you can keyin the address to find the backup ===<br />
* Google cache<br />
<div class="quote">   http://www.google.com.tw/search?q=cache:address<br />
   ex: http://www.google.com.tw/search?q=cache:tw.yahoo.com<br />
</div><br />
* Internet Archive Wayback Machine<br />
<div class="quote">   http://web.archive.org/web/*/address<br />
   ex: http://web.archive.org/web/*/tw.yahoo.com<br />
     或 http://web.archive.org/web/*/http://tw.yahoo.com<br />
</div><br />
=== you can keyin the title of webpage ===</p>

<p>* the search engine of local website</p>

<p>* using the site search by Google or Openfind<br />
<div class="quote"> Usage: title site:address<br />
 ex: Workflow Management System site:microsoft.com  <br />
 not suggest site:www.microsoft.com<br />
</div></p>

<p>* sometimes, other people kept the backup at their webstie</p>

<p>* browse the internet temporatory files at personal PC<br />
location of IE：C:\Documents and Settings\account name\Local Settings\Temporary Internet Files<br />
loation of other browser: click <a href="http://wiki.planetoid.info/index.php/Temporary_internet_files" title="Temporary_internet_files">this link</a></p>

<p>== correct the mistake of address ==<br />
=== write the symbol / as \ (sometimes it appeals %5C ) ===<br />
(W) means Wrong; (C) means Correct</p>

<div class="quote"> 
 (W) http://news1.yam.com/\RSS\Rss_all.xml

<p> (C) http://news1.yam.com/RSS/Rss_all.xml<br />
</div><br />
<div class="quote"> (W) http://www.javaworld.com.tw/blog/archives/snpshu/%5C%5Cmyweb.hinet.net%5Chome4%5Cs630417%5Cindex2.htm</p>

<p> (C) http://myweb.hinet.net/home4/s630417/index2.htm<br />
</div><br />
=== the wrong hierarchy of directory ===<br />
<div class="quote"> (W) http://datf.iis.sinica.edu.tw/Announcement/<br />
       ..%5CPapers%5C2003datfpapers%5Ce%5CE-3.pdf</p>

<p> (C) http://datf.iis.sinica.edu.tw/Papers/2003datfpapers/e/E-3.pdf<br />
</div></p>

<p>The author points the webpage to their hard disk, we may correct this by referring to the hierarchy of website directories.<br />
<div class="quote"> (W) file:///C:/folder1/floder2/bb/file.htm<br />
</div><br />
From the menu of homepage, we may understand the hierarchy of website. For example, there are three directories, ex: aa, bb. So we correct as following,<br />
<div class="quote"> (C) http://website.url/bb/file.htm<br />
</div><br />
=== the transferring of 3rd website failed ===<br />
Some blog will refer to external links but the transferring failed.<br />
<div class="quote"> (W) http://website.url/tw.yahoo.com</p>

<p> (C) http://tw.yahoo.com<br />
</div></p>

<p>== Above methods are failed ==<br />
Write an email to the author of that website :)</p>

<p><br />
PS: the tools/services of webpage backup<br />
(1) tools<br />
* the <a href="http://wiki.planetoid.info/index.php/MozillaFirefox" title="extensions>extension</a> of <a href="http://moztw.org" title="Mozilla FireFox">Mozilla FireFox</a>: <a href="http://amb.vis.ne.jp/mozilla/scrapbook/" title="ScrapBook">ScrapBook</a></p>

<p>(2)web services<br />
* <a href="http://furl.net" title="LookSmart's Furl">LookSmart's Furl</a> with bookmarklet tools<br />
* <a href="http://myweb.search.yahoo.com/myweb?myfr=sfp" title="Yahoo My Web">Yahoo My Web</a>: Save the queried webpage</p>

<p>Note that the license of this article is the same with <a href="http://wiki.planetoid.info/index.php/404_Not_Found" title="Webpage Lost and found --Wiki version">Wiki version</a>: Creative Commons (<a href="http://creativecommons.org/licenses/by-nc/2.0/">Name attribution - non commercial</a>)。</p>

<p>Updated 2005-12-08: add the cache  location of other browser</p>]]>

</content>
</entry>

<entry>
<title>Tool for Electronic References of APA Style: Copy URL+</title>
<link rel="alternate" type="text/html" href="http://planetoid.info/blog/archives/2004/12/11/000053.html" />
<modified>2005-12-06T13:57:53Z</modified>
<issued>2004-12-11T04:33:56Z</issued>
<id>tag:planetoid.info,2004:/blog//1.53</id>
<created>2004-12-11T04:33:56Z</created>
<summary type="text/plain">Use the extension Copy Url+ of Firefox to write those elctronic references of APA Style....</summary>
<author>
<name>planetoid</name>

<email>fs@mail2000.com.tw</email>
</author>
<dc:subject>network</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://planetoid.info/blog/">
<![CDATA[<p>Use the extension <a href="http://copyurlplus.mozdev.org/index.html" title="Copy URL+ extension">Copy Url+</a> of <a href="http://www.mozilla.org/" title="Mozilla - Home of the Firefox web browser, Thunderbird and the Mozilla Suite">Firefox</a> to write those elctronic references of APA Style.</p>]]>
<![CDATA[<p>After the extension installed, you need to add a file named user.js placed at user's directory to customed the APA Style.[1]</p>

<div class="quote">
user_pref('copyurlplus.menus.1.label', 'Copy URL (APA Style)'); <br />
user_pref('copyurlplus.menus.1.copy', 'Author (date) %TITLE%. Retrieved %LOCAL_TIME%, from %URL%');
</div>

<p>For example, the Copy URL+ result of this webpage titled <a href="http://www.mozilla.org/support/firefox/keyboard" title="Keyboard Shortcuts">Firefox Help: Keyboard Shortcuts</a> will be<br />
<div class="quote">Author (date) Firefox Help: Keyboard Shortcuts. Retrieved Thursday, December 09, 2004 23:25:12, from http://www.mozilla.org/support/firefox/keyboard<br />
</div></p>

<p>The flaw is could not to custom the detail of time stamp more flexibly.</p>

<p>[1] Due to the locatin of user's directory depend on your OS, please read <a href="http://copyurlplus.mozdev.org/customize.html" title="mozdev.org - copyurlplus: customize">copyurlplus: customize</a></p>

<p>[2]  Jedi: <a href="http://jedi.org/blog/archives/004575.html" title="我在用的 Firefox 1.0 PR 延伸套件">我在用的 Firefox 1.0 PR 延伸套件</a> 2004-10-81 (written in chinese)<br />
</p>]]>
</content>
</entry>

<entry>
<title>Gmail Atom Feeds</title>
<link rel="alternate" type="text/html" href="http://planetoid.info/blog/archives/2004/10/15/000180.html" />
<modified>2005-11-13T07:21:04Z</modified>
<issued>2004-10-15T14:58:49Z</issued>
<id>tag:planetoid.info,2004:/blog//1.180</id>
<created>2004-10-15T14:58:49Z</created>
<summary type="text/plain">如何加上自己的Gmail Atom Feeds(圖例) https://gmail.google.com/gmail/feed/atom 或者是 alex king(2004-10-13): Gmail Atom Feeds的網址 https://帳號名稱%40gmail.com:密碼@gmail.google.com/gmail/feed/atom...</summary>
<author>
<name>planetoid</name>

<email>fs@mail2000.com.tw</email>
</author>
<dc:subject>network</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://planetoid.info/blog/">
<![CDATA[<p>如何加上自己的Gmail Atom Feeds(<a href="http://wiki.planetoid.info/index.php/Image:Gmail_atom_feeds.png" title="Gmail Atom Feeds">圖例</a>)</p>

<p>https://gmail.google.com/gmail/feed/atom 或者是 </p>

<p><a href="http://www.alexking.org/blog/2004/10/13/gmail-atom-feeds/">alex king</a>(2004-10-13):<br />
<div class="quote">Gmail Atom Feeds的網址</p>

<p>https://帳號名稱%40gmail.com:密碼@gmail.google.com/gmail/feed/atom</p>

</div>]]>
<![CDATA[<p>注意：使用上面這個方法時，你的aggregator將會記錄你的帳號密碼。</p>

<p>共20筆郵件標題(the title of entry)的連結, 與一般Blog標題對應到文章的靜態連結(permanant link)不同, 僅對應到gmail.google.com</p>

<p>* <a href="http://www.mnot.net/drafts/draft-nottingham-atom-format-02.html" title="The Atom Syndication Format 0.3 (PRE-DRAFT)">Atom 0.3</a>規格書</p>

<p>update: (2005-05-20) 增加注意事項。相關討論：<a href="http://forum.moztw.org/viewtopic.php?t=5417" title="[MF] Gmail Notifier 0.4.2 中文化">Mozilla@Taiwan :: 觀看文章 - [MF] Gmail Notifier 0.4.2 中文化</a></p>]]>
</content>
</entry>

<entry>
<title>Blog as a way</title>
<link rel="alternate" type="text/html" href="http://planetoid.info/blog/archives/2004/06/20/000175.html" />
<modified>2005-11-13T07:21:04Z</modified>
<issued>2004-06-20T04:35:08Z</issued>
<id>tag:planetoid.info,2004:/blog//1.175</id>
<created>2004-06-20T04:35:08Z</created>
<summary type="text/plain">部落格隨便聚六月活動主題：BLOG新手俱樂部II─我的BLOG這條路(Bloggers的BLOG心路歷程)...</summary>
<author>
<name>planetoid</name>

<email>fs@mail2000.com.tw</email>
</author>
<dc:subject>network</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://planetoid.info/blog/">
<![CDATA[<p>部落格隨便聚<a href="http://blog.elixus.org/archives/004081.html" title="部落格隨便聚六月活動預告">六月活動</a>主題：BLOG新手俱樂部II─我的BLOG這條路(Bloggers的BLOG心路歷程)</p>]]>
<![CDATA[<p>與其說我如何從blogger.com的服務主機跳槽到自己無中生有架設一個Blog的過程，倒不如紀錄下有一段長時間為何沒有寫Blog，個人因素上可能因為工作上常需要加班，擠壓到個人構思、沉澱、書寫的時間，不過相對地Wiki倒是時常使用，不僅僅是公開的<a href="http://openmusic-album.netfirms.com/cgi-bin/wiki.pl/RecentChanges" title="共筆(Wiki)">共筆</a>，在電腦架起一個封閉的(localhost)相同系統，用來整理與閱讀文獻。</p>

<p>以前架設的「MP3事件寫真」網站，收集那段日子的影像、網友創作的MP3，與新聞資料，印象深刻的是跟IFPI索取沉寂多時終於發出的新聞聲明稿，聲明稿上寫著類似的字眼「為求聲明完整，請新聞界的記者朋友將全文刊登」，那將近四頁的聲明稿還真難全文收錄。</p>

<p>頓時有些懷念網路原生報的原始構想，儘管那就像某個電視頻道全天候24小時無休地播放立法院議事堂現況──原汁原味，但乏人問津。古埃及人生活瑣事成了現今埃及學，也許某天Blog way變成部落格考古學，成為未來學術圈的想像現今生活情境的線索。</p>]]>
</content>
</entry>

<entry>
<title>100 words to describe Wiki or Blog</title>
<link rel="alternate" type="text/html" href="http://planetoid.info/blog/archives/2004/06/19/000051.html" />
<modified>2005-12-01T17:05:24Z</modified>
<issued>2004-06-19T08:15:31Z</issued>
<id>tag:planetoid.info,2004:/blog//1.51</id>
<created>2004-06-19T08:15:31Z</created>
<summary type="text/plain"> Image came from Wikipedia Sometimes some friends asked me what is Wiki or Blog? It&apos;s not easy to describe them in couples minutes. Because these &quot;technologies&quot; is still in developmental, sometimes we are not discover them, but to construct...</summary>
<author>
<name>planetoid</name>

<email>fs@mail2000.com.tw</email>
</author>
<dc:subject>network</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://planetoid.info/blog/">
<![CDATA[<p><img src="http://www.planetoid.info/wiki/images/d/df/Wiki.jpg" title="Wikipedia"><br />
Image came from <a href="http://en.wikipedia.org/wiki/Main_Page" title="Wikipedia, the free encyclopedia">Wikipedia</a></p>

<p>Sometimes some friends asked me what is Wiki or Blog? It's not easy to describe them in couples minutes. Because these "technologies" is still in developmental, sometimes we are not discover them, but to construct their form/styles.</p>]]>
<![CDATA[<p>About Wiki<br />
* The community cooperate to write documents. It may be a project of translation. Or the FAQ, open encyclopedia, team works of SARS, the collection of conmanship, to apply to education, the management of books. Or just personal bookmarks, guest books.</p>

<p>About Blog<br />
* Even you didn't understand computer, or the markup language of html, Blog is the simple interface to write and share your feelings.</p>]]>
</content>
</entry>

<entry>
<title>Salesman</title>
<link rel="alternate" type="text/html" href="http://planetoid.info/blog/archives/2004/06/05/000050.html" />
<modified>2005-11-13T07:21:03Z</modified>
<issued>2004-06-05T11:22:00Z</issued>
<id>tag:planetoid.info,2004:/blog//1.50</id>
<created>2004-06-05T11:22:00Z</created>
<summary type="text/plain">One day, I attended a book fair. &quot;Are you interested in the encyclopedia?&quot; A salesman asked....</summary>
<author>
<name>planetoid</name>

<email>fs@mail2000.com.tw</email>
</author>
<dc:subject>dialogue</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://planetoid.info/blog/">
<![CDATA[<p>One day, I attended a book fair.<br />
"Are you interested in the encyclopedia?" A salesman asked.</p>]]>
<![CDATA[<p>"Yes, I am interested in that, but I am not interested in buying that"<br />
I responded.</p>

<p>The discussion of salesmans in Anti-Ramp of BBS recall my memory. Those user or my younger classmates focused the body language how to reveal the rejection but looks so complicated. Maybe we won't easilly distinguish the others' thought and cause them just wasted time.</p>]]>
</content>
</entry>

<entry>
<title>the possibility of social software</title>
<link rel="alternate" type="text/html" href="http://planetoid.info/blog/archives/2003/12/22/000047.html" />
<modified>2005-11-13T07:21:03Z</modified>
<issued>2003-12-21T16:40:54Z</issued>
<id>tag:planetoid.info,2003:/blog//1.47</id>
<created>2003-12-21T16:40:54Z</created>
<summary type="text/plain">If the social software was defined as the media/tools to prompt social activities, than social software is not first created. By means of BBS, Email, Messenger and other software also help us to expand the networks of relationship. But is...</summary>
<author>
<name>planetoid</name>

<email>fs@mail2000.com.tw</email>
</author>
<dc:subject>network</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://planetoid.info/blog/">
<![CDATA[<p>If the social software was defined as the media/tools to prompt social activities, than social software is not first created. By means of BBS, Email, Messenger and other software also help us to expand the networks of relationship. But is the social software has another possibility to involve the public region?</p>]]>
<![CDATA[<p><br />
I thought there are two problems of public region:</p>

<p> One is the short period to focus the public event, and another is the skin bases to begin the public discussion.</p>

<p>An unbelievable news said that “Because the accident of X-transportation corp., two current officers was fallen out of power. But they doubt why they have to leave the office, they are not the person who actually did the decision.” Why their boss decide so! I think the only thing reasonable is they want the attention of public media to shift their attention to another things.</p>

<p>Should the long-term watching of public affairs got to depend on these journalists?</p>

<p>How social software to solve the two weakness?</p>

<p>First: the module of future calendar<br />
If a politician makes a promise with clear or specific date, we may use this module to track that.</p>

<p>Second: entire arguments of two sides<br />
We need collect and organize two sides arguments to begin the discussion of public affairs.</p>

<p>Except the trial using of many software(ex: Trouble Ticket Tracking of CRM), we still need more imagination and discussion of possibilities of social software.</p>]]>
</content>
</entry>

<entry>
<title>Caricature of THU Event  東海校園事件的諷刺漫畫</title>
<link rel="alternate" type="text/html" href="http://planetoid.info/blog/archives/2003/11/02/000167.html" />
<modified>2005-11-13T07:21:04Z</modified>
<issued>2003-11-02T03:16:04Z</issued>
<id>tag:planetoid.info,2003:/blog//1.167</id>
<created>2003-11-02T03:16:04Z</created>
<summary type="text/plain">原作者cming_1024開放創作的版權提供轉載 The author of originals offer his/her works with open agreements. 1. 路思義路一段 (Luce Road Sec. 1 - The Luce Chapel)...</summary>
<author>
<name>planetoid</name>

<email>fs@mail2000.com.tw</email>
</author>
<dc:subject>campus</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://planetoid.info/blog/">
<![CDATA[<p>原作者<a href="http://tw.photo.yahoo.com/c_ming1024/ab4/" title="諷刺漫畫原作者">cming_1024</a>開放創作的版權提供轉載</p>

<p>The author of originals offer his/her works with open agreements.</p>

<p>1. 路思義路一段 (Luce Road Sec. 1 - The Luce Chapel)<br />
<a href="/weblog/archives/thu01.jpg"><img alt="路思義路一段 (Luce Road Sec. 1 - The Luce Chapel)" src="/weblog/archives/thu01_thumbnail.jpg" width="500" height="312" border="0" /></a></p>]]>
<![CDATA[<p>2. 上帝與我們同在 (God with us)<br />
<a href="/weblog/archives/thu02.jpg"><img alt="上帝與我們同在(God with us)" src="/weblog/archives/thu02_thumbnail.jpg" width="410" height="480" border="0" /></a></p>

<p></p>

<p>相關網址<br />
* <a href="http://www.thu.edu.tw/3_common/x_specially/takewalk/1_guide/1_album/1_album.php?no=16" title="路思義教堂的相簿">路思義教堂的相簿 - the photo album of The Luce Chapel</a> and its <a href="http://w3.thu.edu.tw/old/e-ver/html/campus01.html" title="brief story">brief story</a><br />
* <a href="http://w3.thu.edu.tw/old/english/index.php" title="TUNGHAI UNIVERSITY">TUNGHAI UNIVERSITY</a></p>

<p>* <a href="http://www.abo.org.tw/thu/index.htm" title="捍衛東海">捍衛東海</a><br />
* <a href="http://student.thu.edu.tw/~g912703/thuc/" title="東海精神團結陣線">東海精神團結陣線</a></p>]]>
</content>
</entry>

<entry>
<title>What Chinese Symbol Are You?</title>
<link rel="alternate" type="text/html" href="http://planetoid.info/blog/archives/2003/08/06/000036.html" />
<modified>2005-11-13T07:21:03Z</modified>
<issued>2003-08-06T10:05:11Z</issued>
<id>tag:planetoid.info,2003:/blog//1.36</id>
<created>2003-08-06T10:05:11Z</created>
<summary type="text/plain"> WIND is your chinese symbol! What Chinese Symbol Are You? -- Updated (7/21/03) brought to you by Quizilla...</summary>
<author>
<name>planetoid</name>

<email>fs@mail2000.com.tw</email>
</author>
<dc:subject>game</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://planetoid.info/blog/">
<![CDATA[<p><img src="http://images.quizilla.com/I/ItalianPrincessLauren/1059660240_tsJunkWind.jpg" border="0" alt="You are WIND!"><br />
WIND is your chinese symbol!</p>

<p><br />
<a href="http://quizilla.com/users/ItalianPrincessLauren/quizzes/What%20Chinese%20Symbol%20Are%20You%3F%20--%20Updated%20(7%5C21%5C03)/"> <font size="-1">What Chinese Symbol Are You? -- Updated (7/21/03)</font></a><BR> <font size="-3">brought to you by <a href="http://quizilla.com">Quizilla</a></font></p>]]>

</content>
</entry>

<entry>
<title>What Chinese Symbol Are You?</title>
<link rel="alternate" type="text/html" href="http://planetoid.info/blog/archives/2003/08/06/000159.html" />
<modified>2005-11-13T07:21:03Z</modified>
<issued>2003-08-06T10:05:11Z</issued>
<id>tag:planetoid.info,2003:/blog//1.159</id>
<created>2003-08-06T10:05:11Z</created>
<summary type="text/plain"> WIND is your chinese symbol! What Chinese Symbol Are You? -- Updated (7/21/03) brought to you by Quizilla...</summary>
<author>
<name>planetoid</name>

<email>fs@mail2000.com.tw</email>
</author>
<dc:subject>game</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://planetoid.info/blog/">
<![CDATA[<p><img src="http://images.quizilla.com/I/ItalianPrincessLauren/1059660240_tsJunkWind.jpg" border="0" alt="You are WIND!"><br />
WIND is your chinese symbol!</p>

<p><br />
<a href="http://quizilla.com/users/ItalianPrincessLauren/quizzes/What%20Chinese%20Symbol%20Are%20You%3F%20--%20Updated%20(7%5C21%5C03)/"> <font size="-1">What Chinese Symbol Are You? -- Updated (7/21/03)</font></a><BR> <font size="-3">brought to you by <a href="http://quizilla.com">Quizilla</a></font></p>]]>

</content>
</entry>

</feed>