Google又有新东西-谷歌拼音输入法

http://tools.google.com/pinyin/
看着仿佛挺不错的,只可惜用着Linux,没法试一试。唯一的不足就是,竟然没有Online服务,如果网上就能使用那该多好,那就不用装软件也就可以用了。这也应该不是很难的事,不知道Google什么时候会新添这个功能。
还有,国内的Google Map也在越做越好看,功能也越来越多(不过速度在美国自然有点慢),大家有兴趣的可以看看这篇介绍:http://googlechinablog.com/2007/03/google_30.html

upgrade wordpress of 2.0.x series by patch

Now I did this two times: from 2.0.4->2.0.5 and 2.0.5->2.0.6. It was quick and neat. You don’t have to disable any installed plugin and reactivate it later. But surely do a backup.
And the way to do the patch is:
1. go to the Mark’s blog, and get the diff file. Remember, download the file and save […]

movie embedded in PDF

Previously, I mentioned some methods to convert video formats. Today, I managed to embed a video in a PDF file. This is truly the idea of Portable Document Format, that is, a single file can be ported to anywhere for viewing.
So later, when I want to convert html to pdf, I even can convert the […]

html2pdf/html2ps/html2chm

上周是一亩二分地的第十期了,收集成卷,原来很想做成pdf或者chm格式,可以单独作为一个文件。可是怎么也没有很好的办法。
1、convert html to chm
微软有一个HTML Help 1.4 SDK, 装了一下,试着不是很好用。不仅格式难看,而且中文的支持也不是很好。又要寄居在scorp的电脑上折腾,就索性断了这个念头,开始想转成pdf或者ps。
2、convert html to pdf/ps
这个其实应该是很简单的事情,用浏览器都可以打印到文件做成pdf,只要装了Acrobat Distiller。 不过毕竟有过半百的文章,靠手工也太累了。更关键的是,我想保持pdf里的那些链接仍然有效。所以只能继续google。

第一个找到不错的,或者现在也仍然最中意的是用perl写的html2ps。 它的效果还可以,只可惜中文支持不好
再然后不错的是另一个html2ps/html2pdf。这是英文的样子,还不错。可是它虽然似乎支持着中文,但是把格式完全打乱了。一开始我还以为是CSS的缘故,调整了好久,也丝毫没有作用。十分郁闷的只能放弃了。
最后,还有挺多别的类似工具:dom2pdf, xhtml2pdf。但仍然没很好的中文支持,希望不用多久,就有人解决这个问题了