PHP 配列から空要素を削除する 2010年06月08日 過去Blog php • 削除 • 空 • 要素 • 配列 以下のように実行することで、配列内から空要素を削除することが出来ます。 //空要素を削除 $link_accept_list = array_merge(array_diff($link_accept_list, array(“”)));
UITableViewのcellにUITextFieldなどのフォームを設置 2011年04月28日 過去Blog http://d.hatena.ne.jp/tomute/20091120/1258780317 raspberry ketone fresh free sample… この記事の続きを読む
Apacheの負荷軽減 2010年03月31日 過去Blog Apacheのチューニングについて。 今のところ、大丈夫かなと思いますが、いずれ試してみようと思います。 http://tech.bayashi.net/svr/doc/apache/tune.html hostingreviewssite.com
iPhoneアプリ MapKitを使って地図を表示 2011年04月26日 過去Blog 落ち着き次第、MapKitの使い方を投稿したいと思いますが、とりあえず、覚え書き 参考サイト:http://blog.syuhari.jp/archives/2040 http://iphone-tora.sakura.ne.jp/mkannotationview.html UITableViewのcellに地図を表示させる方法などを書きたいなと思っています。
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; ?> … この記事の続きを読む
html、CSS テキストの自動折り返しを禁止する 2010年04月16日 過去Blog <strong>white-space</strong> normal 標準 (初期値) nowrap 自動的な折り返しを禁止する prozac and alcohol… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。