Category Archives: Network

Network

Planet 與 tag

是台灣 Debian 社群的 Planet (如果你不知道這是什麼,就當作是聯播吧),我雖然有訂閱他的 RSS,不過我發現其實大多數的文章跟 ,甚至跟 Linux 好像都沒什麼關係 :p

是不是有可能可以改用 tag 的方式蒐集比較相關的主題呢?向是 “debian” “linux” 之類的,類似的作法在 Oui-Blog 已經試行一段時間了:

修改 wp-rss2.php

我發現 聯播日期正常的 blog 都是用 ,在看過 RSS 2.0 後發現 沒有送 <pubDate> (與 </pubDate>,下面的說明也一樣) 這個欄位。

事實上在 裡面也並不需要送 <pubDate> (spec 是寫 optional),所以在 與一般的 RSS Reader 都正常的情況下,我就把 <pubDate> 給拿掉了 :p (這是因為大家判斷這筆 entry 是否已經取過是透過 <guid> 判斷,雖然這個欄位也是 optional -_-)

Update:無效 XD

Flickr 從加拿大搬到加州

上公告了 將從加拿大搬到美國:

Data moving from Canada to U.S. Very Soon!

The Flickr team has up and moved this week to Californ-I-A and have been singing Beach Boys songs non-stop since arrival. And you’re moving too! We are moving each and every pixel, bit and byte, all your data, lock stock and barrel, from our humble server shack in Canada to our new server palace in the U.S. Of A! This process will begin during the week of June 28 and will result in speediness, stableness and happiness. We can answer any questions in the FlickrHelp topic.

Thank you, Flickreebies, for making Flickr such a wonderful place to share,connect and befriend. We love you! (in an entirely non-creepy way).

The Flickroobie

希望真的會比較穩 :p (啊啊,我又想到某站了)

XMLHttpRequest 安全性問題

研究 XMLHttpRequest 時,改了半天還是弄不起來,老是出現 “Error: uncaught exception: Permission denied to call method XMLHttpRequest.open“,用 找半天看不出什麼原因,只看出跟安全性問題有關,但是也沒有說要怎麼解決。

想了一陣子才想到我這邊使用 XMLHttpRequest.open() 時是去 API (www.flickr.com) 抓,而不是同一個 site 下面的 url,把 url 改回同個 site 下面就馬上 okay 了。

於是我就試看看:用 Redirect 把某個目錄的 URL 導到 Flickr API,結果發現 XMLHttpRequest 居然抓到 Redirect 的頁面而不是 Flickr API…

這樣就很奇怪了:那我之前看到的 是怎麼做到的?突然想到 似乎是用 (參考 LfVr – a Lightweight flickr Viewer 的說明),於是跑去抓 0.5 下來看,發現…

/*
* flickr.proxy.php,
* this is an interface between the Flickr API wrapper
* and the REST methods from flickr.com

原來大家的做法都一樣,都是寫一個 flickr.proxy.php 之類的東西過一次水,然後再透過 cache 加速… *boom*

無名小站的 Blog 與 Album 備份及還原服務

備份與還原都寫的差不多了。(包含 Blog 與 Album)

Blog 的部分可以備份成 的資料,也可以把 的資料轉回無名 Blog 上。(不過轉回去的時候 Category 沒轉進去,有空再寫吧…)

Album 的部分也已經可以備份下來,目前是直接在 Windows Environment 下面的「命令提示字元」配合 WGET win32 版做備份。

剩下文件… 徵求寫 Document 的人啊… (用力吶喊)