2006-06-01から1ヶ月間の記事一覧

mod_rewrite

該当ディレクトリ以外にアクセスした場合どっかいって欲しいとき。 RewriteEngine on RewriteRule !^/hoge http://google.com/ [R,L] http://japache.infoscience.co.jp/rewriteguide/

“検索結果の説明文”>“検索結果の表示順”

ふーむ 例えば検索結果の一覧画面を見て「一番最初にクリックするサイトを選ぶ基準」では、“一番上に掲載されていること”よりは“検索結果の説明文”を重視する結果となっている。また検索結果一覧からノイズ(欲しい情報ではない検索結果)を判断する基準でも…

サービス指向アーキテクチャー

現代のビジネス・アプリケーションは、単独で使用されることはまれです。組織が価値を引き出せる総合ソリューションを生み出すためには、アプリケーションどうしを結び付ける必要があります。サービス指向アーキテクチャー(SOA)とイベント・ドリブン・アー…

XMLの論考: マイクロフォーマットのパイプストリーム

あとでよみ コンピューティングにおける最もエレガントな概念の1つは、UNIX®のパイプ構造です。パイプを使用すると、あることをうまく処理できる小さなプログラムを再利用し、そのプログラムを接続して、あるプログラムからの出力を別のプログラムへの入力と…

 Rubyで簡易HTTPサーバ

memohttp://www.gesource.jp/weblog/archives/2005/11/rubyhttp.html

partitioned_id rails plugin

memohttp://rubyforge.org/forum/forum.php?forum_id=7562

Mobile Web Best Practices 1.0

This document specifies Best Practices for delivering Web content to mobile devices. The principal objective is to improve the user experience of the Web when accessed from such devices. http://www.w3.org/TR/2006/CR-mobile-bp-20060627/#me

XML-RPC

memoXML-RPC HOWTO http://www.linux.or.jp/JF/JFdocs/XML-RPC-HOWTO/ Apache::XMLRPC::Lite を使った mod_perl ハンドラによる XML-RPC サーバ http://naoya.dyndns.org/~naoya/mt/archives/000632.html 更新Pingの送信 http://isnot.jp/?p=XML-RPC%A1%F8%B…

Rails Application Benchmarking

アプリケーションベンチマークツール。 http://rubyforge.org/forum/forum.php?forum_id=7572

第220回特定のプログラムを使用禁止にする

hogehttp://journal.mycom.co.jp/column/winxp/220/

Apache2::Access

認証とかのへんでつかう。 設定周りで見たものがある。 The API provided by this module deals with access, authentication and authorization phases APIの方々。 allow_methods allow_options allow_overrides allow_override_opts auth_name auth_type …

検索結果を自動分類する検索サービス「Clusty.jp」日本語版が開始

米Vivisimoは、クラスタリングサーチエンジン「Clusty.jp」の日本サービスを11月30日に開始した。米国で提供されている「Clusty.com」でも以前から日本語で検索できたが、メニューを日本語化したほか、日本に合わせたサービスにしている。 クラスタリングエ…

検索結果の自動分類をモバイルにも--ビットレイティングスの新検索サービス

ビットレイティングスでは、検索インデックスに自動的にタグを付与して自動分類する「クラスタリング」と呼ばれるVivisimoの技術を採用した。検索結果はカテゴリ別に表示されるため、利用者が目的の情報にたどり着きやすくなる http://japan.cnet.com/news/m…

Plagger

memohttp://plagger.org/trac

Catalyst-Devel-0.99_01

memohttp://search.cpan.org/~mramberg/Catalyst-Devel-0.99_01/

Apache2 Documentation

http://docx.itscales.com/

How filters work in Apache 2.0

Filter Types CONNECTION PROTOCOL RESOURCE http_header Deflate http://httpd.apache.org/docs/2.2/developer/filters.html

Apache 2.0 Hook Functions

Creating a hook function Hooking the hook http://httpd.apache.org/docs/2.2/developer/hooks.html

モジュールの Apache 1.3 から Apache 2.0 への移植

API リファレンスを探していたら見つけた。 http://httpd.apache.org/docs/2.2/developer/modules.html

Apache2 Documentation

http://docx.itscales.com/

How filters work in Apache 2.0

Filter Types CONNECTION PROTOCOL RESOURCE http_header Deflate http://httpd.apache.org/docs/2.2/developer/filters.html

Apache 2.0 Hook Functions

Creating a hook function Hooking the hook http://httpd.apache.org/docs/2.2/developer/hooks.html

モジュールの Apache 1.3 から Apache 2.0 への移植

API リファレンスを探していたら見つけた。 http://httpd.apache.org/docs/2.2/developer/modules.html

PageTemplate

http://rubyforge.org/projects/simplesidebar

SimpleSidebar

http://rubyforge.org/projects/simplesidebar

JavaScript テンプレートエンジン

TrimPath: http://trimpath.com/ http://oss.moongift.jp/intro/i-556.html http://d.hatena.ne.jp/m-hiyama/20051201/1133396794 Ajax Pages: http://ajax-pages.sourceforge.net/ http://mojix.org/2005/09/15/231938 jkl-hina.js: http://park8.wakwak.co…

Squeak

おもしろそう。http://squeakland.jp/

Catalyist

適当に探りいれる。http://search.cpan.org/~mramberg/Catalyst-5.33/ http://www.perl.com/pub/a/2005/06/02/catalyst.html http://www.pure.ne.jp/~learner/program/catalyst_ja.html http://www.drk7.jp/MT/archives/000933.html

OpenGL Performer

OpenGEの開発用キット。 OpenGL Performerは3次元リアルタイムアプリケーション開発のためのツールキットです。OpenGL Performerは、シーングラフの構築、グラフィックスハードウェアの効率向上、マルチプロセッサを使った並列処理、様々な形式のファイル入…

mod_uploader

mod_uploader は,よくあるアップローダを Apache のモジュールとして実装したものです.以下のような特長があります. Apache のモジュールとして C++ で記述されているので,Perl や PHP で作られた物に比べて高速. 独自の簡易スクリプト言語によるテンプ…