黒の iPod

- thextype.com
  http://www.thextype.com/?m=X-News

Perl のスクリプトを Windows 用の実行ファイル (exe 形式) に変換する

  http://www.namazu.org/~satoru/diary/20040716.html#p01

日本IBM,ホームページのアクセシビリティーをチェックできる『aDesigner』の無償提供を開始

  http://ascii24.com/news/i/soft/article/2004/07/14/650578-000.html

- alphaWorks : aDesigner
  http://www.alphaworks.ibm.com/tech/adesigner

検索の、ヒットをまるまる儲けに変えるホームページの作り方

  http://www.amazon.co.jp/o/ASIN/4798104825/todaysnonsenc-22/ref=nosim/
  渡辺 隆広 (著)
  翔泳社
  ISBN: 4798104825
  2004/08/03
  2,625 円

- タイトルも発売日も変更なようで
  検索の,ヒットをまるまる儲けに変えるホームページの作り方
  http://www.sem-research.jp/sem/announcement/20040715094033.html

Movable Type 技術情報 Blog はじめます

- Techknow Movable Type
  http://www.movabletype.jp/developers/naoya/

PHP memory_limit remote vulnerability

  http://security.e-matters.de/advisories/112004.html

- PHP 4.3.7 / 5.0.0RC3 に 2 つの欠陥
  http://www.st.ryukoku.ac.jp/%7Ekjm/security/memo/2004/07.html#20040715_PHP

  4.3.8 もリリースとか書いてたら ([2004-07-14-1]),セキュリティフィックスだった模様

PHP で文字化けを防ぐ

mbstring.http_output = EUC-JP
mbstring.internal_encoding = EUC-JP

  な環境で mb_convert_encoding($str, 'SJIS') で SJIS に変換して出力すると,
  文字化けするとき,スクリプトの先頭で

ini_set('mbstring.http_output', 'pass');


  として,mbstring.http_output を pass に設定しておくといいかも