2005-10-01から1日間の記事一覧

InfraRED - Open source J2EE performance monitoring tool

http://infrared.sourceforge.net/AOPでパフォーマンス測定用のコードをWeavingして測定するツール。AspectJ, P6Spyを使用している。使い方もさほど難しくなく、ビルドファイルを一回書いてしまえば、パフォーマンス測定が簡単に行えそうです。 http://infra…

iPod nanoのネックストラップタイプのケース

使い方を考えると首から下げるタイプのがいいかなと思ってピックアップ。 http://www.tunewear.com/japanese/product/tunetag-edge/index.html http://www.sempre.jp/item/190099/ http://www.sempre.jp/item/190102/ これだけ見てもわからないから、もう少…

Sarissa

http://sarissa.sourceforge.net/ Sarissa is an ECMAScript library acting as a cross-browser wrapper for native XML APIs. It offers various XML related goodies like Document instantiation, XML loading from URLs or strings, XSLT transformatio…

Pragmatic AjaxとEnterprise Integration with Ruby

http://yatsu.info/articles/2005/09/30/beta-books from yatsuさんのblog Pragmatic Ajax by Justin Gehtland, Ben Galbraith, and Dion Almaer, is a short but deep book on Ajax, covering both the theory and the real-world practice of Ajaxifying y…

[javascript] WebkitでのDOMのcompatibility

http://webkit.opendarwin.org/blog/?p=27JavaScriptでのDOM操作の重要性は、今後高まりそうだから、Webkitは注目する価値がありそうだなぁ。

What Is Web 2.0 - Design Patterns and Business Models for the Next Generation of Software -

http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.htmlTim O'ReillyのWeb2.0解説. 今までTim O'Reillyが話してきたことをまとめた集大成。素晴らしい!

フラットな組織構造の重要性

Here Webの話の中で、Bill Joyがフラットな組織の重要性について話をしている。 http://japan.cnet.com/news/media/story/0,2000047715,20087986,00.htm Joyは、ベンチャーキャピタルの世界への転身について、「Kleinerの仕事は楽しい。こちらの方が近代的な…

Intelligent Reaction

http://salesforce.breezecentral.com/intelligentreaction/Intelligent ReactionがWeb2.0時代のアプリケーション開発のベースになっていると感じる。「はてな」はまさにIntelligent Reactionをシステムに組み込んで進化している企業で、本当にGoogleに似て…

VimでColumn Typing

vim

vimでは複数行を矩形選択してsでテキスト入れると、同じものがほかの行にも入ってくれます。 from 通りすがりさん sだと選択範囲が消えてしまうのでIのほうがよいかと。 from secondlifeさんおぉ!ありがとうございます。似たようなことがこれでできますね。…

Dave Astelの Behaviour Driven Development解説

http://blog.daveastels.com/?p=53 the problem with TDD is that its mindset takes us in a different direction… a wrong direction we need to start thinking in terms of behavior specifications, not verification tests the value of doing this wi…