AVIファイルからSWF作成 MotionSWF 2010年10月07日 過去Blog AVI • MotionSWF • SWF AVIからSWFファイルに変換する際に便利なソフト MotionSWF http://www.vector.co.jp/soft/dl/win95/art/se226046.html vps
WordPressの記事中でphpを使うスクリプト 2009年11月24日 過去Blog http://www.nosq.com/blog/2006/01/runphp-plugin-for-wordpress/ http://bono.s206.xrea.com/2006/03/112-runphp/ Zencartにも応用できる?
phpでwhois情報の取得 2009年12月26日 過去Blog Net_Whois::query() – whois 問い合わせを実行する pear install Net_Socket pear install Net_Whois もし、「WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update」 という警告が出る場合は、以下を実行して、pear.php.netをアップデートします。 # pear channel-update pear.php.net 私の場合は、警告は出ましたが、アップグレードしなくても pear install Net_Socket pear install Net_Whois のインストールは完了しました。 … この記事の続きを読む
Mapkit タップされたannotationのタイトルなど詳細を取得 2011年04月27日 過去Blog - (void)mapView:(MKMapView*)mapView annotationView:(MKAnnotationView*)view calloutAccessoryControlTapped:(UIControl*)control メソッドでタップされたannotationのタイトルなど詳細を取得 http://iphone-app-developer.seesaa.ne… この記事の続きを読む
PHP での SimpleXML 処理>>RSS取得 2009年12月05日 過去Blog phpでrssの情報を抜き出したい場合は、titleやlinkの要素は以下の通りで抜き出せます。 <?php // Load and parse the XML document $rss = simplexml_load_file('http://partners.userland.com/nytRss/nytHomepage.xml'); $title = $rss->channel->title; ?> … この記事の続きを読む
php MySQL 2つのテーブルを縦に並べて結合(union)し、結果を抽出する 2010年03月30日 過去Blog select c1,c2,c3 from A union all select c1,c2,c3 from B 参照元:http://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1115439551 divorce lawyer san diego… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。