読書記録ChangeLog / 2006-05-11

日記内を検索  前の日 / 次の日 / 最新 / ランダム RSS

2006-05-11 Thu

ヒルズ黙示録と信託受益権

http://shintaku-obachan.cocolog-nifty.com/shintakudaisuki/2006/05/post_7b4e.html

そこでどうしたかというと鹿内夫妻の持つニッポン放送株式に信託を設定した。
所有者はあくまでも鹿内氏なので、株主総会の議決権も鹿内氏として行使した。
つまり外からみたらずっと所有者は鹿内氏のままです。

[...]

そうすると、自動的にニッポン放送株の所有者は大和SMBCとなり、証券取引法
上の大量保有報告書の届出義務が生じるので、世間に公表されることになって
しまいました。

漫☆画太郎先生の面白さを理解出来ない奴は死んだ方がいい

http://www.nyasoku.com/archives/50468020.html

私の旦那の心理がわからないので教えて

http://www.nyasoku.com/archives/50468072.html

深海にはどんな生き物がいるのかな

http://www.nyasoku.com/archives/50468038.html

信託大好きおばちゃんのブログ

http://www.tez.com/blog/archives/000687.html

お前らがガキの頃一番はまった初代ファミコンソフトは何?

http://guideline.livedoor.biz/archives/50493640.html

バカはなおせる 脳を鍛える習慣、悪くする習慣 []

画像
http://www.amazon.co.jp/exec/obidos/ASIN/4756147054/dkiroku-22
via

私の情報整理術: 捨てる派の情報整理術

http://0xcc.net/pub/ipsj2006/
読んでくださいな。

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

『いわみて』ヤングガンガン14号から連載

http://d.hatena.ne.jp/dangerous1192/20060511/p1

名作漫画をパチりまくりの『パチ漫』が奇跡の単行本化

http://blog.livedoor.jp/insighter/archives/50600623.html

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

uzoyoto@dkiroku.com

これまでの訪問者は 人です。