Menu

Categories

My Profile:

July 6, 2007:
ここは日々のメモだらけ。
胡散臭いプロフィールはすぐ下から。

Read more...

Links:

Version: 1.0
(July 25, 2005)

scripts

«Prev || 1 | 2 | 3 |...| 53 | 54 | 55 || Next»

TC/TTでテーブルデータベースを試す

Jul 14, 2010 by maru | Add comment |

[Perl] Tokyo Cabinetのインストール手順〜テーブルデータベースを試す Kawanet Tech Blog/ウェブリブログ

Jul 14, 2010 by maru | Add comment |

テンプレートタグ/query posts - WordPress Codex 日本語版

Jul 09, 2010 by maru | Add comment |
テンプレートタグ/query posts - WordPress Codex 日本語版

あぁ。テンプレートにこれ入れれんのね。なるほろ

//based on Austin Matzko's code from wp-hackers email list
function filter_where($where = '') {
//posts for March 1 to March 15, 2009
$where .= " AND post_date >= '2009-03-01' AND post_date < '2009-03-16'";
return $where;
}
add_filter('posts_where', 'filter_where');
query_posts($query_string);

WP_Query()を使い、異なるテーブルからデータを取り出す方法 鉄王

Jul 09, 2010 by maru | Add comment |

WP_Queryで新規作成したWPループでページングする例 | WordPress入門記

Jul 06, 2010 by maru | Add comment |

phpやmysql情報  [php]require_onceなどで読み込んでいるファイル一覧を取得する関数get_included_files

Jun 28, 2010 by maru | Add comment |
"require,require_once,include,include_onceで読み込んでいるファイル一覧を取得するには関数get_included_files"

phpやmysql情報  [php]require_onceなどで読み込んでいるファイル一覧を取得する関数get_included_files

カスタム投稿タイプ(Custom Post Type)の導入と使い方 [WordPress 3.0] | Odysseygate.com

Jun 25, 2010 by maru | Add comment |
カスタム投稿タイプ(Custom Post Type)の導入と使い方 [WordPress 3.0] | Odysseygate.com

ほえほえ。べんり。

使用中のテーマの functions.php に以下のコードを追加することでも使用できるようになります。こっちのほうがいろいろ設定できますね(他の変数は 関数リファレンス/register post type – WordPress Codex 日本語版 を参照)。プラグインなどを作成する場合は、以下のコードを参考にしてみてください。


ほえほえべんり。

Custom Post Type UI プラグイン



ウィジェット領域を2つ以上つくる【WordPressカスタマイズメモ】

Jun 24, 2010 by maru | Add comment |

[WordPress] サイドバーウィジェットに対応したプラグイン作成方法 | Sun Limited Mt.

Jun 23, 2010 by maru | Add comment |

Last.fm - API関連

Jun 23, 2010 by maru | Add comment |

初心者のための記号論:目 次

Jun 21, 2010 by maru | Add comment |

Twitter API を OAuth で認証するスクリプトを 0 から書いてみた - trial and error

Jun 12, 2010 by maru | Add comment |

Safari Extensions

Jun 10, 2010 by maru | Add comment |

SproutCore - Home

Jun 08, 2010 by maru | Add comment |
SproutCore - Home

HTML5のソリューション??
構築のIDEではないようだが…。

SproutCore - Demos & Sample Code

Jun 08, 2010 by maru | Add comment |
«Prev || 1 | 2 | 3 |...| 53 | 54 | 55 || Next»