Monthly Archive for July, 2006

Page 4 of 4

get oneself hooked up

hook up

  1. To assemble or wire (a mechanism).
  2. To connect a mechanism and a source of power.
  3. Slang
a. To meet or associate: We agreed to hook up after class. He hooked up with the wrong crowd.
b. To become romantically or sexually involved with someone.
c. To marry or get married.

在MoinMoin里浏览mind-mapping图

需要安装FreeMindBrowser这个宏。

使用方法:

[[FreeMindBrowser( mindmapUrl, width, height )]]

我的MoinMoin的版本是Desktop Edition 1.5.2-1,需要一点点hack,方法见这里。也可以从这里直接下载patch文件。

tremor

tremour – - a small earthquake

There is a tremour in Beijing this noon.

Ref: http://www.thefreedictionary.com/tremor

解决Squible主题解析del.icio.us的RSS Feed时中文乱码的问题

看了Squible的源代码,知道了它用的是Magpie RSS。

google到了车东的文章, 很简单:

define('MAGPIE_OUTPUT_ENCODING', 'UTF-8');

可是我还是走了弯路:开始是只想着解决del.icio.us的问题,所以修改的是squible/elements/delicious.php,但不管用。又开始google,没有新发现,我用PHP 5,跟iconv和mbstring都没关系。后来想到把flickr.php也改一下试试吧,嘿嘿,居然都好了。一下子醒悟过来,我的版面设置flickr是在delicious的左边(前面),先执行,所以后面在定义MAGPIE_OUTPUT_ENCODING就不管用了。

还是乖乖地修改header.php吧,放到刚刚require magpierss/rss_fetch.inc 的后面,一切OK!

Ref: