タグ

libraryに関するclmindのブックマーク (3)

  • Magpie RSS - PHP RSS Parser

    MagpieRSS provides an XML-based (expat) RSS parser in PHP. MagpieRSS is compatible with RSS 0.9 through RSS 1.0. Also parses RSS 1.0's modules, RSS 2.0, and Atom. (with a few exceptions) News! Excited to announce that AOE media, a TYPO3 & Open Source provider from Germany has recently agreed to provide continues sponsoring for MagpieRSS. Magpie links page has been rebuilt, and is now driven by del

  • RSSやAtomフィードをパースするクラスライブラリ:SimplePie:phpspot開発日誌

    SimplePie: Super-fast, easy-to-use, RSS and Atom Parsing. SimplePie is a very fast and easy-to-use class, written in PHP, for reading RSS and Atom syndication feeds. RSSやAtomフィードをパースするクラスライブラリのSimplePieの紹介。 クラスライブラリの形になっているので使いやすいのが特徴です。 あと面白いのが、クラス内にadd_to_deliciousやadd_to_diggといったメソッドがある点で、パースしたRSSのURLをdeliciousやdiggに追加用のURLとして変換できる点です。 SimplePieを使ったサンプルプログラムは次のような感じ。 <?php require_once('simplep

  • Realtime validation using Ajax

    Posted by masuidrive Wed, 04 Jan 2006 21:45:00 GMT Ajaxなどを駆使して、入力値を動的にチェックするライブラリ、realtime validation を公開しました。 >> http://masuidrive.jp/validation 正規表現とメッセージを指定するだけで、入力した瞬間にユーザに対してガイドメッセージを表示させる事ができ、今までの様に画面遷移後にエラーが出て、ユーザがエラー位置を把握しづらいと言う事がありません。 これで、あなたのサイトも一気にWeb2.0! なのに使い方は超簡単。 prototype.js とvalidate.js を自分のHTMLに読み込んで、下記の様に正規表現で表示するメッセージを指定するだけ。 Validator.register({ "#mail" : { "/^([^@\\s]+)@((?:

    clmind
    clmind 2007/01/11
    Ajaxによるリアルタイムフォームチェックライブラリ
  • 1