Yahoo! JAPAN が API を公開

  http://developer.yahoo.co.jp/search/

  • ウェブ検索
  • 画像検索
  • 動画検索

  が可能.時間のあるときにでも試してみますか.

高橋メソッドマシーン

  http://lab.ajibit.com/pukiwiki.php?Flash%2F%B9%E2%B6%B6%A5%E1%A5%BD%A5%C3% ...

  高橋メソッドを FLASH で超簡単に作成できる.
  これは,結構すごい.

- via: 結城浩の日記
  http://www.hyuki.com/d/200511.html#i20051126214736

- 高橋メソッドBBS (高橋メソッド.com ですか…)
  http://takahashimethod.com/

Selenium で Ajax アプリケーションをテスト

  http://www.sooey.com/journal/2005/12/01/68/

  Selenium の waitForValue と waitForCondition で Ajax のテストができるらしいというお話.

- ref.:
  [2005-11-24-2] Selenium ver.0.5 勝手にまとめサイト
  [2005-05-27-2] Web アプリケーションテストツール selenium

StringBuilder と += による文字列連結の速度比較

  http://sonic64.com/2005-11-30.html

  C# で string 型を += で連結するのと StringBuilder を使うのではどれくらい速度に差が出るか.
  結果は,StringBuilder の方がはるかに早い.

  STL の string の += と append() ではどうなんだろうか.