タグ

referenceとfirefoxに関するaki77のブックマーク (2)

  • sks blog » Firefox 2用のPHPマニュアル検索プラグイン

    投稿者: shuichi, カテゴリ: Firefox, ソフトウェア, プログラミング, 投稿日時: 2006/07/22 13:45:20 Firefox 2では検索プラグインのフォーマットが変更となり、MozSearchというフォーマットが採用されました。MozSearchはAmazonの検索エンジンA9のOpenSearchを簡略化したものです。MozSearchでは検索キーワードの候補をリスト表示するサジェスト機能もサポートされています。MozSearch検索プラグインについてはCreating MozSearch pluginsを参照してください。 上で示した記事をざっと読んでみると簡単に作れそうだったので、PHPマニュアル検索プラグインを作成してみました。PHPマニュアル検索プラグインは探せばいくらでもあると思いますが、今回私が作成したものではいくつかの検索キーワードが追加さ

    aki77
    aki77 2007/07/01
    サジェスト機能もサポート
  • FireBug Documentation - JoeHewitt.com

    Console Logging Functions FireBug makes a console object available to all web pages. This object has the following functions: Basic Logging console.log("message" [,objects]) - Logs a string to the console. The string may contain any of the patterns described below in the "String Formatting" section. The objects passed after the string will be substituted for each of the patterns in the string in o

    aki77
    aki77 2006/05/25
    FireBugのドキュメント
  • 1