難しいことは分かりやすく、簡単なことは面白く紹介
2008 has brought some big changes in the design trends. One of the major ones was the end of the so called “glossy revolution“, the wrongful design interpretation of the web 2.0 current. You know what I am talking about : the glossy, vivid and colorful logos and website designs, the major usage of reflections and two tone colors. This style is used less and less, and some new design trends are sta
旅行先の風景などを撮影して思い出に残すということはよくあるわけですが、やはりできればそのときの空気感や雰囲気、情感なども撮影して残しておきたいところ。 というわけで、どういう風に撮影すれば上手に思い出を残すことができるのか、ちょっとした5つのコツは以下から。旅行以外の撮影にも応用できます。 The A-B-C-D-E of Travel Photography ・A:風景を撮影するときに「アクション」を入れる 単なる風景を撮影するときでも、その中に「動いているもの」を加えることでスケール感を出すことが可能です。 ・B:被写体を真ん中に置かない これは「フレーミング」と「3分の1の法則」を使え、ということ。わかりやすく言うと、被写体をど真ん中に据えて撮影すると素人臭くなる、と。例えば下記の写真の場合、右側に偏らせることで左3分の1を空け、全体のバランスを保っているわけです。 ・C:物語を構成
文字列を指定した文字で分割するにはsplitメソッドを使いますが、こういう「何かを分割する」という操作はいろんな場面で使いたい。 今回、ジェネレーターからの出力をある基準で分割するような関数を書いてみた。 この関数splitstreamを使うと、たとえば以下のように、「数列を10で割り切れる値の所で分割する」というような処理を簡単に書くことができる。 >>> for s in splitstream(xrange(100), lambda x:x%10==0): ... for d in s: ... print d, ... print ... 1 2 3 4 5 6 7 8 9 11 12 13 14 15 16 17 18 19 21 22 23 24 25 26 27 28 29 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 47 48
矢印や星・ハートなど記号文字もかわいい、手書き風の日本語フォント「ミウラフォント」から、商用利用可のフリーフォント「ミウラLiner_jr」を紹介します。 MopStudio 「ミウラLiner_jr」は、英数記号文字をはじめ、ひらがな・カタカナや小学3年生程度の漢字440文字が含まれている、日本語のプロポーショナルフォントです。 特殊な形の矢印や星・ハートは、文字パレットから選択します。普通のは「やじるし」「ほし」「はーと」で変換されます。 ダウンロードは、下記キャプチャの「ミウラLiner_jr」の画像をクリックし、赤丸箇所からWindows版とMac版がダウンロードできます。 また、ミウラフォントでは、JIS第一水準漢字(2965文字)、JIS第二水準漢字から人名漢字(219文字)を選出した多くの漢字が含まれた有償版も低価格で配布しています。 単体版の「ミウラLiner」「ミウラ見出
とりあえずGoogleCodeにアクセスして、最初のページのURLとタイトルを持ってくる。 # vim: encoding=utf-8 : import urllib2 from BeautifulSoup import BeautifulSoup GOOGLE_CODE_URL = 'http://code.google.com/hosting/search' def get_google_code_list(): search = '?q=jquery&projectsearch=Search+Projects' url = GOOGLE_CODE_URL + search opener = urllib2.build_opener() r = opener.open(url) soup = BeautifulSoup(r) list = {} for div in soup('div
Humans have always had an infatuation with the air above us and the space around our planet. With Adobe Photoshop we can create new images or enhance existing photos to include the sky and space as a backdrop. There is virtually no limit to what can be done with some Photoshop skills and a bit of creativity. Humans have always had an infatuation with the air above us and the space around our plane
http://dev.ariel-networks.com/Members or http://dev.ariel-networks.com/Members/inoue ¤Ç¤¹¡£ ²áµî¤Îblog¤Ïºï½ü¤·¤Ê¤¤¤Î¤Ç¡¢¥ê¥ó¥¯¤Ï¼«Í³¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ EoE (Ethernet over Ethernet) http://itpro.nikkeibp.co.jp/article/COLUMN/20051216/226378/ 狼¤«¤é¸ýƬ¤Çʹ¤¤¤Æ¤¤¤¿¤é¡¢¾éÃ̤À¤È»×¤Ã¤Æʹ¤Î®¤·¤¿¤È»×¤¤¤Þ¤¹¡£ Ethernet¤Ë¤è¤ëËܳÊŪ¤Ê¥ë¡¼¥Æ¥£¥ó¥°¤¬¹Ô¤ï¤ì¤Æ¤â¡¢ÉԻ׵ĤǤϤʤ¤À¤¤ÎÃæ¤Ç¤¹¡£ TCP/IP¤òC¸À¸ì¤ËÎ㤨¤ë¤
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く