2008-02-01から1ヶ月間の記事一覧

Patti Smith hosts music and conversation about Bob Dylan

pattismith.netをみてたら http://www.pattismith.net/ Patti SmithがホストしているBob Dylan Podcastを発見 http://blogs.legacyrecordings.com/podcast/category/bob-dylan-podcast/

Symfonyのユーザ認証

Askeetの5日目にあるログインフォームのサンプルではhttp://www.symfony-project.org/askeet/1_0/5 http://symfony.xrea.jp/askeet/5.html $this->getRequest()->setAttribute('referer', $this->getRequest()->getReferer()); リクエスト属性にrefererとい…

複数のfeedをマージするには

Plaggerを使う場合、以下のyamlを作成すればよい。 plugins: - module: Subscription::Config config: feed: - http://www.ibm.com/news/jp/ja/index.rss - http://h50205.www5.hp.com/rss/w_new.xml - http://wdirect.apple.com/jp/home/2008/ticker.rss - …

Schwartzian Transform

ひさしぶりにPlaggerを使ってみる。 Plagger::Feed.pmにあるエントリのソートを行うメソッドは、 sub sort_entries { my $self = shift; # xxx reverse chron only, using Schwartzian transform my @entries = map { $_->[1] } sort { $b->[0] <=> $a->[0] …

SIMILE Timeline

MITのSIMILEプロジェクトのひとつ。 年表、年譜、カレンダー、スケジュールなど、時間軸ベースのイベント情報を表示するためのAjax。http://simile.mit.edu/timeline/ロードするXMLデータは、ルートがdataで、あとはevent要素を記述するだけ。簡単。