Social bookmark: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
No edit summary
Line 17: Line 17:
* [http://www.oreillynet.com/pub/wlg/7240?page=last&x-order=date Folksonomic Discovery] 2005-06-17
* [http://www.oreillynet.com/pub/wlg/7240?page=last&x-order=date Folksonomic Discovery] 2005-06-17
* Planetoid (2005). [http://planetoid.info/weblog/2005/11/07/000522.html Social bookmarking for saving the copy of webpages or pdf files]
* Planetoid (2005). [http://planetoid.info/weblog/2005/11/07/000522.html Social bookmarking for saving the copy of webpages or pdf files]
== javascipt ==
http://digest.url.com.tw/images/add2myshare_80x15-5.gif
<pre>
<a href="javascript:location.href='http://myshare.url.com.tw/index.php?func=newurl&from=mysharepop&NewsMaster=1&url=' + escape('網頁文章靜態連結') + '&desc=' + escape('網頁標題') + '&contents='+ escape('
網頁描述');" target="_blank">收進你的MyShare個人書籤</a>
</pre>
http://www.hemidemi.com/sticker/addblack_8015.gif
<pre>
<a href="javascript:location.href='http://www.hemidemi.com/user_bookmark/new?title=' + encodeURIComponent('網頁標題') + '&url=' + encodeURIComponent('網頁文章靜態連結') + '&description='+ encodeURIComponent('
網頁描述')" target="_blank">收進你的黑米個人書籤</a>
</pre>
參考
* [http://www.palacan.com/palablog/tomsun/archives/8 啪啦站長部落格: 懶人幫書籤摘選法-one-touch自動收錄書籤至MYSHARE或黑米] (last visited: 2007-2-7)


[[Category:Folksnomy]]
[[Category:Folksnomy]]

Revision as of 20:41, 7 February 2007

定義

社會性書籤(social bookmarking)是透過電腦網絡/網路服務進行的活動(Social Network Service)。使用者儲存與組織(這種個人化組織方式才稱為民眾分類學、俗民分類法、或自由分類法, folksonomy, folk taxonomy)他們個人的書籤收藏,並且分享給其他人。使用者也許可以從其他人儲存的書籤收藏取得想要的書籤,收納至自己的書籤收藏,就好像是訂閱其他人的書籤目錄 -- 一種個人知識管理(personal knowledge management)工具。 (本段落引用自Wikipedia: Social bookmarking,授權方式為 GNU Free Documentation License)

規格書

理論和技術

  • 六度分隔(Six Degrees of Separation)理論
  • Web 2.0 and Web Services
  • XML
  • AJAX

文章


javascipt

add2myshare_80x15-5.gif

<a href="javascript:location.href='http://myshare.url.com.tw/index.php?func=newurl&from=mysharepop&NewsMaster=1&url=' + escape('網頁文章靜態連結') + '&desc=' + escape('網頁標題') + '&contents='+ escape('
網頁描述');" target="_blank">收進你的MyShare個人書籤</a>

addblack_8015.gif

<a href="javascript:location.href='http://www.hemidemi.com/user_bookmark/new?title=' + encodeURIComponent('網頁標題') + '&url=' + encodeURIComponent('網頁文章靜態連結') + '&description='+ encodeURIComponent('
網頁描述')" target="_blank">收進你的黑米個人書籤</a>

參考