Ajax を使った郵便番号検索

  http://pocari.org/tools/ajax/ajaxzip/

  なんとなく,事業所の郵便番号データにも対応してみた.

リファラと検索語を RSS で配信する PHP Liveword

  http://phpspot.net/php/pgPHP_Liveword.html

  なかなか面白そう.

lighttpd + FastCGI + PHP4 による環境構築

  http://www.machu.jp/diary/20050924.html

- lighttpd
  http://www.lighttpd.net/

- ref.: FastCGI
  http://d.tir.jp/pw?FastCGI

PHP でスタンドアロンアプリケーションを作る

  http://7c3.net/phpdegui/standalone.html

  WinBinder と PriadoBlender を使ってスタンドアロンな Windows 実行ファイル形式の
  アプリケーションを作る.

- WinBinder
  http://www.hypervisual.com/winbinder/

- PriadoBlender
  http://www.priadoblender.com/

Web 2.0 に準拠しているかどうか調べてくれる Web 2.0 validator

  http://web2.0validator.com/

  Web 2.0 validator

  むむむ.

Google Analytics へ自動ログインするスクリプト

var IE = WScript.CreateObject("InternetExplorer.Application");
IE.Visible = true;
IE.Width = 1000; IE.Height = 800;
IE.Navigate("https://www.google.com/accounts/ServiceLoginBox?"
 + "service=analytics&nui=1&hl=ja-JP&"
 + "continue=http://www.google.com/analytics/home/%3Fet%3Dreset");
while(IE.busy) ;
while(IE.Document.readyState != "complete") ;
IE.Document.forms[0].Email.value = "YOUR MAIL ADDRESS";
IE.Document.forms[0].Passwd.value = "YOUR PASSWORD";
IE.Document.forms[0].submit();



- ref.: たつをの ChangeLog
  http://nais.to/~yto/clog/2005-11-06-1.html

Google による高機能なページ解析サービス Google Analytics

  http://www.google.com/analytics/ja-JP/

  

  Google がページ解析サービス Google Analytics の運用を開始.
  しかも,無料!
  12 時間経たないと,レポートが参照できないみたいだけど,かなり期待.

ザ・サーチ グーグルが世界を変えた

  4822244873
  http://www.amazon.co.jp/o/ASIN/4822244873/todaysnonsenc-22/ref=nosim/
  ジョン・バッテル (著), 中谷 和男 (翻訳)
  日経BP社
  ISBN: 4822244873
  2005/11/17
  1,890 円