The Doc including the Daily Routine.
1ページあたりの画像サイズの合計が 6.5MB を超えると、それ以降の画像が表示できないという問題があるようだ。 2011/05/29 追記 iPad 2 では普通に表示できます。やはりメモリ容量の問題だったみたいです。
削りくずをペットボトルに収容できるキャップ型鉛筆削り - 鉛筆を最近よく使っているので欲しいな…と思ったけど、私はカッターで削る派なのだった。

display:table-cellを使用してHTML記述とは違う順番で(左右逆に)レイアウトする

#wrapper{
    direction:rtl;
    display:table;
}
#column1{
    display:table-cell;
    direction:ltr;
}
#column2{
    display:table-cell;
    direction:ltr;
}

* direction・・・・・文字表記の方向(左右)を指定する。テーブルセルの方向も逆になるとのこと。そのままだと子の#column1,#column2の文字方向も左右逆になっているため、日本語の場合句読点の位置がズレます。それを回避するため#column1,#column2において再度direction:ltrを指定します。

mrdiv:

hexa

mrdiv:

hexa

(takaokaから)


ふむふむ。

ふむふむ。


We love the city because it lets us down, We love the city NOT the suburbs that surround.

We love all the dirty things, that lead us to think, that maybe true love could be found.

We love the city because its how we live, We love the city cause it never loves us back.

We love it all because sometimes, even though they’re hard to find, it contains all the virtues we lack.