from t

11 October 2006

フィード

フィード。
I feed you.

Google Blog Search Pinging Service API

Google Blog Search Pinging Service API

#!/usr/bin/perl

use strict;
use warnings;

use XMLRPC::Lite;

my $result =  XMLRPC::Lite
         ->proxy('http://blogsearch.google.com/ping/RPC2')
         ->call('weblogUpdates.extendedPing',
                'Official Google Blog',
                'http://googleblog.blogspot.com/',
                'http://googleblog.blogspot.com/',
                'http://googleblog.blogspot.com/atom.xml')
         ->result;

use Data::Dumper;
print Dumper($result);

1;

 

colinux:~# perl google_ping.pl
$VAR1 = {
          'flerror' => '0',
          'message' => 'Thanks for the ping.'
};

28 September 2006

WWW::Mechanize sample

#!/usr/bin/perl

# Auto login to TypePad and post the entry.

use strict;
use warnings;

use WWW::Mechanize;

# TypePad login
my $mech = WWW::Mechanize->new();
$mech->get('https://www.typepad.jp/t/app');
$mech->field('username', 'yourusername');
$mech->field('password', 'yourpassword');
$mech->submit();

# Post the entry
$mech->get('https://www.typepad.jp/t/app/weblog/post?blog_id=yourblog_id');
$mech->form_name('entry_form');
$mech->field('title', 'WWW::Mechanize');
$mech->field('text', 'This entry is generated by WWW::Mechanize.');
$mech->submit();

1;

WWW::Mechanize

This entry is generated by WWW::Mechanize.

13 September 2006

Vox Bling

Please see my side bar. I have a widget of Vox Bling . Is it cool?

Continue reading »

08 September 2006

モバイル

video thumbnailDownload mov00019.3gp


モバイル


MOV00019.3gpが添付されています。
モバイル

mov00019.3gpをダウンロード

30 August 2006

お天気情報

東京都 東京 - 今日の天気


晴のち曇
Temp. (°C) ---| 32°
Copyright (C) 1996-2006 livedoor Co.,Ltd. All rights reserved.

20 August 2006

モブログのテストです。

モバイルからできますか?

15 August 2006

TypePad Mobile

TypePad Mobile

TypePad Mobile

Windows Live Writer

This entry was posted by Windows Live Writer. It's easy to post an entry. 

Access Ranking

Powered by Six Apart
Sponsored links