2009-05-14から1日間の記事一覧

アクセサを作るCPANモジュール比較

Class::Accessor::Fast make_accessor make_ro_accessor make_wo_accessor Class::Data::Accessor mk_classaccessor mk_classaccessors Class::Data::Inheritable mk_classdata

.htaccessで携帯用ページを表示する1つの方法

サイトのTOPページURLが http://hogehoge.jp/ 携帯用ページを http://hogehoge.jp/mobile/ として作ったとする。 で、携帯でhttp://hogehoge.jp/にアクセスした場合は 携帯用のページ(http://hogehoge.jp/mobile/)を表示したい。携帯かどうかを判断する方…