タグ

2008年2月25日のブックマーク (2件)

  • akihiro kamijo: Adobe AIR 1.0 リリース

    Adobe AIR 1.0 が正式にリリースされました。US のサイトに製品ページが新しくできています。(http://www.adobe.com/products/air/) AIR ランタイムのインストールは専用の URL からもできるようになっています。(http://get.adobe.com/air/) また、Flash 用アップデータ(Flash CS3 9.0.2 アップデートの事前インストールが必要です) と Dreamweaver 用機能拡張、 FlexBuilder 3 と開発環境も合わせてリリースされています。 Flash 用アップデータは以下のリンクからダウンロードできます。 日語版 Windows 用アップデータ (EXE, 16.5 MB) 日語版 Macintosh 用アップデータ (DMG, 53.3 MB) ベータ版の Flash 用機能拡張をインスト

    nitoyon
    nitoyon 2008/02/25
    AIR1.0の細かい情報。日本語への正式対応はまだ先。
  • lib/pQuery.pm - metacpan.org

    The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending. use strict; use warnings; package pQuery; our $VERSION = '0.24'; use pQuery::DOM; use Carp; use HTML::TreeBuilder(); use base 'Exporter'; our $document; *pQuery = \$document; our @EXPORT = qw(pQuery $pQuery PQUERY); my $my = {}; my $lwp_user_agent; my $quick

    nitoyon
    nitoyon 2008/02/25
    jQuery風にスクレイピング。これは便利そげ。