March 2008
5 posts
Technologies for UI
The liked article (presentation) is a bit old (written in 2006), but the concept seems to be still usable. The author is UI developer of Livedoor Reader which is the most famous online RSS reader in Japan.
He defines ‘right UI’ is
When a user deal with tasks, he/she can complete tasks
quickly
straight
correctly
on the UI.
To put it simply, ‘speed’ is the most...
A self-management checklist
There are 12 items in a checklist of self-management. (I’ve added Japanese translation below.)
Set specific goals. / 具体的な目標を設定する。
Set specific times. / 明確な時間を設定する。
Track your progress. / 進捗を記録する。
Set rewards or penalties. / 褒美、または罰を設ける。
Take small steps. / 小さな一歩を踏み出す。
Break it down into pieces. / タスクを細かくする。
Monitor time increments. / 時間を測る。
Share your goals. / 目標を共有する。
Have a work...
Performance tuning of your SQL
There are 15 tips to improve the performance of your query.
SQLを速くするぞ―お手軽パフォーマンス・チューニング
Use EXISTS instead of IN when you use subquery as an argument.
BETWEEN is useful
In the argument list of IN statement, write the most expected key in left
Use ‘SELECT *’ in subquery of EXSISTS
Write redundunt condition when you join more than 3 tables.
Use COUNT(columname) instead of...
Flockをインストール
TechCrunchで FireFoxのメモリに関する記事 を読んで興味を持ったので、しばらく Flock を使ってみようと思ってセットアップした。Flock は FireFox の Add-on を使えるので、それほど違和感なく使えると思う。
インストール
インストールは他のソフトウェアと同じ。Windows, Mac OSX, Linux 版が用意されている。
設定
デフォルトではスマートキーワードの設定ができないので、ロケーションバーから about:config を開いて、 flock.favorites.showKeyword を true にする。
ブックマークとスマートキーワード
検索なんかはいつも Ctrl + L (Windows) か ⌘ (コマンド) + L (OSX)でロケーションバーから行うので、スマートキーワードを次のように設定した。...
Set up Flock
I’m insterested in Flock, because I read this article in TechCrunch. It seems that Flock supports FireFox Add-Ons, so I can use this without feeling odd. I set up Flock with some Add-Ons as follows.
Install
Installation is normal process as other softwares. You can use Flock on Windows, Mac OSX and Linux.
Configuration
Flock doesn’t enable Smart Keyword function as default, I...