タグ

apiに関するdisableのブックマーク (4)

  • 【YQL 速攻レビュー】米 Yahoo! が SQL っぽく色んなデータを取ってこれるAPIを出した - てっく煮ブログ

    Yahoo!Yahoo! Pipes みたいに自由度が高くて、またちょっと毛色が違うサービスが出てきた。題して、Yahoo! Query Language。YQL と呼ぶようだ。SQL 風の言語を REST で投げて、結果を XML や JSON で受け取ることができる。具体的にやってみないと分かりにくいので、とりあえず試してみた。RSS からデータ取得YQL を使って RSS から最新のタイトル10個を取ってきてみる。こんな YQL になるらしい。 select title from rss where url='http://d.hatena.ne.jp/nitoyon/rss' rss テーブルに対して select を発行している。実際にこの YQL を試すには YQL 用の console を利用するとよい。(※要ログイン)console の左上に YQL を入力して

  • Widgets API Documentation

    This page contains the technical documentation of the WordPress Widgets API (Application Programming Interface). The intended audience for this information includes WordPress theme authors, plug-in authors and anyone who would like to write a stand-alone widget. This document assumes a basic understanding of PHP scripting. Tutorials are also available for widgetizing your themes and plug-ins. Them

    Widgets API Documentation
    disable
    disable 2007/11/21
    ウィジェットのAPI
  • WordPress 2.1 のアタッチメント API � iDeasilo

    wp-includes の post.php と post-template.php に追加されたアタッチメント関連関数についてまとめます。 wp-includes/post.php get_attached_file($attachment_id) アタッチメントのファイルパスを返す。具体的にはアタッチメントの _wp_attached_file ポストメタに保存されたファイルパスを返す。適用フィルタ: get_attached_file update_attached_file($attachment_id, $file) アタッチメントのファイルパスを _wp_attached_file ポストメタに保存する。すでに値があればそれを更新する。適用フィルタ: update_attached_file is_local_attachment($url) URL がローカルのリソースを指し

    WordPress 2.1 のアタッチメント API � iDeasilo
    disable
    disable 2007/04/19
    "ファイルパスを相対パスで保存する改善案が現在上がっており、予定では4月にリリースされる WordPress 2.2 で導入されることになっています。" おおーやっと!
  • WordPress のテキスト整形 API

    WordPress にはテキスト整形のための API が用意されていて、プラグインを作るときなどにはあらかじめ知っておくと重宝します。とはいえ関数が多くて把握しきれないので、自分用のメモとしてまとめてみようと思いました。 以下、WordPress 2.1.3 の wp-includes/formatting.php で定義される関数の一覧です。気が向いたときに注釈を書き足すつもりです。 wptexturize($text) HTML のタグを除いた文の整形を行う。グローバル変数 $wp_cockneyreplace を参照するのでこの変数で独自の置換パターンを定義することも可能。 clean_pre($text) <br /> タグの削除、<p> タグの \n への変換を行う。<pre> タグの内容を整形するために wpautop() の中で使われている。 wpautop($pee, $

    WordPress のテキスト整形 API
    disable
    disable 2007/04/19
    あーこれまとめて欲しかったんです! ありがたい!
  • 1