<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8973883475031993328</id><updated>2024-09-08T09:13:27.144+08:00</updated><category term="尋孔顏樂處--Learning"/><category term="GRE"/><category term="雜七雜八--Others"/><category term="Mac開發技術"/><category term="Web相關技術--Web Technique"/><category term="程式設計心得"/><category term="邏輯--Logic"/><category term="文章千古事--writing"/><category term="測試文--Test Case"/><category term="Xcode 5"/><category term="Cobertura"/><category term="Gcov"/><category term="Jenkins"/><category term="gcovr"/><category term="類DVD技術與評論--DVD-Like Technique"/><title type='text'>Entertainment and Engineering</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://thedoublee.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/-/Web%E7%9B%B8%E9%97%9C%E6%8A%80%E8%A1%93--Web+Technique'/><link rel='alternate' type='text/html' href='http://thedoublee.blogspot.com/search/label/Web%E7%9B%B8%E9%97%9C%E6%8A%80%E8%A1%93--Web%20Technique'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09182967002988005708</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8973883475031993328.post-6564695884846819082</id><published>2007-07-06T20:31:00.000+08:00</published><updated>2007-07-06T21:47:38.684+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Web相關技術--Web Technique"/><title type='text'>一個防止網頁盜連的Java Script</title><content type='html'>昨天在檢視sitemeter的資料時, 意外發現一個奇特的訪客, 這位訪客進入本網頁的頁面, 以及離開時的頁面,&lt;br /&gt;都不是本網頁的任何頁面.&lt;br /&gt;而連結到進入點一探究竟時, 竟發現進入點的網頁內容, 與本網頁一致, 然而, 網址列卻全然不同...當下, 很直接的想到--是不是被人盜連了?&lt;br /&gt;&lt;span id=&quot;fullpost&quot;&gt;&lt;br /&gt;於是, 在情況還不明朗的情形下, 決定先找一個方式, 暫時阻擋此類連結.&lt;br /&gt;之前有看過利用網頁內容的座標, 來判斷是否網頁被他人當作嵌入內容, 不過目前的狀況似乎不適合(因為沒有看到任何frame), 在搜尋一陣子後, 發現下面的Java Script可能符合我的需要:&lt;br /&gt;&lt;blockquote&gt;&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;br /&gt;&amp;lt;!--&lt;br /&gt;var who=document.referrer;&lt;br /&gt;if(who &amp;amp;&amp;amp; who.indexOf(&quot;thedoublee.blogspot.com&quot;) == -1 ){&lt;br /&gt;alert(&quot;It&#39;s an Illegl Link. All Rights reserved by thedoublee.blogspot.com&quot;);&lt;br /&gt;top.location.href = &quot;http://thedoublee.blogspot.com&quot;;&lt;br /&gt;}&lt;br /&gt;//--&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;將上面這一段程式碼, 加入Template中後, 每當有人意圖從其他入口進入自己的網頁時, 便會跳出一個警告視窗, 之後, 便將使用者導向正確的入口.&lt;br /&gt;這一段程式碼看來相當方便, 然而卻有相當大的問題...效果太暴力了.&lt;br /&gt;以上程式碼, 不只將盜連擋掉, 連一般的連結也擋掉了. 結果就是不論從任何連結, 想要連到本網頁, 都會先彈出一個警告視窗.&lt;br /&gt;真正要有效果的話, 可能得將條件判斷式改得更精確點...也就是說, 不能只判斷進入點是否是本網頁, 而應判斷連過來的網頁是否合法.&lt;br /&gt;不過還好這只是暫時性的作法, 之後針對連過來的網頁查了一下, 發現那是一個網上代理伺服器的網站, 基本上不會造成什麼危害後, 我也就將之移除了.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://thedoublee.blogspot.com/feeds/6564695884846819082/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8973883475031993328/6564695884846819082' title='1 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/6564695884846819082'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/6564695884846819082'/><link rel='alternate' type='text/html' href='http://thedoublee.blogspot.com/2007/07/java-script.html' title='一個防止網頁盜連的Java Script'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09182967002988005708</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8973883475031993328.post-4460280890370452154</id><published>2007-01-23T17:09:00.000+08:00</published><updated>2007-01-23T17:14:28.560+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="GRE"/><category scheme="http://www.blogger.com/atom/ns#" term="Web相關技術--Web Technique"/><category scheme="http://www.blogger.com/atom/ns#" term="尋孔顏樂處--Learning"/><title type='text'>英文字首字根</title><content type='html'>&lt;p&gt;今天試著使用Google Page Creator,同時也當作整理上課的內容，初步成果如下：&lt;br /&gt;&lt;a href=&quot;http://grenote.googlepages.com/&quot;&gt;My GRE Note&lt;/a&gt;&lt;br /&gt;當然，因為今天大部分的時間都花在熟悉Google Page Creator上，內容還不多，之後應該會逐步增加。&lt;br /&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://thedoublee.blogspot.com/feeds/4460280890370452154/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8973883475031993328/4460280890370452154' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/4460280890370452154'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/4460280890370452154'/><link rel='alternate' type='text/html' href='http://thedoublee.blogspot.com/2007/01/blog-post_23.html' title='英文字首字根'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09182967002988005708</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8973883475031993328.post-5182551380962190970</id><published>2007-01-20T23:06:00.000+08:00</published><updated>2007-01-20T23:10:29.523+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Web相關技術--Web Technique"/><category scheme="http://www.blogger.com/atom/ns#" term="尋孔顏樂處--Learning"/><title type='text'>有用網站</title><content type='html'>一個整理了Blogger各項技巧的網站:&lt;br /&gt;&lt;a href=&quot;http://ifeelgood85.blogspot.com/2006/12/blogger-blogger-beta-navbar-iehack.html&quot;&gt;Blogger Beta Hack 滙總&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://thedoublee.blogspot.com/feeds/5182551380962190970/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8973883475031993328/5182551380962190970' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/5182551380962190970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/5182551380962190970'/><link rel='alternate' type='text/html' href='http://thedoublee.blogspot.com/2007/01/blogger-blogger-beta-hack.html' title='有用網站'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09182967002988005708</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8973883475031993328.post-5993346031188320388</id><published>2007-01-16T00:27:00.000+08:00</published><updated>2007-01-16T00:56:25.206+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Web相關技術--Web Technique"/><category scheme="http://www.blogger.com/atom/ns#" term="尋孔顏樂處--Learning"/><title type='text'>[補充]在文章中加入Expand/Collapse的功能</title><content type='html'>&lt;p&gt;之前講到可以在文章中加入Expand/Collapse(或是Show/Hide,延伸閱讀,繼續閱讀)的功能,今天實際試作了一下自動加入的功能,卻發現目前自動加入的功能有一些不如人意的地方.&lt;br /&gt;最嚴重的問題是,自動加入的功能目前的作法是藉由判斷&amp;lt;br&amp;gt;(換行標籤)的個數來決定在何處將Expand/Collapse功能加入文章,依照HTML的特性,就會出現如下的問題:&lt;blockquote&gt;&amp;lt;blockquote&amp;gt;&lt;br /&gt;1. ...&amp;lt;br&amp;gt;&lt;br /&gt;2. ...&amp;lt;br&amp;gt;&lt;br /&gt;3. ...&amp;lt;br&amp;gt; &lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;Call hidepost here!!&lt;/span&gt;&lt;br /&gt;&amp;lt;/blockquote&amp;gt;&lt;/blockquote&gt;發現問題了嗎?&lt;br /&gt;如果很不幸的,你的Expand/Collapse的功能正好加在HTML標簽之間,就會破壞HTML的結構,當然原本想要顯示的Expand/Collapse功能也沒有任何作用了....&lt;br /&gt;要解決這樣的一個問題,最直接的想法是剖析並記錄加入點之前所有的HTML標簽,並在加入點之前,強迫所有HTML標簽關閉,而在加入點之後,再重新開啟.不過這樣的做法相當麻煩,也必須對Javascript有比較深入的了解,所以我也懶得繼續研究了...暫時,還是先手動加入好了....&lt;br /&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://thedoublee.blogspot.com/feeds/5993346031188320388/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8973883475031993328/5993346031188320388' title='3 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/5993346031188320388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/5993346031188320388'/><link rel='alternate' type='text/html' href='http://thedoublee.blogspot.com/2007/01/expandcollapse_16.html' title='[補充]在文章中加入Expand/Collapse的功能'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09182967002988005708</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8973883475031993328.post-8892387717649152866</id><published>2007-01-15T02:42:00.001+08:00</published><updated>2007-01-15T02:51:02.908+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Web相關技術--Web Technique"/><category scheme="http://www.blogger.com/atom/ns#" term="尋孔顏樂處--Learning"/><title type='text'>在文章中加入Expand/Collapse的功能</title><content type='html'>為了不要讓主頁擴張的太離譜,我花了點時間,找了一下如何限制主頁文章可顯示長度的方法:&lt;blockquote&gt;&lt;a href=&quot;http://jas9beta.blogspot.com/2006/12/beta.html&quot;&gt;手動加入的方法&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://cjhtech.blogspot.com/2006/07/5blogger-1.html&quot;&gt;自動判斷現在行數加入的方法&lt;/a&gt;&lt;/blockquote&gt;&lt;br /&gt;目前還只是使用手動加入,不過我是認為自動加入的方式比較適合我想要的效果....&lt;br /&gt;可能明後天再找個時間更改一下吧...</content><link rel='replies' type='application/atom+xml' href='http://thedoublee.blogspot.com/feeds/8892387717649152866/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8973883475031993328/8892387717649152866' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/8892387717649152866'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/8892387717649152866'/><link rel='alternate' type='text/html' href='http://thedoublee.blogspot.com/2007/01/expandcollapse.html' title='在文章中加入Expand/Collapse的功能'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09182967002988005708</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8973883475031993328.post-4563626549683487647</id><published>2007-01-14T19:33:00.000+08:00</published><updated>2007-01-15T00:55:57.250+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Web相關技術--Web Technique"/><category scheme="http://www.blogger.com/atom/ns#" term="尋孔顏樂處--Learning"/><title type='text'>網站資訊提供(Feed)分類</title><content type='html'>原本由&lt;a href=&quot;http://www.feedburner.com/&quot;&gt;FeedBurner&lt;/a&gt;所提供的網站資訊提供(以下均以原文Feed稱之)，其最簡易的形式如下：&lt;blockquote&gt;http://[Blog名稱].blogspot.com/feeds/posts/default?alt=rss&lt;br /&gt;or&lt;br /&gt;http://[Blog名稱].blogspot.com/rss.xml&lt;/blockquote&gt;不管是用那一種方式產生Feed，都會有一個困擾--這種Feed所收集的文章，包含了整個Blog的文章，部落客無法決定那些文章允許他人訂閱，而訂閱者也無法只接受想要的文章，而過濾掉不想要的內容。&lt;span id=&quot;fullpost&quot;&gt;於是Blogger針對這種情形，提供了一個方法讓部落客能夠&lt;a href=&quot;http://www2.blogger.com/help.blogger.com/bin/answer.py?answer=53336&amp;topic=8927&quot;&gt;依據標簽訂閱文章&lt;/a&gt;。&lt;br /&gt;而對我來說，除了希望我的文章能夠依據主題讓別人訂閱，也在外觀上希望不要離原來的Labels網頁元素太遠，比較適合讀者快速查閱及訂閱。而原本Blogger所提供的&lt;a href=&quot;http://help.blogger.com/bin/answer.py?answer=53336&amp;amp;topic=8927&quot;&gt;包含標簽的Feed&lt;/a&gt;雖然可以做到依照標簽訂閱，但外觀上卻有所限制：&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://farm1.static.flickr.com/157/356829854_fbc0e17244_o.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;&quot; src=&quot;http://farm1.static.flickr.com/157/356829854_fbc0e17244_o.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;利用Blogger基本功能所產生的分類Feed外觀&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;可以看到上圖的方式有幾個問題：其中之一是上圖的兩個分類，分別屬於兩個不同的網頁元素，而有時更換Template會造成網頁元素的重排，這時很難保證這兩個網頁元素還會排在一起。另一問題則是當提供訂閱的標簽增加之時，在外觀上會造成側邊條成長，這可能會妨礙讀者搜尋其他的Blog資訊。（太多網頁元素也可能降低Blogger的載入速度，不過目前沒有找到相關資訊，所以這不是目前的考慮重點）&lt;br /&gt;在搜尋並研究了一陣子後，我發現其實只要搭配&lt;a href=&quot;http://help.blogger.com/bin/answer.py?answer=53336&amp;topic=8927&quot;&gt;包含標簽的Feed&lt;/a&gt;及&lt;a href=&quot;http://www.feedburner.com/&quot;&gt;FeedBurner&lt;/a&gt;就可以做到我想要的功能，並在某種程度上取代掉Blogger所提供的Labels網頁元素。做法如下：&lt;br /&gt;1．先照著&lt;a href=&quot;http://blog.pixnet.net/bd19801126/post/1599779&quot;&gt;申請永久RSS‧FeedBurner&lt;/a&gt;所述，將下列形式的Feed加入FeedBurner：&lt;blockquote&gt;http://[blogname].blogspot.com/feeds/posts/default/-/[labelname]&lt;/blockquote&gt;其中labelname是你所想要提供的標簽（Tag）名稱。&lt;br /&gt;2．在FeedBurner中，點選左上角Home圖示旁的&quot;My Feeds&quot;會出現如下的畫面：&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://farm1.static.flickr.com/143/356846201_ed8c603e24.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;&quot; src=&quot;http://farm1.static.flickr.com/143/356846201_ed8c603e24.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;點擊剛才加進去的Feed，會進入詳細的設定如下：&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://farm1.static.flickr.com/124/356866716_ca97e9e7e0.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;&quot; src=&quot;http://farm1.static.flickr.com/124/356866716_ca97e9e7e0.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;點擊&quot;Publicize&quot;（亦即藍色框起來的部分），即可選擇用各種方式發佈Feed如下：&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://farm1.static.flickr.com/162/356866748_32a0198051.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;&quot; src=&quot;http://farm1.static.flickr.com/162/356866748_32a0198051.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;而我所選擇的方式是“Chicklet Chooser“（亦即我用紅色框起來的部分）。&lt;br /&gt;3．在Chicklet Chooser服務頁面中，主要要做兩件事，其一是選擇發佈的圖示及服務如下：&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://farm1.static.flickr.com/128/356873900_8930faec84.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;&quot; src=&quot;http://farm1.static.flickr.com/128/356873900_8930faec84.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;Chicklet Chooser可讓你選擇快速將Feed加入某一書簽服務中&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;當選好所用的圖示及服務後，接下來要做的就是將Chicklet Chooser所提供的Html code複製一份：&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://farm1.static.flickr.com/160/356873918_951b44e273.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;&quot; src=&quot;http://farm1.static.flickr.com/160/356873918_951b44e273.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;然後將所複製的Html code，貼在Blog新增的「HTML/Java Script」網頁元素中。&lt;br /&gt;部落客可以對每個標簽重複做這些動作，然後將所得到的Html codes，全部貼到同一個「HTML/Java Script」網頁元素中，所得到的外觀如下：&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://farm1.static.flickr.com/139/356883407_2598ff8d3e_o.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;&quot; src=&quot;http://farm1.static.flickr.com/139/356883407_2598ff8d3e_o.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;是不是比較乾淨，也比較節省空間呢？&lt;br /&gt;接下來是一些小細節：&lt;br /&gt;1．如果直接貼上所得到的Html code, 小圖示後面所顯示的文字都會是&quot;Subscribe to my feed&quot;，這雖然是小細節，不過忘記處理的話，可是會讓人很傷腦筋的。&lt;br /&gt;2．如果標簽是中文的話要怎麼處理？Blogger雖然允許使用中文標簽，但是FeedBurnner卻不會主動幫部落客處理中文的標簽。這意思是說，如果你餵給FeedBurnner的Feed網址是像下面這種形式的話：&lt;blockquote&gt;http://[myBlogName].blogspot.com/feeds/posts/default/-/&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;邏輯&lt;/span&gt;&lt;br /&gt;--Logic&lt;/blockquote&gt;那FeedBurnner會告訴你這是一個無效的Feed。&lt;br /&gt;所以有中文標簽的話，中文的部分必須轉成FeedBurnner認得的形式才行：&lt;blockquote&gt;http://[myBlogName].blogspot.com/feeds/posts/default/-/&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;%E9&lt;br /&gt;%82%8F%E8%BC%AF&lt;/span&gt;--Logic&lt;/blockquote&gt;&lt;br /&gt;有一個快速轉換中文標簽的方式，就是直接點擊你的Blog中，文章後面所附的中文標簽，那麽Blogger會帶你到下面的網址：&lt;blockquote&gt;http://[部落格名稱].blogspot.com/search/label/&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;[中文標簽轉碼後的結果]&lt;/span&gt;&lt;/blockquote&gt;用紅色的部分替代中文標簽，就可以將中文標簽餵給FeedBurnner了。&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://thedoublee.blogspot.com/feeds/4563626549683487647/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8973883475031993328/4563626549683487647' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/4563626549683487647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/4563626549683487647'/><link rel='alternate' type='text/html' href='http://thedoublee.blogspot.com/2007/01/feed.html' title='網站資訊提供(Feed)分類'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09182967002988005708</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://farm1.static.flickr.com/143/356846201_ed8c603e24_t.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8973883475031993328.post-7865926136170964862</id><published>2007-01-08T18:04:00.000+08:00</published><updated>2007-01-08T18:08:52.064+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Web相關技術--Web Technique"/><category scheme="http://www.blogger.com/atom/ns#" term="雜七雜八--Others"/><title type='text'>網頁的價值</title><content type='html'>&lt;a href=&quot;http://www.dnscoop.com/&quot;&gt;計算你的網頁價值&lt;/a&gt;&lt;br /&gt;本網頁的價值$1,560,000...&lt;br /&gt;在完全新建,沒有流量,沒有名聲及大量參訪者的情形下（甚至連Google都還找不到）,還能有這種價值,可見名字實在是取得太好了...</content><link rel='replies' type='application/atom+xml' href='http://thedoublee.blogspot.com/feeds/7865926136170964862/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8973883475031993328/7865926136170964862' title='2 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/7865926136170964862'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/7865926136170964862'/><link rel='alternate' type='text/html' href='http://thedoublee.blogspot.com/2007/01/blog-post_08.html' title='網頁的價值'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09182967002988005708</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8973883475031993328.post-2272016111014906090</id><published>2007-01-08T17:13:00.000+08:00</published><updated>2007-01-08T18:03:32.315+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Web相關技術--Web Technique"/><title type='text'>將Blogger內容加入Google sitemap</title><content type='html'>&lt;a href=&quot;http://blogs.cyberciti.biz/hm/index.php/2006/04/28/adding-google-sitemap-to-bloggercom-blog-account/&quot;&gt;參考網頁&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://www.google.com/webmasters/tools&quot;&gt;Google WebMaster Tools&lt;/a&gt;&lt;br /&gt;其實原本我是想自動產生Site Map元件的..&lt;br /&gt;不知怎麼搞的,就找到這東西了...&lt;br /&gt;現在我的Blog在Google上是搜不到的(因為實在太新了...-_-)&lt;br /&gt;照文章中所說,將Blogger的Sitemap加入Google sitemap後,Google會定期的掃描網頁,並將新的內容加入Google的Index...&lt;br /&gt;不過到目前為止,還沒看到實際的成果...也許等晚一點再試試看吧....&lt;br /&gt;另...如果有自動產生Sitemap的方法或程式碼的話,也歡迎提供哦...</content><link rel='replies' type='application/atom+xml' href='http://thedoublee.blogspot.com/feeds/2272016111014906090/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8973883475031993328/2272016111014906090' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/2272016111014906090'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/2272016111014906090'/><link rel='alternate' type='text/html' href='http://thedoublee.blogspot.com/2007/01/bloggergoogle-sitemap.html' title='將Blogger內容加入Google sitemap'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09182967002988005708</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8973883475031993328.post-6634850306729794599</id><published>2007-01-06T17:43:00.000+08:00</published><updated>2007-01-06T18:10:58.732+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Web相關技術--Web Technique"/><title type='text'>Blogger的相容性</title><content type='html'>Blogger的編輯與發佈在Mac的Safari上似乎有些相容性的問題：&lt;br /&gt;在Firefox的版面配置：&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://farm1.static.flickr.com/164/347560282_90b46d9960_m.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;&quot; src=&quot;http://farm1.static.flickr.com/164/347560282_90b46d9960_o.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;以及在Safari的情形：&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://farm1.static.flickr.com/148/347560255_288fe8b0d5_o.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;&quot; src=&quot;http://farm1.static.flickr.com/148/347560255_288fe8b0d5_o.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;可以看到在Safari上,左上方少了一些功能按鈕,而右上方的Tab也消失了。&lt;br /&gt;而就算在Firefox中,功能的運作似乎也不太直覺...&lt;br /&gt;一個例子是有關加入影像:對一般的文字編輯而言(不管是不是在網路上),使用者都會預期加入的影像位置,會落於文字遊標的附近(當然依據所選的配置(layout)不同,會有所差異).不過在實際使用Blogger的情形下,影像聯結的html code卻被置於文章的最開頭。要移到自己想要的位置，還得多一道手續。</content><link rel='replies' type='application/atom+xml' href='http://thedoublee.blogspot.com/feeds/6634850306729794599/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8973883475031993328/6634850306729794599' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/6634850306729794599'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/6634850306729794599'/><link rel='alternate' type='text/html' href='http://thedoublee.blogspot.com/2007/01/bloggermacsafari-firefox-safari.html' title='Blogger的相容性'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09182967002988005708</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8973883475031993328.post-1043872421875790494</id><published>2007-01-03T11:59:00.000+08:00</published><updated>2007-01-15T02:12:52.118+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Web相關技術--Web Technique"/><title type='text'>在Blog中加入Google Calendar</title><content type='html'>Google 的整合服務真的作得不錯....&lt;br /&gt;不過在一些細節上,卻不是那麼方便.&lt;br /&gt;舉例而言,當想要將Google Calendar的內容顯示在Blogger上時,&lt;br /&gt;如果只想顯示單一,公開的Calendar,那沒什麼問題,照著Calendar及Blogger的說明,很輕易就可做到...&lt;br /&gt;可是如果想要將多個Calendar的內容,顯示在同一個Calendar的區塊上,那又該怎麼做呢?&lt;br /&gt;下面就是我的解法：&lt;br /&gt;1. 首先,從Google Calendar中取得需要Calendar的Html code如下:&lt;br /&gt;&lt;blockquote&gt;http://www.google.com/calendar/embed?src=[calendar的名稱或位置A]&lt;/blockquote&gt;&lt;span id=&quot;fullpost&quot;&gt;&lt;br /&gt;&lt;blockquote&gt;http://www.google.com/calendar/embed?src=[calendar的名稱或位置B]&lt;/blockquote&gt;&lt;br /&gt;2. 接著,將所得到的Html code組合如下:&lt;br /&gt;&lt;blockquote&gt;http://www.google.com/calendar/embed?src=[calendar的名稱或位置A]&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;&amp;amp;src=[calendar的名稱或位置B]&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;3. 最後在Blogger中加個新的Element,也就是某個iframe,再將上面這段code貼上就完成了.&lt;br /&gt;&lt;br /&gt;不過這樣的做法,只能用在公開的Calendar上,如果使用不公開的Calendar,剛做完的時候可以看到Calendar,可是過一陣子再看就看不到了.&lt;br /&gt;不過還好,Google Calendar提供了我們一些細微的設定,可以讓我們只分享一部分的Calendar的資訊,&lt;br /&gt;Google Calendar的設定如下:&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;1. Do not share with everyone&lt;br /&gt;2. Share all information on this calendar with everyone&lt;br /&gt;3. Share only my free / busy information (hide details)&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;其中第三項允許我們只顯示schedule的時間資訊,而不顯示細節。只要將分享的方式設為第三類,即可只公開部分資訊。&lt;br /&gt;至於若是想對朋友公開更細部的行程的話,那還要在Google Calendar中再設定才行.&lt;br /&gt;[補充]&lt;br /&gt;Google Calendar允許使用者針對單一事件,排程設定分享方式,若要做更細部的設定,由這裡著手可能是個不錯的選擇。&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://thedoublee.blogspot.com/feeds/1043872421875790494/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8973883475031993328/1043872421875790494' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/1043872421875790494'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8973883475031993328/posts/default/1043872421875790494'/><link rel='alternate' type='text/html' href='http://thedoublee.blogspot.com/2007/01/bloggoogle-calendar.html' title='在Blog中加入Google Calendar'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09182967002988005708</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>