Saturday, October 21, 2006

people who use M$ IEX (where X <= 6) ....

You can not see all articles and the sidebar here because M$ IEX (where X <= 6) does not support my javascript well. Drop your old toy and choose the-state-of-the-art browsers which have high security and support completely JavaScript and W3C standard: CSS, XML .. etc.

I recommend you for Mozilla Firefox. Ask me for a good reason ? hmmm ... if you don't want to be a fogy .. haha. Seriously, surfing on webs becomes daily job for everyone so that better tools can help you more easily gaining what you need.

Read More...

Friday, October 20, 2006

元氣Q奶

元氣Q奶

奶茶的網站上看到的,網站上的商品介紹真是讓人垂涎三尺呀,呵呵 ~

Read More...

Wednesday, October 11, 2006

02 by Yano Saori

yano_saori_02_cover
Album: 02
Artist: Yano Saori (矢野沙織)

I am addicted to her alto sax power. What a nice player ~

Yano Saori's profile: japanese, mandarin

Read More...

Tuesday, October 10, 2006

about "before Wesley" series

All articles in this series were written before I use "Wesley" as my english name. They record my mood, ideas and sadness in almost past four years.

Because PChome is not a good place to post and is too unstable to save them, I moved some important articles here and labeled them with before Wesley ...

Read More...

溫柔月台

jimmy02
posted at 2005-04-12 23:33:59

過往的旅客不斷
偶爾佇腳休息

妳在我的心裡短暫的停留
累了 在這找到妳要的溫柔和依靠

走了 終究還是過客

Read More...

extensions and search engines in my Firefox

I hope I have time to write down some introduction ...

extensions:


search engines

Read More...

Wednesday, October 04, 2006

my setting for VIM

window size:
set columns=120
set lines=48

gui font:
set guifont=Courier_New:h16

language of menu for translation: (in $VIMRUNTIME/runtime/menu.vim)
set langmen=none

theme change:
source $VIMRUNTIM/colors/desert.vim

Read More...

Monday, October 02, 2006

put multiple images on one line in LaTeX

Use "array" to create table so as to place multiple images.
An example from Google:

\begin{figure}[h]
\begin{center}$
\begin{array}{cc}
\includegraphics[width=2.5in]{image1.jpg} &
\includegraphics[width=2.5in]{image2.jpg}
\end{array}$
\end{center}
\caption{my caption}
\end{figure}

Read More...