February 2012
8 posts
1 tag
グラフィックデザイナーも編集者も最後の数パーセントを印刷所・製本所という「現場」にまかせて、「信頼してるから、後はあなたたちの責任でよろしく」と「責了」する。責了...
– ココカラハジマル : 長谷川豪さんと色部義昭さんのトークで感じたこと
4 tags
Welcome Officine Arduino Torino →
Finaly they made it. I should pay a visit sometime soon.
3 tags
神は選択範囲に宿る!
– iPad用のフォトショ、Adobe Photoshop Touch発売!早速画像合成だ! | ひとりぶろぐ
画像編集ツールに関して。その通りだなぁと。
2 tags
Schiller has no notes. He is every bit as articulate, precise, and rehearsed as...
– Daring Fireball: Mountain Lion
This is always too often overlooked, including myself. ah.
3 tags
Daring Fireball: Walter Isaacson's 'Steve Jobs' →
“Design is how it works”
Great phrase. I like it.
5 tags
css3 attribute selector behaviour on multiple...
When using element[attribute ^="value"] selector in CSS3, the expected behaviour is that it selects whatever element with an atribute value starting with value.
However, when this is used to select elements with class attributes, it seems that selection occurs only when the matched class name is at the beginning of the class declaration.
So, when you have this CSS:
div[class ^="my"]{}
it...