タグ

2008年5月19日のブックマーク (2件)

  • John Resig - Processing.js

    As a sort-of reverse birthday present I’ve decided to release one of my largest projects, in recent memory. This is the project that I’ve been alluding to for quite some time now: I’ve ported the Processing visualization language to JavaScript, using the Canvas element. I’ve been working on this project, off-and-on now, for the past 7 months – it’s been a fun, and quite rewarding, challenge. The f

    toteri
    toteri 2008/05/19
    "animation, and interactions for the web without using Flash or Java applets"
  • XCacheを導入してみる - 第3のキャッシュモジュール - Do You PHP?

    XCacheを導入してみる - 第3のキャッシュモジュール PHPで構築されたアプリケーションの高速化には、キャッシュモジュールが半ば必須のような感じになってきていますが、先日まとめたPECLのAPCやeAccelerator以外に、ここ最近知られてくるようになったXCacheがあります。2006年11月にGIGAZINEで紹介記事が出たのでご存じの方も多いと思います。 XCache PHPアクセラレータで一番高速なのはどれか? - GIGAZINE XCacheは、先日まとめたAPCやeAcceleratorのように、PHPの中間コードのキャッシュや最適化といった機能を持つ拡張モジュールです。その他の特徴としては、Xdebugのようなカバレッジ機能を持つことが挙げられます。また、APCやeAcceleratorと同様にWebインターフェースも用意されています。 サイトのNewsを見てみ