今まで何度もCMSのMODxを使う事があったので、使い慣れているのもあり、なかなかお気にいりのCMSなのですが、最近少し気になるのがdrupal・・・・
MODx同様、日本では、情報も少なく、あまり浸透もしてないようですが、一度インストールして使ってみようかなぁ。。。…
ピックアップ記事
MODx vs Drupal ?
2009年11月18日
過去Blog
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;
?>
…
addressbook内のデータをtableViewに表示させる
2011年01月17日
過去Blog
- (UITableViewCell *)tableView:(UITableView *)tableView
cellForRowAtIndexPath:(NSIndexPath *)indexPath {
static NSString *CellIdentifier = @"Cell";
UITableViewCell *cell = [tableView
dequeueReusab…
UIDatePicker + UIActionSheet で日付選択が面を作成
2011年05月03日
過去Blog
http://stackoverflow.com/questions/349858/fitting-a-uidatepicker-into-a-uiactionsheet
上記サイトの一番したのコメント内のコードが正常に動きます。
showInViewで設定するviewは以下のサイトを参考に
http://d.hatena.ne.jp/griffin-stewie/20090220/p1
フォームの送信ボタンを画像にする
2010年04月16日
過去Blog
<input type="image" src="画像のURL" onClick="submit"/> best web hosting USA…
graffiti on the web
この投稿へのコメント
コメントはまだありません。