2006-05-11 Thu
■ ヒルズ黙示録と信託受益権
http://shintaku-obachan.cocolog-nifty.com/shintakudaisuki/2006/05/post_7b4e.html
そこでどうしたかというと鹿内夫妻の持つニッポン放送株式に信託を設定した。
所有者はあくまでも鹿内氏なので、株主総会の議決権も鹿内氏として行使した。
つまり外からみたらずっと所有者は鹿内氏のままです。
[...]
そうすると、自動的にニッポン放送株の所有者は大和SMBCとなり、証券取引法
上の大量保有報告書の届出義務が生じるので、世間に公表されることになって
しまいました。
■ 拾っちゃった
http://omomani.blog53.fc2.com/blog-entry-55.html
via http://kamibakusho.com/archives/50241070.html
■ バカはなおせる 脳を鍛える習慣、悪くする習慣 [本]

http://www.amazon.co.jp/exec/obidos/ASIN/4756147054/dkiroku-22
via
■ Bloglinesからお知らせ
http://www.bloglines.com/about/news#104
http://youtube.com/rss/global/top_viewed_today.rss
Bloglinesからしか読めないのかしら?
■ 日本時間でGoogle Calenderに予定を追加可能なリンクボタン作成機能
http://kengo.preston-net.com/archives/002604.shtml
Add Google Calendar | WWW WACTHなら日本時間でのイベント追加に対応しています。
▼Add Google Calendar
http://hyper-text.org/archives/2006/05/add_google_calendar.shtml
▼Google Calendar
http://www.google.com/googlecalendar/event_publisher_guide.html
dates (required)
Date and time of the event, in UTC format. Append a capitalized letter
"Z" to the end of times. Google Calendar will interpret the date and
time for the user's time zone.
dates=20060415/20060415
for all day, April 15th 2006
dates=20060415T180000Z/20060415T190000Z
for April 15th 2006 11:00am - noon Pacific Time
Zを入れなければユーザのタイムゾーンで登録されるのね。
しょぼいけどこんな感じかしら。
sub google_calendar {
my ($text,$dates,$details,$location) = @_;
my $prefix = qq(http://www.google.com/calendar/event);
my $enc_text = Jcode->new($text)->utf8;
$enc_text =~ s/([^0-9a-z_ ])/'%'.unpack('H2', $1)/gei;
$enc_text =~ s/\s/+/g;
my $enc_details = Jcode->new($details)->utf8;
$enc_details =~ s/([^0-9a-z_ ])/'%'.unpack('H2', $1)/gei;
$enc_details =~ s/\s/+/g;
my $enc_location = Jcode->new($location)->utf8;
$enc_location =~ s/([^0-9a-z_ ])/'%'.unpack('H2', $1)/gei;
$enc_location =~ s/\s/+/g;
my $str = "action=TEMPLATE" . "&text=" .$text . "&dates=" . $dates . "&details=" . $enc_details . "&location=" . $enc_location . "&trp=false";
return qq(<a href="${prefix}?${str}">GoogleCalendar</a>);
}
google_calendar("イベント","20060515T090000/20060515T093000","詳細","場所");
GoogleCalendar
2006-05 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
これまでの訪問者は 人です。
