Forgot the Milk. - Windowsキーが実は便利!Windowsキーに割り当てられた15のショートカット
年別アーカイブ: 2007年
PHP Interview questions from YAHOO
NumLock(とScrollLock)の押し間違いにうんざりしない方法
Stringにおけるeach
Stringにおけるeachは、改行で区切られた各行に対する繰り返し。
したがって、eachから派生したcollectやeach_with_indexも同様。
携帯電話でGPSデータを取得してみよう
備忘録: Unicode, UCS, and UTF
action以外からsendEmailを実行する方法
Sending email from static class, (a difficult question i guess...) - symfony developers | Google グループ
sendEmailメソッドは、以下を実行する。
return $this->getController()->getPresentationFor($module, $action, 'sfMail');
したがって、action以外からsendEmailを実行したい場合は、以下のようにすればよい。
sfContext::getInstance()->getController()->getPresentationFor($module, $action, 'sfMail');
FireBugで使える役立つ関数テクニック色々
SubversionをWindowsのサービスとして利用する
sc create svnserve binpath= "\"D:\Program Files\Subversion\bin\svnserve.exe\" --service -r D:\svn\repos" DisplayName= "svnserve" depend= Tcpip
SubversionWindowsInstall - OBOE-GAKI - Trac
Subversion memo - PukiWiki