Archives

You are currently viewing archive for February 2007
Category: Web dev
Posted by: hajime osako
「ページの有効期限切れ」対策
session_cache_limiter('private');
Category: Web dev
Posted by: hajime osako
Category: Web dev
Posted by: hajime osako
スタイル
table {table-layout: fixed | auto;}
table {border-collapse: collapse | separate;}

タグ
<colgroup span=(int) width=(int) align=(left | right | center | justify | char) valign char=(str) charoff=(int)>
col/colgroup要素へのスタイル指定
Category: Web dev
Posted by: hajime osako
webservices.xml.com: Creating and Consuming Web Services With PHP
Windows XP における SOAP クライアント概要
require_once('lib/nusoap.php'); 
$wsdl="http://www.xmethods.net/sd/CurrencyExchangeService.wsdl";
$client=new nusoapclient($wsdl, 'wsdl'); 
//soapclientはPHP5以降エラーになるので名前を変えた
$param=array(
'country1'=>'japan',
'country2'=>'usa'
); 
echo $client->call('getRate', $param);

Category: Web dev
Posted by: hajime osako
Category: Web dev
Posted by: hajime osako
Market share for browsers, operating systems and search engines
信用できるかはわかりませんが...

02/06: 要件定義

Category: Web dev
Posted by: hajime osako