memo.xight.org

日々のメモ

HTML5リソースまとめ

HTML5 Doctor, helping you implement HTML5 today

HTML5のニュース
http://html5doctor.com/

HTML5 Gallery

HTML5で構築されたウェブサイトをまとめたギャラリーサイト
http://html5gallery.com/

Dive Into HTML5

HTML5の解説サイト
http://diveintohtml5.org/

HTML5 Canvas and Audio Experiment

HTML5のCanvasとAudioで動く実験
http://9elements.com/io/projects/html5/canvas/

HTML 5 Cheat Sheet (PDF) - Smashing Magazine

プリントアウトして手軽に使えるHTML5のチートシート
http://www.smashingmagazine.com/2009/07/06/html-5-cheat-sheet-pdf/

HTML 5 pocket book

HTML5のポケットブック
http://adactio.com/extras/pocketbooks/html5/

Modernizr

CSS3の各プロパティやHTML5のエレメントが有効かどうかを検出してくれるライブラリ
http://www.modernizr.com/

HTML5 and The Future of the Web - Smashing Magazine

Smashing Magazine の HTML5の解説エントリ
http://www.smashingmagazine.com/2009/07/16/html5-and-the-future-of-the-web/

Coding A HTML 5 Layout From Scratch - Smashing Magazine

Smashing Magazine の スクラッチからHTML5のレイアウトを作るチュートリアル
http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/

HTML 5 and CSS 3: The Techniques You'll Soon Be Using - Nettuts+

HTML5とCSS3でつくるウェブサイトのチュートリアル
http://net.tutsplus.com/tutorials/html-css-techniques/html-5-and-css-3-the-techniques-youll-soon-be-using/

jQuery Visualize Plugin: Accessible Charts & Graphs from Table Elements using HTML 5 Canvas | Filament Group, Inc., Boston, MA

jQueryとHTML5のCanvasをつかって作るチャートやグラフのデモ
http://www.filamentgroup.com/lab/jquery_visualize_plugin_accessible_charts_graphs_from_tables_html5_canvas/

70 Must-Have CSS3 and HTML5 Tutorials and Resources | Web Resources | WebAppers

70種類のHTML5のチュートリアルのまとめ
http://www.webappers.com/2009/08/10/70-must-have-css3-and-html5-tutorials-and-resources/

via

デザイナーのためのHTML5リソースまとめ | DesignWalker
http://www.designwalker.com/2009/11/html5.html

CPANモジュールのインストール時に自動でデフォルト選択をする方法

Summary

CPANモジュールのインストール時に yes を選択するために
Enter を連打したくない。

方法1: 環境変数 PERL_AUTOINSTALL

export PERL_AUTOINSTALL='--defaultdeps'

方法2: cpan の prerequisites_policy オプション

$ cpan
cpan> o conf prerequisites_policy follow
cpan> o conf commit
cpan> quit

follow 自動的にデフォルトを選択する
ask ユーザに尋ねる
ignore 無視する (依存モジュールのインストールを行わない)

方法3: yesコマンドを利用する

yes '' | cpan -i Some::Module


Reference

CPANモジュールのインストール時に自動でデフォルト選択をする方法 - Craftworks Tech Blog - Branch
http://d.hatena.ne.jp/Craftworks/20090415/1239762931

CatalystやPlaggerのインストールでyes連打をしたくない - bokut.in
http://bokut.in/mt/2007/01/catalystplaggeryes.html

switchub - アクションを起こすためのフック提供サービス

Summary

ある入力に対して、出力、通知が行えるサービス。
Yahoo Pipesのように、加工は行えないようだ。
Andy Kent と Martyn Loughran によるサービス。
Web Hookに対応する予定(?)

Seeiとはなんだろう。
検索しても見つからない。

可能な入力 [2009-11-10]現在

Exceptions [ALPHA] (Merb Applicationで) 例外が発生した
GitHub Post Commit Hook GitHubでCommitした
Merb Exceptions [ALPHA] Merb Applicationで例外が発生した
Other Webhook 他のWeb Hookからの呼び出し
PayPal [ALPHA] PayPal Instant Payment Notification
Plain Text Message 任意のテキストメッセージを入力
Seei (continuous integration server) Seei 用の入力インタフェース

Plain Text Message は以下のようにアクセスする。
http://hooks.switchub.com/xxxxxxxx?message=HELLO

可能な出力 [2009-11-10]現在

Deliver Email メールで通知
Deliver SMS Email SMSで通知
IRC Bot IRCで通知
Jabber / GTalk IM Jabber / GTalk IMで通知
Twitter Direct Message Twitterのダイレクトメッセージで通知
Web Hook (forward) Web Hookにフォワードする

クリックして拡大

Reference

switchub
http://switchub.com/

Web Hooks / FrontPage
http://webhooks.pbworks.com/