タグ

2009年1月29日のブックマーク (2件)

  • jmblog.jp - OpenSocialアプリを開発する上での落とし穴

    仕事の関係で、今度 OpenSocial アプリを作ろうということになったのですが、OpenSocial についての知識はゼロなので、まずは OpenSocial とはどういうものなのか、調べてみました。丸一日公式ドキュメントと格闘してみたんですが、思った以上に、いろんな「ワナ」が潜んでいるなと感じたので、ここにまとめてみたいと思います。 OpenSocial とは? まずは FAQ を見てみましょう。 OpenSocial とは何ですか。 OpenSocial は、各種ウェブサイトでソーシャル アプリケーションを作成するための共通 API 群です。OpenSocial は、JavaScript APIGoogle Data API で構成されています。 よくある質問 - OpenSocial - Google Codeより 簡潔すぎて具体的なイメージが浮かびません・・・他にもいろ

  • memcached for Win32

    This is a port of memcached to the win32 architecture by Kronuz The win32 version of memcached can be run both as a NT Service or from the command line. To install memcached as a service, follow the next steps: Unzip the binaries in your desired directory (eg. c:\memcached) Install the service using the command: 'c:\memcached\memcached.exe -d install' from either the command line Start the server