Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »

taglife › Comments

taglife
JavaScript Event Attributes - http://studentweb.ncnu.edu.tw/9732154...
JS 事件屬性,一些Sample。參考 http://www.w3schools.com/tags... - taglife
taglife
HTML / HTML5 / XHTML / WCAG Validator with Spell Check, Links Check and Screenshots - http://www.totalvalidator.com/validat...
一說線上校驗相當仔細,有點吹毛求疵。 - taglife
taglife
Blog 常見名詞釋義 - http://clipmarks.com/clipmar...
clipped by: taglife clipper's remarks: MT的,不過一樣。 Clip Source: mtbook.net 文章/文章項目/項目(Entry) Entry 直譯的話是「項目」;在 MT 裡,固然多數的 Entry 都是在指稱(將/已)被發表的文章;如果妳習慣 BBS 的話,相對應的措辭應當是「post」。 彙整(Archive/Archiving) Archive 是一個名詞,指的是「一堆東西(通常也就是一堆文章)經整理過後所變成的東西」,我翻譯成「彙整」,指的是「被彙編整理後的文章」。 迴響(Comment) Comment 最基本的用法就是「評論」;但是在許多情況下,讀者的 Comment 不見得真的都是「評論」,也許祇是提提相關的話,也許祇是更原初的社交用途;也有可能祇是在回應之前的其他 Comment 而已。完整的表達所有的可能性的話,就得使用「評論或回應」這樣的說法,不過顯然過於冗長。 所以斟酌之後,我決定在平常翻譯成「迴響」;有必要的時候纔譯成「評論」,來囊括這種種可能的用途。 引用(TrackBack) 這大概是最具爭議的詞了。當動詞來用的時候,是「追溯回去」的意思,可是當名詞來用的時候,卻又會變成「會追溯回來的項目(通常是文章)」。妳可以注意到前後兩次「追溯」的方向剛好相反,所以我不翻譯成「追溯」,而翻譯成「引用」,這是精簡的譯法,同時也保留了動詞名詞的雙重性質。其實翻譯成「朝聖」也很貼近,但顯然不適合。 通告(Ping) Ping 也是很難翻譯的字眼。這個字眼是從聲納中引伸出來的,大意是說「送出某種訊號」,也可以當作名詞解釋,指著這個被送出的訊號。在 MT 裡, Ping 是跟著 TrackBack 用的,所以我把 Ping 翻譯成「通告」,搭配 TrackBack 的話,就是「引用通告」。這跟後面的 Notification 是不同的。 Tags: archive, comment, entry, ping, trackback - taglife
taglife
Comment & Trackback Num. separation - http://clipmarks.com/clipmar...
clipped by: taglife clipper's remarks: WordPress 評論數和引用數分離。 Clip Source: blog.beyes.tw 正常的評論數 如果不想將 Trackbacks/Pingbacks 的數目加到正常的評論數中的話,請將以下的程式碼加進 functions.php 檔案。 view source print? 1<?php 2add_filter('get_comments_number', 'comment_count', 0); 3function comment_count( $count ) { 4    global $id; 5    $comments_by_type = &separate_comments(get_comments('post_id=' . $id)); 6    return count($comments_by_type['comment']); 7} 8?> 程式碼來源:http://sivel.net/2008... Tags: chinese, comment, count, trackback, wordpress - taglife
taglife
Iconfinder | Search through 122,683 icons or browse 296 icon sets - http://www.iconfinder.net/
Iconfinder 尋找免費可愛的 icon ~!! - taglife
taglife
WordPress comment.php comment-reply.js - http://clipmarks.com/clipmar...
clipped by: taglife clipper's remarks: comment.php 的部份一直懶的去修",因為'啥留言的啦!之後版本"--大的,造成theme與plugin都容"有問題...感覺內建的還是不怎好",外掛的好-.- Clip Source: www.imliony.cn 另外,要在header.php中加入下面這條語句: <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>  該語句的作用是在文章的內容頁引用comment-reply.js檔案,點擊「回覆」按鈕之後輸入框移動到評論位置就是靠這個JS實現的。 總結 總的來說就是重寫comment.php,首先用wp_comment_list()函數代替for...each語句;然後在function.php中定義回調函數;然後加上分頁導航的調用函數。最後修改一下CSS就可以使了。 另外要注意的一點是,如果設定了「永久連結」的話,一定記住要在永久連結的後面加上一個斜槓「/」,否則分頁導航會出現錯誤。 Tags: comment, comment-reply, php, wordpress - taglife
taglife
Country code top-level domain en國家頂級域名列表 - Wikipedia - http://en.wikipedia.org/wiki...
en wiki ccTLD,英文維基國家頂級域名列表 - taglife
taglife
Your contacts and calendar, your music, your maps and important files - with Ovi by Nokia, you've got all the stuff that matters to you in one place. - taglife
taglife
Eclipse is an open-source, platform-independent software framework, written primarily in Java, for delivering what the project calls "rich-client applications," as opposed to "thin client" browser-based applications. So far this framework has typically been used to develop Integrated Development Environments (IDEs), such as the Java IDE called Java Development Toolkit (JDT) and compiler (ECJ) that comes as part of Eclipse (and which are also used to develop Eclipse itself). However, it can be... - taglife
taglife
clipped by: taglife clipper's remarks: background 單值不能過, background-position 單值可以過... 真是鬼扯 - -! Clip Source: www.neoease.com 也就是說, 今後在 background 標籤上不能再使用單值為圖片定位, 否則不能通過 W3C 認證. 還沒結束, 因為我對此好奇, 所以也在 background-position 屬性上使用單值去校驗了幾次, 發現並不會報錯. 也不知道 W3 組織是基於什麼考慮, 讓兩個屬性的編寫規則進行差異處理, 否定了自己的文檔而且還不能統一. Tags: background, background-position, css, validation, w3c - taglife
taglife
Highslide JS - JavaScript thumbnail viewer - http://highslide.com/
又是另一種風格,一連串的Gallery(畫廊)包含thumbnail(縮圖)。 - taglife
taglife
ThickBox 2.0——蓝色理想 - http://www.blueidea.com/article...
ThickBox 2.0 中文演示 - taglife
taglife
jQuery lightBox plugin - http://leandrovieira.com/project...
jQuery JavaScript Library v1.3.2 在IE 5.5 會有問題。 - taglife
taglife
ColorBox - customizable lightbox plugin for jQuery - http://colorpowered.com/colorbo...
examples 2 的無邊展示蠻好看的。 - taglife
taglife
* colorbox * jQueryUI Dialog * fancybox * DOM window * shadowbox.js - taglife
taglife
在IE 5.5 單張可看,多張的按了會有問題。 - taglife
taglife
ssh, putty 使用 public key 不用密碼登入,subversion + ssh « GD’s blog - http://gdfan1114.wordpress.com/2005...
這篇讓我有自動登入PuTTYgen豁然開朗。 - taglife
taglife
Tutorial on PuTTY 網路教材 (ncu 中央) - http://libai.math.ncu.edu.tw/bcc16...
說明的不錯。使用PuTTYgen產生公私鑰自動連線。* PSCP 可以任何連接任何版本的 SSH server , PSFTP 僅可以連接 SSH 2 server。* PSFTP 可以使用交談式的方式上傳或下載一個或多個檔案, PSCP 則設計用來僅傳輸單一檔案。 - taglife
taglife
PuTTY is a client program for the SSH, Telnet and Rlogin network protocols, plus Serial Port communications, it is perhaps the most popular tools on the Windows platform as OS X and Linux have terminals built in for this. - taglife
taglife
不自量力 の Weithenn: IPTables-Linux Firewall - http://www.weithenn.org/cgi-bin...
無意間找到一份寫的簡單明瞭的iptables,不像鳥哥長篇大論- -...規則寫的很清楚,都還蠻值得學習的 :D - taglife
taglife
KCalc is a scientific calculator. KCalc provides: * Trigonometric functions, logic operations, and statistical calculations * Calculation in decimal, hexadecimal, octal, and binary bases * Memory functions for storing results * A comprehensive collection of mathematical constants This package is part of the KDE 4 utilities module. - taglife
taglife
error: Bind to port 22 on 0.0.0.0 failed: Address already in use - http://clipmarks.com/clipmar...
clipped by: taglife clipper's remarks: /etc/modprobe.conf alias net-pf-10 off Clip Source: phorum.study-area.org 引用 Nov 18 10:00:25 fedora2 sshd[1331]: Server listening on :: port 22. 這表示 sshd 已經 bind to ipv6 address 引用 Nov 18 10:00:26 fedora2 sshd[1331]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use 又要 bind to ipv4 address ,當然就會失敗囉。 其實還算是正常現象啦,當作沒看到就好了。 這應該是預設就載入ipv6的模組, 所以如果用不著的話, 不載入ipv6的模組不知有無其他的影響? 我試著在/etc/modprobe.conf中加了這一行 程式碼: alias net-pf-10 off 重新開機後就不再出現那個錯誤了, 唔災有何差別? Tags: ipv6, modprobe, sshd - taglife
taglife
ASUS Eee PC™ Comparison List 比較表 - http://event.asus.com/eeepc...
taglife
TCP/UDP埠列表 - 維基百科,自由的百科全書 - http://zh.wikipedia.org/zh-tw...
service port list. - taglife
taglife
Zenity is a tool that allows you to display Gtk+ dialog boxes from the command line and through shell scripts. It is similar to gdialog, but is intended to be saner. It comes from the same family as dialog, Xdialog, and cdialog, but it surpasses those projects by having a cooler name. - taglife
esorhjy
雖然FriendFeed的用戶一直流失,不過上面自動匯聚的資訊還是一個不錯的檢索瀏覽之處(即使已經沒什麼人在互動^^)
RT - taglife from IM
taglife
Microsoft Visual Studio is Microsoft's flagship software development product for computer programmers. It centers on an integrated development environment which lets programmers create standalone applications, web sites, web applications, and web services that run on any platforms supported by Microsoft's .NET Framework (for all versions after 6) - taglife
taglife
Microsoft Script Editor - http://wakoopa.com/softwar...
Microsoft Script Editor
Microsoft Script Editor is an optional install with some versions of Microsoft Office. It is a minimal HTML, VBScript & JScript script editor with a resemblance to the Microsoft Development Environment that accompanies Visual Studio. - taglife
taglife
PingBack v.s. TrackBack - http://clipmarks.com/clipmar...
clipped by: taglife clipper's remarks: 以設計概念上來探討兩者的差別。 * PingBack 通常是在文末附加一個連結,連結回 ping 的文,'有多餘的資訊。被 ping 者會回去檢查文中是否確實有連結,連到此。 * TrackBack 則會在文末附上'要," pingback 多一些資訊。被 trackback 的人不會回去檢查是否原文有這個連結,也許你不連',但是你寫的東西跟'有--。( p.s. wordpress 有 plugin 叫 TrackBack Validator, 是"來檢查原文是否有連結到本文,可以防止一些 TrackBack SPAM ) 因為 TrackBack " PingBack 檢查寬鬆,"夾帶較多資訊,所以使"上較為有彈性,但也容"成為 SPAM 的溫床。 http://cibs.csie.net/?p=63 http://cibs.csie.net/?p=64 Clip Source: cibs.csie.net PingBack 是主動通知他人你引用了他的文章,而 TrackBack 是讓人家通知你他引用了你的文章。 講起來好像一樣,不過實作上就比較看得出明顯的差別。 Wordpress 實作上會對文章中所出現的 hyperlink 作 pingback, 所以當一篇文章發出去的同時,會通知引用的對象說「我要引用你了哦!」這是 blog system 自動幫你完成的事。 而 TrackBack 是一篇文章有一個 Trackback URI, 可以讓別人寫文的時候,主動填入你的 Trackback URI 來通知你他引用你。 看完上面的解說應該比較清楚一點,一個是主動通知,一個是被動放 URI 讓人家選擇是否通知。 Tags: pingback, spam, trackback, uri - taglife
taglife
Red Hat Linux 用戶自訂手冊 - taglife
Other ways to read this feed:Feed readerFacebook