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.
Saturday, October 21, 2006
people who use M$ IEX (where X <= 6) ....
Posted by
Wesley You
at
1:52 AM
0
comments
Labels: blab
Friday, October 20, 2006
Wednesday, October 11, 2006
02 by Yano Saori
Album: 02
Artist: Yano Saori (矢野沙織)
I am addicted to her alto sax power. What a nice player ~
Yano Saori's profile: japanese, mandarin
Posted by
Wesley You
at
12:17 AM
0
comments
Labels: jazz music
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 ...
Posted by
Wesley You
at
8:44 PM
0
comments
Labels: before Wesley ...
溫柔月台
Posted by
Wesley You
at
7:00 PM
0
comments
Labels: before Wesley ...
extensions and search engines in my Firefox
I hope I have time to write down some introduction ...
extensions:
Gmail Manager
IE Tab
Performancing
ScrapBook
VideoDownloader
Web Developer
Gmail Space
Stop Autoplay
DictionarySearch
Cooliris Previews
Googlepedia
- show corresponding wiki along with your search results
NoScript
- no script is safe when you surf
search engines
Posted by
Wesley You
at
6:10 PM
0
comments
Labels: firefox
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
Posted by
Wesley You
at
3:57 PM
0
comments
Labels: vim
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}
Posted by
Wesley You
at
6:11 PM
0
comments
Labels: LaTeX